/* Benutzerfarben ausgeben */
/*
usercolor.medium = "#D8D8D8"
usercolor.bright = "#F1F1F1"
usercolor.dark = "#737373"
usercolor.alt = ""
usercolor.alt.medium = "#85A0D8"
usercolor.alt.dark = "#172647"
 */

/* Standard-Elemente */

p {
	margin: 0;
	padding: 0px 0px 20px 0px;
	line-height: 180%;
	text-align:justify;
}

em {
	font-weight : bold;
	color: #172647;
	font-style : normal;
}

h1 {
	margin: 0;
	padding: 0;
	width: 778px;
	height: 70px;
	background-repeat : no-repeat;
}

h2 {
	margin: 0;
	padding: 4px 0px 10px 0px;
	font-size: 120%;
	color: #5790BF
}

h3 {
	margin: 0;
	padding: 2px 0px 2px 0px;
	font-size: 100%;
	color: #000000;
}

.clearer {
	clear: both;
}

a.link {
	font-weight: bold;
	color: #172647;
	text-decoration: none;
}

a.arrow {
	font-weight: bold;
	color: #172647;
	text-decoration: none;
	background:;
	background-image : url(../images/parrow.gif);
	background-position : top left;
	background-repeat : no-repeat;
	padding: 0px 3px 0px 16px;
	white-space : nowrap;
}

a.blacklink {
	color: #737373;
	text-decoration: none;
	padding-left: 6px;
}

a.link:hover, a.blacklink:hover,a.arrow:hover, a.teaserlink:hover, a.s2d:hover {
	text-decoration: underline;
}

a.plaintext {
	font-size: 90%;
	color: #737373;
	text-decoration: none;
}


/* Layout-Elemente  */

BODY {
	background : #F1F1F1 url(../images/pback.gif) repeat-x scroll top left;
	margin: 0px;
	padding: 0px;
}

#main {
	width : 800px;
	padding: 10px 0px 0px 0px;
	margin: 0px 10px 10px 10px;
	border: none;
	text-align: left;
}

#logo {
	background : transparent url(../images/plogo.gif) no-repeat bottom left;
	width: 800px;
	height: 50px;
	margin: 0;
	text-align: right;
}

#content {
	width: 778px;
	padding: 10px;
	margin: 10px 0 0 0;
	border: 1px solid #737373;
	background : #ffffff url(../images/pshadow.gif) no-repeat top left;
}

#multicolum{
           width: 100%;
            }
     
           #multicolum_left{
             width: 47%;
             float:left;
            }
     
          #multicolum_right{
            width: 47%;
            float: right;
            }

          #multicolum_clearer {
       clear: both;
            }

#eyecatcher {
	padding: 0px;
	margin: 0px;
	height: 100px;
	border: 1px solid #737373;
	background : #ffffff url(../images/s2dlogo.gif) no-repeat top left;
}

#youarehere {
	display: block;
	text-align: right;
	background : url(../images/pline.gif) no-repeat bottom right;
	padding-bottom: 4px;
}

#more {
	display: block;
	text-align: right;
	background : url(../images/pline.gif) no-repeat top right;
	padding-top: 4px;
}

#plaintext {
	position: absolute;
	top: 5px;
	left 0px;
	margin: 0px;
	padding: 0px;
}

/* Menü */

#commonBar {
	margin: 0;
	padding: 0;
	text-align: right;
}

#menuBar {
	margin: 10px 0 0 0;
	padding: 0;
	border: 1px solid #172647;
	background : #ACBEE4 url(../images/pmbar.gif) repeat-x top left;
}

ul.menuBar {
	margin: 0;
	padding: 4px 0px 4px 0px;
}

li.menuButton {
	display: inline;
	list-style: none;
}

a.menuButton, a.menuButtonActive  {
	color: #000000;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
}

.menu {
	background: #D8D8D8 url(../images/pmenu.gif) repeat-x top left;
	border: 1px solid #737373;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left:0px;
	top:0px;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
	z-index: 10;
}

a.menuItem, a.menuItemActive {
	color: #000000;
	background-color: transparent;
	display: block;
	padding: 4px 16px 4px 16px;
	text-decoration: none;
	white-space: nowrap;
}

a.menuButtonActive, a.menuButton:hover {
  background-color: #172647;
  color: #ffffff;
}

a.menuItem:hover, a.menuItemActive {
  background-color: #737373;
  color: #ffffff;
}


/* Suchfeld */

input.search {
	border : 1px solid #737373;
	width: 100px;
	background-color: #F1F1F1;
	vertical-align: top;
	padding: 1px 4px 1px 4px;
	margin: 0;
}

form.search {
	margin: 0px;
}

/* Marginalie, rechts oder links floatend */
div.sidepictureleft {
	float: 			left;
	width: 			200px !important;
	border: 		none;
	padding: 		1px;
	/* 			oben, rechts, unten, links */
	margin: 		1px     15px     0px    0px;
}
div.sidepictureleftshadow {
	float:			left;	 /* Left ist wichtig nicht ändern */
}
div.sidepictureleftshadow, div.sidepicturerightshadow{
	background-color:	#999966;
	border:			1px solid #c6c6c6;
	margin:			2px    -5px   0px   4px;
	/* 			oben, rechts, unten, links */
	padding:		1px;
}
div.sidepictureright {
	float: 			right;
	width: 			200px !important;
	border: 		none;
	padding: 		1px;
	/* 			oben, rechts, unten, links */
	margin: 		1px     20px     0px    15px;
}
div.sidepicturerightshadow{
	float:			right;	 /* Right ist wichtig nicht ändern */
}

div.sidepictureleftshadow img, div.sidepicturerightshadow img {
	float:			left;	 /* Left ist wichtig nicht ändern */
	background-color:	#E3EADF;
	margin:			0px;
	padding:		0px;
	display:		block;
	position:		relative;
	top:			-4px;
	left:			-4px;
}
.sidepicturetext {
	font-size: 		12px !important;
	color: 			#495A3D !important;
	background-color:	transparent;
}

div.sidepictureborder {
	float: 			right;
	text-align:		center;
	width: 			150px;
	border: 		1px solid #8E0303;
	padding: 		5px;
	/* 			oben, rechts, unten, links */
	margin: 		1px     20px    0px   5px;
}
div.sidepicturemaintext {
	padding:		10px;
	margin: 		5px;
	background-color:	#ADC6A5;
	border: 		1px solid #8E0303;
}


/* Absatztyp BIld */

div.picture {
	padding: 0px;
	margin: 10px 0px 10px 20px;
	width: 480px;
	border: none;
}


/* Absatztype Aufzählung */

ul.content {
	list-style: none;
	padding: 10px;
	margin: 10px 0 20px 20px;
	background-color: #F1F1F1;
	border: 1px solid #737373;
	width: 490px;
}

li.content {
	padding: 2px 0px 2px 18px;
	background-image: url(../images/pbull.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


/* Absatztyp Tabelle */

#content table.content {
	margin: 0px 0px 10px 0px;
	border: 1px solid #737373;
}

#content tr.odd {
	background-color : #ACBEE4;	
}

#content tr.even {
	background-color : #F1F1F1;	
}

#content tr.header {
	background-color : #D8D8D8;	
}

#content td.cell {
	padding: 4px;	
	margin: 0px;
}

#content td.headercell {
	padding: 4px;	
	margin: 0px;
	font-weight: bold;
}

/* Absatztyp Teaser */

div.teaserelement {
	float: left;
	padding: 6px 10px 6px 10px;
	margin: 0px 10px 10px 0px;
	background-color: #F1F1F1;
	border: 1px solid #737373;
}

div.teaser {
	margin: 10px 0px 10px 20px ! important; 
	border: none;
	width: 748px;
}

div.teaserpicture {
	float: right;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	border: none;
}

p.teasertext {
	margin: 0;
	padding: 4px 0px 4px 0px;
}

div.teasernav {
	clear: both;
	padding: 0;
	margin: 0;
	border: none;
	text-align: center;
}

a.teaserlink {
	font-weight: bold;
	color: #172647;
	text-decoration: none;
}

p.lookup {
	margin: 0px 0px 10px 0px;
	padding: 4px 0px 0px 0px;
	border-bottom: 1px solid #D8D8D8;
}

/* Absatztype Formular */

input.box  {
	border : 1px solid #737373;
	width: 300px;
	background-color: #F1F1F1;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

textarea.formtextarea  {
	border : 1px solid #737373;
	width: 300px;
	height: 200px;
	background-color: #F1F1F1;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

.formcaption {
	width: 200px;
	line-height: 200%;
	float: left;
	clear: left;
}

p.formnote {
	color: #737373;
	padding: 2px 0px 10px 202px !important;
}

.buttoncaption {
	line-height: 200%;
}

/* Plugin-Styles */


INPUT.s2d {
	border : 1px solid #737373;
	background-color: #F1F1F1;
	vertical-align: top;
	padding: 1px;
}

SELECT.s2d {
	border : 1px solid #737373;
	background-color: #F1F1F1;
	vertical-align: top;
	padding: 1px;
}

a.s2d, a.s2dinfo, a.s2dsmall {
	font-weight: bold;
	color: #172647;
	text-decoration: none;
}

P.s2d  {
	font-size: 16pt;
	color: #172647;
	font-weight : bold;
	margin-top : 5pt;
	margin-bottom : 5pt;
	line-height: 20pt;
}

textarea {
	border : 1px solid #737373;
	width: 300px;
	height: 200px;
	background-color: #F1F1F1;
	vertical-align: top;
	padding: 1px;
}
