@charset "iso-8859-1";
#content {
	width: 792px;
	padding: 0px;
	float:left;
	top: 700px;
	font-size: 14px;
	margin-left: 20px;
}

#topic {
	width: 189px;
	padding: 0px;
	float:left;
	hight: 900px;
	background-image: url(../Image/topic.png);
	text-align: center;
}

#sidebar {
	width: 500px;
	float:right;
	text-align: center;
	background-position: right;
	bottom: 100px;
	height: 333px;
	background-image: url(../Image/Herrschaften.gif);
}

#logo {
	width: 100%;
	height: 351px;
	background-image: url(../Image/head_rot-grau.png);
	background-repeat: no-repeat;
}

#maintopic {
	width: 100%;
	margin: 0px;
	padding: 1px 0px 2px 0px;
	height: 32px;
	background-color: #000;
	background-image: url(../images/pmtp.gif);
	background-repeat: repeat-x;
}

#maintopic a {
	display: block;
	float: left;
	margin: 0px;
	padding: 8px 16px 0px 16px;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #444655;
	border-right: 1px solid #dedede;
	border-left: 1px solid #fdfdfd;
	text-transform : uppercase;
	height: 21px;
	width: 90px;
}

#maintopic a:hover {
	background-color: #FFCC66;
}


#topic h3 {
	border-top: 0px solid #FF9933;
	border-bottom: 0px solid #FF9933;
	background-color: #4C0014;
	color: #4C0014;
	padding: 4px 10px 4px 10px;
	font-size: 100%;
	font-weight: bold;
	text-transform : capitalize;
	margin: 0px 0px 0px 0px;
	background-image: url(../Image/topic.png);
}

#topic p {
	padding: 14px 10px 14px 10px;
	border-bottom: 0px solid #FF9933;
	margin: 10px;
	background-image: url(../Image/Button1.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#topic p:hover {
	background-image: url(../Image/Button2.gif);
	background-repeat: no-repeat;
	background-position: center;	
}

#topic p a {
	text-decoration: none;
	color: #000;
	text-align: center;
}

#topic p a:hover {
	text-decoration: underline;
	color: #000;
	font-weight: bolder;
	
}
#wrapper {
	width: 100%;
	height: 100%;
}
