/* CSS Document */

/*orange #fec856     hellblau: #e4e9f9     dunkelblau: #5d7bc4*/

body {
	background-color:#e4e9f9;
	background-image:url(../img/linie_dosen.gif); 
	background-repeat:no-repeat;
	background-position:center 20px;
	padding:0;
	margin:0;
	color:#5D7BC4;
	}

p { margin: 0 !important; }
	
#induko-tagcloud {
	margin-top: 40px;
}

.induko-tagcloud-tag { margin: 0 5px; white-space:nowrap; }
.induko-tagcloud-tag-weight-0 { font-size: 100%; }
.induko-tagcloud-tag-weight-1 { font-size: 110%; }
.induko-tagcloud-tag-weight-2 { font-size: 120%; }
.induko-tagcloud-tag-weight-3 { font-size: 130%; }
.induko-tagcloud-tag-weight-4 { font-size: 140%; }
.induko-tagcloud-tag-weight-5 { font-size: 180%; }
	
#footer {
	width: 100%;
	height:200px;
	position:absolute;
	bottom:10px;
	background-color:#e4e9f9;
	background-image:url(../img/linie_tuben.gif); 
	background-repeat:no-repeat;
	background-position: center bottom;
	z-index:0;
}

#t3_content {
	padding-top:20px;
}

#content {    
	ackground-color:#e4e9f9;
	position:absolute;
	top:50%;
	left:50%;
	width:731px;
	height:120px;
	margin-left:-368px;
	margin-top:-70px;
	text-align:center;
	z-index:10;
}
    
#content ul {
	padding-top: 0px;
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width:731px;
	height:20px;    
	font-size: 100%;
	color: #24459C;
}
    
#content li { 
	list-style-type: none;  
	float: left;      
	padding-right: 10px;
	padding-left: 10px;
	border-right: 2px solid #24459C; 
	font-weight: normal;
}


a { 
	color: #5D7BC4;
	text-decoration: none; 
}
    
a:visited { 
	color: #5D7BC4;
	text-decoration: none; 
}
    
a:focus { 
	color: #5D7BC4;
	text-decoration: none; 
}

a:hover { 
	color: #5D7BC4;
	text-decoration: none; 
}
    
a:active { 
	color: #5D7BC4
	text-decoration: none; 
}

  
