﻿/********************************************
Bezeichung Bilder:
Allgemein:
englische Bezeichnungen;
gross- Kleinschreibung wie Variablen;
Anfangsbuchst. wie "Verwendungszweck":
bg = Background
s = Spacer
*/



/* Alles */
/********************************************************/

body {
    background-color: silver;	
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    margin:0px;
    padding:0px;
    border:0px;
		overflow-y:scroll;
}
a {
    outline: none;

}

img {
	border:0;

}

cite {
	display: block;
	font-style: normal;
	margin: 20px 150px 20px 60px;
	padding: 40px 0px 0px 20px;
	min-height: 100px;
	background-image: url(../images/bgCite.jpg);
	background-repeat:no-repeat;
}


#mainContentWb table {
	margin-right: 20px;

}
td {
	font-size: 12px;

}

/* Seitenkopf */
/********************************************************/

#headRow {
	background-color: red;
	height: 5px;
}



/* links Navigation und Menï¿½ */
/********************************************************/

#leftSidebar{
	width:217px;
	height:500px;
	float:left;
	background-color: #ffffff;
	background-image: url(../images/bgleftSidebar.jpg);
	background-repeat:no-repeat;
	}

/* Nur Weiterbildung */

#leftSidebarWb{
	width:235px;
	height:500px;
	float:left;
	margin-top: 0px;
	background-color: #ffffff;
	background-image: url(../images/bgleftSidebar.jpg);
	background-repeat:no-repeat;
}

/* ENDE  Nur Weiterbildung */

#menu{
    display: block;
    width: 210px;
    overflow: hidden;
    padding: 27px 0px 0px 15px;
    font-size: 12px;

}
#menu a {
    display: block;
}


/* Menulinks 1. Ebene  */
.menuLevel0{
	padding:3px 0 3px 3px;
	margin:2px;
	color:#084888;
	background-color:#cceccc;
	text-decoration: none;
	font-weight:bold;
	font-style:italic;
	font-size:13px;
	}

a.menuLevel0:link, a.menuLevel0:visited{
}

a.menuLevel0:active {
	color:black;

}


a.menuLevel0:hover{
}

.menulevel0#highlighted  {

}


/* Menulinks 2. Ebene  */
.menuLevel1{
	padding:3px 0 3px 3px;
	margin:2px;
	color:#084888;
	background-color:#cceccc;
	text-decoration: none;
	}

a.menuLevel1:link, a.menuLevel0:visited{
}

a.menuLevel1:active{
	font-weight:bold;
}


a.menuLevel1:hover{
	font-weight:bold;
}

.menulevel1#highlighted  {
	color:black;

}



/* Menulinks 3. Ebene  */
.menuLevel2{
   	}
a.menuLevel2:link, a.menuLevel2:active,a.menuLevel2:visited{
	}
a.menuLevel2:hover{
	}

/* Menulinks 4. Ebene  */
.menuLevel3{
    }
a.menuLevel3:link, a.menuLevel3:active,a.menuLevel3:visited{
}
a.menuLevel3:hover{
	}


/* Mitte und Content */
/********************************************************/
#main{
	float:left;
	width: 645px;
	}
#content {
 	width: 985px;
 	text-align: left;
 	background-color: #fff;
	background-image: url(../images/bgMainContent.jpg);
	background-repeat:repeat-y;
}

#mainContent{
	width:768px;
	height:500px;
	font-size:13px;
	overflow:auto;
	margin-left:0px;
	margin-right:0px;
	background-color: #ffffff;
}


/* Nur Weiterbildung */
#mainContentWb{
	width:750px;
	font-size:13px;
	overflow:auto;
	margin-left:0px;
	margin-right:0px;
	background-color: #ffffff;
	min-height: 545px;
}
/* ENDE Nur Weiterbildung */

h1{
	font-size:18px;
	color:#084888;	
	font-style:italic;
	padding:18px 0px 0px 25px;
}

h2{
	font-size:14px;
	padding: 10px 0px 0px 25px;
}

p {
	line-height:18px;
	margin-top:-10px;
	margin-left:0px;
	padding-right:20px;

}

.bold {
	 font-weight:bold;
}

.large {
	 font-size:large;
}

table p {
	margin-top:0px;
	}

table.font-medium td {
	font-size:14px;
	}

#lehrtrainer {
	font-size: 12px;
	background-color: #CCECCC;
}
#lehrtrainer h2{
	font-size: 16px;
	border-bottom: 1px solid black;
}

.quickinfo{
	font-size:12px;
	background-color: #efefef;
	margin:10px 30px 0px 10px;
	padding-left:10px;


}
.auxmenu {
	line-height:18px;
	margin-left:5px;
	padding-left:25px;
	font-style:italic; 
	height: 200px;
	}


.auxmenu a {
	text-decoration:underline;
	color:#084888;
}

.auxmenu a:hover{
}




ul, ol{
	font-size:12px;
    	padding-left:20px;
}
ul{

}
li {
	line-height: 18px;
}


small {
	line-height:10px;
}



table h2 {
	font-size:16px;
	text-align: left;
}

table.tdgruen td , .tdgruen {
	font-size:12px;
	background-color: #cceccc;
	border: #FFFFFF;
	padding: 3px;
	vertical-align: top;
}

#infoBox, .infoBox {
	margin: 8px 0px 0px 0px;
	width: 190px;
	background-color:#cceccc;
	color: #084888;
	padding: 10px;
	font-size:13px;
	font-weight: bold;
}
#infoBox a, .infoBox a {
	width: 140px;
	display: inline;
	color: #084888;
	text-decoration: none;
}
#infoBox a:hover, .infoBox a:hover {
	text-decoration: underline;
}
.infoBox p.small {
	padding-top: 5px;
	clear: left;
	color: green;
	font-size: 10px;
	line-height: 100%;
}
.infoBox2 {
	color: #000;	
	font-size:12px;
	font-weight: normal;
	background: #ffffff;
	border: 1px solid #00618a;
	padding:5px;
	line-height: 12px;
	margin-bottom: 10px;
} 
.infoBox2 a {
	display: inline !important;
	color:#084888;
	font-style:italic;
} 
.bildunterschrift {
	padding-left: 316px;
	font-size: 12px;
	color: #084888;
	line-height: 110%;
	margin-bottom: -30px;
}
#film {
	width:240px;
}
#film a, #film p {
	font-size: 10px;
	margin:0px 0px 0px 155px;
	color:#fff;
	font-style:italic;
	display:block;
}

.perforation {
	background: url(../images/bgPerforation.jpg) #fff;
	height: 18px;
	width: 189px;
	border-right: 1px solid #83a3c3;

}

/* rechts Navigation, Hilfsmenue (auxMenu) und Newsliste*/
/********************************************************/

#rightSidebar {
    float: left;
    width: 275px;
    }
     
#auxMenu {
    background-color: #cbeafc;
    width: 275px;
    height: 23px;
    padding-top:22px;
    text-align:center;
    }

#auxMenu a {
	font-size:9px;
	color: #0079c1;
	text-decoration:none;
}     
#auxMenu a:hover {
	color: black;
}

/* PopUp Supermarkt-Stil*/
/********************************************************/

#popup2011-container {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#popup2011 {
	width: 350px;
	height: 191px;
/*	background-image: url(../images/bgPopup2011.png); */
/*	padding-left: 25px; */
	position: absolute;
	left: 600px; 
	top: 180px; 
	z-index: 2;
}
#popup2011-background {
	position:absolute;
	top:0;
	left:0;
}
#popup2011-content {
	position:absolute;
	left:10px;
	top:30px;
}
#ausmacher {
/*	width: 100%; */
	height: 36px;
	text-align:right;
	top:0;
	left:310px;
	position:absolute;
}
#popup2011 h1{
	text-transform: uppercase;
	font-style: italic;
	color: #000;
	margin-top: -15px;
	font-size: 22px;
}	
#popup2011 a {
	color: #084888;
	font-size: 18px;
	margin-top: -15px;
	line-height: 175%;
	text-decoration: none;
}
#popup2011 h2 {
		font-size: 100%;
		margin-top: -15px;
		line-height: 175%;
	
	}
#popup2011 a:hover h2{
	text-decoration: underline;
}