/*
THEME NAME: style02
THEME URI: 
DESCRIPTION: Design Style02, hergeleitet aus Sandbox Version 1.5.2
VERSION: 1.0
AUTHOR: breitbart-it 
AUTHOR URI:
*/


/* Global -------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	font-family: Arial, Helvetica, sans-serif;
	height:100.1%;
}
body {
	font-size:90%;
	height:100%;
	background-image:url(images/bgBody.jpg);
	background-repeat:repeat;
}
* html body{
	text-align:center; /* ie5 hack */
}
html>body{
	font-size:90%;
}


/*

img.print_header{
	display:none;
}
/* Splash-Screen ---------------------------------------------------*/
/*
body.splashBody{
	background-image:url(images/bg_body.gif);
	background-repeat:repeat;
}
#splash        
	{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}
div#innerSplash{
	margin:-250px auto 0 auto;
	width:860px;
}
div#splash img{
	display:block;
} */

/* Layout ----------------------------------------------------------*/
div#wrapper{
	position:relative;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/shadow.gif);
	background-repeat:repeat-y;
	background-position:left;
	background-color:white;
	text-align:left;
	min-height: 100%;
  	height:auto !important; /* moderne Browser */
  	height:100%; /* IE */
}

div#subwrapper{
	padding:0 42px 0 28px;
	margin-bottom:20px;
}
div#header img{
	display:block;
}

div#topLine{
	height:12px;
	width:100%;
	background-image:url(images/topline.jpg);
	background-repeat:no-repeat;
	background-position:right;
	
}

div#sidebar div.dynamicImg{
	width:225px;
	height:185px;
	/* wird in header.php gesetzt und in sidebar eingebunden */
	/*background-image:url(images/theme_img_1.gif);*/
	background-repeat:no-repeat;
	overflow:hidden;
}
div#container{
	width:665px;
	float:right;
	margin-bottom:30px;
}
div#content {
	padding-left:30px;
	padding-top:15px;
}
div#sidebar{
	width:225px;
	float:left;
	margin-bottom:30px;
	margin-top:-10px;
}
div#primary{

}
div#secondary{

}

div#footer{
	position:absolute;
	bottom:0;
	height:30px;
	width:890px;

}
div#footer ul{
	height:20px;
	padding:3px 20px;
	background-color:#eeeeee;
}
div#footer li{
	display:block;
	float:left;
	margin-right:10px;
}
div#footer a{
	font-size:80%;
	color:#666666;
	padding-right:10px;
	border-right:1px solid #CFDAEB;
	border-bottom:none;
	}
div#footer li a.last{ 
	border-right:none;
}

div#footer a:hover{
	color:#cc0000;
}

/* sidebar ----------------------------------------------------*/

ul.xoxo{
	list-style-position:inside;
}

ul.xoxo a, ul.xoxo p{
	color:#666666;
	font-size:0.80em;
}
ul.xoxo h3{
	font-size:88%;
	color:#6D98CE;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #6D98CE;
	padding-bottom:2px;
	font-weight:bold;
	letter-spacing:1px;
	margin-top:20px;
}
ul.xoxo li{
	list-style-type:none;
	list-style-position:outside;
	width:100%;
}
ul.xoxo a{

}

/* --------- Sidebarmenu --------------*/

div#sidebar ul.level a,div#sidebar  ul.menu a{
	display:inline-block;
	padding-left:10px;
	border:none;
	width:200px;
	margin-bottom:8px;
	border-left:1.2em solid #eeeeee;
}

ul.level li li, li.level2{
	margin-left:15px;
}

div#sidebar ul.level a:hover, div#sidebar ul.menu a:hover{
	font-weight:bold;
	color:#6D98CE;
	border-left:1.2em solid #6D98CE;
	border-bottom:none;
}

div#sidebar ul.level a.levelcurrent, div#sidebar ul.level a.current_item, div#sidebar ul.level li.current_item_parent a{
	border-left:1.2em solid #012D6E;
	font-weight:bold;
	color:#012D6E;
}
/*----------------------------------------------------------------- 

/* Archiv Beiträge  */
div.exerpt a, a.exerptLink{
	border-bottom:none;
	}
	
h3.entry-title{
	
}	
div.exerpt h2{
	font-size:.9em;
	font-weight:bold;
	border:none;
	margin-bottom:0em;
	letter-spacing:0px;
	color:#6D98CE;
}


div.rechteSpalte div.exerpt{

}
div.rechteSpalte p {

}
div.rechteSpalte div.exerpt h2,div.rechteSpalte p{
	color:#585858;
}

div.exerpt p a, div.entry-content a.exerptLink{
	border-bottom:none;

}

div.exerpt h2 a,h3.entry-title a{
	text-decoration:none;

	}
div.exerpt h2 a:hover, h3.entry-title a:hover{
	color:#cc0000;
	border-bottom:1px dotted #cc0000;
}

div.exerpt span.date, div.entry-date abbr{
	color:#666666;
	font-weight:normal;
	font-size:80%;
}


div.exerpt p{
	margin-top:0em;
}


/* verschiedenes / Plugin-Korrekturen --------------------------------*/

#incoming, .linklove, #BlogDate,.copy,div.nopassword{
	display:none;
}

div#content h2.page-title{
	display:none;
}

/* Archiv-Funktionen */
#nav-above, #nav-below, .entry-meta{
	display:none;
}

p.entry-title-date{
	margin-top:-0.75em;
	color:#666666;
}

/* Suchergebnisse */
div.page  div.entry-date abbr{
	display:none;
}

div#content form li{
	padding:0;
}
/* --------------------------------------------------------------------*/
/* Formatting Standardelements */

div#content{
	text-align:left;
}

div#content div.post{
	padding-right:20px;
}

a{
	text-decoration:none;
}
div.page a, div.post a {
	color: #6D98CE;
	text-decoration: none;
	border-bottom:1px dotted white;
}

div#content a:hover {
	border-bottom:1px dotted #CC0000;
	color:#cc0000;

}

hr{
	border:1px solid #eeeeee;
}
/* Formatierung erweitert
--------------------------------------------------------------------------------------- */
body {
	color:#000000;
}

div.linkeSpalte{
	float:left;
	width:400px;
}

div.rechteSpalte{
	float:right;
	width:195px;
	text-align:left;
	padding-left:20px;
	border-left:1px dotted #CCCCCC;
}
div.rechteSpalte p,div#content div.rechteSpalte ul,div#content div.rechteSpalte ol{
	margin-bottom:1.2em;´
}

div.rechteSpalte div.exerpt p{
	color:#585858;
}
/*linke Spalte für Such- und Archivseiten */
body.archive div#content, body.search div#content{
	
}

p,div#content ol,div#content ul {
	font-size:.85em;
	margin-bottom:2em;
	line-height:150%;
}
h1,h2,h3,h4,h5,h6{
	text-align:left;
	line-height:150%;
}

div.page h2.entry-title{
	display:none;
}

div.linkeSpalte h1, div.archive-meta p, div.noresults h2{

}
h1.rechts{

}

h1,h3{
	text-transform:uppercase;
	letter-spacing:1px;

}
h1,h2, div #content div.ddsg-wrapper h2, h2.entry-title,div#content .archive-meta p{
	font-size:.90em;
	color:#6D98CE;
	line-height:145%;
	margin-bottom:1em;
	font-weight:bold;
}
div#content .archive-meta p{
	color:#666666;
}
h1{
	color:#666666;
}
h3,h4,h5,h6{
	font-size: .85em;
	font-weight:bold;
	margin-bottom:.5em;
}
h3{
	font-size:.8em;
	color:#6D98CE;
}
h2, div.exerpt h2 a, h3.entry-title a{
	color:#6D98CE;
}
h4,h5,h6{
	color:#666666;
}
h5{
	font-style:italic;
}

div#content ul  {
	list-style-position:inside;
	list-style-type:disc;
}
div#content ol {
	list-style-position:inside;
	list-style-type:decimal;

}
div#content form.cform ol{
	list-style-position:outside;
}

div#content li{
	margin-bottom:.5em;
	text-align:left;
}

div#content li, div#content ul li.listeViereckGrau,div#content ul li.listeViereckBlau {
	list-style-position:outside;
	list-style-type:none;
	background-repeat:no-repeat;
	padding-left:20px;
}
div#content li, div#content ul li.listeViereckBlau{
	background-image:url(images/listpoint_1.gif);
}

div#content ul li.listeViereckGrau{
	background-image:url(images/listpoint_2.gif);
}

div.rechteSpalte ul li{
	margin-left:7px;
}


.bildueberschrift{
	margin-bottom:0.4em;
}

div#content ol.bildueberschrift, div#content ul.bildueberschrift{
	margin-bottom:0.3em;
}
.bildunterschrift,.bildUnterschriftLinks,.bildUnterschriftRechts{
	margin-top:-1.7em;
}

.farbeRot {
	color:#cc0000;
}
.hellBlau{
	color:#6D98CE;

}

hr{
	margin-top:0;
	margin-bottom:2em;
}


.wortHervorhebung{
	background-image:url(images/hl_typ1.gif);
	background-repeat:no-repeat;
	padding-left:25px;
}

a.pdfSymbol {
	background-image:url(images/pdfSymbol.gif);
	background-repeat:no-repeat;
	padding-left:40px;
	min-height:36px !important;
	height:36px;
	display:block;
	border:none;
	padding-top:5px;
}

a.pdfSymbol{
	line-height:125%;
}
img{
	border:none;
}

div.textwidget a{
	color:#666666;
	padding:0;
	border-bottom:1px dotted #666666;
	display:inline;
}
div.textwidget a:hover{
	border:none;
	border-bottom:1px dotted #cc0000;
	color:#cc0000;
}
/* Formulare ----------------------------------------------------------------------*/
/* sidebar suchformular */
input{
	border:1px solid #CCCCCC;
	padding:2px;
	margin-top:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#012D6E;
	letter-spacing:0px;
	border-bottom:1px solid #585858;
	border-right:1px solid #585858;
}
form#noresults-searchform input#noresults-searchsubmit{
	margin:0;
	padding:0;
}
input#email, input#s,input#noresults-s{
	width:217px;
}

input#noresults-searchsubmit,input#searchsubmit,input#stnl_submit, input.sendbutton {
	padding:1px;
	margin-bottom:10px;
	color:#012D6E;
}
input:hover, input#noresults-searchsubmit:hover,input#searchsubmit:hover,input#stnl_submit:hover{
	color:#cc0000;
}
/* Newsletter formular sidebar */
li#shiftthis-subscribe form{
	margin-top:5px;
}
li#shiftthis-subscribe p{
	color:#012D6E;
	font-weight:bold;
	margin:0;
}

li#shiftthis-subscribe span.label1{
	font-weight:bold;
	font-size:10px;
	line-height:145%;
	color:#666666;
}
li#shiftthis-subscribe span.subtitel {
	color:#666666;
	font-weight:normal;
	line-height:125%;
	font-size:10px;
}
li#shiftthis-subscribe {
	color:#6D98CE;
	font-size:11px;
}
li#shiftthis-subscribe h3{
	font-size:1em;
}

li#shiftthis-subscribe p.formMsg,li#shiftthis-subscribe legend {
	border:1px solid #ee0000;
	padding:5px;
	background-color:white;
	margin-bottom:5px;
	font-size:11px;
	color:#666666;
}
li#shiftthis-subscribe a{
	display:inline;
	text-decoration:none;
	border-bottom:1px dotted #666666;
	padding:none;
	margin:0;
	font-size:1em;
}

li#shiftthis-subscribe a:hover{
	color:#cc0000;
	font-weight:normal;
	border-bottom:1px dotted #cc0000;
}

/*loginform */
#sidebarform span{
	font-size:0.85em;
	color:#666666;
	display:block;
	margin-top:4px;
}

/* -------------------------  Formatting Standardelements */

span.edit-link{
	display:block;
	clear:both;
}
span.edit-link a{
	color:#cc0000;
}

/* ------------------------------- Sonderformatierung Agenturhinweise */
div#note{
	background-image:url(images/note_bg.jpg);
	background-repeat:repeat;
	float:left;
	color:#666666;
	text-align:left;
	margin-left:-5px;
}
div#note p{
	margin-bottom:.75em;
	
}
div.notetop{	
	background-image:url(images/note_top.jpg);
	background-repeat:no-repeat;
	float:left;
}
div.noteleft{
	background-image:url(images/note_left.jpg);
	background-repeat:repeat-y;
	background-position:left;
	float:left;
}
div.noteright{
	background-image:url(images/note_right.jpg);
	background-repeat:repeat-y;
	background-position:right;
	float:left;
}
div.notebottom{
	background-image:url(images/note_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}
div.notecontent{
	width:350px;
	float:left;
	padding:65px 20px 10px 30px;
}
.hinweis{

}

