/*                LAYOUT               */

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

#wrapper{
width:913px;
margin:auto;
}

#linksOben {
width:150px;
height:auto;
background:url(../images/logos_links_oben.jpg) no-repeat;
/*border-style:none;*/
border-right:solid 3px #009ee0;
}

#rechtsOben {
width:auto;
height:200px;
background:url(../images/logo_links_oben.jpg) no-repeat right;
}

#navi {
/*height:30px;*/
border-right:3px solid #009ee0;
}

#linkeSpalte {
width:150px;
height:100%;
background:url(../images/linke_photos.jpg) no-repeat;
background-color:#009ee0;
/*border:solid 2px #cc0000;*/
}

#inhalt {
background-color:#ffefb3;
width:auto;
height:100%;
border:3px solid #009ee0;
border-top:0px;
padding-left:10px;
padding-right:20px;
}


#rechteSpalte {
/*border:solid 2px #cc0000;*/
width:150px;
height:500px;
background:url(../images/rechte_photos.jpg) no-repeat;
background-color:#009ee0;
}

#unten {
text-align:center;
font-size:medium;
}



/*				Schrift usw.			*/


.contentheading {
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#009ee0;
padding-top:20px;
font-weight:bold;
font-size:22px;
text-transform:uppercase;
}

a:link, a:visited {
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#009ee0;
font-weight:bold;
text-decoration:none;
}

a:hover {
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#003b5c;
font-weight:bold;
text-decoration:none;
}

tr, td, p, div {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#003b5c;
font-size:small;
text-align:justify;
}

h1 {
font-size:larger;
color:#009ee0;
padding-top:15px;
}

h2 {
font-size:medium;
color:#009ee0;
}

h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#009ee0;
font-size:small;
}

.componentheading{
/*display:none;*/
margin-bottom:10px;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#009ee0;
padding-top:20px;
font-weight:bold;
font-size:22px;
text-transform:uppercase;
}
/* Farben:
Gelb Außen: #ffe24c
Gelb Innen: #ffefb3
Blau hell:	#009ee0
Blau dunkel:#003b5c
*/
