@charset "utf-8";
/* CSS Document */

/* Das gilt für die Startseite index.html */
#links_index {
	float:left;
	width:700px;
	margin-top:439px;
	margin-bottom:39px;	
	height:175px;
}
/* -------------------------------------- */


/* Das gilt für die linke Spalte von impressum.html */

#links_impressum {
	float: left;
	width: 680px;
	height:px;
	padding:20px;
	color: #FFFFFF;
	background-color: #BFBFBF;
	margin: 40px 0 55px 0;
}

#links_impressum h2{
	margin-bottom: 12px;
	font-size: 1.1em;
	color: #e06000;
}

#links_impressum h3{
	margin-bottom:8px;
	font-size:1em;	
}

#links_impressum h3.gross{
	margin-bottom:8px;
	font-size:1.2em;	
}

#links_impressum p{
	margin-bottom: 5px;
	font-size: 0.9em;
}

#links_impressum a{
	
	text-decoration:none;
	color:#FFFFFF;
}



#links_impressum a:hover{
	
	color:#e06000;
}

#impressum_links {
	float:left;
	width:300px;
}

#impressum_rechts {
	float:left;
	width:300px;
}

/* -------------------------------------- */

/* Das gilt für die rechte Spalte von index.html und impressum.html */

#rechts {
	float:right;
	width:260px;
	padding:35px 0 20px 60px;
	color:#FFFFFF;
	height:415px;
	
}


#rechts h2 {
	font-size:1.1em;
}

#rechts h3 {
	font-size:1.3em;
	margin-top:65px;
}

#rechts p {
	
	margin-top:100px;
}


/* -------------------------------------- */

.archiv {
	font-size:.8em;
}


