/* Standard-Elemente */

#content p.emphasize {
	border-left: 8px solid #C2CACF;
	padding-left: 12px;
}

#content .w2dptablinks {
	padding: 12px 0 0 0;
	border-bottom: 1px solid #8A98A1;
	margin-bottom: 10px;
	
}
#content .w2dptablinks a {
	font-weight: normal;
	padding: 4px 10px;
	border-left: 1px solid  #8A98A1;
	border-top: 1px solid  #8A98A1;
	border-right: 1px solid #8A98A1;
	
	-moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	
	display: block;
	float: left;
	margin-right: 3px;
	text-decoration: none;
	color: #58656D;
}
#content .w2dptablinks a.w2dptabsel {background-color: #C2CACF;}
#content .w2dptablinks a:hover {text-decoration: none;}

p {
	margin: 0;
	padding: 0px 0px 10px 0px;
	line-height: 180%;
}

em {
	font-weight : bold;
	color: #6F7F89;
	font-style : normal;
}

h1 {
	margin: 0;
	padding: 0;
	/* width: 778px; */
	/* height: 90px; */
	background-repeat : no-repeat;
}

h1.title {
	color: #738594;
	font-family: 'Times New Roman', serif;	
	font-size: 3em;
	padding: 2px;
	padding-top: 15px;
	padding-bottom: 10px;
	background-image: none !important;
}


h2 {
	margin: 0;
	padding: 4px 0px 3px 0px;
	font-size: 100%;
	color: #58656D;
}

h3 {
	margin: 0;
	padding: 2px 0px 2px 0px;
	font-size: 100%;
	color: #000000;
}

.clearer {
	clear: both;
}

a.link {
	font-weight: bold;
	color: #6F7F89;
	text-decoration: none;
}

a.s2d:hover, a.link:hover, a.teaserlink:hover, #youarehere a:hover, #commonbox a:hover, #more a:hover, #plaintext a:hover {
	text-decoration: underline;
}

/* Layout-Elemente  */

BODY {
	background: #8A98A1 url(../images/pback.gif) repeat-x top left;
	margin: 0;
	padding: 0;
	padding: 10px; 
}


#main {
	border-radius : 10px;
	padding: 10px;
	background-color: #ffffff;
	margin-left: 170px;	
}
 
@media screen and (min-width: 800px) {
	#main {
		max-width: 800px;
	}
}

#content {
}


#logo {
	background : url(../images/plogo.gif) no-repeat top right;
	height: 50px;
	width: 100%;
}

@media screen and (min-width: 800px) {
	#logo {
		max-width: 960px;
	}
}


#plaintext {
	/* position: absolute; */
	top: 10px;
	left: 10px;
}

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


#eyecatcher {
	width: 160px;
	height: 160px;
	background : url(../images/s2dlogo.gif) no-repeat top right;
	overflow: hidden;
	border-bottom: 1px solid #aaaaaa;
}

#searchbox {
	width: 150px;
	background-color: #C2CACF;
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #eeeeee;
	padding: 10px 0px 10px 10px;
}

#commonbox {
	background: #C2CACF url(../images/pfds.gif) repeat-x left top;
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #eeeeee;
	padding: 8px 10px 8px 10px;
}

#commonbox {
}


#commonbox ul {
	list-style: none;
}

#commonbox li {
	padding: 2px 0px 2px 18px;
	background-image: url(../images/pbul.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#commonbox a {
	color: #000000;
	text-decoration: none;
}

#youarehere {
	padding:0px;
	margin:0px;
}

#youarehere a {
	color: #000000;
	text-decoration: none;
}

#more {
	padding:10px 0px 0px 0px;
	margin:0px;
	text-align: right;
}

#more a {
	color: #000000;
	text-decoration: none;
	padding: 2px 0px 2px 26px;
	background-image: url(../images/pbul.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

#navtop {
}

#navbottom {
clear: both;
}


#maintop {
}

#mainbottom {
}

/* Menü */

#nav {
	border-radius: 10px;
	background-color: #C2CACF;
	padding: 10px 0px 10px 0px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li
{
	list-style: none;
}

a.menuButton, a.menuButtonActive
{
	display: block;
	padding: 4px 10px 4px 10px;
	/* width: 140px; */
	color: #000000;
	text-decoration: none;
	background: #C2CACF url(../images/pfds.gif) repeat-x left top;
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #ffffff;
}

a.menuButton, a.menuButtonActive {
}

.menu {
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	background: #C2CACF url(../images/pfds.gif) repeat-x left top;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 220;
}

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: #6F7F89;
  color: #ffffff;
}

a.menuItem:hover, a.menuItemActive {
  background: #6F7F89;
  color: #ffffff;
}

@media screen and (min-width: 700px) {
  #nav {
    position: fixed;
	width: 160px;
  }
}

/* On screens that are less than 700px wide, make the sidebar into a topbar */
@media screen and (max-width: 700px) {
  #nav {
    width: auto; 
	height: auto; 
	padding: 0px 10px 0px 10px;
  }
  
  #eyecatcher {
	display: none;
	}
  
  #nav ul li {float: left; }
  #main {margin-left: 0; margin-top: 10px;}
  #commonbox { float: left; padding: 0px; border: none;}

  #commonbox li {
    padding: 5px;
    padding-left: 11px;
	display: inline-block; 
	color: #000000;
	text-decoration: none;
	background: #C2CACF url(../images/pfds.gif) repeat-x left top;
  }
}

/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 350px) {
  #nav {
    padding: 10px 0px 10px 0px;
  }  

 #nav ul li {
    float: none;
  }

#commonbox {
	float: none;
	background: #C2CACF url(../images/pfds.gif) repeat-x left top;
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #eeeeee;
	padding: 8px 10px 8px 10px;
}

#commonbox li {
	padding: 2px 0px 2px 18px;
	background-color: transparent;
	background-image: url(../images/pbul.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 80%;
}
}



/* Suchfeld */

input.search {
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	width: 105px;
	background-color: #ffffff;
	vertical-align: top;
	padding: 1px 4px 1px 4px;
	margin: 0;
}

form.search {
	margin: 0px;
}


/* Marginalie */

div.sidepicture {
	float: right;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 10px;
	width: 200px;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	background: #C2CACF url(../images/pfd.gif) repeat-x left top;;
}

p.sidepicturetext {
	margin: 0;
	padding: 2px 0px 0px 0px;
	line-height: 160%;
	font-size: 90%;
	color: #000000;
}


/* Absatztyp BIld */

div.picture {
	padding: 0px;
	margin: 10px 0px 10px 20px;
	width: 80%;
	max-width: 480px;
	height: auto;
	border: none;
}


/* Absatztype Aufzählung */

ul.content {
	list-style: none;
	padding: 10px;
	margin: 10px 0 20px 20px;
	background: #C2CACF url(../images/pfd.gif) repeat-x left top;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	width: 80%;
	max-width: 480px;
}

li.content {
	padding: 2px 0px 2px 18px;
	background-image: url(../images/pbul.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


/* Absatztyp Tabelle */

table.content {
	margin: 0px 0px 10px 0px;
	border-right: 1px solid #aaaaaa;
	border-left: 1px solid #eeeeee;
	background: #C2CACF url(../images/pfds.gif) repeat-x left top;;
}

tr.row {
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #eeeeee;
}


tr.header {
	background-color : #8A98A1;
}

td.cell {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #aaaaaa;
	padding: 6px;
	margin: 0px;
}

td.headercell {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #aaaaaa;
	padding: 6px;
	margin: 0px;
	font-weight: bold;
}


/* Absatztyp Teaser */

div.teaserelement {
	float: left;
	padding: 6px 10px 6px 10px;
	margin: 0px 10px 10px 0px;
	background: #C2CACF url(../images/pfd.gif) repeat-x left top;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	width: 200px; 
}

div.teaser {
	margin: 10px 0px 10px 20px !important;
	border: none;
}

div.teaserpicture {
	float: right;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	border: none;
}

p.teasertext {
	margin: 0;
	padding: 4px 0px 4px 0px;
}

p.teasertext span {
	display: block;
}


div.teasernav {
	clear: both;
	padding: 0;
	margin: 0;
	border: none;
	text-align: center;
}

a.teaserlink {
	font-weight: bold;
	color: #58656D;
	text-decoration: none;
}

p.lookup {
	margin: 0px 0px 10px 0px;
	padding: 4px 0px 0px 0px;
	border-bottom: 1px solid #8A98A1;
}

/* Absatztype Formular */

input.forminput  {
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	width: 300px;
	background-color: #ffffff;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

textarea.formtextarea  {
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	width: 300px;
	height: 200px;
	background-color: #ffffff;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

.formcaption {
	width: 200px;
	line-height: 200%;
	float: left;
	clear: left;
}

p.formnote {
	color: #58656D;
	padding: 2px 0px 10px 202px !important;
}

.buttoncaption {
	line-height: 200%;
}

/* Plugin-Styles */


INPUT.s2d {
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	background-color: #ffffff;
	vertical-align: top;
	padding: 1px;
}

SELECT.s2d {
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	background-color: #ffffff;
	vertical-align: top;
	padding: 1px;
}

a.s2d, a.s2dinfo, a.s2dsmall {
	font-weight: bold;
	color: #6F7F89;
	text-decoration: none;
}

P.s2d  {
	font-size: 16pt;
	color: #6F7F89;
	font-weight : bold;
	margin-top : 5pt;
	margin-bottom : 5pt;
	line-height: 20pt;
}

textarea {
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	width: 300px;
	height: 200px;
	background-color: #ffffff;
	vertical-align: top;
	padding: 1px;
}

#tsbox {
	width: 140px;
	background-color: #C2CACF;
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #eeeeee;
	padding: 8px 10px 8px 10px;
	margin: 0px;
	text-align: center;
}

#tsbox {
}

/** FÃ¼r Formulare und Shopseiten **/

/* Rahmen und Farbe Formularelemente */
table.formtab select.tx,
table.formtab input.tx,
table.formtab textarea.tx {
	border: 1px solid #58656D;
	background-color: #C2CACF;
}

/* Weitere Styledefinitionen fÃ¼r Formularelemente */
/* Rahmen und Farbe Formularelemente Highlight */
table.formtab select.txh,
table.formtab input.txh,
table.formtab textarea.txh,
table.formtab td.txh,
table.formtab table.txh {
	border: 1px solid #A70C0C;
	background-color: #F5E5E5;
}

/* Tabellenbreite */
table.pluginwidth {
	width: 510px;
	margin: auto;
}

table.completewidth, td.completewidth {
	width: 100%;
}

/* Breite der Formularfelder */
table.formtab input.tx,
table.formtab input.txh,
table.formtab textarea.tx,
table.formtab textarea.txh {
	width: 255px;
}

/* Höhe der Formularfelder */
table.formtab textarea.tx,
table.formtab textarea.txh {
	height: 102px;
}

/* Farbeliche Anzeige von Fehlermeldungen, immer identisch */
table.formtab td.h, p.h {
	color: #A70C0C;
	font-weight: bold;
	text-align: center;
}

/* Focus und Mausover von Formularelementen, immer identisch */
/*
table.formtab textarea:focus,
table.formtab textarea:hover,
table.formtab select:focus,
table.formtab select:hover,
table.formtab input:focus,
table.formtab input:hover {
	background-color: #FFFFFF;
} */

/* Innenabstand von Formularelementen und Tabellenzellen, immer identisch */
table.formtab input,
table.formtab textarea,
table.formtab td {
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
}


div.imgtable div { 
	display: inline-block;
	margin: 5px;
}
