/* @override http://praxistag.info/css/style.css */

/*
grün		 #CCFF00
hellblau	 #D8F3FB
blau:        #6AD2E7
text:        #555
link		 #008FAC
*/


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: #6C6C6C url('../images/layout/body-bg.jpg') repeat-x left bottom;
}

a { color: #008FAC;  text-decoration: none;}
a:visited { color: #008FAC;}
a:hover { color: #008FAC; 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: 28px;
	font-weight: normal;
	letter-spacing: -0.6px; 
	line-height: 29px;
	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;
	_background-image: url(../images/layout/header-bg-IE6.png); /*IE*/
}

#container {
    position: relative;   
	margin: 0 auto;
	width: 971px;
	padding: 0 0 31px 0;
}

.container-b {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 971px; 
	height: 31px;
    background: transparent url(../images/layout/content-bottom.png) no-repeat bottom left;
    _background-image: url(../images/layout/content-bottom-IE6.png); /*IE*/	
}


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

#header {
 	width: 971px;
	height: 179px;
	margin: 0 0 1px 0px;
    clear: both;
}

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

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

#header em { /*Slogan*/
	position: absolute;
	width: 253px;
	height: 23px;
	top: 83px;
	right: 25px;
	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: #CDD7B6 url(../images/layout/content-bg-500.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 50px 0;
    background: transparent;
}


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

#main {
	position: relative;
	width: 440px;
	float: left; 
	padding: 30px 30px 40px 30px;
	font-size: 13px;
	line-height: 19px;
	min-height: 300px;
	margin: 0 0px 0 0;
	background: #FFF;
}

#main .rounded {
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 10px;
	width: 500px;
	background: transparent url(../images/layout/main-bottom.png) no-repeat bottom left;
    _background-image: url(../images/layout/main-bottom-IE6.png); /*IE*/

}

#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 ul#slidebox {
	position: relative;
	height: 266px;
	padding: 0;
	background: #FFF;
}

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

ul#slidebox li img { border-bottom: 12px solid #CCFF00;}


/* --- List --- */

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

#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;

}

/* Printbuttons */

#main .printbuttons {
	position: absolute;
	bottom: 0;
	right: 30px;
}

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


/* 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;
	color: #555;
	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 {
	padding: 0px; margin: 0;
}

.box_1 { /* gruen */
	padding: 10px 15px;
	margin: 0 0 10px 0;
	background: #CCFF00;
	color:  #444;
}

.box_1 a { 
	text-decoration: underline;
}

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

.red { color: RED; }

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

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

.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;
}

.trenner {  /* Audioplayer */
	background: #FFF;
	height: 1px;
	margin: 15px 0 15px 0;
	border-top: 1px dotted #999;
}



/* Blocks 1-3 */

#main .block {
	background: PINK;
}

#main .block h2 {
	background: #6AD2E7;
	margin: 0;
	padding: 3px 20px;
	color:  #FFF;
}


/* --- Tables --- */

table {
	margin: 0 0 15px 0;
	border-right: 1px solid #C1D870;
	border-bottom: 2px solid #C1D870;
}

td { 
	background: #EFF5D9;
	border-top: 1px solid #C1D870;
	border-left: 1px solid #C1D870;
	padding: 4px;
	}

td.z1 { /* zentriert */
	text-align: center;
}

/* Preise */

table.preise { width: 95%; 
}

table.preise tr th {
	padding: 2px;
	background: #C1D870;
}

table.preise td {
	padding: 4px;
	border-top: 1px solid #C1D870;
	border-left: 1px solid #C1D870;
}

/* News */
/* Summary page */

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

.NewsSummary h2, .NewsSummary h2 a  {
	color: #333;
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 0px 0 8px 0;
}

.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: #69D2E7;
}


.pagenav {
	position: relative;
	padding-top: 15px;
	font-weight: bold;
	margin: 10px 0 15px 0;
	width: 100%;
}

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

p.nextpage a {
	position: absolute;
	width: 19px;
	height: 19px;
	right: -24px;
	top: 0px;
	text-indent: 555px;
	overflow: hidden;
}

.nextpage a { background: #6AD2E7 url(../images/layout/nextpage.gif) no-repeat 0 0; }
.nextpage a:hover { background-position: bottom left; }

p.prevpage {
	position: absolute;
	left: 24px;
	top:  0;
	width: 160px;
}

p.prevpage a {
	position: absolute;
	width: 19px;
	height: 19px;
	left: -24px;
	top: 0px;
	text-indent: 555px;
	overflow: hidden;
}
.prevpage a { background: #6AD2E7 url(../images/layout/prevpage.gif) no-repeat 0 0; }
.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: #CCFF00;
	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: #CCFF00;
}

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



/* 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: #C9D3B2 url(../images/layout/sidebar-bg.png) repeat-x top left;
}

#sidebar .rounded {
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 10px;
	width: 240px;
	background: transparent url(../images/layout/sidebar-bottom.png) no-repeat bottom left;
    _background-image: url(../images/layout/sidebar-bottom-IE6.png); /*IE*/
}


#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: #EEF1E6;
	-moz-border-radius: 0 0 3px 3px;
   -webkit-border-bottom-left-radius: 3px;
   -webkit-border-bottom-right-radius: 3px;
}

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

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

#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: #333; 
	line-height: 18px; 
	padding: 0 10px;
	display: block;
}

.block.aktuell .NewsSummaryContent {
	font-size: 12px;
	line-height: 19px;
	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 Podcast --- */

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

#sidebar .block.podcast h3 a {
	display: block;
	width: 210px;
	height: 47px;
}

/* --- Box Film --- */

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

#sidebar .block.film h3 a {
	display: block;
	width: 210px;
	height: 47px;
}


/* --- Foerderer --- */

#sidebar .foerderer {
	margin: 0;
	padding: 0;
	height: 396px;
	width: 210px;
	background: transparent url(../images/layout/foerderer-hoch.gif) no-repeat top left;
}


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

#footer {
	display: none;
	position: absolute;
	width: 971px;
	height: 50px;	
	margin: 0;
	bottom: 0;
	font-size: 12px;
	background: RED;
}


/* 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' */