HTML, BODY, TD, INPUT {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	width: 900px;
	height: 40px;
	margin: 0px;
	padding: 0px;
    /*background : url(../images/pheader.gif) no-repeat;*/
	position: absolute;
	top: 0px;
	left: 50px;
}

#maintopic {
	width: 900px;
	text-align: right;
	padding: 4px 0px 6px 0px;
	margin: 0px;
	position: absolute;
	top: 84px;
	left: 50px;
}

#plaintext, #htmlheader {
	position: absolute;
	top: 10px;
	left: 850px;
	text-align: right;
	width: 100px;
}

#plaintext a {
	text-decoration: none;
	color: #314576;
}
	
#eyecatcher {
	width: 100%;
	height: 180px;
	margin: 0px;
	padding: 0px;
	background : #5371B9 url(sv_FILES/s2dlogo.jpg) no-repeat 50px 0px;	
	position: absolute;
	top: 84px;
	left: 0px;
}

#topic {
	position: absolute;
	top: 234px;
	left: 50px;
	width: 200px;
	background-color: #E5E5EB;
	padding: 0px;
	margin: 0px;
}

#topic h3 {
	margin: 0px;
	padding: 6px 10px 4px 10px;
	height: 19px;
	background-color: #E5E5EB;
	border-bottom: #5371B9 1px solid;
	color: #314576;
	display: block;
	font-size: 100%;
	font-weight: normal;
}


#topic p {
	text-align: right;
	margin: 0px;
	padding: 4px 10px 4px 10px;
}

#topic p.sub {
	padding: 2px 40px 4px 10px;
}


#topic p a {
	text-decoration: none;
	color: #314576;
}

#topic p a:hover {
	color: #5371B9;
}

/* Boxen */

#content {
	/*width: 510px;*/
	/*padding: 10px;*/
	/*margin: 0px;*/
	/* hier wird für den rechten Content Platz gelassen:*/
	padding-right: 192px;
	padding-left: 10px;
	background-color: #ffffff;
	position: absolute;
	min-width: 315px;
	top: 264px;
	left: 250px;
	z-index: 1; 
}

#sidebar {
	position: absolute;
	/*position: relative;/*
	/*align: right; */
	top: 264px;
	right: 0px;
	/*left: 779px;*/
	width: 160px;
	width/**/:/**/ 180px;
	padding: 20px;
	border-left: 1px solid #5371B9;
	border-bottom: 1px solid #5371B9;
	background-color: #ffffff;
	z-index: 2; 
}

/* Content und Sidebar-Elemente */

BODY {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

#content h1 {
	margin: 0;
	padding: 0;
	/*width: 510px;*/
	height: 35px;
	background-repeat : no-repeat;
	font-size: 5px;
}

#content h2, #sidebar h2 {
	font-size: 100%;
	font-weight : bold;
	font-family : Times New Roman, Serif;
	font-size: 13px;
	margin: 0px;
	color: #803227;
	letter-spacing : 2px;
	text-transform : uppercase;
}

#content h2, csc-header {
	padding: 20px 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: #314576;
}

#content p, #sidebar p {
	margin: 0px;
	padding: 2px 0px 2px 0px;	
	line-height: 160%;
}

#content a, #sidebar a {
	text-decoration: none;
	font-weight : bold;
	color: #803227;
}

#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 {
	margin: 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(../images/pbull.gif) no-repeat top left;
}

/* Tabelle */

#content table.cells {
	border: none;
}

#content td.cell {
	background-color: #E5E5EB;
}

#content td.headercell {
	background-color: #314576;
	color: #E5E5EB;
	font-weight: bold;
}

