/*
 VCP WF 2012 
Stylesheet v. 0.1
*/


/*------------ Allgemein ----------*/

body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 15px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}

/*------------ Headline, Head, Navigation ----------*/

#headlineWrapperMain {
	z-index: 2;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 250px;
}	

#headlineWrapper {
	z-index: 2;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 175px;
}	

#headWrapper {
	z-index: 4;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 110px;
}	

#innerHeadWrapper {
	z-index: 5;
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#headlineMain {
	z-index: 0;
	position: relative;
	width: 100%;
	height: 240px;
	background-color: rgba(0,66,135,1);
}

#headline {
	z-index: 0;
	position: relative;
	width: 100%;
	height: 115px;
	background-color: rgba(0,66,135,1);
}

#subHeadline {
	z-index: 0;
	position: relative;
	width: 100%;
	height: 10px;
	/*background-color: rgba(0,66,135,0.5);*/
	background-image:url(subHeadline.png);
	background-repeat:repeat;
}

#fading {
	z-index: 0;
	position: relative;
	width: 100%;
	height: 0px;
	/*background-image:url(fading.png);*/
	background-color: rgba(0,0,0,0);
	background-repeat:repeat;
	background-size:contain;
}

#lilie {
	z-index: 1;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100px;
	height: 100px;
	background-image: url(vcp-zeichen-weiss.png);
	background-size: contain;
}

#titel {
	z-index: 1;
	position: absolute;
	top: 10px;
	left: 110px;
	width: auto;
	height: auto;
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}


/*------------ Footer ----------*/

#spacer {
	z-index: 1;
	position: relative;
	float: none;
	width: 100%;
	height: 40px;
}

#footer {
	z-index: 10;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 30px;
	background-image: url(footer.png);
	/*background-image: url(gras-blau.png);*/
	background-repeat: repeat-x;
	background-size:contain;
}

/*------------ Content ----------*/

#contentWrapper {
	z-index: 1;
	position: relative;
	top: 0px;
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/*----- Links allgemein: -----*/
a:link{
	color:#0000FF;
}
a:visited{
	color:#0000CC;
}

.right{
	float: right;	
}

/*------------ Content Hauptseite ----------*/

#titlePicWrapper {
	z-index: 3;
	position: relative;
	top: 0px;
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#titlePic {
	z-index: 1;
	position: absolute;
	top: 125px;
	left: 0px;
	width: 800px;
	height: 400px;
	border-radius: 10px;
	/*background-image: url(../titlePics/IMGP3471.JPG); */
	background-size:cover;
}

#mainContent {
	z-index: 1;
	position: absolute;	
	top: 550px;
	left: 0px;
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}

#mainLeft {
	z-index: 1;
	position: relative;
	width: 590px;
	height: auto;
	overflow: auto;
	float: left;
}
#mainRight {
	z-index: 1;
	position: relative;
	width: 190px;
	margin-left: 20px;
	height: auto;
	float: left;
}


/*------------ Content sonstige Seiten ----------*/

#content {
	z-index: 1;
	position: absolute;
	top: 151px;
	left: 7px;
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}
