/* Start of CMSMS style sheet 'PEP 2 koloms' */
/* Content und Sidebar-Elemente */

BODY {
	margin: 0px;
	padding: 10px;
	background : #ffffff url(../images/pback.gif) no-repeat;
}

#content h1 {
	font-size: 280%;
	font-weight : normal;
	margin: 0px;
	padding: 5px 0px 2px 0px;	
	color: #BD5A21;
}

#content h2, #sidebar h2 {
	font-size: 130%;
	font-weight : bold;
	text-transform: uppercase;
	margin: 0px;
	color: #c0c0c0;
}

 #content h2 {
	padding: 10px 0px 2px 0px;	
}

#sidebar h2 {
	padding: 2px 0px 2px 0px;	
	font-size: 100% !important;
}

#content h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;	
	color: #BD5A21;
}

#content p, #sidebar p {
	margin: 0px;
	padding: 2px 0px 2px 0px;	
	line-height: 160%;
}

#content a, #sidebar a, #tweedekolom a {
	text-decoration: none;
	font-weight : bold;
	color: #B82228;
}

#content a:hover, #sidebar a:hover, {
	text-decoration: underline;
}

#content .sidepicture {
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 4px 0px 10px 10px;
	width: 120px;
}

#content .clearer {
	clear: both;
}

#more {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: right;
}

#more a {
	text-decoration : none;
	background : url(../images/pbull.gif) no-repeat;
	padding: 2px 0px 4px 15px;
	color: #535353 !important;
	font-weight: normal !important;
}


/* 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: 1px solid #C0C0C0;	
}

#content td.cell {
	background-color: #f6f6f6;
}

#content td.headercell {
	background-color: #BD5A21;
	color: #ffffff;
	font-weight: bold;
}

/* Teaser */

div.teaserelement {
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0px;
}

div.teaser {
	margin: 0px;
	padding: 2px 0px 2px 0px;	
}

div.teaserpicture {
	float: right;
	padding: 0px;
	margin: 4px 0px 10px 10px;
	border: none;
}

p.teasertext {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

.teasernav {
	clear: both;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-align: center;
}

/* Absatztype Formular */


.formular td{
        text-align:left;
        width: 210px;
}

.formular input[type="text"] {
	border : 1px solid #C0C0C0;
	width: 350px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}
.formular input {
        border: expression(this.type=="text" ?'1px solid #C0C0C0':''); 
        width: expression(this.type=="text" ?'350px':''); 
        vertical-align: expression(this.type=="text" ?'top':''); 
        padding: expression(this.type=="text" ?'1px':''); 
        margin: expression(this.type=="text" ?'0px 0px 10px 0px':'');
}


.formular textarea  {
	border : 1px solid #C0C0C0;
	width: 350px;
	height: 100px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}
.formular .required {
        font-weight:bold;
}

.formular p {
	width: 190px;
	line-height: 180%;
	float: left;
	clear: left;
}

.formular input[type="submit"] {
        background-image: url(../images/w2dsbmt.gif);
        height: 28px;
        width: 200px;
        border: 0px;
 
}

.formular input {
        background-image: expression(this.type=="submit" ?'url(../images/w2dsbmt.gif)':''); 
        width: expression(this.type=="submit" ?'200px':''); 
        height: expression(this.type=="submit" ?'28px':''); 
        border-width: expression(this.type=="submit" ?'0px':''); 
}

.formular .formnote {
	color: #BD5A21;
	line-height: 160%;
	padding: 2px 0px 10px 192px !important;
}

.buttoncaption {
	line-height: 200%;
}


/* Plugin-Styles */

P.s2d  {
	font-size: 180%;
	color: #BD5A21;
	font-weight : bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	line-height: 200%;
}

P.s2dsmall  {
	font-size: 80%;
}

#nav {
	position: absolute;
	top: 200px;
	left: 61px;
	width: 880px;
	height: 40px;
	background : url(../images/pnback.gif);
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#plaintext {
	position: absolute;
	top: 10px;
	left: 61px;
}

#plaintext a {
	color: #c0c0c0;
	text-decoration: none;
}

#logo {
	position: absolute;
	top: 40px;
	left: 61px;
	width: 880px;
	height: 200px;
	background : url(/images/s2dlogo.jpg);
}

#nav ul {
        display: inline;
}

#nav li {
        display: inline;
}

#nav a {
	display: block;
	width: 110px;
	height: 40px;
	float: left;
	text-align: center;
	text-decoration : none;
	text-transform : uppercase;
	line-height : 36px;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	background : url(../images/pnbutton.gif);
	font-weight : bold;
	font-size : 10px;
}

#nav a#active_menu {
	background : url(../images/pnbuttona.gif) !important;
}

#nav a:hover {
	color: #BD5A21;
	background : url(../images/pnbuttonh.gif);
}

#content {
	position: absolute;
	top: 241px;
	left: 61px;
	width: 690px;
	background : url(../images/pcback690.gif);
	background-repeat : no-repeat;
	/* padding: 10px 40px 10px 20px; */
                overflow-x:auto;
                overflow-y:visible;
}

#tweedekolom {
	position: absolute;
	top: 241px;
	left: 751px;
	width: 150px;
	/* height: 300px; */
	background : url(../images/psback.gif) no-repeat; 
                /* padding: 10px 40px 10px 0px; */
                overflow-x:hidden;
                overflow-y:visible;
}

#subnav {
        padding: 0px 0px 0px 0px;
}

#subnav ul {
        display: inline;
        margin: 0px 0px 0px 0px;
}

#subnav li {
        display: inline;
}

#subnav a {
	display: block;
	text-decoration : none;
	text-transform : uppercase;
	margin: 0px;
	color: #535353;
	font-size : 90%;
	background : url(../images/pbull.gif) no-repeat;
	padding: 2px 0px 4px 15px;
	font-weight : normal;
}

#subnav a#active_menu {
	font-weight: bold;	
	color: #BD5A21;
}

#subnav a:hover {
	font-weight: bold;	
}


#sidebar {
	position: absolute;
	top: 241px;
	left: 791px;
	width: 150px;
	padding-top: 10px;
                overflow-x:hidden;
                overflow-y:visible;
}

form.search {
	padding: 0px;
	margin: 20px 0px 20px 0px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border : 1px solid #C0C0C0;
	width: 118px;
	padding: 2px;
	color: #BD5A21;
	font-size: 10px;
}

HTML, BODY, TD {
	font-family :  Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}



#pathway span { 
	font-size: 150%;
	font-weight : normal;
	margin: 0px;
	padding: 5px 0px 2px 0px;	
	color: #BD5A21;
}


#pathway a {
	font-size: 10px;
	text-decoration: none;
	font-weight : bold;
	color: #B82228; 
}

#feu_form textarea {
             width:400px;
}
/* End of 'PEP 2 koloms' */

