@import url(entries.css);

body {
  margin:0;
  background: black;
}
p,ul,ol,li,div,address,td,th,textarea,input { font-family: Verdana, Arial, Helvetica; color: white; font-size: 12px;}
textarea,input { color: black; }


/*#info{ font-size:10px; color:#999999 }*/
A:LINK { color : white; }
A:HOVER, A:ACTIVE { color : white; }
A:VISITED { color : #CCCCCC;}

.pageNav {
  display:none;
}

#PageWrapper {
  width: 1000px;
  margin-bottom: 5px;
}


/*Durchlaufender Text oben*/
#PageTop {
  width: 100%;
  height: 75px;
}

/*Menuespalte*/
#PageMenu {
  width: 230px;
  float: left;
}

/*seiteninhalt*/
#PageContent {
  width: 750px;
  float: left;
  margin: 0 0 0 18px;
}

#PageContent .Section {
  margin: 0 0 10px 0;
}

#PageContent .Section, #PageContent .EndColumns {
  clear:left;
}
#PageContent .Column {
  float:left;
  overflow:visible;
  display:inline;
  min-height:1px;
  vertical-align: top;
}
#PageContent .Column.last {
  margin-right:0;

}

#PageContent .Column.type4 {
  margin-left:0;
}

#PageContent .entry a:visited {

}


/*pageTitle*/
h1.page {
  clear:left;
  font-size: 18px;
  padding-top:22px;
  display:block;
}

/*abschnitts&uuml;berschift*/
#PageContent h2.section {
  color: white;
  margin: 0px 22px 10px 0;
  padding: 0;
}
h2.section span { font-size: 14px; }

.Right {
  text-align: right;
}


/* MENU */
#Menu {
  list-style-type: none;
  padding-left: 10px;
  margin: 0;
}

#Menu li{
  padding: 2px 0 2px 0;
}

/* 2. Ebene */
#Menu ul{
  list-style-type: none;
  padding-left: 10px;
  display: none;
  margin: 0;
}

#Menu ul li{
  font-size: 11px;
  padding: 4px 0 4px 0;
}

#Menu a, #Menu a:hover, #Menu a:visited {
  color: #ff0000;
  text-decoration: none;
  line-height: 150%;
}

#Menu a.current, #Menu a:hover.current, #Menu a:visited.current {
  color: #fff;
}

#PageMenu input#SearchExpr {
  margin: 0 1px 0 10px;
  padding: 0;
  width: 160px;
  height: 20px;
  border: 1px solid gray;
}

#PageMenu input {
  vertical-align: top;
}

#PageMenu input#ToggleNav {
  margin: 0 0 0 2px;
  width: 183px;
  background-color: #000;
  color: white;
  border: none;
  text-align: left;
  cursor: pointer;
}

.ImageCaption {font-size: 10px;}

i, .redtext {
  font-style: normal;
  color: #ff0000;
}

/* auf der Startseite bei den Veranstaltunge der naechsten Zeit soll es doch nicht rot sein! */
.Html.Source i { color: white; }

.EventEntity i, div.Entry.Event i { font-size: 10px; color: white; }

/* kleiner Hack, um in Titeln auch nicht Bold setzen zu können */
.EventEntity b b, div.Entry b b {font-weight: normal; }

/* kleiner Hack, um in Anmoderationen normale Textgröße verwenden zu können */
div.Entry span.smalltext i {font-size: 12px; }

.smalltext { font-size: 10px; }

div.row label {
  width: 150px;
  display: block;
  float: left;
}

div.ChangePassword h2 { font-size: 14px; }

#tickerarea {
  position: relative;
  top: 10px;
  left: 250px;
  width: 750px;
  overflow: hidden;
}
#ticker {
  font-size: 16px;
  font-weight: bold;
}
#ticker a{
  text-decoration: none;
}

.PersonListLetter {
  color: red;
  font-size: 18px;
  font-weight: bold;
  vertical-align: top;
}

.PersonListJob {
  color: gray;
  font-size: 10px;
  margin-bottom: 2px;
}

.PersonListGroup {
  color: red;
  font-weight: bold;
}

#EventlistMonthNavigation a{
  font-size: 10px;
  padding-right: 10px;
}

#EventlistMonthNavigation span{
  font-size: 10px;
  font-weight: bold;
  color: red;
  padding-right: 10px;
}

.SiblingPages {
  clear: left;
  float: none;
}

.SiblingPages ul { margin: 0; padding: 0; }

.SiblingPages ul li {
  float: left;
  list-style-type: none;
  margin: 0 20px 0 0;
}
.SiblingPages ul li a, .SiblingPages ul li b { font-size: 12px; }

.SiblingPages ul li b { color: red; }

div.Entry.Form span.error{
 color:red;
 font-weight: bold;
 display: block;
 margin-top: 5px;
}