/* 
------------------------------------------
*
* Standard-StyleSheet Peter Scheffler
* V 0.7 - Peter Scheffler - 28.10.2009
* Projektname: www.vcp.de
* Typographie (Body) - Font: Arial, Helvetica, sans-serif // Color: #000 // Size: 1.2em (12px)
* Adresse: http://zita.vcp.de.de
*
Global ----------
* reset.css
* - Hilfsklassen
* typographie.css
* - headlines
* - links #0972b7
* - text
Speziell -------
* layout.css
* navi.css
* elements.css
*
------------------------------------------ 
*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Hilfklassen */
.hidden {display:none;visibility: hidden}
.clear {clear: both;}
/*
###################
# typographie.css #
###################
*/
html {
	font-size: 62.5%;
	font-family: helvetica, arial, sans-serif;
	color: #000;
	}
body {
	font-size: 1.2em;
	line-height: 140%;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
h1, h2,h3,h4,h5,h6 {
	margin: 0.4em 0;
}
h1 {font-size: 1,8em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.3em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.2em}
strong {font-weight: bold;}
#content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 15px;
	margin: 5px 0 10px 0;
	}
#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 25px;
	margin: 5px 0 10px 0;
	}
#content p {
	margin: 5px 0 10px 0;
	}
/* links - LoVe HaTe Focus */
a {
	color: #ff3300;
	text-decoration: none;
	}
a:visited {
	color: #ff3300;	
	text-decoration: none;
	}
a:hover {
	color: #ff3300;
	text-decoration: underline;
	}
a:active {
	color: #ff3300;
	text-decoration: underline;
	outline:none;
	}
a: focus {
	color: #ff3300;
	text-decoration: underline;
	outline:none;	
	}		
/*
##############
# layout.css #
##############
*/

body {
	background-image: (../images/bg.png); 
	background-repeat:repeat-x;
	}
.container {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
	background-color: white;
	position: relative; /*imp! - notwendige Deklaration um Element innerhalb des Containers absolut zu positionieren */
	background-color: #CDD5E5;
	}
#top {
	width: 960px;height: 195px;
	background-color: white;
	background-image: url(../images/bgbulatop.gif);
	background-repeat: no-repeat;		
	/*margin: 0 auto;*/
	border-bottom: 0;
	overflow: visible;
        position:relative;
        }
#main {
	width: 960px; 
	margin: 0 auto;
	padding:0;
	min-height: 100px;
	height: auto!important;
	height: 100px;
	}
#main.startseite {
	background-image: url(../images/bgmain.png);
	}	
#left {
	float:left;
	width: 200px;
	}
#content {
	margin: 0 0px 0 210px;
   	background-image: url(../images/bgcontent.gif);
    background-repeat: repeat-y;
	/*float:left;*/
	}
#contentmain {
	margin: 0 0 0 0px;
	padding: 10px;
	background-color: white; 
	background-image: url(../images/bgnews.png);
    background-repeat: repeat-x;
	min-height: 800px;

	}

.addright {
	margin: 0 210px 0 0;
	height: 100%; 
	background-color: transparent;
	}
#contentright {
	float:right;
	background-color: white;
	width: 200px;
}
/*
##################
# startseite.css #
##################
*/
.startseite {
	overflow: hidden;
	}
.startseite #content {
	margin: 0 0px 0 0;
	padding: 10px 10px 10px 10px;
	background-image: none;
	background-color: white;
	width: 680px;
	float:left;
	}			
.startseite .right {
	width: 250px;
	float:right;
	overflow-x: hidden;
	background-image: url(../images/bgnews.png);
	background-repeat: repeat-x;
	}
/* Content mit rechter Spalte */	
.addright {
	margin-right: 210px!important;
		}

/*
Boxmodel für sub.htm-Template
------------------------- #container ------------------------
|	| #top 												|	|
|	-----------------------------------------------------	|
|	| #left | | h1.seitentitel							|	|
|	|		| -------------------------------------------	|
|	|		| | #content								|	|
|	|		| | ------------------------- --------------- 	|
|	|		| | |#contentmain .addright	| |#contentright|	|
|	|		| | ------------------------- ---------------	|
| 	--------- ------------------------------------------|	|
-------------------------------------------------------------
*/	

/* top.css */

/* Head-Elemente */
#top h1 {
    font-size: 1em;
    font-weight: bold;
    position: absolute!important;
    bottom: 50px; right: 10px;   	
}
.logo {
	width: 250px; height: 130px;
	margin: 10px;
	float: left;
}

/* Seiten-Suche  */
.search {
	position: absolute; top: 0; right: 0;
	padding: 2px 2px;
	line-height: 30px;
	background-color: #dcdcdc;
	}
input #searchtext {
	padding: 0;	margin: 0;
	height: 18px; line-height: 16px;
	border:1px solid #bbb;
	float: left;
	}
input#searchmagnify {
	width: 18px; height: 18px; 
	margin: 0; padding: 0;
	margin-top: 10px;
	background-color: blue;}

/*
##################
# navigation.css #
##################
*/

/* Primärnavigation */
.navimain {
	width: 960px; height: 39px;
	margin: 0; padding: 0;
	overflow: hidden;
	background-image:url(../images/navimainbg.png);
	background-repeat:repeat-x;
	border:0;
	clear:both;
	z-index: 100;
}
#nvvcpde, .navimain ul {float: left;}
#nvmyvcp {float:right;}
.navimain li {
	list-style-type: none;
	float: left; 
	width: 125px;
	font-size: 1.2em;
	line-height: 37px;
	text-align:center;
	padding-top: 2px;
	/*margin-left: 20px;*/
	margin-left: 10px;
	color:white;
	}
.navimain a,.navimain a:visited {color: white; text-decoration:none; font-weight:bold;}

.navimain li:hover { background-color: ;}

li.currentmain, .navimain li:hover {
	background-image: url(../images/nvmaincurrent.png);
	background-repeat:no-repeat;
	background-position:center;
	}
.currentmain a, .currentmain a:visited {color: white; text-decoration:none; font-weight:bold;}
	

/*
#############
# main.css #
#############
*/
.teaser {
	background-color:white;
	border: 100px solid #f1f1f1;
	min-height: 100px;
	height:auto!important;
	height: 100px;
	clear:both;
	}
.teaser h2 {
	font-size: 1.4em;
	background-color: #2C48D0;
	color: white;
	}
	
/*
#############
# sda.css #
#############
*/	
.sda {width: 660px;}
.sda div {width: 31%; float: left;margin-right: 2%; border: 1px dashed #ccc;}
.sda div h2 {padding: 3px;line-height: 1.4em; background-color: #3066F7; color: white; font-size: 1em;}
.sda div ul {margin: 0; padding: 0;}
.sda div ul li {list-style-type: none;padding: 0 3px 2px 3px;border-bottom: 1px dashed #ccc;}
.sda div ul li:hover, .sda div ul li:hover a  {background-color: #B2C6DB; color: white;}

/*
##############
# footer.css #
##############
*/
#footer {
		clear: both;
		width: 960px;
        margin: 0 auto 10px auto;
        padding: 10px;
	/* background-6mage: url(../images/bgfooter.png);*/
	background-image: url(../images/foot_full.gif);
	background-position: left top;
	background-repeat: repeat-x;
	
        }
#sitemap {
	width: 940px;
	font-size: 0.9em;
	padding: 10px;

	}        
/* links - LoVe Focus HaTe Link Visited Focus Hover Active */
#sitemap a {
	color: #fff;
	text-decoration: none;
	}
#sitemap a:visited {
	color: #fff;
	text-decoration: none;
	}
#sitemap a:focus {
	color: #fff;
	text-decoration: underline;
	}
#sitemap a:hover {
	color: #fff;
	text-decoration: none;
	}
#sitemap a:active {
	color: #fff;
	text-decoration: underline;
	outline:none;
	}
#sitemap ul {float: left; width: 150px; border-top: 1px solid #aaa; margin: 0 0 10px 0;}
#sitemap ul li {list-style-type: none; border-bottom: 1px solid #aaa; padding-left: 4px;}
#sitemap ul li ul li{list-style-type: none; border-bottom: 1px solid #aaa; padding-left: 4px;}
#sitemap ul li input{display: block;}

#copyright{
	display: block;
	clear: both;
	margin: 10px;
	color: white;
	font-size: .75em;
	text-decoration: none;
	}
.socialmediaicons{
	float:right;
	margin: 0 10px 0 0;
	}
		
/*#footer {
	margin: 0 auto;
	width: 980px;
	border: 1px solid red;
	color: #aaa;

	}
#footer {margin-top: 10px;line-height: 40px;height: 40px; }
#footer p {margin-left: 10px;}
#impressum {float: right;margin-right: 20px;}
#impressum a {margin: 0 10px 0 10px;}

#sitemap {
	padding-top: 5px;
	border-bottom: 1px solid red;
	background-image: url(../images/bgfooter.png);
	background-repeat: repeat-x;
}
#sitemap a {color: #3066f7;}
#sitemap ul {float: left; width: 150px; border-top: 1px solid #fafafa;}
#sitemap ul li {list-style-type: none; border-bottom: 1px solid #fafafa;padding-left: 4px;}
#sitemap ul li input{display: block;}
*/
/*
##############
# news.css #
##############
*/

.newslatest {
}
.newslatest .newsitem {
margin-top: 10px;
padding: 5px 10px 20px 10px;
background-color:white;
border: 1px solid #f1f1f1;
border-top: 1px solid #d1d1d1;
background-image: url(../images/bgnews.png);
background-repeat: repeat-x;
clear: left;
min-height: 150px;
height: auto!important;
height: 150px; /*IE6*/
}

.newslatest .newsheadline {
font-size: 1.6em;
line-height: 1.6em;
margin: 5px 0 10px 0;
}
.newslatest .newsheadline a, .newslatest .newsarchivlink a {
color: black;
text-decoration: none;

}
.newslatest .newsdate {
font-size: 0.9em;
float:right;
margin-top: 5px;
height: 30px;
}
.newslatest .newsdate a{
text-decoration: none; 
color: #444;

}
.newslatest .newsimage {
float:left;
margin: 0 10px 5px 0;
}
.newslatest .newssubheader {

}
.newslatest .newsmorelink {
float:right;
margin-top: 110px;
text-align:right;
}
.newslatest .newsarchivlink #left
.main h2 {
border: 1px solid #f1f1f1;
background-color: white;
margin-top: 10px;
padding:12px 5px 10px 5px;
background-image: url(../images/bgnews.png);
background-repeat: repeat-x;
font-weight:bold;
font-size: 1.9em;
}


.news-single-img
{
float: right;
margin-left: 5px;
}


.news-single-related, .news-single-files, .news-single-links
{
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 3px;
padding-top: 3px;
padding-right: 3px;
padding-bottom: 3px;
padding-left: 3px;
background-color: #efefef;
}

.news-single-additional-info
{
margin:0px;
padding:0px;
backgorund-color:#fff;
border:0px;
}
.newslatest .newssubheader
{
padding-right:175px;
}



#left {
    float:left;
    width: 200px;
    padding: 0;
    background-color: #fff;
    
    }
#left ul {
    padding: 0;
    margin:0;
    margin-top: 1px; 
    /*solid #ccc;*/
    }
#left ul li  {
    padding: 0;
    margin:0;
    }
#left ul li a,#left ul li a:visited {
    display: block;
    min-height: 25px;
    height: auto!important;
    height: 25px;
    line-height: 25px; 
    padding: 0px 0 0 10px;
    margin:0;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    color: #00c;        
    }
#left ul li a:visited {
    }
#left ul li a:hover {
    text-decoration: none;
    }
#left ul li a:focus {
    }
#left ul li a:active, #left ul li a:hover, #current {
    font-weight: bold;
    }
#left ul li ul {
    padding: 0;
    margin:0;    
    }
#left ul li ul li {
    padding: 0;
    margin:0;    
    }
#left ul li ul li a {
    padding: 0 0 0 5px;
    margin: 0 0 0 15px!important;
    font-weight: normal;        
    }
/* Sonderdefinitionen für die Startseite end  */    
    
h1#seitentitel {
	/*clear:both;*/
    background-color: white;
    padding: 10px;
    margin: 10px 0px 10px 210px;
    font-size: 1.8em;
    font-weight: bold;
    background-image: url(../images/bgnews.png);
    background-repeat: repeat-x;
    }
.startseite h1#seitentitel {
	/*clear:both;*/
    background-color: white;
    padding: 10px;
    margin: 0px 0px 0px 0px;
    font-size: 1.8em;
    font-weight: bold;
    background-image: url(../images/bgnews.png);
    background-repeat: repeat-x;
    border-top: 10px solid #CDD5E5;
    border-bottom: 10px solid #CDD5E5;
    }

.tx-ttnews-browsebox 
{
border: 1px solid #f1f1f1;
background-color: white;
font-weight:bold;
font-size: 1.9em;
}

/*
#############
# myvcp.css #
#############
*/    
#myvcplogin {
	/*position: absolute;
	top: 185px; right: 10px;
	z-index: 10;
	min-height: 100px; 
	height: auto!important;
	height: 100px;
	width: 200px;
	margin: 0; padding: 10px;
	background-color: red;
	opacity: 0.5;
	display: none;
	*/
	

	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;

	display:none;

	min-height: 100px; 
	height: auto!important;
	height: 100px;
	
	background-color:#004187; /*#ddeef6;*/
	border:1px transparent;

	width:210px;

	text-align:left;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
	
	padding:12px;


	position:absolute;
	top: 180px; right: 0px;
	z-index:100;

	margin-top:5px;
	margin-right: 0px;
	*margin-right: -1px;
	/*color:#789;*/
	}   

#myvcplogin input[type=text], #myvcplogin input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
	background:#cdd5e5;
}

#myvcplogin input:focus, #myvcplogin input:hover { background: #fff; }

#myvcplogin p {
	margin:0;line-height: 130%;
	font-family: helvetica, arial, sans-serif;
}
#myvcplogin a {
	color:#fff;
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
}
#myvcplogin #tx-newloginbox-pi1-login_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#0B42D2 url(../images/myvcpsubmit.png) repeat-x scroll 0 0;
	border:1px solid #0B42D2;
	color:#fff;
	text-shadow:0 -1px 0 #0B42D2;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 5px 0;
	font-weight:bold;
	font-family: helvetica, arial, sans-serif;
}

/*
#############
# teaser.css #
#############
*/    

.teaser {
		-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;

    min-height: 100px; 
	height: auto!important;
	height: 100px;
	
	background-color:#ffff; 
	border:1px solid #004187;

	width:99%;
	margin-bottom:10px;
	}
.teaser h2,.teaser p{padding: 5px 10px 0 10px;}
.teaser h2 {
		margin:0;
		padding: 2px 0 2px 0px;
		text-align: center;
		background-color: #004187; 
		font-weight: lighter; 
		color: white;
		font-size: 1.2em;
		line-height: 1.2em;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	
	background-color:#004187; 
	border:1px solid #004187;
		}

p.small {
        
        font-size: 90%;
	line-height: 140%;
}




#socialmedia {
        border-top: 1px solid #cdd5e5;
	margin: 0px 0 0 0px;
	padding: 5px 10px 5px 10px;
	background-color: white; 
	font-size: 100%;
	line-height: 80%;
	}

	
img.socialmedia
{
margin: 0;
padding: 0px 5px 0 0;
}

/*
#############
# csc.css #
#############
*/    

.csc-textpic-intext-left,.csc-textpic-intext-left-nowrap{clear:left;}
