a:link, a:visited {
	border: 1px solid white;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a:hover {
	border: 1px solid red;
}

a:link img, a:visited img {
	border: 0px;
}



#ie6layer {
	display: none;
}

#rahmen {
	margin: auto auto auto auto;
	width: 548px;
	background: url(../img/rahmen.png);
	height: 537px;
}

#logo {
	background: url(../img/logo.png);
	background-repeat: no-repeat;
	background-width: 30px;
	width: 500px;
	height: 54px;
	padding-top: 60px;	
}

#logo a:link, #logo a:visited {
	border: 0px;
}
#logo a:hover {
	border: 0px;
}

#logo a:link img, #logo a:visited img, #logo a:hover img {
	border: 0px;
}

#menu {
	background: url(../img/menue.png);
	background-repeat: no-repeat;
	width: 512px;
	height: 20px;
	margin-top: 30px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
}

#menu a:link, #menu a:visited {
	font-size: 11px;
}


#inhalt {
	position: fixed;
	top: 200px;
	height: 145px;
	width: 1000px;
	background: url(../img/inhalt.png);
	padding-top: 5px;
	left: 50%;
	margin-left: -495px;
	
	
	font-size: 11px; 
	font-weight: bold; 
	font-family: Arial;
}

#profil {
	background: url(../img/gruen.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 145px;
}

#pfeillinks {
	float: left;
	width: 35px;
	height: 145px;
	background: url('../img/pfeilrechts.png');
	opacity: 0.3;
}


#pfeilrechts {
	float: right;
	width: 35px;
	height: 145px;
	margin-right: 20px;
	background: url('../img/pfeillinks.png');
	opacity: 0.3;
}


#unten {
	margin-top: 200px;
	margin-left: -50px;
	margin-right: 30px;
	font-weight: bold;
	font-size: 13px;
	
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

#unten a:link, #unten a:visited {
	font-size: 16px;
	letter-spacing: 5px;
}
	

ul {
	list-style-type: none;
}

li {
	background-image: url('../img/unten.jpg'); 
	background-repeat: no-repeat; 
	height: 29px;
	width: 150px;
	margin-bottom: 40px;
	padding-left: 20px;
}

#untenindex {
	margin-top: -140px; 
	margin-left: 190px; 
	font-size: 12px; 
	text-align: right;
}

#planunten {
	background: url('../img/plan_unten.jpg');
	background-repeat: no-repeat;
	height: 20px;
	margin-top: 380px;
	margin-left: 180px;
}

