body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #adadad;
}

/* HauptContainer */
#mainContainer {
  width:1013px;
}

#innerContainer { 
  float:left;
  width:757px;
	background-image:url(img/streifen.jpg);
	background-position:absolute;
	background-repeat:repeat-y;

}


#bilderContainer_cyan{
  float:left;
  width:256px;
  height:661px;
	background-image:url(img/cyan/bilder.jpg);
	background-position:absolute;
	background-repeat:no-repeat;
}

#bilderContainer_rot{
  float:left;
  width:256px;
  height:661px;
	background-image:url(img/rot/bilder.jpg);
	background-position:absolute;
	background-repeat:no-repeat;
}

#bilderContainer_blau{
  float:left;
  width:256px;
  height:661px;
	background-image:url(img/blau/bilder.jpg);
	background-position:absolute;
	background-repeat:no-repeat;
}

#bilderContainer_gelb{
  float:left;
  width:256px;
  height:661px;
	background-image:url(img/gelb/bilder.jpg);
	background-position:absolute;
	background-repeat:no-repeat;
}

#bilderContainer_gruen{
  float:left;
  width:256px;
  height:661px;
	background-image:url(img/gruen/bilder.jpg);
	background-position:absolute;
	background-repeat:no-repeat;
}



/* Bereiche */
#topic_cyan{
  height:20px;
	background-image:url(img/cyan/topic.jpg);
	background-position:absolute;
	background-repeat:no-repeat;
}

#topic_rot{
  height:20px;
	background-image:url(img/rot/topic.jpg);
	background-position:absolute;
	background-repeat:no-repeat;
}

#topic_blau{
  height:20px;
	background-image:url(img/blau/topic.jpg);
	background-position:absolute;
	background-repeat:no-repeat;
}

#topic_gelb{
  height:20px;
	background-image:url(img/gelb/topic.jpg);
	background-position:absolute;
	background-repeat:no-repeat;
}

#topic_gruen{
  height:20px;
	background-image:url(img/gruen/topic.jpg);
	background-position:absolute;
	background-repeat:no-repeat;
}

#linkeSpalte{
  float:left;
  width:189px;
  height:604px;
}

#navi{
  height:358px;
}

#portrait{
  padding:0px 0px 0px 8px;
}

#logo{
  padding:0px 0px 0px 8px;
}


#text{
  float:left;
  height:604px;
  width:568px;
}

#bottom_cyan{
  height:37px;
  background-image:url(img/cyan/bottom.jpg);
	background-position:absolute;
	background-repeat:no-repeat;
}

#bottom_rot{
  height:37px;
  background-image:url(img/rot/bottom.jpg);
	background-position:absolute;
	background-repeat:no-repeat;
}

#bottom_blau{
  height:37px;
  background-image:url(img/blau/bottom.jpg);
	background-position:absolute;
	background-repeat:no-repeat;
}

#bottom_gelb{
  height:37px;
  background-image:url(img/gelb/bottom.jpg);
	background-position:absolute;
	background-repeat:no-repeat;
}

#bottom_gruen{
  height:37px;
  background-image:url(img/gruen/bottom.jpg);
	background-position:absolute;
	background-repeat:no-repeat;
}

/* Position Bereiche */
#topic_pos{
}

#navi_pos{
 padding:43px 0px 0px 25px; 
}

#text_pos{
  margin:38px 35px 0px 35px;
}

#bottom_pos{
  padding:0px;
}


/* Style */
.arial{
  font-family:Arial, Verdana, Helvetica, sans-serif;
}

.font1{
  font-size:18px;
}

.font2{
  font-size:15px;
}

.font3{
  font-size:13px;
}

.font4{
  font-size:12px;
}

.font5{
  font-size:9px;
}

.bold{
  font-weight:bold;
  }
  
.notbold{
  font-weight:normal;
}

.italic{
  font-style:italic;
}

.notitalic{
  font-style:normal;
}

.felder{
  border:1px solid #000;
  background-color:#fff;
}

/* Farben */
.black{
  color:#000;
}
.white{
  color:#ffffff;
}

.grau{
  color:#4c4c4c;
}

.dunkelgrau{
  color:#343434;
}

.hellgrau{
  color:#d2d2d2;
}
.rot{
  color:#720517;
}

.blau{
  color:#151d6c;
}

.cyan{
  color:#0e4365;
}
.gelb{
  color:#d9a002;
}

.gruen{
  color:#265f24;
}



/* Links */
.navi_link{
}


.navi_link a {
	margin:0px 0px 11px 0px;
	display:block;
}

.navi_link a:active,.navi_link a:link, .navi_link a:visited{
  color:#343434;
	text-decoration:none;
}



.navi_link_cyan a:hover{
	color:#0e4365;
	text-decoration:none;
}

.navi_link_rot a:hover{
	color:#720517;
	text-decoration:none;
}

.navi_link_blau a:hover{
	color:#151d6c;
	text-decoration:none;
}

.navi_link_gelb a:hover{
	color:#d9a002;
	text-decoration:none;
}

.navi_link_gruen a:hover{
	color:#265f24;
	text-decoration:none;
}

.navi_link_active{
	margin:0px 0px 11px 0px;
	color:#fff;
	text-decoration:none;
}


.link a:active,.link a:link,.link a:visited{
  color:#535353;
}

.link a:hover{
  color:#343434;
  text-decoration:none;
}



/* Ausrichtungen */
.center{
  text-align:center;
}

.float_left{
  float:left;
}

.float_right{
  float:right;
}

.clear{
  clear:both;
}

.block{
  display:block;
}

.inline{
  display:inline;
}

.right{
  text-align:right;
}

.left{
  text-align:right;
}

/* Sonstiges */
.noborder{
 border:0px solid #fff;
}

.border{
  border:1px solid #cccccc;
}

#nodisplay{
 display:none;
}


h1{
  margin:0px 0px 15px 0px;
  padding:0px;
}

h2{
  margin:0px 0px 15px 0px;
  padding:0px;
}

h3{
  margin:0px 0px 1px 0px;
  padding:0px;
}

p {
  margin:0px 0px 15px 0px;
  padding:0px;
}



/* Seitenbezogen */






