html {
	width: 100%;
	height: 100%;			/* Gecko and Opera both need this, in html AND body */
	margin: 0px;
	padding: 0px;
	background-color: #c0c0c0;
	font-family: Verdana, sans-serif;
}

body {
	height: 100%;
	width: 100%;		/* MSIE has a stupidly large default value */
	margin: 0px;
	padding: 0px;
	background-color: #c0c0c0;
	
}



div.main {
	position: relative;
	width: 960px;

    min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	margin: 0px auto;
	
	border: 1px;
	border-style:solid;
	border-color: #00000;
	background-color: white;
	background-image:url(images/banner_new.jpg);
	background-repeat: 	no-repeat;

}

div.topnav {
	position: relative;
	left: 0px;
	margin-top: 80px;
	padding-left: 30px;
	background-color: transparent;

}


div.photosnav {
	position: relative;
	left: -1px;
	top: -2px;
	width: 960px;
	height: 90px;
	border: 1px;
	margin-left: 0px;
	border-style:solid;
	border-color: #00000;
	background-color: #c0c0c0;

}

div.photosnav table {
	text-align: center; 
	vertical-align: middle;
	margin-left: 0px;
	width: 100%;
	height: 100%;
}


div.flag {
	position: relative;
	margin-top: 50px;
	padding-left: 30px;
	width: 200px;
}

div.leftnav {
	position: relative;
	margin-top: 20px;
	width: 200px;
}


div.texttitle {
	position: relative;
	margin-top: -260px;
	left: 230px;
	text-align: left;
	font-family:Verdana, sans-serif; 
	font-size: 16px;
	letter-spacing: 2px;
	color:#666666;
}

div.textbody {
	position: relative;
	float:left;
	margin-top: 30px;
	margin-bottom: 50px;
	left: 230px;
	width: 400px;
	text-align: justify;
	font-family:Verdana, sans-serif; 
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0px;
	color:black;
	background-color: transparent;

}
div.textimage {
	position: relative;
	left: 280px;
	margin-top: 30px;
	margin-bottom: 50px;
	float:left;

}

#lang_de {border: 0px solid; }
#lang_en {border: 0px solid; padding-left: 10px;}


#nav_top a{display: block; text-decoration:none ; text-align:center; font-family:Verdana, sans-serif; font-size: 12px; letter-spacing: 3px; width:100%;  margin-left: 0px; margin-right: 10px; padding-bottom: 3px;  padding-top: 3px; padding-left: 7px;  padding-right: 7px;
}

#nav_top a:link {color:#666666; }

#nav_top a:visited{color:#666666; }

#nav_top a:focus {color:#666666; background-color:#E6E6E6; }

#nav_top a:hover {background-color:#E6E6E6; color:white; background-image:url(images/nav_left_grey.jpg)}

#nav_top a:active{color:#666666; background-color:#E6E6E6; }


#nav_left a{display: block;  text-decoration:none; text-align:left; font-family:Verdana, sans-serif; font-size: 12px; letter-spacing: 3px; width:170px;  margin-top: 3px; margin-bottom: 3px; padding-left: 30px; padding-top: 13px; padding-bottom: 2px;
}

#nav_left a:link {color:#666666; background-image:url(images/nav_left_yellow.jpg)}

#nav_left a:visited{color:#666666; background-image:url(images/nav_left_yellow.jpg)}

#nav_left a:focus {color:white; background-image:url(images/nav_left_grey.jpg)}

#nav_left a:hover {color:white; background-image:url(images/nav_left_grey.jpg)}

#nav_left a:active{color:white; background-image:url(images/nav_left_grey.jpg)}
