/* CSS RESET v1.0 by Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

html{
  margin-bottom: 1px;
  height: 101%;
}

body {
  background-image: url(img/bg_body.gif);
  text-align: center;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  }
ol, ul {
  list-style-image: url(img/icon_list.gif);
  /* list-style-position: inside; */
  padding-left: 30px;
  font-size: 12px;
  color: #696969;
  margin: 10px 0px 10px 10px;
  line-height: 1.5em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*_____________CSS RESET END_______________*/
/*__________________CLASSES_________________*/
.clear {
  clear: both;
  visibility: hidden;
}

.qlink {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11px;
  color: #696969;
  line-height: 2.5em;
  width: 80px;
  height: 30px;
  float: right;
  margin-left: 1px;
  background-image: url(img/bg_quicklinks.gif);
}

.qlink:hover {
	background-image: url(clear.gif);
	background-color: #FFFFFF;
}

/*__________________TEXT FORMAT_______________________________*/
#content p {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  color: #696969;
  line-height: 1.5em;
  margin-bottom: 15px;
}

h1 {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 17px;
  color: #486BB5;
  font-weight: bold;
  margin-bottom: 10px;
}

h2 {
	margin: 10px 0px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 13px;
  color: #7690C8;
  font-weight: bold;
}


/*________________________NAVIGATION____________________________*/
.navi1_no {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/bg_navi_no.gif);
	margin-bottom: 1px;
	padding: 6px 0px 6px 25px;
	
}

.navi1_act {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;

	background-image: url(img/bg_navi_act.gif);
	margin-bottom: 1px;
	padding: 6px 0px 6px 25px;

}

/* 2. Ebene */
.navi2_no {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;

	background-image: url(img/bg_navi2_no.gif);
	margin-bottom: 1px;
	padding: 6px 0px 6px 35px;

}

.navi2_act {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;

	background-image: url(img/bg_navi2_act.gif);
	margin-bottom: 1px;
	padding: 6px 0px 6px 35px;
}

/* 3. Ebene */
.navi3_no {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;

	background: #8BA6DF;
	margin-bottom: 1px;
	padding: 4px 0px 4px 40px;

}

.navi3_act {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;

	background-image: url(img/bg_navi2_act.gif);
	background-position: 0px -2px;
	margin-bottom: 1px;
	padding: 4px 0px 4px 40px;
}

#navigation .navi3_act a:hover,
#navigation .navi3_no a:hover{
  color: #486BB5;
}


#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

#navigation a:hover {
	color: #ABBFEA;
}

/*_________________________LINK STYLE_________________________*/
#content_child a, a:active, a:visited {
	text-decoration: underline;
	color: #486BB5;
	}
#content_child a:hover {
	color: #444444;
	text-decoration: none;
}
/*________________Bildunterschrift____________________________*/
.csc-textpic-caption {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11px;
  color: #9F9F9F;
  line-height: 1.2em;
  padding: 3px;
}
/*________________________QUICKLINK LINKSTYLE__________________*/
.qlink a {
  height: 30px;
  width: 80px;
  float: right;
  display: block;
  color: #696969;
  text-decoration: none;
}

.qlink a:hover {
  font-weight: bold;
  color: #595959;
}

.qlink a:active {
  font-weight: bold;
  color: #595959;
}

.qlink a:visited {
    color: #696969;
}
/*____________________________________________________________*/

/*___________________FOOTER LINKSTYLE_________________________*/
#footer a {
	color: #667EB2;
	text-decoration: underline;
}

#footer a:visited {
	color: #667EB2;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:active {
	color: #667EB2;
	text-decoration: underline;
}
/*_________________DIV CLASSES____________________________*/

#quicklinks {
  width: 750px;
  height: 30px;
  margin: 20px auto 0px auto;
}

#mother {
  text-align: left;
  width: 750px;
  margin: 0px auto;
  background-color: #FFFFFF;
}

#child {
  padding: 15px;
}

#bg_child {
  background-image: url(img/bg_content.gif);
  background-repeat: repeat-y;
}

#header {
  width: 720px;
  height: 140px;
  background-image: url(img/pic_banner.gif);
}

#header a {
  width: 200px;
  height: 140px;
  display: block;
}

#sidebar_l {
  width: 200px;
  float: left;
  background-color: #DBDBDB;
}

#navigation {
  margin: 35px 0px 35px 0px;
}

#content {
  width: 520px;
  float: left;
}

#content_child {
  padding: 40px 20px;
  border-right: 1px solid #DBDBDB;
}

#footer {
  text-align: center;
  line-height: 2.5em;
  width: 720px;
  height: 30px;
  background-image: url(img/bg_footer.gif);
  background-repeat: repeat-x;
  clear: both;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11px;
  color: #C2D0EF;
}

.csc-frame-frame1 {

	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.csc-frame-frame2 {
	padding: 10px;
	border: 1px dotted #A2B6FC;
	background-color: #E8EDFF;
	margin-bottom: 15px;
}

.csc-frame-frame3 {
  background: url(img/vid-frame-bg.gif) bottom right no-repeat;
  padding: 12px 0px 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #e7e7e7;
}

.csc-frame-frame3 .csc-textpic-image img {
  padding: 1px;
  border: 1px solid #e7e7e7;
}

.csc-frame-frame4 {
	border: 1px solid #DBDBDB;
	padding: 10px;
	margin-bottom: 10px;
}

.csc-frame-frame4 .csc-textpic-image {
	padding: 0px!important;
	margin: 0px!important;
}

.csc-linkToTop {
	position: relative;
	top: -40px;
	height: 20px;
	background-image: url(img/icon_top.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	/* margin-bottom: 10px; */
}

.csc-frame-frame6{
	border: 1px solid #d5dee9;
	background-color: #eaeef4;
	padding: 10px 10px 0px 10px;
	margin-bottom: 15px;
}

.csc-frame-frame6 .csc-header{
	border-bottom: 1px solid #d5dee9;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#content .csc-frame-frame6 .csc-header-date,
#content .csc-frame-frame6 .csc-header h1{
	display: inline;
	font-weight: bold;
	font-size: 13px;
	color: #486BB5;
}

#content .csc-frame-frame6 .csc-header-date{
	padding-right: 10px;
	margin-right: 5px;
	color: #486BB5;
	border-right: 1px solid #d5dee9;
}
#termine{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid #d5dee9;
}
#termine li.termin-entry{
	border-bottom: 1px solid #d5dee9;
	background: #eef1f6;
	padding: 8px 5px;
}

#termine li.termin-entry a {
	text-decoration: none;
	font-weight: bold;
}

#termine li.termin-entry .termin-date{
	margin-right: 10px;
}

#content .terminteaser .termin-all{
	font-size: 11px;
	display: block;
	text-align: right;
}

/*__________________KONTAKTFORMULAR________________________________*/
#mailform {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #8FA3E8;
 	margin-bottom: 10px;
 	padding: 15px;
	/*width: 280px;*/
	text-align: left;
	/*border: 1px dotted #A2B6FC;
	background-color: #E8EDFF;*/
}

#mailform fieldset fieldset {
	padding: 10px 0px 0px 0px;
}

#mailform fieldset fieldset label {
	display: inline;
	position: relative;
	top: -3px;
}

#mailform .csc-mailform-radio {
	width: 20px;
	display: inline;
	margin:0px;
	margin-right: 10px;
}


#mailform label {
  color: #002F5D;
  font-weight: bold;
	display: block;

} 

#mailform legend {
	display: none;
}

.csc-mailform-field {
	margin-bottom: 10px;

}

#mailform input, #mailformNachricht {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
    color: #486BB5;
    width: 272px;
	border: 1px solid #DBDBDB;
	font-size: 12px;
	padding: 4px 3px;
}

#mailform input:hover, #mailformNachricht:hover,
#mailform input:focus, #mailformNachricht:focus{
	border: 1px solid #002F5D;
	}
	
#mailform .csc-mailform-submit {
  position: relative;
  margin-top: 10px;
  left: 15px;
  font-weight: bold;
  font-size: 11px;
	background-color: #486BB5;
	color: #FFFFFF;
	width: 250px;
	border: 1px solid #486BB5;
	cursor: pointer;
}

.csc-textpic-image {
	padding-bottom: 10px;
}

.csc-firstHeader {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 17px;
  color: #486BB5;
  font-weight: bold;
  margin-bottom: 10px;
}

.hidden {
  visibility: hidden;
  border: 0px;
}
.csc-firstHeader {
  color: #002F5D;
}

.tx-felogin-pi1{
  color: #696969;
  font-family:Arial,Helvetica,Verdana,sans-serif;
  font-size:12px;
  line-height:1.5em
}

.tx-felogin-pi1 .loginform{
  background-color:#E8EDFF;
  border:1px dotted #A2B6FC;
  color:#8FA3E8;
  font-family:Arial,Helvetica,Verdana,sans-serif;
  font-size:12px;
  padding:15px;
  text-align:left;
  width:280px;
}

.tx-felogin-pi1 .loginform label{
  color:#002F5D;
  font-weight:bold;
  display:block;
}

.tx-felogin-pi1 .loginform input{
  border:1px solid #002F5D;
  color:#486BB5;
  font-family:Arial,Helvetica,Verdana,sans-serif;
  font-size:14px;
  padding:3px;
  width:272px;
}
.tx-felogin-pi1 .loginform input:hover{
  background-color:#486BB5;
  color:#FFFFFF;
}

.tx-felogin-pi1 .loginform .submitcontainer{
  width:100%;
  text-align: center;
}

.tx-felogin-pi1 .loginform .submitbutton{
   background-color:#486BB5;
   color: #FFFFFF;
   font-weight:bold;
}
.tx-felogin-pi1 .loginform #usermessage{
  margin:0;
  padding:0;
}
.tx-felogin-pi1 .loginform #username{
  font-weight: bold;
  font-size: 14px;
  color:#002F5D;
  margin:0px;
  padding: 10px 0 10px 0;
}

.tx-felogin-pi1 h2.forgetheader{
   color:#002F5D;
}

.logouttext{
  color:#696969;
  font-family:Arial,Helvetica,Verdana,sans-serif;
  font-size:12px;
  line-height:1.5em;
  margin:0;
  padding:0;
}

