html{
	height:100%;
	}

body   { 
	height:100%;
	width:100%;
	padding: 0px;	
	margin:0px;
	}

#flashcontent{}
div.alternatcontent {
		width:680px;  
		height:260px; 
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:rgb(255,255,255); 
		margin-top:20px;
		margin-bottom:20px;
		margin-left:30px;
		margin-right:30px;
		/**/
		line-height:14px;
	}

#topinfo { 
		position:absolute; 
		top:5px; 
		width:750px; 
		height:15px;
		text-align: center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:rgb(100,100,100); 
		line-height:14px;
		text-align: center;			
		}

.hervorhebung1	{
		color:rgb(125,147,209);
		font-weight: bold;
		}
h1 {
		font-size:12px;
		}
a:link {
		color:rgb(255,255,255); 
		text-decoration: underline;
		font-weight: bold;
		}
a:visited {
		color:rgb(255,255,255); 
		text-decoration:underline;
		font-weight: bold;
		}
a:hover { 
		color:rgb(125,147,209);
		text-decoration:underline;
		font-weight: bold;
		}	
a:active {
		color:rgb(255,255,255); 
		text-decoration:underline;
		font-weight: bold;
		}





/* scrollbereich  */
div.scrollprojektdetails {
		overflow:auto; 	
		position: relative;
		width:680px; 
		height:60px; 
		
		padding:0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:rgb(255,255,255); 
		line-height:12px;
		}


div.scrollprojektliste{
		overflow:auto; 
		position: relative;
		left:10px;
		top: 10px;
		right:5px;
		width:700px; 
		height:60px; 
		padding:0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:rgb(150,150,150); 
		line-height:12px;
		}








.scrollprojektliste a:visited, .scrollprojektliste a:link, .scrollprojektliste a:active, .scrollprojektliste a:hover{
		text-decoration:underline;
		color:rgb(150,150,150); 
		font-size:10px;
		}
.scrollprojektliste h1{
		padding:0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		}


		
		/*scrollbar-base-color:rgb(74,74,74);*/
		/*
		scrollbar-3d-light-color:rgb(245,245,245);
		scrollbar-arrow-color:rgb(190,190,190);
		scrollbar-darkshadow-color:rgb(180,180,180);
		scrollbar-face-color:rgb(255,255,255);
		scrollbar-highlight-color:rgb(255,255,255);
		scrollbar-shadow-color:rgb(235,235,235);
		scrollbar-track-color:rgb(245,245,245);
		*/