@charset "utf-8";
/* CSS Document */

 
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%;
        vertical-align: baseline;
        background: transparent;
}
body {
        line-height: 1;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#141414;
		background-color:#e0ffff;
}


blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}
 
/* 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;
}

/* tables */

tr,td { 
	border:1px solid;
}

td {
	padding:3px;
}

h1 {
	font-size:21px;
	font-weight:normal;
	color:#0fb6f4;
	margin-top:15px;
	margin-bottom:10px;
}


div.hr {
	background-image:url(img/linie.gif);
	height:1px;
	margin-top:5px;
	margin-bottom:5px;
}

div.hr hr {display:none}

a {
	color:#245690;
}

#container {
	float:none;
	margin:auto;
	text-align:left;
	width:984px;	
}

#background {
	background-image:url(img/background.gif);
	background-color:white;
	background-repeat:no-repeat;
	padding-left:7px;
	
}

#header {
	width:968px;
	height:138px;
	margin-bottom:1px;
	background-image:url(img/header.jpg);
}

#left {
	float:left;
	display:inline;
	width:238px;
}

#content {
	margin-top:12px;
	float:left;
	display:inline;
	width:502px;
	line-height:18px;
}

#right {
	margin-left:25px;
	float:left;
	display:inline;
	width:184px;
	margin-top:20px;
}

#background-bottom {
	background-image:url(img/footer_background.gif);
	background-position:top;
	background-repeat:no-repeat;
}

/* Top Navi */

#navi-top {
	background:#b1c700;
	height:24px;
	width:968px;
}

#navi-top ul {
    list-style:none;
	padding-left:29px;
	padding-top:6px;
}

#navi-top li {
   float:left;
   padding-right:10px;
}

#navi-top li a {
   text-decoration:none;
   color:#ffffff;
   font-weight:bold;
   text-transform:uppercase;
   font-size:12px;
}

#navi-top li .active{
   color:#25558f;
}

#navi-top .between {
  width: 2px;
  height: 11px;
  display: block;
  font-size: 0px;
  line-height: 0px;
  background:url(img/strich.gif) 0px 0px;
  margin-top:2px;
  background-repeat:repeat-y;
}


/* left navi */

#navigation {
    margin-top:20px;
    width:185px;
	margin-left:10px;
}

#navigation #top {
	background-image:url(img/navi_border_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:3px;
	font-size:1px;
	display:block;
	width:185px;
	margin-left:2px;
}


#navigation ul {
	list-style:none;
	text-decoration: none;
	background-image:url(img/navi_border_middle.jpg);
	background-repeat:repeat-y;
}

#navigation li {
    border-bottom:1px solid #e6e8e9;
	margin-left:12px;
	width:160px;
}

#navigation li.last {
    border:none;
}

#navigation li a {
  padding: 4px 0px 4px 25px;
  display: block;
  line-height:20px;
  color: #245690;
  font-size: 13px;
  font-family: arial, sans-serif;
  background:url(img/pfeil.gif) no-repeat 8px 12px;
  text-decoration: none;
}

#navigation li.active a {
	color:#0fb6f4;
	font-weight:bold;
	background:url(img/pfeil_active.gif) no-repeat 8px 12px;
}

#navigation ul ul {
	margin-left:23px;
}

#navigation #bottom {
	background-image:url(img/navi_border_bottom.gif);
	background-repeat:no-repeat;
	height:3px;
	display:block;
	width:185px;
}

/* Content */

#content ul {
	margin-left:20px;
	list-style:disc;
}

/* Right */

#right .box {
    background-image:url(img/navi_border_middle.jpg);
	background-repeat:repeat-y;
	margin-bottom:20px;
}


#right h2 {
	color:#ffffff;
	background-image:url(img/right_box_border_top.gif);
	background-repeat:no-repeat;
	background-position:top;
	font-size:13px;
	height:25px;
	margin-left:3px;
	padding: 7px 0 0 28px;
}

#right p {
	padding: 3px 10px 10px 10px ;
	line-height:18px;
	color:#25558f;
	font-size:13px;
}

#right p strong {
	font-size:13px;
	color:#25558f;
	font-weight:bold;
}


#right .box .bottom {
	background-image:url(img/navi_border_bottom.gif);
	background-repeat:no-repeat;
	height:3px;
	display:block;
	width:185px;
}

#footer {
	color:#898888;
	height:37px;
	text-align:center;
	font-size:10px;
	margin-top:20px;
}

#copy {
	margin-right:30px;
}

#meta {
	float:right;
	display:inline;
	margin: 7px 30px 0 0 ;
}

#meta ul {
	list-style:none;
}

#meta li {
	float:left;
	padding-left:8px;
	font-size:12px;
	color:#ffffff;
}

#meta li a {
	text-decoration:none;
	color:#ffffff;
}

#meta a.active {
	font-weight:bold;
	color:#ffffff;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:0px none;
	margin:0;
	padding:0;
	background:transparent;
}

/* form */
 
.csc-mailform textarea, .csc-mailform input, .csc-mailform radio, {
   width:240px;
   float:left;
   display:block;
    
}

.csc-mailform input, .csc-mailform textarea {
   margin-top:10px;
}

.csc-mailform-submit {
   margin-top:10px;
   clear:both;
}

.csc-mailform {
   border:none;
   margin-left:0px;
}

.csc-mailform select {
   margin-top:10px;
}

#content .csc-mailform label {
   
   line-height:30px;
   float:left;
   width:220px;
   display:block;
   clear:both;
}

/* tagcloud*/

div.tx-vgetagcloud-pi1 ul li {
   padding-right:10px;
}

div.tx-vgetagcloud-pi1 {
   background:#e0ffff;
}
