@import url("basic-navi.css");

body {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background: #9905cb;
	background-image: url(bild/bg_sterne.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 75%;
	line-height: 1.7em;
	color: #000;
}

p {
text-align: justify;
}

h6 {
text-align: center;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

img {
    border: 1px;
}

#all {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#links {
	float: left;
	width: 190px;
	margin-top: 20px;			
}
#first {
	width: 190px;
	height: 90px;
	clear: both;		
}
#balken {
	height: 420px;
	border: 5px solid #fc00db;
	border-right: none;	
	background: #ffffff;			
}

#index {
	float: left;
	width: 650px;
	border: 2px solid #fc00db;
	color: #575757;
	background: #fff;					
}

#innenblock {
	float: left;
	width: 650px;
	padding-bottom: 70px;
	border: 2px solid #fc00db;
	color: #575757;
	background: #fff;					
}

#links h2 {
	padding: 5px 0 5px 15px;
	font-size: 1.2em;
	color: #fff;
	background: #fc00db;	
}

#inhalt {
	padding: 0 60px;
}
#innenblock h1 {
	font-size: 1.6em;
	text-align: center;
}
#innenblock h2 {
	font-size: 1.4em;
	text-align: center;
}
#innenblock h3 {
	font-size: 1.2em;
	text-align: center;
}

a {
	color: #4a64e6;
}
a:hover {
	color: #fff;
	background: #ffd22b;
}

ul.auflisten li {
	line-height: 12pt;
	margin: 6px 25px;
}
.bild {	
	border: 4px solid #fc00db;
}
.galerie {	
	border: 5px solid #fc00db;
}
