/* @override http://ausbildung-passgenau.de/css/style.css */

/*
blau		005E92
hellblau	D9F2F6
orange		FF8718
link		 005E92
text:        555
*/


html, body {
    padding: 0;
    margin: 0;
	height: 100%;	
}

html {
 	min-height: 100%;
	height: auto;
}

body {
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #555;
	border: 0px solid RED;
	background: #00568B url('../images/layout/body-bg.png') repeat-x 0 185px;
}

a { color: #005E92;  text-decoration: none;}
a:visited { color: #005E92;}
a:hover { color: #005E92; text-decoration: underline; }
a:focus {outline-style: none;} /* get rid of dotted border in FF*/

h1, p { margin-top: 0; padding-top: 0; } 

h1 { 
	font-size: 27px;
	font-weight: bold;
	letter-spacing: -0.6px; 
	line-height: 28px;
	margin-bottom: 15px;
	font-family: "Helvetica Neue", Arial;
}

h2 { color: #555; font-size: 16px; line-height: 22px; font-weight: bold;}
h3 { color: #555; font-size: 14px;}

.eng { margin-bottom: 2px; }

.linie { color:#969696; }
.barrierefrei { display: none; }

blockquote {
	color: #333;
	font-style: italic;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

hr { 
	background: #FFF;
	border: none;
	height: 1px;
	margin: 1px 0 15px 0;
	padding: 0;
	border-top: 1px dotted #999;
}

img, img a {border: none;}

/* WRAPPER
----------------------------------------------------------------------------- */

#wrap {
	position: relative;
	min-height: 100%;
	background: transparent url(../images/layout/header-bg.png) repeat-x top left;
}

#container {
    position: relative;   
	margin: 0 auto;
	width: 971px;
	padding: 0 0 31px 0;
    background: #D9F2F6 url(../images/layout/content-bottom-bg.png) no-repeat bottom left;

}

/* HEADER
----------------------------------------------------------------------------- */

#header {
	position: relative;
 	width: 971px;
	height: 160px;
	margin: 0 0 0px 0px;
    clear: both;
    overflow: hidden;
    background: #FFF url(../images/layout/header-bg.png) repeat-x top left;
}

#header h1 {
	position: absolute;
	top:47px;
	left:  25px;
	width: 290px;
	height: 65px;
	overflow: hidden;
	text-indent: -9998px;
	background: transparent url(../images/layout/logo-passgenau.png) no-repeat 0 0;
}

#header h1 a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	width: 290px;
	height: 65px;
}

#header em { /*Slogan*/
	position: absolute;
	width: 353px;
	height: 58px;
	top: 50px;
	right: 20px;
	text-indent: -9998px;
	background: transparent url(../images/layout/header-slogan.png) no-repeat 0 0;
}

/* CONTENT
----------------------------------------------------------------------------- */

#content {
   position: relative;
   clear: both;
   margin: 0px auto 0px 0;
   padding: 0 0 30px 0;
   width: 971px;
   /*background: #D9F2F6 url(../images/layout/content-bg.png) repeat-x 0 0px;*/
     background: transparent url(../images/layout/content-bg.png) repeat-x 0 0px;

}

/* NAV
----------------------------------------------------------------------------- */

#nav {
	position:relative;
	float: left;
	width: 215px;
	display: inline;  /* FIX IE double margin bug */
	/*overflow: hidden;*/
	margin: 30px 0px 0 0px;
	padding: 0px 0 250px 0;
    background: transparent;
}


/* MAIN
----------------------------------------------------------------------------- */

.main-wrap {
	position: relative;
	float: left; 
    width: 500px;
	background: #FFF;
	margin: 0 0 35px 0;
}


#main {
	width: 440px;
	padding: 30px 30px 25px 30px;
	font-size: 13px;
	line-height: 19px;
	min-height: 500px;
	margin: 0 0px 00px 0;
	overflow: hidden;
}

#main img {
	padding: 0px;
	border: none;
}

#main img a {
	border: none;
}

#main a:hover img { border: 0px solid #9C4C59; }


#main img.left {  /* Bild links */
	float: left;
	margin: 0px 20px 10px 0px;
}


#main img.right {  /* Bild rechts */
	float: left;
	margin: 0px 0 10px 20px;
}

.block {
	display: block;
	clear: both;
}


/*--- Slideshow ---*/

#main .slideshow {
	width: 500px;
	height: 285px; 
	padding: 0;
	overflow:hidden; 
	background: PINK;
	margin: -30px 0 15px -30px;
	border-bottom: 10px solid #00B5DF;
}

#main ul#slidebox {
	position: relative;
	height: 285px;
	padding: 0;
	margin: 0;
	background: #FFF;
}

#main ul#slidebox li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 500px;
	height: 285px;
}

/* --- List --- */

#main ul {
	padding: 10px 10px 7px 10px;
	margin: 0 0 15px 0;
	list-style: none;
	background: #F2F2F2;
}

#main ul li {
	background: url(../images/layout/bullet-li.gif) no-repeat left 5px;
	padding-left: 13px;
	margin: 0 0 3px 5px;
}

#main ul.sitemap, #main ul.sitemap ul { 
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	background: #FFF;
}

#main ul.sitemap li { 
	margin: 0;
	padding: 0;
	background: #FFF;
	height: 1%; /*IE*/
}

#main ul.sitemap li a { 
	display: block;
	margin: 0;
	padding: 3px 0 3px 0;
	border-bottom: 1px dotted #CCC;
	background: #FFF;

}

#main ol {
	margin: 0 0 15px 0;
	padding: 5px 5px 5px 30px;
}

#main ol li {
	margin: 0 0 0 0;
	padding: 0 0 3px 0;
}


/* Text */

p.einleitung {
	font-size: 15px;
	line-height: 20px;
}

p.smalltext {
	font-size: 11px;
	line-height: 14px;
}

a.bulletlink, a:visited.bulletlink {
	margin: 0;
	font-weight: bold;
	padding: 0 0 0 20px;
	background: url(../images/layout/link-icon.gif) no-repeat 0 0px;
}

a:hover.bulletlink {
}

.download {
	padding: 0 0 0 18px;
	background: url(../images/layout/download-icon.gif) no-repeat left 2px; 
}


/* Textboxen */

.box_1 p, .box_2 p, .box_3 p {
	padding: 0px; margin: 0;
}

.box_1 { /* orange */
	padding: 10px 15px;
	margin: 0 0 10px 0;
	background: #FF8718;
	color:  #FFF;
}

.box_1 a { 
	text-decoration: underline;
}

.box_2 { /* grau */
	padding: 10px 15px;
	background: #F2F2F2;
	margin: 0 0 10px 0;
}

.box_3 { /* hellblau */
	padding: 10px 15px;
	background: #D9F2F6;
	margin: 0 0 10px 0;
}


.red { color: RED; }

span.text-red {
	color:  #A51423;
}

span.text-green {
	color:  #85A70D;
}

.smalltext {
	font-size: 11px;
}

.trennstrich-oben { /* p */
	border-top: 1px dotted #999;
	margin-top: 16px;
	padding-top: 16px;
}

.trennstrich-unten { /* p */
	border-bottom: 1px dotted #999;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

/* --- Tables --- */

table {
	border: 0px solid #999;
	border-collapse: separate;
	_border-collapse: collapse; /*IE*/
	font-size: 12px;
	width: 100%;
	margin: 0 0 15px 0;
}

thead tr {
    background: #CCEFF7;
}

.header {
	position: relative;
    background: #CCEFF7;
    border-bottom: 1px solid #FFF;
}

.noborder {	border: none;}

th {
	text-align: left;
	font-size: 11px;
	padding: 4px 5px 4px 10px;
	border-left: 0px solid #999;
	background: transparent;
}

th h2 { 
	margin: 0px 0;
	padding: 3px 0;
	padding-right: 30px;
	font-size: 18px;
}

th.checkbox-col {
	width: 20px;
	margin: 0;
}

tr {
	background: #EEE;
}

td {
	border-bottom: 1px solid #999;
	padding: 4px 5px 4px 10px;
	vertical-align: top;
	background: transparent;
}

/* News */
/* Summary page */

.NewsSummary {
	background: #FFF;
	border-bottom: 4px solid #CDE2EB;
	padding: 0px 0 10px 0;
	margin: 0 0 0 0;
}

.NewsSummary h2, .NewsSummary h2 a  {
	color: #005E92;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0px 0 8px 0;
	letter-spacing: -0.3px; 
}

.NewsSummary h2 a:hover {text-decoration: underline;}

.NewsSummary p {
	margin: 0;
	padding: 0;
}

.NewsSummaryPostdate {
	font-size: 11px;
	color: #FFF;
	margin: 10px 0 5px 0;
	font-weight: bold;
}

.NewsSummaryPostdate span {
	font-weight: bold;
	padding: 2px 5px;
	background: #00B5DF;
}

/* Pagination */

.pagenav {
	position: relative;
	padding-top: 15px;
	padding-right: 25px;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 15px 0;
}

p.nextpage {
	position: absolute;
	text-align: right;
	right: 0;
	top:  0;
	width: 200px;
}

p.nextpage a,
p.prevpage a {
	position: absolute;
	height: 19px;
	top: 0px;
	overflow: hidden;
}

p.nextpage a {
	right: 0px;
	padding: 0 25px 0 0;
}

.nextpage a { background: transparent url(../images/layout/nextpage.gif) no-repeat top right; }
.nextpage a:hover { background-position: bottom right;}

p.prevpage {
	left: 0px;
}

p.prevpage a {
	padding: 0 0 0 25px;
}
.prevpage a { background: transparent url(../images/layout/prevpage.gif) no-repeat top left; }
.prevpage a:hover { background-position: bottom left;}


/* Detail page */

.NewsPostDetailDate { 
	font-size: 11px; 
	color: #666; 
	padding-bottom: 5px; 
	font-weight: normal;
}

.NewsPostDetailReturnLink {
	font-weight: normal;
	padding: 5px 0 5px 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #CCC;
}

/* --- GalleryView (filmstrip) --- */

#photos.galleryview {
	background: #00B5DF;
	margin: 0 0 15px 0!important;
}

.panel-overlay {
}

.panel-overlay h2 {
	margin: 10px 0 0 0;
	color:  #FFF;
}

.panel-overlay p {
	color:  #FFF;
	margin: 0px 0 0 0;
	font-size: 12px;
}

#main ul.filmstrip {
	background: #00B5DF;
}

 #main ul.filmstrip li {
 padding: 0;
 margin: 0;
 margin-right: 5px;
}

/* --- Modul Lehrstellen --- */

/* Table List */

table.tbl-list {
	font-size: 13px;	
}

table.tbl-list th.header {
	background: #BBB;
	padding: 3px 10px;
	color: #FFF;

}

table.tbl-list thead th {
	border-bottom: 1px solid #FFF;
}

table.tbl-list tr td {
	padding: 5px 5px 5px 10px;
}

table.tbl-list tr:hover {
	background-color: #CCEFF7;
}

table.tbl-list tr td a {
	padding: 0 0 0 10px;
	font-weight: bold;
	display: block;
	background: transparent url(../images/layout/bullet-li-active.gif) no-repeat 0 4px;
}

table.tbl-list td.ort {
	font-size: 11px;
}

/* Table Details */

table.tbl-details {
	position: relative;
	font-size: 11px;	
	color: #333;
	line-height: 17px;
}

table.tbl-details thead th {
	border-bottom: 1px solid #FFF;
}


table.tbl-details tr td {
	padding: 5px 5px 5px 10px;
}

table.tbl-details td.labels {
	font-weight: bold;
	color: #555;
	width: 150px;
}

table.tbl-details th span { /*Infos zum  Berufsbild*/
	font-size: 11px;
}

.odd { background-color: #EEE;}
.even {background-color: #F6F6F6;} /* Zebra*/

div.lehrstellen-details {
	position: relative;
	width: 440px;
	padding: 0 0 0 0;
}

div.lehrstellen-details a.print-link { /*print link icon*/
	position: absolute;
	top:  10px;
	right: 10px;
	width: 16px;
	height: 16px;
	z-index: 10;
	background: transparent url(../images/layout/icon-print.gif) no-repeat 0 0;
}




/* SIDEBAR
----------------------------------------------------------------------------- */

#sidebar {
	position: relative;
	float: left;
	margin: 0 0px 0 0;
	padding: 30px 15px 20px 15px;
	width: 210px;
	height:auto !important;
	height:300px; /*IE6*/
	min-height:300px;
	background: transparent url(../images/layout/sidebar-bg.png) repeat-x top left;
}


#sidebar h3 {
	font-size: 14px;
	text-indent: -898px;
	margin: 0 0 10px 0;
	padding: 0px;
	color: #555;
}

#sidebar .block {
	margin: 0 0 10px 0;
	overflow: hidden;
}


/* --- Box Aktuell --- */

#sidebar .block.aktuell {
	background: #F0FBFD;
}

#sidebar .block.aktuell h3 {
	width: 210px;
	height: 35px;
	background: transparent url(../images/layout/sidebar-head-aktuell.png) repeat-y top left;
}

#sidebar .block.aktuell h3 a {
	display: block;
	width: 210px;
	height: 35px;
}

#sidebar .block.aktuell img {
	/*display: none;*/
	width: 182px;
}

#sidebar .block.aktuell .postdate {
	display: none;
	margin: 5px 0 5px 0;
	font-size: 11px;
	color: #777;
	padding: 0 10px;
}

#sidebar .block.aktuell h4 {
	font-size: 13px;
	margin: 0;
	padding: 0 0 5px 0;
}

.block.aktuell h4 a { 
	color: #005E92; 
	line-height: 18px; 
	padding: 0 10px;
	display: block;
}

.block.aktuell .NewsSummaryContent {
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 0px 0;
	padding: 0 10px 10px 10px;
}

.block.aktuell .NewsSummaryContent p {
	margin: 0; padding: 0;
}

.block.aktuell .NewsSummaryMorelink a {
	 font-size: 12px;
}

#sidebar .linkall {
	background: #F5F5F5;
	margin: 0;
	padding: 7px 10px;
	text-align: right;
	border-bottom: 1px solid #CCC;
}

#sidebar .linkall a {
	font-size: 11px;
	color: #666;
}

/* --- Box Lehrstellenangebote --- */

#sidebar .block.lehrstellen h3 {
	margin: 0;
	padding: 0;
	width: 210px;
	height: 35px;
	background: transparent url(../images/layout/sidebar-head-stellenangebote.png) no-repeat top left;
}

#sidebar .block.lehrstellen h3 a {
	display: block;
	width: 210px;
	height: 35px;
}

/* --- Foerderer --- */

#sidebar .foerderer {
	margin: 0;
	padding: 0;
	width: 210px;
}


/* FOOTER
----------------------------------------------------------------------------- */

#footer-content { /* in #main */ 
	position: absolute;
	width: 480px;
	margin: 0;
	left: 0;
	padding: 10px;
	bottom: -40px; /*-40px*/
	font-size: 10px;
	background: #FFF;
}


.totop a {
	margin: 0 0 0 10px;
	padding: 0 0 0 12px; 
	background: transparent url(../images/layout/nach-oben.gif) no-repeat 0 1px; 
}

.totop a:hover { 
}

/* Printbuttons */

.printbuttons {
	position: absolute;
	bottom: 10px;
	right: 20px;
}

.printbuttons a {
	margin: 0 0 0 0px;
}


#footer { 
	display: none; /* Mike wollte es so */
	position: absolute;
	width: 180px;
	margin: 0;
	left: 0;
	bottom: 20px;
	padding: 3px 0px 3px 12px;
	color: #3280A9;
	font-size: 11px;
	line-height: 15px;
	background: transparent;
	border-left: 10px solid #FFF;
}

#footer a[href^="mailto:"] {
	padding: 0 0 0 14px;
	background: url(../images/layout/icon-email.gif) no-repeat center left;
}



/* ACCESSIBILITY
----------------------------------------------------------------------------- */

div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted #333;
   margin: 1em;
}

.accessibility {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* clearing */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* End of 'style' */
