* {margin: 0px; padding: 0px; border: 0px;}

body {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	background: #1C0707 url(/images/bg.gif) top left no-repeat;
	color: #ad8e8e;
}

h1 {
	font-size:17px;
	}

.content {
	text-align:left;
	margin: 0px 0px 0px 430px;
	width: 565px;

}

.navi {
	height: 60px;
	font: 17px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:25px;
	}
	
span.trenner {
	padding: 0px 10px;
	}
	
.navi a {
	text-decoration:none;
	color:#ad8e8e;
	letter-spacing: 1px;
	}
	
.navi a:hover {
	color: #680B0B;
	
	}

.left {
	width: 350px;
	padding: 0px 10px 10px 0px;
	color: #ad8e8e;
	float: left;
}

.left img {
	border: 8px #3C0D0D solid;
	margin: 5px 0px 10px 0px;	
	}
	
.left a:hover img {
	border: 8px #680B0B solid;
	margin: 5px 0px 10px 0px;	
	}

.right {
	color: #ad8e8e;
	width: 200px;
	float: left;
}

.right ul {
	list-style-image: url(/images/list.gif);
	margin: 17px 0px 0px 15px;
}

.right li {
	vertical-align:top;
	margin-bottom:5px;
}

.right li img {
	width: 12px;
	height: 12px;
}

a {
	color: #ad8e8e;
}
a:hover {
	font-weight:bold;
}

hr {
	border-top: 1px dotted #3C0D0D;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	color: #740d0d;
	background-color: #1C0707;
	padding:0px;
	margin: 0px;
	text-align:left;

	}

