HTML, BODY, TD, INPUT {
	font-family : Verdana;
	font-size: 10px;
    
}

BODY {
	margin: 0px;
	padding: 0px;
     background-image: url(images/Sback.gif);
}

#container {
	margin: auto;
	width: 1024px;
}

#maintopic {
	position: absolute;
	width: 672px;
	text-align: right;
	padding: 4px 0px 6px 0px;
	margin: 16px 0px 0px 200px;
	left: 16px;
	/*top: 16px;
	left: 200px;*/
}	
#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 : #EFEBE6 url(images/Rundung.gif) no-repeat top left;
	text-decoration: none;
	color: #91765C;
	border-left: 1px solid #c7b7a8;
}

#maintopic li a img {
	vertical-align : middle;
}

#maintopic li a.sel {
	background-color: #C7B7A8;
}

#maintopic li a:hover {
	background-color : #b2a497;
	color: #ffffff;
}

#plaintext, #htmlheader {
	position: absolute;
	top: 10px;
	left: 850px;
	text-align: right;
	width: 100px;
}

#plaintext a {
	text-decoration: none;
	color: #91765C;
}

#eyecatcher {
	position: absolute;
	width: 100%;
	height: 60px;
	margin: 38px 0px 0px 0px;
	padding: 0px;
	background : #EFEBE6 url(images/Uboatnet.jpg) no-repeat 45px 0px;
	left: 0;
	
	/*top: 38px;
	left: 0px;*/
}

#topic {
	position: absolute;
	margin: 69px 0px 0px 5px;
	top: 29px;
	left: 1px;
	width: 180px;
	background-color: #EFEBE6;
	padding: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C7B7A8;
	border-bottom-color: #C7B7A8;

}

#topic h3 {
	margin: 0px;
	padding: 6px 10px 4px 10px;
	height: 19px;
	background-color: #EFEBE6;
	border-bottom: #C7B7A8 1px solid;
	color: #91765C;
	font-size: 100%;
	font-weight: normal;
}


#topic p {
	text-align: left;
	margin: 0px;
	padding: 4px 10px 4px 10px;
}

#topic p.sub {
	padding: 2px 40px 4px 10px;
}


#topic p a {
	text-decoration: none;
	color: #91765C;
}

#topic p a:hover {
	color: #C7B7A8;
}

form.search {
	padding: 10px;
	margin: 0px;
}

form.search input {
	padding: 0px;
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border: #C7B7A8 1px solid;
	width: 150px;
}

#content {
	position: absolute;
	width: 720px;
	padding: 10px;
	margin: 99px 0px 0px 156px;
	background-color: #ffffff;
	top: 99px;
	left: 30px;
	top: 0;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C7B7A8;
	border-bottom-color: #C7B7A8;
	border-left-color: #C7B7A8;
}

#sidebar {
	position: absolute;
	margin: 98px 0px 0px 829px;
	top: 0px;
	left: 4px;
	width: 176px;
	padding: 10px;
	background-color: #EFEBE6;
	left: 99px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C7B7A8;
	border-left-color: #C7B7A8;
}


/* Content und Sidebar-Elemente */

#content h1 {
	margin: 0;
	padding: 0;
	width: 510px;
	height: 35px;
	background-repeat : no-repeat;
	font-size: 5px;
}

#content h2, #sidebar h2 {
	font-size: 10px;
	margin: 0px;
	color: #91765C;
	letter-spacing : 0px;
	font:"Verdana";
}

#content h2 {
	padding: 10px 0px 2px 0px;	
}

#sidebar h2 {
	padding: 2px 0px 2px 0px;	
}

#content h3 {
	font-size: 100%;
	font-weigth: normal;
	margin: 0px;
	padding: 2px 0px 2px 0px;	
	color: #91765C;
}

#content p, #sidebar p {
	margin: 0px;
	padding: 2px 0px 2px 0px;	
	line-height: 160%;
}

#content a, #sidebar a {
	text-decoration: none;
	font-weight : normal;
	color: #90784d;
}

#content a:hover, #sidebar a:hover {
	text-decoration: underline;
}

#content .sidepicture {
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 4px 0px 10px 10px;
	width: 160px;
}

#content .clearer {
	clear: both;
}

#more {
	marging: 0px;
	padding: 20px 0px 0px 0px;
	text-align: right;
}

/* Liste */

#content ul, #sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 6px 0px 6px 10px;
}

#content li, #sidebar li {
	padding: 2px 0px 2px 16px;
	background: url() no-repeat top left;
}

/* Tabelle */

#content table.cells {
	border: none;
}

#content td.cell {
	background-color: #EFEBE6;
}

#content td.headercell {
	background-color: #91765C;
	color: #EFEBE6;
	font-weight: bold;
}
