/* Seitenlayout - Designangaben */

/*kopfbereich */
#header {
	width: 900px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background : url(../images/pheader.gif) no-repeat;
	position: absolute;
	top: 0px;
	left: 50px;
}

/*obere navigation */

#maintopic {
	width: 900px;
	text-align: right;
	padding: 4px 0px 6px 0px;
	margin: 0px;
	position: absolute;
	top: 60px;
	left: 50px;
}

/*obere navigation - Liste */

#maintopic ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#maintopic li {
	display: inline;
}

#maintopic li a {
	margin: 0px;
	padding: 4px 8px 6px 8px;
	background : #7CBBED url(images/pel.gif) no-repeat top left;
	text-decoration: none;
	color: #314576;
	border-left: 1px solid #ffffff;
}

#maintopic li a img {
	vertical-align : middle;
}

#maintopic li a.sel {
	background-color: #C7F6FD;
}

#maintopic li a:hover {
	background-color : #314576;
	color: #ffffff;
}

/* Titelbild */

#eyecatcher {
	width: 100%;
	height: 180px;
	margin: 0px;
	padding: 0px;
	padding-left:50px;
	background : #C7F6FD;	
	position: absolute;
	top: 84px;
	left: 0px;
}

/* Linke/untere Navigationsebene */

#topic {
	position: absolute;
	top: 234px;
	left: 50px;
	width: 200px;
	background-color: #7CBBED;
	padding: 0px;
	margin: 0px;
}

/* Infotxt/Untergliederung */

#topic h3 {
	float:left;
	width:180px;
	margin: 0px;
	padding: 6px 10px 4px 10px;
	height: 19px;
	background-color: #7CBBED;
	border-bottom: #C7F6FD 1px solid;
	color: #314576;
	display: block;
	font-size: 100%;
	font-weight: normal;
}

#topic. pic  {    	width: 180px;
	background-color: #ffffff;
	padding: 10px;
	margin: 10px;
}

/* BoxModell Layoutanpassung für InternetExplorer (-> IE) */

* html #topic h3 {
	width:200px;
}

/* Absatzdefinition linke Navi */
#topic p {
	width:200px;
	float:left;
	text-align: right;
	margin: 0px;
	
}

/* Link-Definition */

#topic p a {
	width:180px;
	float:left;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	background-color:#7CBBED;
	text-decoration: none;
	color: #314576;
}

/* IE */

* html #topic p a {
	width:200px;
}

/* link mouse over */
#topic p a:hover {
	width:180px;
	float:left;

	margin: 0px;
	padding: 4px 10px 4px 10px;
	background-color: #FFFFFF;
	color: #00CCFF;
}

/* IE */
* html #topic p a:hover {
	width:200px;
}

/* Suche */
form.search {
	padding: 10px;
	margin-top: 10px;
}

form.search input {
	padding: 0px;
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border: #C7F6FD 1px solid;
	width: 150px;
}

/* Content-Spalte */

#content {
	width: 490px;
	padding: 10px;
	margin: 0px;
	background-color: #ffffff;
	position: absolute;
	top: 264px;
	left: 265px;
}

/* rechte Spalte */
#sidebar {
	position: absolute;
	top: 264px;
	left: 779px;
	width: 160px;
	padding: 10px;
	/* border-left: 1px solid #C7F6FD;
	border-bottom: 1px solid #C7F6FD; */
	background-color: #ffffff;
}
.contentdevider {	
	padding-bottom: 0px;
	
}
.contentdevider a {	
	text-decoration: none;
	font-weight : bold;
	color: #314576;	
}

.contentdevider a:hover {	
	text-decoration: underline;
	font-weight : bold;
	color: #314576;	
}
.contentdevider a:visited {	
	text-decoration: none;
	font-weight : bold;
	color: #314576;	
}
