/**************************************/
/*									  */
/*          Style Sheet               */
/*      Severin-Seifert.com           */
/*                                    */
/**************************************/

/**************************general****************************/

div	
{	
	position:relative;	
}

body	
{	
	margin:0px;
	padding:0px;
	background-color:#ffffcc;
	height:100%;  
	color:#990000
	z-index:0; 
}
		
h1	
{	
	color:#990000;
	background-color:#6699cc;
	font-size:110%;
	font-weight:bold;
	font-variant:small-caps;
	font-family:Garamond;
	line-height:110%;
	border-bottom:ridge 5px;
}
	
h2	
{	
	color:#990000;
	background-color:#6699cc;
	font-family:Garamond;
	line-height:110%;
	border-bottom:ridge 5px;
}
	
p	
{	
	color:#990000;
	font-size:70%;
	font-weight:500;
	font-variant:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:100%;
}

/****************************link******************************/					
					
a:link	
{	
	color:#990000; 
	text-decoration:none; 
}
		
a:visited	
{	
	color:#990000; 
	text-decoration:none; 
}
			
a:hover	
{	
	color:#ff6600; 
	text-decoration:none; 
}
		
/**********************index***********************/		
		
table.index	
{	
	width:100%; 
	height:100%;	
}

td.index	
{	
	vertical-align:middle;
	text-align:center;
}

td.stat
{
	text-align:right;
}

.stat img
{
	height: 20px;
	width: 20px;
}
			
table.image	
{	
	margin:auto;
}

td.image	
{	
	text-align:center;
	height:400px;
}
			
td.button	
{	
	text-align:center;
	height:100px;
}
			
/*td.imageleft	
{	
	text-align:right;
	height:100px;
}
								(Für Sprachauswahl auf der Startseite!!!)
td.imageright	
{	
	text-align:left;
	height:100px;
}*/
				
/************************head*logo*************************/				
		
#head	
{	
	position:absolute;
	top:0px;
	left:0px;
	background:#6699cc url(../images/header.png) no-repeat;
	width:100%;
	height:135px;
	border-bottom:solid #990000 2px;
	z-index:4;
}
		
#head[id]	
{ 
	position:fixed; 
}

#head.research	
{	
	background:#6699cc url(../images/research_header.png) no-repeat;
}

#head.popup
{
	background:#6699cc url(../images/popuphead.png) no-repeat;
	height:110px;
}

#logo	
{	
	position:absolute;
	top:5px;
	right:20px;
	background:url(../images/logo.png) no-repeat;
	width:190px;
	height:125px;
	z-index:7;
}

#logo.popup
{
	left:20px;
}

		
#logo[id]	
{ 
	position:fixed; 
}

/****************************menu*****************************/

#menu	{	position:absolute;
			top:135px;
			left:0px;
			padding-top:185px;
			background:#6699cc url(../images/header.png) no-repeat 0px -135px;
			width:160px;
			min-height:50px; /*min-height:200px;*/
			border-right:solid #990000 2px;
			border-bottom:solid #990000 2px;
			color:#990000;
			font-size:16px;
			font-weight:bold;
			font-family:"Century Schoolbook", Georgia, fantasy;
			text-aglin:center;
			vertical-align:bottom;
			z-index:7;
		}
		
#menu[id] 
{ 
	position:fixed; 
}

#menu.research	
{	
	background:#6699cc url(../images/research_header.png) no-repeat 0px -135px;
}

#menu ul	
{	
	list-style:none;
	margin:0px;
	padding:10px 5px 5px 30px;
	line-height:20px;
}

#menu ul ul
{
	list-style:none;
	font-size:11px;
	line-height:15px;
	padding:2px 0px 5px 10px;
}
			
#menu hr	
{	
	align:middle;
}
			
li.switch	
{	
	font-size:12px;
	line-height:30px;
}
			
li.impress	
{	
	font-size:12px;
	line-height:20px;
}	
			
/****************************infobar***************************/
			
#right	
{	
	position:absolute;
 	top:160px;
	right:10px;
 	background:#ffcc66;
	border:solid #990000 1px;
 	width:150px;
 	min-height:100px;
	padding:0px;
	z-index:3;
}
	   
.info-link, .info-link-stat	
{	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	line-height:80%;
}
				
.info-link h1, .info-link-stat h1	
{	
	margin:5px 5px 5px 5px;
	line-height:100%;
	font-size:90%;
}
					
.info-link p, .info-link-stat p	
{	
	margin:0px 0px 0px 0px;
	padding:10px 5px 5px 5px;
	font-size:75%;
	font-weight:100;
}
				
.info-link a, .info-link-stat a	
{	
	margin:0px 0px 0px 0px;
	padding:10px 5px 5px 5px;
	font-size:70%;
}
				
.info-link hr	
{	
	align:middle;
	width:100px;
}

.info-link-stat img
{
	height: 30px;
	width: 30px;
	margin: 5px 0px 5px 10px;
}

.submenu
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	line-height:70%;
	font-size:90%;
}

.submenu h1
{
	margin:5px 5px 0px 5px;
	line-height:100%;
	font-size:120%;
	text-align:center;
}

.submenu ul
{
	list-style:none;
	margin:0px;
	padding:2px 0px 0px 15px;
	line-height:18px;
}

.submenu hr
{	
	align:middle;
	width:100px;
}
				
/*******************************content****************************/
				
#center	
{	
	position:relative;
	margin:160px 170px 0px 175px; 
	z-index:3;
}

#center-popup
{
	position:relative;
	margin:140px 20px 0px 20px; 
	z-index:3;
}

#center-popup .text hr
{
	align:middle;
	width:300px;
}
		
#center img 
{
	border:2px solid;
} 

#center img.noborder
{
	border:0px;
}
		
.text	
{	
	margin:20px 5px 0px 10px;
	padding:5px;
	border:solid #990000 1px;
	background:#ffcc66;
	clear:both;
	line-height:115%;
}

.imgbox-right, .imgbox-left
{
	width:33%;
	margin:5px 30px 2px 5px;
	padding:1px 5px 1px 15px;
	background-color:#ffcc66;
	font-size:80%;
	line-height:115%;
}

.imgbox-right
{
	margin-right:30px;
	float:right;
}

.imgbox-left
{
	margin-left:0px;
	float:left;
}

.arrow
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
	
		
.text h1	
{	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 4px;
}
			
.text h2	
{	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
				
.text p	
{ 	
	font-size:95%;
	line-height:120%;
	text-align:justify;
	padding:0px 10px 5px 10px;
}

.text hr	
{	
	align:middle;
	width:100px;
}

.text a:link	
{	
	color:#000066; 
	text-decoration:none; 
}
		
.text a:visited	
{	
	color:#000066; 
	text-decoration:none; 
}
			
.text a:hover	
{	
	color:#ff6600; 
	text-decoration:underline; 
}
			
.construction	
{	
	margin:20px 5px 0px 10px;
	padding:5px;
	border:solid #990000 1px;
	background:#ffcc66;
	clear:both;
	line-height:115%;
}
				
table.construction	
{	
	margin:auto;
	border:none;
}
					
td.construction	
{	
	text-align:center;
	height:200px;
	border:none;
}
				
.construction p	
{	
	font-size:95%;
	line-height:120%;
	text-align:center;
	padding:0px 0px 0px 0px;
}
				
.construction img	
{	
	border:none;
	align:center;
}
					
.construction h1	
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 4px;
}
		
p.link	
{	
	margin:10px 0px 0px 0px;
	text-align:right;
	font-size:70%;
}

p.link1	
{	
	margin:-10px 0px -10px 0px;
	text-align:right;
	font-size:70%;
}

.text-left	
{	
	width:50%;
	float:left;
	clear:left;
	margin:0px 0px 20px 0px;
}
			
.text-right 
{	
	width:50%;
	float:right;
	clear:right;
	margin:0px 0px 20px 0px;
}
			
.text-left .text	
{	
	margin-right:5px;
}
					
.text-right .text	
{	
	margin-left:5px;	
}
					
.tumbs	
{	
	margin:auto;
	text-align:center;		
}

.gallery
{
	margin:20px 5px 0px 10px;
	padding:5px;
	border:solid #990000 1px;
	background:#ffcc66;
	clear:both;
	line-height:80%;
}

.gallery a
{
	font-size:75%;
	font-weight:100;
}

.gallery a:link	
{	
	color:#000066; 
	text-decoration:none; 
}
		
.gallery a:visited	
{	
	color:#000066; 
	text-decoration:none; 
}
			
.gallery a:hover	
{	
	color:#ff6600; 
	text-decoration:underline; 
}

.gallery table
{
	width:100%; 
	height:100%;
}

.gallery td
{
	vertical-align:middle;
	text-align:center;
	width:25%;
}

.gallery_home
{
	margin:5px 5px 5px 10px;
	padding:0px 0px 0px 30px;
	border:solid #990000 1px;
	background:#ffcc66;
	clear:both;
	line-height:80%;
}

.gallery_home a
{
	font-size:200%;
	font-weight:700;
}

.gallery_home a:link	
{	
	color:#000066; 
	text-decoration:none; 
}
		
.gallery_home a:visited	
{	
	color:#000066; 
	text-decoration:none; 
}
			
.gallery_home a:hover	
{	
	color:#ff6600; 
	text-decoration:underline; 
}


.gallery_home td
{
	padding:10px 0px 10px 0px;
	vertical-align:middle;
	text-align:center;
}


/*************************copyright*****************************/
					
#copyright	
{	
	position:relative; 
	margin:20px 170px 20px 175px;
	z-index:1;
	clear:both; 
}
			
#copyright .text	
{	
	text-align:center;
	background:#ffcc66;
	padding:3px;
	border:solid #990000 1px;
	color:#990000;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

							