/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
}

body {
	background-position: left top;
	background-image: url(../images/bg_body.jpg);
	background-repeat: no-repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 730px;
}

#referentenaustausch {
	position: absolute;
	top: 53px;
	left: 935px;
	
}
#referentenaustausch a{
	color: #3366FF;
	text-decoration: none;
	
}
#header {
	position: absolute;
	width: 100%;
	height: 106px;
	top: 80px;
	left: 0px;
	background-image: url(../images/bg_header.png);
	background-repeat: repeat-x;
}

#title {
	position: absolute;
	z-index: 0;
	top: 200px;
	left: 260px;
}

#navigation {
	position: absolute;
	width: 200px;
	top: 60px;
	left: 0px;
}

#sub_navigation {
	position: absolute;
	width: 240px;
	top: 450px;
	left: 0px;
}

#info {
	position: absolute;
	width: 240px;
	top: 540px;
	left: 10px;
}

#info p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

#info a, #content a {
	color: #3366FF;
	text-decoration: none;
}

#info a:hover, #content a:hover {
	color: #336699;
	text-decoration: none;
}

#content {
	position: absolute;
	width: 650px;
	top: 320px;
	left: 260px;
	color: #666666;
}

#content h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0em;
}

#content h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0em;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0em;
}

#content td {
	color: #666666;
	line-height: 1.8em;
}

#content p {
	line-height: 1.8em;
}

#content ul {
	list-style-type: none;
	margin-left:30px;
	margin-bottom: 2em;
}

#content ul li {
	list-style-type: square;
	padding-left: 0px;
	margin-left: 0px;
	line-height: 1.8em;
}

#footer {
	text-align: right;
	clear: both;
	padding-top: 30px;
	padding-bottom: 50px;
}

#newsTicker {
	position: absolute;
	left: 650px;
	top: 195px;
	width: 250px;
	height: 60px;
	z-index: 100;
}

#newsTicker a.newsTickerLink {
	color: #3366FF;
	text-decoration: none;
}

.content-box {
	clear:both;
}
