*{
margin: 0px;
padding:0px;
}


* html #sitebackground {
height:100%;
}

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	background-repeat: repeat;
	background-color: #DFDFDF;
	background-image: url(../pics/layout/grayis.jpg);
}


/* clear habe ich benötigt, um den fluss bei nachfolgenden DIV's zu unterbrechen. */
div.clear 
{
	clear: both;
}

#sitebackground
{
	background-position: center;
	width: 940px;
	min-height:100%;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
	background-repeat: repeat-y;
	background-image: url(../pics/layout/bg_wrapper_grey.gif);

}

#pagewrapper
{
	background-image: url(../pics/layout/rightcolumn.jpg);
	background-position: right;
	background-repeat: repeat-y;
	min-height:100%;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

#banner
{
	width: 920px;
	height:156px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-image: url(../pics/layout/banner_ohne_foto_left2.jpg);
	background-repeat: no-repeat;
}


#navigationcontainer
{
	width: 890px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	padding-left:30px;
	height: 33px;
}


#contentcontainer
{
	width: 920px;
	overflow:auto;
	background-repeat: repeat-y;
	background-position: right;
}

#rightcolumn
{
	width: 170px;
	min-height:667px;
	background-color:#E1E1E1;
	float: right;
	padding-top: 10px;
	text-align:center;
}

#content
{
	/*filter:alpha(opacity=80);
	-moz-opacity:0.8;*/
	width: 660px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 45px;
	float: left;
}

#content h1
{
	font-size: 31px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: none;
}

#content a
{
	color: #666666;
	text-decoration: underline;
	text-decoration:underline;
}


#content a:visited
{
	color: #666666;
}

#content a:hover 
{
	color: #000000;
	text-decoration:underline;
}


#fullscreendemo
{
	height: 600px;
	background-color:#000000;
	border: 4px solid #000000;
}


#map
{	
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}


#photogallery
{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	padding-left:50px;
	text-align:center;
}


#photogallery li
{
	width:140px;
	border:solid #CCC;
	border-width:1px 1px 1px 1px;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	padding:10px;
	text-align:center;
	float:left;
	display:inline;
	margin-right:20px;
	margin-bottom:10px;
}

img
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#photogallery img
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#photogallery a:link
{
	border:none;
}

#photogallery a
{
	border:none;
	color:#FFFFFF;
}

#photogallery a:visited
{
	border:none;
	color:#FFFFFF;
}

#photogallery a:hover 
{
	border:none;
	color:#FFFFFF;
}

#photogallery a:active 
{
	border:none;
	color:#FFFFFF;
}


table td
{
	padding:5px;
	border:0px;
}

#fotos td
{
	padding:5px;
	margin:0px;
	border:0px;
}


#footer
{
	width: 170px;
	height: 20px;
	text-align: center;
	font-family: "Lucida Grande", verdana, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	background-color: #E1E1E1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 750px;
}

#footerwrapper 
{
	clear:both;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
}

#footer a
{
	color: #999999;
	text-decoration: none;	
}


#footer a:visited
{
	color: #999999;
}

#footer a:hover 
{
	color: #999999;
}

/* Reihenfolge für Links:
a:link
a:visited
a:hover
a:active
*/

img.test {
	border: 3px solid #CCC;
} 

