@charset "utf-8";
/* CSS Document */

/*-----------------------------------Allgemeine Definitionen----------------------------------------*/
body, html {
	background-color:#194373;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin:0px;
	padding:0px;
}	
a {
	text-decoration:none; 
	color:#1e4a85;
}

img {
	border:0;
}
p {
	margin:0;
	padding:0;
	font-size:0.8em;
	line-height:1.2em;
	color:#000000;
}
h4 {
	padding-left:19px;
}
li {
	list-style-type:none;
	font-size:0.8em;
	line-height:1.4em;
	font-weight:300;
	color:#000000;
	margin-left:15px;
	padding-right:15px;
}
h5 {
	font-size:0.9em;
	padding-left: 19px;
}
		
.sprite a,a.sprite{
	text-indent:-99999em;
	text-align:left;
	font-size:0;
	-moz-user-focus:none;
}
.clear{
	clear:both;
}

/*-----------------------------------Definition des Containers----------------------------------------*/
#container {
		width: 1000px;
		background-color:#dfdfdf;
		border: 1px solid #3d6da3;
}
/*-----------------------------------Definition des Werbebereich rechts ------------------------------*/
#adright {
		width: 250px;
		height: 400px;
		position:absolute;
		left:1000px;
		top:0;
		padding: 145px 0 0 40px;
}
/*-----------------------------------Definition des Headers----------------------------------------*/
#overheader {
		height:30px; 
		}
#overheader ul {
		height:13px;
    	padding:0; 
		margin: 2px 8px 6px 2px; 
    	float:right;	
		}
*html #overheader ul {
		margin: 1px 0px 2px 0px;
		}
#overheader li {	
		list-style-type:none;
		display:inline;
		font-size:0.7em;
		margin-left:0;
		padding-right:1px; 
		color:#d4e5fb;
		}
#overheader a {
		color:#d4e5fb;
		}
#overheader a:hover {
		color:#FFFFFF;
		}
#homelink {
		width:450px; 
		height:50px; 
		padding-left:25px; 
		}
#homelink a {
		display:block; 
		height:30px; 
		width:430px; 
		margin-top:10px;
		}
#header {
		width:994px;
		height:103px;
		margin-left:2px;
		margin-top:1px;
		background-image: url(../images/header_02.jpg);
		}	
/*-----------------------------------Definition des Footers----------------------------------------*/	
#footer {
		width: 1000px;
		height:20px;
		background-color:#dfdfdf;
		border-bottom:1px solid #3d6da3;
}
#footer a {
		font-size:0.7em;
		float:right;
		padding-right:20px;
		padding-top:2px;
		}
/*-----------------------------------Definition der Navigation----------------------------------------*/

#navigation {
		margin-top:1px;
		margin-left:2px;
		background-color:#0e407b;
		width:994px;
		overflow:hidden;
		text-align:left;
		height:27px;
		}
	
#navigation ul{
    height:25px;
    width:705px;
    padding:0;
    margin:2px 0px 0px 17px;
    float:left;
}
#navigation li {
		list-style-type:none;
		display:inline;
		font-size:0.9em;
		font-weight:400;
		color:#d4e5fb;
		margin:0px;
		padding:0px;
		float:left;
		}
#navigation li a{
		padding-left:11px;
		padding-right:11px;
		}
#navigation a {
		text-decoration:none;
		color:#d4e5fb;
		}		
#navigation a.active {
		color:#FFFFFF;
		font-weight:600;
		background-color:red;
		}
#navigation a:hover {
		color:#FFFFFF;
		}
#form_suche {
		float:left;
		margin-top:1px; 
		width:255px;
		}
#suche {
		border:1px solid #0e407b;
		margin-top:3px;
		margin-left:5px;
		}

#submit {
		background:transparent;
		border-style:none;
		color:#d4e5fb;
		font-size:0.95em;
		font-weight:500;
		cursor:pointer;
		margin-top:2px; 
		}

/*-----------------------------------Definition des Inhaltsbereich----------------------------------------*/		
#content_container {
		margin-top:10px;
		margin-left: 15px;
		width:965px;
		border: 1px solid #87a5cc;
		background-color:#ffffff;
		overflow:hidden;
		clear:both; 
		}

/* Kategorienüberschrift */
#headline {
		width:965px;
		height:33px; 
		background-color:#f2f5fa;
		border-bottom:1px solid #87a5cc;
		color:#15427d;			
}
#headline h2{
	font-size:1.0em;
	font-weight:bold;
	font-style:normal;
	margin:0;
	padding:5px 0 0 16px;
	float:left;
	width:666px;
}

/*Ansichten*/
#toggleview {
	float:right;
	padding:6px 7px 0 0;
}
* + html #toggleview {/*IE7 hack*/
 
}
#toggleview p{
	float:left;
	padding-right:10px; 
	color:#15427d; 
	font-size:0.9em; 
	font-weight:300;
} 

ul.style01{
	padding:0;
	margin:0;
}
ul.style01 li{
	list-style-type:disc;
}
/*-----------------------------------Definitionen für den linken Inhaltsbereich----------------------------------------*/	
#left_content {
		margin:0;
		float:left;
		width:685px;
		background-color:#FFFFFF;
		color:#1e4a85;
		border-right: solid 1px #87a5cc;
		min-height:550px;
}
#left_content .video_desc,#left_content #welcome_text{
	padding:5px 19px 5px 19px;
}
#left_content p{
	padding:5px 17px 6px 0;
}
#left_content ul{
	padding:5px 17px 6px 17px;
}
#left_content #last_videos{
	padding:5px 0 25px 0px;
	overflow:hidden;
}
#left_content #last_videos ul{
	list-style:none;
	overflow:hidden;
	margin:0;
	padding:0 0 0 17px;
}
#left_content #last_videos li{
	float:left;
	padding-left:15px;
	width:130px;
	margin:0;
	line-height:0.9em;
}
#last_videos li a{
	font-size:0.8em;
}
#left_content #last_videos li.nr0{
	padding-left:0;
}
#left_content #last_videos li a img{
	border:medium double #617FA0;
}
/*Überschrift des Beitrags*/
#left_content h1 {
	font-size:0.9em;
	font-weight:700;
	color:#1e4a85;
	margin-left:14px;
	margin-top:10px;
}
#left_content h2{
	font-size:0.9em;
	padding:0 0 0 17px;
}
#left_content p{
	padding-left:17px;
}
#left_content .video_desc h2 {
	font-size:0.9em;
	font-weight:700;
	color:#1e4a85;
	margin-top:10px;
}
#left_content .video_desc p {
	padding-left:0;
}
/*Positionierung des Flash-Players*/
#player {
		/*height:395px;*/
		height:368px; 
		width:656px;
		border:2px solid #617fa0;
		margin-left:12px;
		margin-top: 10px;
		margin-bottom:10px;
		}

/*Linkleiste*/			
ul#related_links {
	width:650px;
	height:21px;
	padding: 7px 0 0px 17px;
	list-style:none;
}
ul#related_links li{
	float:left;
}
ul#related_links li a{
	font-size:0.9em;
	font-weight:800; 
	color:#1e4a85;
}

#embedtext{
		margin-left:20px; 
		height:250px;
		width:600px; 
		color:#1e4a85;
		}
#embed {
		display:none; 
}
/* alphab. Liste von Videos z.B. Startseite Karriere/Firmenportraits */		
ul.videolist{
	overflow:hidden;
	padding-left:5px;
}
ul.videolist li{
	float:left;	
	padding:0 0 8px 0;
	width:250px;
}
ul.videolist li.even{
	margin-left:80px;
}
ul.videolist li.odd{
	clear:left;
}

/*Verantstaltungshinweise*/			 
#events {
		padding: 10px 0px 10px 20px;
		font-size:14px;
		font-weight:600;
		color:#214b82;
		width:665px;		 
		border-top: solid 1px #87a5cc;
		border-bottom: solid 1px #87a5cc;
		}
/*linke Informationsbox*/
#references {
		background-color:#f2f5fa;
		width:685px;
		height:auto;
		float:left; 
		}			
#infobox1 {
		width:620px;
		padding:10px 17px 35px 17px;
		float:left;
		}
*html #infobox1 {/*IE6 hack*/
		margin-left:8px;
		margin-right:5px;
		margin-bottom:55px;
}
#infobox1 h3{
	font-size:0.7em;
	margin:0;
	padding:0;
}
#infobox1 .item{
	width:290px;
	padding-bottom:12px;
	float:left;
}		
#infobox1 .item.odd{
	clear:left;
}
#infobox1 .item.even{
	padding-left:25px;
}

/*rechte Informationsbox*/				
#infobox2 {
		float:right;
		width:325px;
		margin-top:10px;
		margin-right:10px;
		margin-bottom:35px;	
		}
#text1 {
		display:none; 
		}
#text2 {
		display:none; 
		}
#text3 {
		display:none; 
		}
#text4 {
		display:none; 
		}
/*Inhalte Infoboxen*/
p.notice_headline{
	font-size:0.7em;
	font-weight:500; 
	color:#214b82;
	padding:0px 0 3px 0;
}
#left_content p.notice_teaser{
	font-size:0.7em; 
	line-height:1.1em;
	padding:0px 0 3px 0;
}
/*Verlinkung*/
.link {
	font-size:0.7em;
	font-weight:600; 		
}

/*-----------------------------------Definitionen für den rechten Inhaltsbereich----------------------------------------*/
#right_content {
		padding:0;
		margin:0;
		float:left; 
		width:279px;
}
#right_content h2{
	color:#1e4a85;
	font-size:0.9em;
	padding-left:13px;
}
#right_content p{
	padding:5px 17px 0px 14px;
}
ul#home-btn{
	margin:36px 0 0 0;
	padding:0;
}
ul#home-btn li{
	margin:0;
	padding:0;
}
ul#home-btn li a{
	width:274px;
	height:85px;	
	display:block;
}
a#home-btn-01 {
	background:transparent url("../images/css_startseitebtn.jpg") scroll no-repeat -274px 0;
}
a#home-btn-01:hover {
	background:transparent url("../images/css_startseitebtn.jpg") scroll no-repeat 0 0;
}
a#home-btn-02 {
	background:transparent url("../images/css_startseitebtn.jpg") scroll no-repeat -274px -85px ;
}
a#home-btn-02:hover {
	background:transparent url("../images/css_startseitebtn.jpg") scroll no-repeat 0 -85px ;
}
a#home-btn-03 {
	background:transparent url("../images/css_startseitebtn.jpg") scroll no-repeat -274px -170px;
}
a#home-btn-03:hover {
	background:transparent url("../images/css_startseitebtn.jpg") scroll no-repeat 0 -170px;
}
a#home-btn-04 {
	background:transparent url("../images/css_startseitebtn.jpg") scroll no-repeat -274px -255px;
}
a#home-btn-04:hover {
	background:transparent url("../images/css_startseitebtn.jpg") scroll no-repeat 0 -255px;
}
a#home-btn-05 {
	background:transparent url("../images/css_startseitebtn.jpg") scroll no-repeat -274px -340px;
}
a#home-btn-05:hover {
	background:transparent url("../images/css_startseitebtn.jpg") scroll no-repeat 0 -340px;
}

ul#ueberuns-btn{
	margin:0;
	padding:0;
}
ul#ueberuns-btn li{
	
}
ul#ueberuns-btn li a{
	width:200px;
	height:44px;	
	display:block;
}
a#logo-bvmw { background:transparent url("../images/ueberuns/partner_logos.jpg") scroll no-repeat -200px 0px;	}
a#logo-bvmw:hover { background:transparent url("../images/ueberuns/partner_logos.jpg") scroll no-repeat 0px 0px;	}
a#logo-ihk { background:transparent url("../images/ueberuns/partner_logos.jpg") scroll no-repeat -200px -44px;	}
a#logo-ihk:hover { background:transparent url("../images/ueberuns/partner_logos.jpg") scroll no-repeat 0px -44px;	}
a#logo-hwk { background:transparent url("../images/ueberuns/partner_logos.jpg") scroll no-repeat -200px -88px;	}
a#logo-hwk:hover { background:transparent url("../images/ueberuns/partner_logos.jpg") scroll no-repeat 0px -88px;	}
a#logo-rkw { background:transparent url("../images/ueberuns/partner_logos.jpg") scroll no-repeat -200px -132px;	}
a#logo-rkw:hover { background:transparent url("../images/ueberuns/partner_logos.jpg") scroll no-repeat 0px -132px;	}
a#logo-diu { background:transparent url("../images/ueberuns/partner_logos.jpg") scroll no-repeat -200px -176px;	}
a#logo-diu:hover { background:transparent url("../images/ueberuns/partner_logos.jpg") scroll no-repeat -0px -176px;	}
a#logo-ga { background:transparent url("../images/ueberuns/partner_logos.jpg") scroll no-repeat -200px -220px;	}
a#logo-ga:hover { background:transparent url("../images/ueberuns/partner_logos.jpg") scroll no-repeat -0px -220px;	}
a#logo-ks { background:transparent url("../images/ueberuns/partner_logos.jpg") scroll no-repeat -200px -264px;	}
a#logo-ks:hover { background:transparent url("../images/ueberuns/partner_logos.jpg") scroll no-repeat 0px -264px;	}
a#logo-uv { background:transparent url("../images/ueberuns/partner_logos.jpg") scroll no-repeat -200px -308px;	}
a#logo-uv:hover { background:transparent url("../images/ueberuns/partner_logos.jpg") scroll no-repeat 0px -308px;	}
.list_style1 {	
	float:left;
	background-color:#d3dcee;
	padding:10px;
	width:259px;
}
.list_style2 {
	float:left;
	background-color:#e4e9f3;
	padding:10px; 
	width:259px;
}
/*Positionierung Vorschaubild*/
.preview_image {
	float:left;
	
	height:98px; 
	width:122px;
	/*
	width:244px;
	height:137px;
	*/
	margin-right:10px;
	border-width:medium; 
	border-style:double; 
	border-color:#617fa0;
}

/*Positionierung Beitragüberschrift*/		
.right_headline {
	float:left;
	font-weight:normal;
	line-height:1.4em;		
	word-break:break-all;
	word-wrap:break-word;
}
#right_content p.right_headline {
	padding:0;
	width:100px;
	font-size:0.6em;
}

/*Blätterfunktion*/
/*Positionierung Blätterfunktion*/
#pages {
		background-color:#E4E9F3;
		color:#1E4A85;
		font-size:0.9em;
		padding:0 0 0 7px;
		}


#pagination{
	overflow:hidden;
	display:block;
	float:right;
	height:30px;
	padding:6px 7px 0 40px;
}
#pagination  a.prev,
#pagination  a.next{
	width:63px;
	height:20px;
	margin-left:5px;
	float:left;
}
#pagination a.prev:link,#pagination a.prev:visited{
	background:transparent url("../images/pageflip.jpg") no-repeat 0 -20px;
}
#pagination  a.prev:hover{
	background:transparent url("../images/pageflip.jpg") no-repeat 0 0;
}
#pagination  a.next:link,#pagination  a.next:visited{
	background:transparent url("../images/pageflip.jpg") no-repeat -63px -20px;	
}
#pagination  a.next:hover{
	background:transparent url("../images/pageflip.jpg") no-repeat -63px 0;
}
#pagination .pagenum {
	float:left;
	padding: 0 4px;
}
#pagination .pagenum p{
	padding: 0;
}
#pagination .current{
	float:left;
	font-weight:bold;
	padding: 0 6px;
}
		
/*Verlinkung*/
.more {
		font-size:0.7em;
		font-weight:800; 
}
/*Positionierung Listenansicht*/		
.list1 {
		font-size:0.6em;
		font-weight:normal;
		background-color:#d3dcee;
		color:#000000;
		line-height:1.4em;
		padding:15px 10px; 
		
		}

.list2 {
		font-size:0.6em;
		font-weight:normal;
		color:#000000;
		background-color:#e4e9f3;
		line-height:1.4em;
		padding:15px 10px; 
		
		}

/*Partner*/		
#partner {
		margin-top:5px;
		display:inline; 
		}
/*-----------------------------------Definitionen für Kontaktformular----------------------------------------*/
input {
		border:1px solid #0e407b;
		}
label {
		font-size:0.9em;
        color:#1e4a85;;
        margin:0 3px 3px 19px;
        padding:0;
        line-height:1.1em;
        width:95px;
        float:left;
       
}
*html label{
		margin-left:10px; 
		}
.textarea {
		border:1px solid #0e407b;
		overflow:hidden; 
		}
.button {
		margin:10px 0px 15px 250px;
		background-color:#E4E9F3;
		cursor:pointer; 
		border:1px solid #0e407b; 
}
.error {
		margin-left: 19px;
		margin-bottom: 10px; 
		color:#FF0000; 
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:0.8em;  
}
/*-----------------------------------Definitionen für Kontaktformular----------------------------------------*/

#search ul {
			padding-left:2px;
		}
#search li {
		list-style-type:none;
		font-size:0.8em;
		color:#1e4a85;
		}
#search li.description {
		font-size:0.7em;
		color:#000000; 
		}
		
/*----------------------------------Debug Window -------------------------------*/
#debug_window
{
	position:absolute;
	top:0;
	right:0;
	background:red;
	color:white;
	padding:15px;
	border:3px solid white;
}

