body {
  margin: 0;
  padding: 7px;
  font-family: Verdana;
  font-size: 12px;
}

a,
a:visited,
a:active {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: underline;
  color: #6699CC;
}

h1 {
  font-size: 14px;
  line-height: 14px;
  margin: 0;
}

h2 {
  font-size: 13px;
  line-height: 13px;
  margin: 0;
}

input,
textarea {
  font-family: Verdana;
  font-size: 12px;
}

#head {
  background-image: url(fx/logo3.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 90px;
}

.topNavi {
  height: 39px;
}

#naviBorderL {
  background-image: url(fx/start01.gif);
  background-repeat: no-repeat;
  border-top: 1px solid #6699CC;
  border-bottom: 1px solid #6699CC;
  border-right: 20px solid #6699CC;
  width: 188px;
}

#naviBorderR {
  border-left: 2px solid #ffffff;
}

#naviBorderR #shortcuts {
  font-size: 11px;
}

#naviBorderR #shortcuts #firstShortcutItem {
  background-color: #FFA26B;
}

#naviBorderR #shortcuts td {
  background-color: #F98540;
  padding: 4px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  text-align: center;
  width: 18%;
}

#naviBorderR #shortcuts td a {
  color: #ffffff;
  font-weight: bold;
}


#naviBorderR #shortcuts td a:hover {
  color: #333333;
  text-decoration: none;
}


#naviBorderR #shortcuts #lastShortcutItem {
  background-color: #6699CC;
  border-right: 0;
}

#naviBorderR #pathway {
  background-color: #B1CAE6;
  font-size: 10px;
  padding: 3px 0 3px 5px;
  color: #333333;
}

#naviBorderR span {
  background-image: url(fx/arrow.png);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding: 3px 0 3px 13px;
}

#naviBorderR #lastPathwayItem {
  font-weight: bold;
}



/* BOX */
.box {
  width: 186px;
  margin-top: 10px;
  border: 1px solid #6699CC;
  clear: both;
}

.boxHead {
  border: 0 !important;
  border-bottom: 1px solid #6699CC !important;
  background-color: #D0DEF0;
  color: #000000;
  padding: 2px 2px 2px 6px;
  font-weight: bold;
}


/* NAVI */

#navi li {
  list-style-type: none;
  padding: 2px 2px 2px 6px;
  border-top: 1px dashed #6699CC;
}

#navi #firstNaviItem {
  border-top: 0;
}

/* NAVI -> SUBITEMS */

#navi .naviSubitems {
  padding: 0;
  margin: 0 0 0 3px;
}
#navi .naviSubitems li {
  padding: 1px 2px 2px 21px;
  background-image: url(fx/indent1.png);
  background-repeat: no-repeat;
  background-position: 12px 5px;
  border: 0;
}

#navi .naviSubitems li a {
  color: #6699CC;
  font-size: 11px;
}

#navi .naviSubitems li a:hover {
  color: #333333;
}



/* CONTENT */

#content .box {
  margin: 10px;
  width: auto !important;
}

#content #contentText {
  padding: 6px;
}

#content #contentRight {
  padding: 0 10px;
  float: right;
  position: relative;
  top: 0;
  right: 0;
  border: 1px solid #6699CC;
  border-top: 18px solid #6699CC;
  font-size: 12px;
  line-height: 10px;
}

#content a,
#content a:visited,
#content a:active {
  text-decoration: none;
  color: #6699CC;
}

#content a:hover {
  text-decoration: underline;
  color: #000000;
}



/* NEWSLETTER */
#newsletter {
}



/* NEWSFEEDS */
#newsfeeds {
  float: right;
}



/* NEWSLIST */
#newsList {
  width: 100%;
}

#newsList .header {
  background-color: #D0DEF0;
  border: 1px solid #6699CC;
  font-weight: bold;
}

#newsList td {
  padding: 2px;
}

#newsList a {
  color: #6699CC;
}


#newsList a:hover {
  color: #000000;
}

.homeNewsList {
  padding: 4px;
  background-color: #D0DEF0;
  border: 1px solid #6699CC;
}

.homeNewsList h2 {
  font-weight: normal;
}



/* PARTNER */
#partner {
}

#partner img {
  padding: 10px;
  text-align: center;
}



/* SEARCH */
#search {
  float: right;
  width: 186px;
  border: 1px solid #6699CC;
}

#search .textField {
  float: left;
  width: 112px;
  border: 1px solid #6699CC;
  background-color: #D0DEF0;
  margin: 2px;
  padding: 2px;
  height: 14px;
  font-size: 11px;
}

#search .button {
  float: left;
  width: 62px;
  height: 20px;
  margin: 2px 2px 2px 0;
  border: 1px solid #6699CC;
  background-color: #B1CAE6;
  font-size: 11px;
}



/*EVENT*/
.eventanmeldung {
  width: 98%;
  padding: 1%;
  border: 1px solid #D0DEF0;
}
.eventanmeldung td {
  vertical-align: top;
}

.eventanmeldung .td-1 {
  width: 20%;
  font-weight: bold;
  font-size: 11px;
}

.eventanmeldung .td-2 {
  width: 78%;
}

.eventanmeldung .td-2 input,
.eventanmeldung .td-2 textarea {
  width: 100%;
  *width: 98%;
  border: 1px solid #000000;
  background-color: #D0DEF0;
  padding: 2px;
}