/* Jochen Bauer Website Stylesheet ++++++++++++++++++++++++++++++++++++++++++ */

/* Colors */
/*
		
#FFFFFF - WordPress-Weiß; 
#FFFBCC - WordPress-Gelb; Mitteilung; Codeblöcke; Downloadbereiche;
#D54E21 - WordPress-Rot, Links Onmouseover;
#E4F2FD - WordPress-Blau, Sehr hell, Hintergrundfarbe Headline;
#C6D9E9 - WordPress-Blau, Hell, Bodenlinie zur Hintergrundfarbe
			    Headline;
#21759B - WordPress-Blau, Links, Standardfarbe;
#BBBBBB - WordPress-Grau, Neutral, Balken und Schrift im Footer;
#555555 - WordPress-Schwarz, Inhalt Textfarbe;
#464646 - WordPress-Schwarz, Header;	

*/
	
	
/* Generell */
*	
{
	margin: 0; 
	padding: 0;
	font-size: 100%; /* normalerweise 16pt */
}

body
{
	font-size: 62.5%; /* normalerweise nun 10pt als Basis */
	font-family: 'Nimbus Sans L', Arial, Helvetica, sans-serif; 
	/* Schriftart Nimbus Sans L fuer Linux, Arial fuer Windows 
 	und Helvetica fuer MacOS */

}

/* Wrap */
div#wrap
{
	font-size: 140%; /* Schriftgrösse auf rund 16 pt setzen */ 
} 


/* contentwrapper */
/* ausfliessen der floats verhindern und zentrieren */
div#contentwrapper
{
	width: 56em;
	position: relative;
	left: 50%;
	margin-top: 2em;
	margin-left: -28em;
	margin-bottom: 2em;
}


/* Content */	
div#content 
{
	float: left;
	width: 60%;
	min-width: 300px;
	max-width: 700px;
	color: #555555; 
}

div#content p
{
	margin-top: 0.5em;
}
	    
div#content h1 
{
	font-size: 180%;
	margin-top: 0.8em;
	margin-bottom: 0.3em;
	color: #555555;
	border-bottom: 1px solid #BBBBBB;
}
	    
div#content h2
{
	font-size: 160%;
	margin-top: 1em;
	margin-bottom: 0.3em;
	padding-left: 0.3em;
	border-bottom: 1px solid #C6D9E9;
}

div#content h3
{
	font-size: 140%;
	margin-top: 1em;
	margin-bottom: 0.3em;
	padding-left: 0.4em;
	border-bottom: 1px solid #E4F2FD;
}

div#content h4
{
	font-size: 120%;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding-left: 0.5em;
}
	    
div#content ul
{
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
}


div#content ul ul
{
	margin-top: 0.3em;
}


div#content ol
{
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
} 

div#content img
{
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}

div#content a 
{
	color: #21759B;
}

div#content a:hover
{
	color: #D54E21;
}

div#content p.pagemeta
{
	padding-top: 1em;
	height: 3em;
	color: #555555;
}



/* Navigation */
div#navigation
{
	float: right;
	margin-left: 2em;
	padding-right: 20px;
	color: #464646;
	width: 16em;
}

div#navigation h3
{
	font-size: 140%;
	margin-top: 1.5em;
	margin-bottom: 0.2em;
	border-bottom: 1px solid #E4F2FD;
}

div#navigation ul
{
	list-style-type: none;
	width: 12em;
}

div#navigation ul li
{
	margin-top: 10px;
	padding-left: 40px;
	background-image: url(img/lightbulb_off.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #BBBBBB;
}

div#navigation ul li:hover
{
	background-image: url(img/lightbulb.png);
	background-repeat: no-repeat;
}

div#navigation ul li.currentTab
{
	background-image: url(img/lightbulb.png);
	background-repeat: no-repeat;
}

div#navigation ul li a
{
	text-decoration: none;
	display: block;
	color: #21759B;
	font-weight: bold;
	line-height: 25px;
}

div#navigation ul li a:hover
{
	text-decoration: underline;
	color: #D54E21;
	display: block;
}

div#navigation ul.toc 
{
	border-top: 1px solid #C6D9E9;
	border-bottom: 1px solid #C6D9E9;
	border-left: 1px solid #C6D9E9;
}

div#navigation ul.toc ul
{
	border-top: 1px solid #E4F2FD;
	border-bottom: 1px solid #E4F2FD;
	border-left: 1px solid #E4F2FD;
}

div#navigation ul.toc ul ul li
{
	 display: none;
}

div#navigation ul.toc li
{
	background-image: none;
	margin: 0;
	padding: 0.5em;
}

div#navigation ul.toc li:hover
{
	background-image: none;
}

div#navigation dl dt
{
	margin-left: 1em;
}

div#navigation dl dd 
{
	margin-left: 1em;
}

div#navigation dl dd img
{
	margin-left: 1em;
}


/* Head */
	    
div#head
{
	background-color: #464646;
}

div#head h2
{
	margin-left: 6em;
	background-image: url(img/joba_logo.png);
	background-repeat: no-repeat;
	line-height: 80px;
}

div#head h2 a
{
	color: #464646;
	display: block;
	margin-left: -100em;
	text-decoration: none;
}

/* Breadcrumb */
div#head p
{
	padding-top: 1em;
	padding-left: 3em;
	background-color: #E4F2FD;
	border-bottom: 1px solid #C6D9E9;
}

div#head p span
{
	line-height: 1.5em;
	font-size: small;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
	color: #464646;
	background-color: #FFFFFF;
	border-top: 1px solid #C6D9E9;
	border-right: 1px solid #C6D9E9;
	border-left: 1px solid #C6D9E9;
}

div#head p span a 
{
	color: #21759B;
	text-decoration: none;
}


div#head p a:hover
{
	text-decoration: underline;
	color: #D54E21;
}

/* Foot */
div#foot
{
	clear: both;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #E4F2FD;
	border-top: 1px solid #C6D9E9;
	border-bottom: 1px solid #C6D9E9;
}

div#foot p
{
	margin-top: 0.25em;
	text-align: center;
	font-size: small;
}

div#foot p a
{
	text-decoration: none;
	color: #21759B;
}

div#foot p a:hover
{
	text-decoration: underline;
	color: #D54E21;
}
	    
div#foot img
{
	border: 0;
}

div#foot img:hover
{
	border: 1px solid #D54E21;
}

/* ++++++++++++++++ Allgemein Angaben und Klassen +++++++++++++++ */

/* Link Klassen */
.li-extern:after
{
	content: ' [www]';
}

.li-pdf:after
{
	content: ' [pdf]';
}

.li-xml:after
{
	content: ' [xml]';
}

/* Download Bereich */
p.download-meta 
{
	background-color: #FFFBCC;
	padding: 1em;
	border-top: 1px solid #D54E21;
	border-right: 2px solid #D54E21;
	border-bottom: 2px solid #D54E21;
	border-left: 1px solid #D54E21;
}

