BODY {
	margin: 0px;
	padding: 0px;
	background: #F3F1E0 url(../images/orangebalken.png) repeat-y;
}

#logo {
	position: absolute;
	top: 0px;
	height: 80px;
	width: 100%;
	background: #F3F1E0 url(../images/orangebalken.png) repeat-y;
}


#rlogo {
	position: absolute;
	top: 0px;
	height: 80px;
	right: 0px;
	background: #F3F1E0;
}


#maintopic {
	position: absolute;
	top: 80px;
	width: 100%;
	height: 30px;
	border-top: 1px solid #F35527;
	border-bottom: 1px solid #888888;
	background-color: #F3F1D2;
	overflow: hidden;
}

#plaintext {
	position: absolute;
	left: 700px;
	top: 86px;
	height: 30px;
	text-align: right;
	z-index: 100;
}

#plaintext a {
	color: #888888;
	text-decoration: none;
}


#youarehere {
	position: absolute;
	top: 111px;
	width: 100%;
	height: 30px;
}

#youarehere a {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 10px 0px 23px;
	line-height: 30px;
	color: #888888;
	text-decoration: none;
	font-size: 11px;
	background : url(../images/pmr.gif) no-repeat;
}

#youarehere a:hover {
	color: #37478B;
	background : url(../images/pmra.gif) no-repeat;
}


#maintopic a {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing : 2px;
	background : url(../images/gelbbalken.png) no-repeat right;
}

#maintopic a:hover {
	background-color: #F3E9B7;
	color: #F35527;
}

#maintopic a.active {
	background: url(../images/pmta.gif) repeat-x;
	color: #F3E9AC;
	font-weight: bold !important;
	font-size: 11px;
}


#topic {
	position: absolute;
	top: 145px;
	width: 170px;
	background-color: #F3E9B7;
}

#topic a {
	display: block;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #BBC0E8;
	padding: 0px;
	margin: 3px 20px 3px 20px;
	text-transform: uppercase;
	font-size: 10px;
}

#topic a:hover, #topic a.active {
	color: #F35527;
}

#topic h1 {
	padding: 9px 20px 9px 20px;
	background-color: #F3441D;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px;
}

#eyecatcher {
	position: absolute;
	left: 200px;
	top: 145px;
	width: 700px;
	height: 150px;
	background: url(../images/s2dlogo.gif) no-repeat;
}

#content {
	position: absolute;
	left: 190px;
	top: 145px;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}

#content a:visited {
	color: #C2441F;
}

#content a:link, #content a:hover, #content a.active {
	color: #F35527;
}

#tshirt {
 	position: relative;       
	padding: 0px;
	margin: 0px 20px 0px 0px;
}

#sidebar {
	position: absolute;
	top: 296px;
	left: 950px;
	background-color: #37478B;
	color: #fffff;
}

form.search {
	position: absolute;
	top: 28px;
	left: 980px;
	width: 160px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border : 1px solid #cdcdcd;
	color: #333333;
	width: 118px;
	padding: 2px;
	background: url(../images/pmt.gif) repeat-x;
	font-size: 10px;
}

