/* CSS Document */

* {
font-family:  /*Helvetica,/* Verdana,*/ Arial/*,  sans-serif*/;
line-height: 120%;
}

a {
color:#333333
}

#containall {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
}

#banner {
	height: 89px;
	width: 960px;
	position:relative;
	background-image: url(images/logoLONGBG.png);
	background-repeat: no-repeat;
	background-color:#000000;
}

#logoslogen, #contact, #foot {
}

	
/*#logoslogen {
	width: 720px;
	background-image: url(images/logo2.png);
	background-repeat: no-repeat;
	height: 85px;
	float: left;
}*/
/*
#logo {
	width: 140px;
	background-image: url(images/logo2.png);
	background-repeat: no-repeat;
	height: 85px;
	float: left;
}
	
#slogan {
	width: 580px;
	background-image: url(images/logo2.png);
	background-repeat: no-repeat;
	height: 85px;
	float: left;
}
#contact {
	width: 240px;
	height: 85px;
	float: left;
	background-color:#00FF99;
	margin-top:0px;
	}
	
#contact ul {
	list-style-type: none;
}
#contact li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	padding-top: 1px;
	text-align:left;
	
}*/

#logo {
	position:absolute;
	top:0px;
	left:0px;
	width: 960px;
	background-image: url(images/logoLONG.svg);
	background-repeat: no-repeat;
	
	height: 89px;
}
	
#slogan {
	position:absolute;
	top:0px;
	left:140px;
	width: 580px;

	padding-top: 10px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top:00px;
	height: 89px;
	border-left-style: none;
	font-weight:bold;
	
}

#slogan ul {
	list-style-type: none;
	margin-left: 0px;
	margin-top:0px;
	padding-left: 50px;
	padding-top:00px;
	color:#000000;
	/*font-size:0.9em;*/
	font-size:20px;
	font-weight:bold;
	text-align:left;
}
#slogan2 {
	position:absolute;
	top:0px;
	left:140px;
	width: 580px;
	
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 00px;
	margin-left: 0px;
	margin-top:0px;
	height: 89px;
	border-left-style: none;
}
#slogan2 ul {
	list-style-type: none;
	margin-left: 0px;
	margin-top:0px;
	padding-left: 100px;
	padding-top:00px;
	color:#000000;
	/*font-size:0.9em;*/
	font-size:12px;
	text-align:left;
}

#contact {
	position:absolute;
	top:0px;
	left:720px;
	width: 240px;
	height: 89px;
	margin-top:0px;
	margin-left:0px;
/*	background-image: url(images/desk_thin2.png);
	background-color:#ffffff;
	
	
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #666666;*/
	}
	
#contact ul {
	list-style-type: none;
	margin-left: 0px;
	margin-top:0px;
	padding-left: 6px;
	padding-top:12px;
}
#contact li {
	color:#000000;
	/*font-size:0.9em;*/
	font-size:13px;
	padding-top: 1px;
	padding-left: 7px;
	text-align:left;
	margin-left: 0px;
	margin-top:0px;
	
}

	
/**  __________________________________________________________________________________________________ */
	
#contentnav	{
	position:relative;
	left: 0px;
	top: 0px;
	background-color:#FFFFFF;
/*	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #666666;
	
	border-top-width: 2px;
	border-top-style: none;
	border-top-color: #666666;
	/*height: 600px;*/
}

/**  NAVIGATION */

#nav {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	width: 140px;
	margin-top: 2px;
	background-image: url(Nav/Button_blank.svg);
	background-repeat: repeat;
	height: 100%;
	}
	
#nav ul {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	list-style-type: none;
	font-size: 12px;
	margin-top: 0px;
}
#nav li {
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 40px;
	font-size: 12px;
}



#nav li a {
	display: block;
	text-decoration:none;
	color:#555555;
	font-weight:bold;
	/*padding-top: 4px;*/
	font-size: 12px;
}






#nav li.current {
	background-image: url(Nav/Button_active.svg);
	/*background-color:#FF0000;*/
	background-repeat: no-repeat;
}

#nav li.navoben {
	background-image: url(Nav/Button_inactive.svg);
	/*background-color:#Ffff00;*/
	background-repeat: no-repeat;
}

#nav li.current_top {
	background-image: url(Nav/Button_active_TOP.svg);
	margin-top:-6px;
	/*background-color:#FFFF00;*/
	background-repeat: no-repeat;
}

#nav li.navoben_top {
	background-image: url(Nav/Button_inactive_TOP.svg);
	margin-top:-6px;
	/*background-color:#Ffff00;*/
	background-repeat: no-repeat;
}

#nav li.navlabel {
	background-image: url(Nav/Button_label.svg);
	height:25px;
	/*background-color:#Ffff00;*/
	background-repeat: no-repeat;
}
#nav li.naveduc {
	background-image: url(Nav/Button_educ.png);
	height:25px;
	/*background-color:#Ffff00;*/
	background-repeat: no-repeat;
}
#nav li.navlink {
	background-image: url(Nav/Button_link.svg);
	height:25px;
	/*background-color:#Ffff00;*/
	background-repeat: no-repeat;
}

#nav li.de {
	background-image: url(/Nav/Button_DE_inactive.png);
	background-repeat: no-repeat;
}

#nav li.en {
	background-image: url(/Nav/Button_EN_inactive.png);
	background-repeat: no-repeat;
}

#nav li.decurrent {
	background-image: url(Nav/Button_DE_active.png);
	background-repeat: no-repeat;
}

#nav li.encurrent {
	background-image: url(/Nav/Button_EN_active.png);
	background-repeat: no-repeat;
}


#nav div.navlistpoint {
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 2px center;
	height:100%;
}
#nav div.navlinkpoint {
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 7px center;
	height:100%;
}

#nav a.eineZ {
	padding-top: 13px;
	padding-left: 30px;
}

#nav a.zweiZ {	
	/*padding-top: 5px;*/
	padding-top: 6px;
	text-indent:-25px;
	padding-left: 55px;
}

#nav a.link {	
	padding-top: 6px;
	padding-left: 30px;
	font-size: 12px;
}
#nav a.label {	
	color:#FFFFFF;
	padding-top: 6px;
	padding-left: 30px;
	font-size: 12px;
}
	

#nav ul.lang {
	margin-top: 25px;
}

#nav ul.links {
	margin-top: 40px;
}

/**  CONTENT */

#content {
	position: relative;
	width: 795px;
	left: 140px;
	top: 4px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
	border-left-style: none;
	background-color:#FFFFFF;
	}
#imageBOX1 {
	position: relative;
	width: 700px;
	height: 527px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-style: none;
	background-repeat: no-repeat;
	background-size: 700px;
	background-position: bottom left;
}
#imageBOX2 {
	position: relative;
	width: 700px;
	height: 527px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-style: none;
	background-repeat: no-repeat;
	background-size: 700px;
	background-position: bottom left;
}

#foot {
	position:relative;
	height: 30px;
	width: 960px;
	margin-top: -11px;
	padding-top: 0px;
	
	background-image: url(images/footLONGBG.png);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	top: 0px;
	left: 0px;
	font-size:11px;
	}

#foot p.footd2 {
	height:30px;
	padding-top: 10px;
	background-image: url(images/footLONG.svg);
	background-repeat: no-repeat;
	text-align:center;
}

#validbar {
	position:absolute;
	height: 25px;
	width: 285px;
	margin-top: 0px;
	padding-top: 0px;
	
	
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	top: 5px;
	left: 676px;
	font-size:11px;
	display: inline-block;
	white-space: nowrap;
	text-align:right;
}
#validbox1 {
	height:25px;
	width:71px;
	padding-top: 0px;
	margin-left:0px;
	margin-right:0px;
	background-repeat: no-repeat;
	background-size: 71px;
	text-align:center;
	display: inline-block;
	
}
#validbox2 {
	height:25px;
	width:71px;
	padding-top: 0px;
	margin-left:0px;
	margin-right:0px;
	background-repeat: no-repeat;
	background-size: 71px;
	text-align:center;
	display: inline-block;
	
}
#validbox3 {
	height:25px;
	width:71px;
	padding-top: 0px;
	margin-left:0px;
	margin-right:0px;
	background-repeat: no-repeat;
	background-size: 71px;
	text-align:center;
	display: inline-block;
	
}
#validbox4 {
	height:25px;
	width:71px;
	padding-top: 0px;
	margin-left:0px;
	margin-right:0px;
	background-repeat: no-repeat;
	background-size: 71px;
	text-align:center;
	display: inline-block;
	
}
/** *************************************************** */

/*img.klein {
	height: 90px;
	width: 120px;
}*/


div.galleryNEWscroll{
	
	
	position:relative;
	top:0px;
	left:0px;
	margin-top: 0px;
	margin-left: 0px;
	width:800px;
	height:530px; /*465px*/
	
	overflow-x:scroll;
	overflow-y:hidden;
}
div.galleryNEW{
	position:relative;
	top:0px;
	left:0px;
	margin-top: 0px;
	margin-left: 0px;
	
	height:505px; 
	white-space: nowrap;
}
div.fotoNEW {
	background-color: #dddddd;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right:10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 500px;
	width: 700px;
	text-align:center;
	float:left;
	display: inline-block;
}
div.galleryBANNER {
	background-color: #dddddd;
	padding-top: 10px;
	padding-left: 00px;
	padding-right: 00px;
	margin-right:10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 500px;
	width: 52px;
	text-align:center;
	float:left;
	display: inline-block;
}
div.galleryBANNERtext {
	position:relative;
	left:-123px;
	top:-260px;
	padding-top: 00px;
	padding-left: 00px;
	padding-right: 00px;
	margin-right:00px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
	width: 300px;
	text-align:center;
	float:left;
	display: inline-block;
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg); 
 	-webkit-transform:rotate(-90deg);
}

div.foto {
	background-color: #EEEEEE;
	padding-top: 1px;
	padding-left: 1px;
	margin-right: 4px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	height: 62px;
	width: 92px;
	text-align:center;
	float:left;
}
div.gallerybox {
	/*background-color: #aaaaaa;*/
	position:relative;
	top:0px;
	left:0px;
	margin-top: 0px;
	margin-left: 0px;
	width:820px;
	height:465px;
	background-repeat: no-repeat; 	
	background-position: 20px center;
	background-size: 700px;
	text-align:center;
}

div.gallery {
	/*background-color: #FF9966;*/
	position:relative;
	top:475px; 
	left:0px;
	margin-top: 0px;
	width:820px;
	height: 92px;
}
div.foto:hover img.gross {
	/*display: inline;*/
	display: inline;
}
/*div.foto:hover img.klein {
	display: none;
}*/
img.gross {
	display: none;
	position: absolute;
	background-color: #ffffff;
	top:-475px;
	left:20px;	
	width:auto;
	height:465px;
	text-align:center;
}

/** *************************************************** */

h1 {
	color: #000000;
	font-size:22px;
	font-style:normal;
	font-weight:bold;
}
h2 {
	color: #000000;
	font-size:14px;
	font-style:normal;
	font-weight: lighter;
}
h3 {
	color: #000000;
	font-size:16px;
	font-style:normal;
	font-weight: bold;
}
h5 {
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	padding-top: 0px;
	margin-top: 0px;
}
