#wrap {
	background: url(../images/) repeat-y;
	margin: 0 auto;
	width: 990px;
}

#content {
	float: left;
	width: 590px;
	min-height: 440px;
	padding: 20px 20px 20px 5px;
}

#topic {
	float: left;
	width: 160px;
	top: 360px;
	/*border-top: 5px solid #1B3046;*/
	padding: 2px 0px 30px 0px;
}

#logo {
	width: 100%;
	height: 70px;
	background : #F8FAFC url(../images/s2dlogo.jpg) no-repeat;
}

#plaintext {
	position: absolute;
	top: 10px;
	left: 880px;
	text-align: right;
	width: 100px;
}

#plaintext a {
	color: #ffffff;
	text-decoration: none;
}

#maintopic {
	width: 100%;
	margin: 0px;
	padding: 1px 0px 2px 0px;
	background: #f9f9f9 url(../images/pmtp.gif) repeat-x;
	height: 32px;
}

#maintopic ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#maintopic li {
	display: inline;
}

#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: #1B3046;
	border-right: 1px solid #dedede;
	border-left: 1px solid #fdfdfd;
	text-transform : uppercase;
	height: 21px;
}

#maintopic a:hover {
	background-color: #DEE4ED;
}

#maintopic a.sel {
	background-color: #DEE4ED;
	color: #164782;
}

#nav {
	float: left;
	width: 170px;
	padding: 0px 5px;
	/*border: 1px solid #dddddd;
	background-color: #f5f5f5;*/
	margin-right: 20px;
}

#nav a, #nav p {
	display: block;
	color: #444444;
	text-decoration: none;
	padding: 4px 0px;
	border-bottom: 1px solid #dddddd;
	margin: 0px;
}

#nav a:hover {
	color: #164782;
	background-color: #DEE4ED;
}


#nav a.topic {
	padding-left: 20px;
}

#nav a.subtopic {
	padding-left: 40px;
}

#nav h2 {
	padding: 0px;
	margin: 16px 0px 6px 0px;
	font-size: 110%;
	font-weight: bold;
}

#topic h3 {
	border-top: 1px solid #DEE4ED;
	border-bottom: 1px solid #DEE4ED;
	background-color: #F8FAFC;
	color: #164782;
	padding: 4px 10px 4px 10px;
	font-size: 100%;
	font-weight: bold;
	text-transform : uppercase;
	margin: 20px 0px 0px 0px;
}

#topic p {
	padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #DEE4ED;
	margin: 0px;	
}

#topic p a {
	text-decoration: none;
	color: #1B3046;	
}

#topic p a:hover {
	text-decoration: underline;
	color: #164782;	
}

form.search {
	padding: 0px;
	margin: 40px 0px 40px 0px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #eeeeee 1px solid;
	border-right: #eeeeee 1px solid;
	background-color: #fcfcfc;
	width: 115px;
	padding: 2px;
	color: #164782}

#youarehere {
border-bottom: 1px solid #555555;
padding:0px;
margin:0px;
}

#youarehere a {
color: #000000 !important;
font-size: 80%
}

#footer { 
	rem border-top: 1px solid #555555;
	/*background-color: #F8FAFC;*/
	clear: both;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 3px;
	color: #1B3046;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	line-height: 18px;
	height: 60px
	/* Overflow:hidden für den Opera 8.50 */
	overflow: hidden;

}

#footer a { 
	color: #1B3046;
	text-decoration: none; 
	font-weight: bold;
	font-size: 80%
}
#footer a:hover {
	color: #000000; 
	text-decoration: underline;
}

#footer-content {
    display: block;
	/* Overflow:hidden für den Opera 8.50 */
	overflow: hidden;
    z-index:50;
    border-top: 1px solid #555555;
	margin: 5px auto;
	width: 980px;
	/*rem background-color: #777;*/
	line-height: 18px;
	height: 60x
}
#footer-content #footer-left {
	padding: 2px;
	width: 70%;
	float: left;
	text-align: left;
}
#footer-content #footer-right {
	padding: 2px;
	width: 28%;
	float: right;
	text-align: right;
}

