/*
 *	Zen Light Professional v1.2
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *	(c) 2005-2007 - Gregory Remington, www.mediatech.net
 * 	Some rights reserved, http://creativecommons.org/licenses/by-sa/2.5/
 */


/*******************/
/* Template Layout background:#C0E3FF;*/
/*******************/

/* body {
/* margin:0;
/* font-family:Arial, Helvetica, sans-serif;
/* text-align:left;
/* background:#B0EAFF;
}
*/

body {
margin: 0 auto;
font-family: 'Lucida Grande', Verdana, arial, sans-serif;
color: #333333;
background-color: #FFF;
background-attachment: fixed;
background-image: url(../images/bg.jpg);
background-repeat: repeat-x;
background-position: center top;

}

#container {
text-align:left;
border:1px solid #fff;
top:0px;
background:url(../images/background.gif) 0 0 repeat; position:relative;
width:770px;
margin:0 auto;
}

#container2col {
text-align:left;
border:1px solid #fff;
top:0px;
background:url(../images/background2col.gif) 0 120px repeat; position:relative;
width:770px;
margin:0 auto;
}

#container3col {
text-align:left;
border:1px solid #fff;
top:0px;
background:url(../images/background3col.gif) 0 120px repeat; position:relative;
width:770px;
margin:0 auto;
}

#header {
clear:both;
text-align:left;
width:770px; height:120px;
background:url(../images/header.jpg) 0 0 no-repeat; position:relative;
z-index: 10;
}

#left-content {
position:relative;
float:left;
width:175px;
left:0px;
}

#wrapper {
float:right;
width:591px;
min-height: 175px;
}

#main-content1col {
width:750px;
min-height: 175px;
padding:10px;
}

#main-content2col {
float:right;
width:570px;
min-height: 175px;
padding:10px;
}

#main-content3col {
float:left;
width:385px;
padding:10px;
}

#right-content {
position:relative;
float:right;
width:175px;
}

#footer{
clear:both;
position:relative;
text-align:center;
font-size:9px;
font-weight: normal;
color: #333333;
background:#FFF;
padding:5px;
}

.footerlink a {
font-size:9px;
font-weight: normal;
color: #090d9c;
}

.footerlink a:hover {
color: #000;
}


/********************************/
/* Form elements */
/*******************************/

#username, #password, #loggedin, #loginbutton, #loginuser {
z-index: 10;
font-size:12px;
top:3px;
position:absolute;
}

#username {
left:570px;
width:64px;
border: #000 1px solid;
margin:0px;
}

#password {
left:646px;
width:64px;
border: #000 1px solid;
margin:0px;
}

#loggedin {
left:625px;
}

#loginbutton {
left:718px;
border:0px;
}

#loginuser {
left:600px;
top:6px;
color: #fff;
}

/********************************/
/* Vertical navigation menu */
/*******************************/

.vertnav1 a:link,
.vertnav1 a:visited,
.vertnav1 a:active {
margin: 0px;
display:block;
padding:5px;
font-size:12px;
text-decoration:none;
width:168px;
background:#FFF; /*dark grey*/ 
border-bottom:1px solid #fff;  /*white*/
color:#090d9c; /*nav1 white*/ 
}
.vertnav1 a:hover {
color:#090d9c;  /*nav white*/
background:#efefef;  /*nav blue*/
}

.vertnav1-act a:link,
.vertnav1-act a:visited,
.vertnav1-act a:active {
margin: 0px;
display:block;
padding:5px;
font-size:12px;
font-weight: bold;
text-decoration:none;
width:168px;
background:#fff;  /*nav blue*/
border-bottom:1px solid #090d9c;  /*light blue 3*/
color:#090d9c;  /*nav white*/
}

.vertnav2 a:link,
.vertnav2 a:visited,
.vertnav2 a:active {
margin: 0px;
display:block;
padding:5px;
font-size:12px;
text-decoration:none;
width:168px;
background:#fff;  /*light blue 1*/
text-indent:15px;
color:#090d9c; /*nav2 black*/ 
}
.vertnav2 a:hover {
background:#EFEFEF;  /*light blue 2*/
color:#090d9c;  /*dark grey*/
}

.vertnav2-act a:link,
.vertnav2-act a:visited,
.vertnav2-act a:active {
margin: 0px;
display:block;
padding:5px;
font-size:12px;
text-decoration:none;
width:168px;
text-indent:15px;
background:#EFEFEF;  /*light blue 2*/
color:#090d9c;  /*dark grey*/
}

.vertnav3 a:link,
.vertnav3 a:visited,
.vertnav3 a:active {
margin: 0px;
display:block;
padding:5px;
font-size:12px;
text-decoration:none;
width:168px;
border-bottom:1px dotted #090d9c;  /*electric blue*/
text-indent:30px;
background:#fff;  /*light blue 3*/
color:#090d9c; /*brown orange*/ 
}
.vertnav3 a:hover {
background:#EFEFEF;  /*light blue 2*/
color:#090d9c;  /*dark grey*/
}

.vertnav3-act a:link,
.vertnav3-act a:visited,
.vertnav3-act a:active {
margin: 0px;
display:block;
padding:5px;
font-size:12px;
text-decoration:none;
width:168px;
text-indent:30px;
background:#EFEFEF;  /*light blue 2*/
color:#090d9c;  /*electric blue*/
}
.vertnav3-act a:hover {
color:#090d9c;  /*electric blue*/
}

.vertnav4 a:link,
.vertnav4 a:visited,
.vertnav4 a:active {
margin: 0px;
display:block;
padding:5px;
font-size:12px;
text-decoration:none;
width:168px;
border-bottom:1px dotted #090d9c;  /*electric blue*/
text-indent:45px;
background-color: #ffffff;
color:#090d9c; /*brown orange*/ 
}
.vertnav4 a:hover {
background-color: #EFEFEF;
color:#993300;  /*brown*/
}

.vertnav4-act a:link,
.vertnav4-act a:visited,
.vertnav4-act a:active {
margin: 0px;
display:block;
padding:5px;
font-size:12px;
text-decoration:none;
width:168px;
border-bottom:1px dotted #090d9c;  /*electric blue*/
text-indent:45px;
color:#090d9c;  /*brown*/
}

/* General element styles:*/  
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family:arial, helvetica; color: #333333; font-size:12px; }
PRE { font-family:monospace; }
A { color:#090d9c; text-decoration:none;}
A:hover { color:#090d9c; text-decoration:none; }
FORM { margin:0px;}
P, PRE {color: #333333;}
P, TD, UL, OL { font-size:12px;}
INPUT, TEXTAREA, SELECT textarea { font-family:arial, helvetica, sans-serif; color:#000; border: #006AC2 1px solid; font-size:12px; }
input[type=radio], input[type=checkbox] { border: 0px solid; }


/* Frames, spacing, link-to-top */ 
DIV.csc-frame-frame1 { background-color:#EFEFEF; padding:2px 4px 2px 4px; border:1px solid #333; }
DIV.csc-frame-frame2 { background-color:#FFFFFF; padding:0px 0px 4px 0px; border-bottom:1px dotted #009CFF; margin-bottom:4px; margin-top:3px; font-size:12px; }


/* Headers, plain */ 
H1 { font-size:18px; color:#090d9c; font-weight:bold;}
H2 { font-size:18px; color:#090d9c; }
H3 { font-size:18px; color:#090d9c; font-weight:bold;}
H4 { font-size:12px; color:#090d9c;}
H5 { font-size:11px; color:#090d9c;}
H1, H2, H3, H4, H5, H6 { margin:0px 0px 0px 0px; margin-top:5px; margin-bottom:5px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top:0px; }


/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #000066; text-decoration:none; }
H2 A { color:#186900; }
H3 A { color:#10007B; }
H4 A { color:#0063ff; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration:underline; }


/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { font-size:12px; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { font-size:12px; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { font-size:12px; }


/* Header date */ 
P.csc-header-date { font-size:10px; color:#186900; }





/* Mini NEWS - general */
DIV.tx-mininews-pi1 P {
  font-family : Verdana, Arial;
  font-size: 11px;
  margin: 0 0 0 0;
}

/* NEWS - Front-page news */
DIV.tx-mininews-pi1-fp_listrow P.tx-mininews-pi1-fp_listrowField-datetime {
  font-size: 10px;
  color: white;
  background-color: #090d9c;
}
DIV.tx-mininews-pi1-fp_listrow P.tx-mininews-pi1-fp_listrowField-title {
  font-size: 12px;
  font-weight: bold;
}

/* NEWS - Archive news */
DIV.tx-mininews-pi1-listrow P.tx-mininews-pi1-listrowField-datetime {
  font-size: 10px;
  color: white;
  background-color: #090d9c;
}
DIV.tx-mininews-pi1-listrow P.tx-mininews-pi1-listrowField-title {
  font-size: 12px;
  font-weight: bold;
}
DIV.tx-mininews-pi1-listrow P.tx-mininews-pi1-listrowField-title A {
  color: #090d9c;
}

/* NEWS - details */
DIV.tx-mininews-pi1 {
  font-family : Verdana, Arial;
  font-size: 11px;
}
DIV.tx-mininews-pi1 H2 {
  font-family : Verdana, Arial;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #090d9c;
}
BODY { font-family:Verdana; font-size:8; }




/* Formulare Anordnung */
.csc-mailform {
border: 0px;
}
 
/* .csc-mailform-field label {
margin:2px;
font-size:11px;
line-height:15px;
color:#444444;
float: left;
text-align: right;
margin-right: 10px;
width: 120px;
display: block;
font-family: Verdana, Arial, Helvetica, sans-serif; 
} */
 
.csc-mailform-submit {
margin-left: 100px;
background-color:#000000;
color:#FFFFFF;
} 

		 
/* Felder und Submit Button für Email-Formulare */
.csc-mailform-field input {
background-color: #ffffff;
border: 1px solid;
border-color: #BDBDBD;
font-family: Tahoma, Verdana, sans-serif;
font-size: 12px;
line-height:15px;
}
 
.csc-mailform-field textarea {
background-color: #ffffff;
border: 1px solid;
 
border-color: #BDBDBD;
font-family: Tahoma, Verdana, sans-serif;
font-size: 12px;
line-height:15px;
}
 
.csc-mailform-field label {
margin:2px;
font-size:12px;
line-height:15px;
color: #333333;
/*float: left;*/
text-align: left;
margin-right: 0px;
width: 200px;
display: block;
font-family: Verdana, Geneva, Helvetica, sans-serif;
} 
 
/*Border um gesamtes Formular wenn gewünscht
.csc-mailform {
border-style: solid;
border-width: 1px;
border-color: #BDBDBD;
}*/
 
/*Ausrichtung des Submit Buttons*/
 
#mailformformtype_mail 
{
margin-left: 0px;
margin-top: 15px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: #CCCCCC;
border-width: 1px;
border-top-color: #ffffff;
border-left-color: #ffffff;
border-bottom-color: #A2A2A2;
border-right-color: #A2A2A2;
border-style: solid;
} 


