/* Normalisiert margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p,
blockquote, th, td
{ margin: 0; padding: 0; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;}

/* Normaliseirt font-size für Überschriften */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Entfernt list-style aus Listen */
ol, ul
{ list-style: none; }

/* Normalisiert font-style und font-weight auf normal */
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal; }

/* Tabellenvorgabe */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Entfernt border aus fieldset und img */
fieldset, img
{ border: 0; }

/* Richtet Text in caption und th links aus */
caption, th
{ text-align: left; }

/* Entfernt Anführungszeichen aus q */
q:before, q:after
{ content: '';}

p {
	line-height: 15px;
	
}

a {
	color: #b2b1b3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.errormessage {
	color: red;
}

div.clear {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0px;
    font-size: 0px;
}

.cssbuttonfirst {  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;  
    height: 16px;
    background-color: #E5EEB8;
    color: black;
    border: 0px;
    text-align: center;  
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    cursor: pointer;
    float: left;
    margin-top: 0px;
    margin-right: 0px;	
}

.cssbuttonfirst a {
	display: block;	
	line-height: 16px;
	text-decoration: none;
	color: black;
}





html, body {
    margin: 0px 0px 10px 0px;
    padding: 0;    
    background: #ffffff;
}

body {	
	text-align: center;
	background: white url(../images/bg_body.jpg) repeat-x 0px 103px;	
}

div#layout {
	text-align: left;
	width: 792px;
	margin: 0 auto;	
}

div#head {
	margin: 0px;	
	height: 150px;
}


div#layoutcontent {    
    background: white url(../images/s2_bg_layout.gif) repeat-y;
    width: 792px;	
}

div#leftcontent {
	float: left;
	width: 203px;
}

div#content {
	float: left;
	width: 441px;
	margin-top: 13px;
}

div#rightcontent {
		float: left;
	width: 148px;
}

div#toparrow {
    margin: 15px 0px 0px 0px;	
    text-align: center;
}






/*******************************************/
/* Innerer Contentbereich                  */
/*******************************************/
div#cmscontent {
	margin: 0px 0px 0px 14px;
	width: 420px;
	
}
div#cmscontent h1 {
    color: #990033;
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0px 15px 0px;	
}

div#cmscontent h2 {
    color: #b09e92;
    font-size: 12px;
    margin: 0px 0px 2px 0px;	
}

div#cmscontent p {
  font-size: 12px;
  line-height:18px;
  text-align:left;
  margin: 0px 0px 10px 0px;  
}

div#cmscontent ul {
	
	margin: 0px 0px 0px 15px;
}

div#cmscontent ul li {
	font-size: 12px;
	list-style-image: url(../images/arrows/black.gif);
	line-heigth: 18px;	
}

div#cmscontent a:link, div#cmscontent a:visited { 	
	color: #4d87c7;	
	text-decoration: none;
}

div#cmscontent a:hover, div#cmscontent a:active  {
	text-decoration: underline;
}



div.team {
    	
}

div.team td.col1 {
	padding: 0px 20px 0px 0px;	
}

div.team td.col2 {
	padding: 20px 20px 0px 0px;
	vertical-align: top;
}






/*******************************************/
/* Subnavi                                 */
/*******************************************/
#subnavi {
    position: absolute;
    top: 0px;
    color: #6f8eae;
    width: 600px;
    text-align: right;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
}

#subnavi a {
    color: #6f8eae;
    text-decoration: none;
}

#subnavi a:hover {
    color: #6f8eae;
    text-decoration: underline;
}









/*******************************************/
/* Menu                                    */
/*******************************************/
div#menu_standard {
	margin: 15px 0px 0px 0px;
}

div#menu_standard ul {
	width: 190px;	
	margin: 0px 0px 0px 8px;
	font-weight: normal;	
}

div#menu_standard ul li a {
	font-size: 12px;
	text-decoration: none;
	display: block;	
	background: white url(../images/s2/navdot.gif) 0px 6px no-repeat;
	line-height: 20px;
    padding-left: 20px;
    color: #405d7d;
    font-weight: bold;
}

div#menu_standard ul li a:hover {
	background: white url(../images/s2/navdot_active.gif) 0px 6px no-repeat;
	/*color: #b09e92;*/
	text-decoration: underline;
}

div#menu_standard ul li a.menuactive {
	background: white url(../images/s2/navdot_active.gif) 0px 6px no-repeat;
	color: #b09e92;
}

div#menu_standard ul li ul {
	margin: 0px 0px 0px 0px;
}

div#menu_standard ul li ul li a {
	font-size: 11px;
	background: none;
	padding-left: 25px;
}

div#menu_standard ul li ul li a:hover {
	background: none;
	/*color: #b09e92;*/
	text-decoration: underline;
}

div#menu_standard ul li ul li a.menuactive {
	background: none;
	color: #b09e92;
}


div#menu_standard ul li ul li ul {
	margin: 0px 0px 0px 8px;
}

div#menu_standard ul li ul li ul li a {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	
    
}



div#menu_standard .menuactive {
    color: #b09e92;	
}














/************************************************/
/* Styles fürr die Boxen                        */
/************************************************/
.box_1 {	
	margin: 15px 0px 0px 1px;
	padding: 15px 0px 0px 10px;
}

.box_1 h1 {
	color: #405d7d;
}

.box_1 a {
	color: #4d87c7;	
}




/************************************************/
/* Template Blöcke                              */
/************************************************/
.template_aktuell {
	margin-bottom: 0px 0px 30px 0px;	
}















