/* Standards */

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

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: auto;
}

a {
	font-size: 12px;
}

a:focus {
	outline: 0px;
}

h1 {
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 15px;
}

p {
	margin-bottom: 5px;
}

.kursiv {
	font-style: italic;
}

.through {
	text-decoration: line-through;
}

.clear {
	clear: both;
	line-height: 0px;
}


/* Wrap */

#wrap {
	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -450px;
	margin-top: 35px;
	margin-bottom: 50px;
}

/* Head */

#head {
	height: 125px;
}

#navi {
	float: right;
	width: 225px;
}

#navi ul {
	list-style-type: none;
}

#navi li {
	line-height: 14px;
	font-size: 12px;
}

#navi li.empty {
	background-color: #000000;
}

#navi .special {
	background-color: #000000;
	color: #CC3399;
	padding-left: 3px;
	padding-right: 3px;
}

#navi li a {
	font-size: 12px;
	font-weight: normal;	
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}

#navi li a:hover {
	background-color: #CC3399;
}

#logo {
	width: 166px;
	height: 78px;
	background-color: #000000;
	color: #FFFFFF;
	padding: 10px;
	font-size: 15px;
	line-height: 15px;
}

/* Content */

#content {
	width: 900px;
}

#content ul {
	list-style-type: none;
}

#content li {
	float: left;
	margin-right: 5px;
	padding-bottom: 3px;
	line-height: 0px;
}

#content li.last {
	margin-right: 0px;
}

#content li a {
	display: block;
	border-bottom: 2px solid #FFFFFF;
}

#content li a:hover {
	border-bottom: 2px solid #CC3399;
}

/* Contact */

#contact_left {
	width: 669px;
	height: 337px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 9px;
}

#contact_right {
	float: right;
	width: 226px;
	height: 337px;
	background-color: #CC3399;
	color: #FFFFFF;
	font-size: 9px;
}

#contact_left a {
	text-decoration: none;
	color: #CC3399;
	font-size: 9px;
}

#contact_left a:hover {
	text-decoration: underline;
}

.contact {
	padding: 15px;
}




