/*
// +---------------------------------------------------------------------+
// | REConf 2007                                                         |
// +---------------------------------------------------------------------+
// | Copyright (c) 2006 present perfect! GmbH - München                  |
// | http://www.presentperfect.de                                        |
// +---------------------------------------------------------------------+
// | Author: Peter Kraume <pk@presentperfect.de>                         |
// +---------------------------------------------------------------------+
// | globales Stylesheet                                                 |
// +---------------------------------------------------------------------+
*/

/*
Farben {
	color: #1191AA;
	color: #0D7184;
	color: #70AEBA;
}
*/

body {
	margin: 0px;
}

img {
	border: none;
}

a {
	color: #1191AA;
	text-decoration: none;
}

a:hover {
	color: #70AEBA;
	text-decoration: none;
}

.contenttable td {
	vertical-align: top;
}

/*
// +---------------------------------------------------------------------+
// | IDs                                                                 |
// +---------------------------------------------------------------------+
*/
#header-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 170px;
	background-color: #1191AA;
}

#header-right {
	position: absolute;
	top: 0px;
	left: 180px;
	width: 471px;
	height: 103px;
}

#sub-header {
	position: absolute;
	top: 109px;
	left: 190px;
	width: 409px;
	height: 30px;
}

#line {
	position: absolute;
	top: 146px;
	left: 10px;
	width: 641px;
	height: 1px;
	background-color: #000000;
	overflow: hidden;
}

#container {
	position: absolute;
	top: 170px;
	left: 0px;
	width: 445px;
	height: auto;
	padding-left: 18px;
	border-left: 180px solid #1191AA;
}

#nav {
	position: absolute;
	top: 170px;
	left: 0px;
	width: 180px;
	height: auto;
	background-color: #1191AA;
	padding-bottom: 24px;
}

#nav .item {
	margin-left: 25px;
	width: 155px;
	height: 25px;
	padding-bottom: 1px;
}

#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	text-decoration: none;
}

#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
}

#nav a.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
}

#content {
	width: 445px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}

#content .headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-top: 0px;
	color: #1191AA;
}

#footer {
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
	border-top: 1px solid #636363;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

#banner {
	position: absolute;
	top: 4px;
	left: 664px;
	width: 120px;
	height: 600px;
	overflow: hidden;
}