html, body {
/*EFEFEF*/
background-color: #FFFFFF;
font-size: 100%;
font-family: helvetica, verdana, arial, sans-serif;
padding: 0;
margin: 0;
height: 100%;
}

body {
color: #000000;
font-size: 11px;
font-weight:normal;
line-height: 1.3;
}

img {
border: 0;
}

a {color:#f27c0e;text-decoration: underline;}
a:link {color:#f27c0e;text-decoration: underline;}
a:visited {color:#f27c0e;text-decoration: underline;}
a:hover {color:#ff9934;text-decoration: underline;}
a:active, a:focus {color:#ff9934;text-decoration: underline;}


/*** basis-elemente ***/
#layout {
position:absolute; 
top:0; 
left:50%;
padding: 0px;
width: 750px;
height: auto;
margin: 0 0 0 -375px;
background-image:url(../img/vertical.gif);
background-repeat:repeat-y;
}

#head {
margin: 0 0 0 1px;
width: 748px;
height: 102px;
background-color: #ffffff;
}

#logo {
width: 225px;
height: 52px;
padding-left: 25px;
padding-top: 26px;
overflow: hidden;
}

#navig {
padding: 0;
width: 750px;
height: 30px;
background-color: #0182a9;
}

#photo {
float: left;
width: 375px;
height: 440px;
overflow: hidden;
}

#spacer_right {
float: right;
width: 20px;
height: 520px;
}

#content {
font-family: arial, helvetica, sans-serif;
float: right;
width: 325px;
height: auto;
margin-left: 25px;
margin-top: 26px;
margin-bottom: 35px;
color: #00b3a2;
font-size: 10pt;
line-height: 140%;
}


#myGallery
{
	text-align: left;
	margin: 0 auto;
}

#footer {
clear: both;
width: 750px;
height: 40px;
background-color: #ffffff;
border-top: 1px solid #0182a9;
}

#footer_left {
float: left;
margin-left: 25px;
width: 300px;
padding-top: 6px;
}

#footer_right {
float: right;
text-align: right;
margin-right: 26px;
padding-top: 6px;
width: 300px;
}
