body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#a90329;
	font-family:times,serif;
	font-size:16px;
}
img {
	border:none;
}

p a, p a:visited {
	text-decoration:underline;
	color:#b1072b;
	font-weight:bold;
	background:url(http://www.von-trokadero.de/media/pfeil.png) left no-repeat;
	padding-left:25px;
	
}

#logo {
	margin:auto;
	width:800px;
	height:80px;
	background-image:url(images/logo3.png);
	background-position:left;
	background-repeat:no-repeat;
}

#menu {
	margin:auto;
	width:800px;
	height:45px;
}

#menu ul {
	list-style-type:none;
	position:relative;
	top:10px;
	left:-35px;
}

#menu li {
	display:inline;
	padding-right:20px;
}


#menu li a {
	color:#ffffff;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
	padding-bottom:20px;
}

#menu li a:hover {
	background-image:url(images/hover.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	color:#000000;
}

#container {
	margin:auto;
	width:800px;
	min-height:500px;
	background-color:#000000;
	padding-bottom:40px;
}



#inhalt {
	position:relative;
	top:20px;
    margin:auto;
	min-height:470px;
	width:730px;
	margin-top:0px;
	background-color:#ffffff;
	padding:15px;
	color:#080808;
	background-image:url(bg2.jpg);
}

#footer {
	margin:auto;
	width:800px;
	height:91px;
	background-image:url(images/bild.png);
}
