/**

 * LICENSE: GNU General Public License Version 2
 *

*/

/***************************************************************
************************* Screen CSS ***************************
****************************************************************

****************************************************************
****************************************************************
***     _____              ______     _           _          ***
***    |  __ \            |  ____|   | |         | |         ***
***    | |  | | __ _ _ __ | |__ _   _| |__     __| | ___     ***
***    | |  | |/ _` | '_ \|  __| | | | '_ \   / _` |/ _ \    ***
***    | |__| | (_| | | | | |  | |_| | | | | | (_| |  __/    ***
***    |_____/ \__,_|_| |_|_|   \__,_|_| |_(_)___,_|\___|    ***
***    Template and Design by Daniel Fuhrmannek danfuh.de    ***
***                                                          ***
****************************************************************
***************************************************************/


body {
	color: #aaa;
	font-size:86%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(img/bg.png) repeat-x;
	padding: 0px;
	margin-bottom: 30px;
}

/* links */
a {
	color: #ffb200;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #bbb;
	border-bottom: 1px dotted #ffb200;
}

.wrapper {
	width: 100%;
	max-width:1200px;
	margin: 0 auto;
	XXpadding: 20px;
	overflow:hidden;
}

.header {
	width: 100%;
	min-height: 130px;
	background: #ffc643 url(img/header-bg.jpg) no-repeat;
	text-align: center;
	border: 1px solid #222;
	border-top-width: 0px;
	position:relative;
}
.header .logo {}
.header .logo img { max-width:0%; margin: 12px 15px 0 0; float: right;}


#header_text {
	position:absolute;
	left:13%;
	top:22%;
	width: 80%;
	font-size: 3.3em;
	display: block;
	

	

	color: #00cc99;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;

}

.topmenu {
	border: 1px solid #222;
	width: 100%;
	height: 50px;
	background: #393939 url(img/h-bg.png) repeat-x;
	overflow: hidden;
}
.topmenu_inner {
	float: right;
}

.topmenu a {
	display: block;
	float: left;
	height: 50px;
	line-height: 48px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	border-left: 1px solid #121212;
	padding: 0 14px 0 14px;
	font-weight: normal;
	text-transform: uppercase;
	background: #373737 url(img/menu.png) repeat-x 0 0;

}
.topmenu a:hover, .topmenu a.menu-current {
	background: #373737 url(img/menu.png) repeat-x 0 -50px;
	border-bottom: 0px;
	color: #242424; 
	text-shadow: 1px 1px 1px #fff;
}

.topmenu_inner #print {
	
}

.content {
	background-color: #111;
	clear: both;
	border: 1px solid #222;
	border-top-width: 0px;
	XXfloat: left;
}
.content_inner {
	width: 100%;
}

#breadcrumb {
	font-size: 0.8em;
	color: #a3a3a3;
	font-weight: normal;
	margin-bottom: 7px;
	margin-top: 7px;
	margin-left: 7px;
	width: 973px;
}
/* IE6 Hack */
* html #breadcrumb {
	width: 971px;
}
#breadcrumb img {
	padding: 0px;
	margin: 0px;
	border: 0px solid;
}
#breadcrumb a {
	color: #a3a3a3;
	font-weight: bold;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #ffb211;
}

.content_left {
	padding: 0 0 0 0;
	width: 24%;
}

#nav,
#sidebar_search,
#menuside_login,  
#sidebar_print, 
.sidebar {
	margin-bottom: 15px;
	padding: 8px 8px 8px 8px;
	background-color: #171717;
	border: 1px solid #222;
	border-left-width: 0px; 
}
.sidebar_header, .content_header {
	color: #fff;
	font-weight: normal;
	font-size: 1.1em;
	padding-left: 10px;
	line-height: 34px;
	height: 38px;
	background: #393939 url(img/h-sw.png) repeat-x;
	display: block;
	border: 1px solid #222;
	border-left-width: 0px; 
	border-bottom-width: 0px;

}
.content_header {
	border-left-width: 1px; 
	border-right-width: 0px;
}

/* Menu */
#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/* Menu level 2 */
#nav ul a {
	display: block;
	color: #fff;
	background-color: #242424;
	color: #aaa;
	font-size: 1.1em;
	text-decoration: none;
	height: auto;
	XXwidth: 200px;
	padding: 7px 3px 7px 6px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
}

#nav ul ul a { padding: 5px 3px 5px 20px;}
#nav ul ul ul a { padding: 3px 3px 3px 30px;}

#nav ul a:hover, 
#nav ul li.menu-current ul li a:hover {
	color: #ffb200;
	border-top: 1px solid #111;
	border-left: 1px solid #111;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
#nav ul li a.menu-current {
	color: #ccc;
	font-weight:bold;
	background-color: #444;
	padding-top: 8px;
	padding-bottom: 8px;
}
#nav ul li a.menu-current:hover {
	color: #ffb200;
}

/*CHIO2020*/
#nav  a.menu-expand { background: #242424 url(img/haschild.png) no-repeat  right 5px center;}
#nav  a.menu-expand.isopened { background: #242424 url(img/isclicked.png) no-repeat right 5px center;}

#nav li ul { display:none;}
#nav li.menu-current>ul, #nav li.menu-parent>ul, #nav li.isopened>ul   { display:block ;} /*! important */
#nav li.menu-current li>ul, #nav li.isopened li>ul  { display:none;}

/*END CHIO2020*/


/* w3c logos */
#w3logos {
	text-align: left;
}
#w3logos a img {
	border: 1px solid #171716;
	width: 88px;
	height:31px;
	padding: 6px 2px 6px 6px;
}
#w3logos a:hover img {
	border: 1px solid #ffb200;
	background-color: #333;
}
#w3logos a:hover {
	border-bottom: 0px;
}

/* Content */
.content_right {
	width: 74%;
	float: right;

}
.content_right_inner {
	padding: 8px 2% 20px 2%;
	background-color: #171717;
	color: #cdcdcd;
	border: 1px solid #222;
	border-right-width: 0px;
	margin-bottom: 15px;

}
/* EN: headings - DE: Überschriften */
.content_right h1 {
	font-size: 2.0em;
	margin: 0 0 5px 0;
	background: #171717 url(img/h1-line.png) no-repeat bottom left;
	color: #00cc99;
	text-shadow: 2px 2px 1px #555;
	padding-bottom: 2px;
	padding-left: 10px;
}
.content_right h2 {
	font-size: 1.7em;
	margin: 6px 0 4px 0;
	color: #00cc99;
	text-shadow: 1px 1px 1px #a67400;
	font-weight: normal;
}
.content_right h3 {
	font-size: 1.5em;
	margin: 5px 0 3px 0;
	text-shadow: 1px 1px 1px #ffb200;
	font-weight: normal;
	color: #00cc99;
}
.content_right h4 {
	font-size: 1.3em;
	margin: 4px 0 2px 0;
	font-weight: normal;
	color: #aaa;
}
.content_right h5 {
	font-size: 1.1em;
	margin: 3px 0 1px 0;
}
.content_right h6 {
	font-size: 0.9em;
	margin: 2px 0 0 0;
}
.content_right p {
	margin: 6px 0 6px 0;
}

/* EN: quotations - DE: Zitate */
.content_right blockquote, .content_right cite {
	margin: 6px 2px 6px 20px;
	padding: 8px;
	display: inline-block;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	background-color: #505050;
	color: #cfcfcf;
	text-shadow: 1px 1px 1px #000;
	font-weight: bold;
}
/* EN: pre - DE: pre */
.content_right pre {
	overflow: auto;
}
/* IE6 Hack */
* html .content_right pre  {
	overflow: scroll;
}

/* EN: code - DE: Code */
.content_right code {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	display: block;
	border: 1px solid #ffb200;
	background: #fff url(img/code-bg.jpg) right top;
	padding: 5px;
	margin: 4px 0 4px 0;
	color: #000;
	font-weight: bold;
}

/* EN: person - DE: Personen */
.content_right person {
	font-style: italic;
	font-weight: bold;
}

/* EN: address - DE: Adresse */
.content_right address {
	border: 1px solid #fff;
	background-color: #bbb;
	width: auto;
	margin: 4px;
	padding: 5px;
	font-style: italic;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
}

/* EN: horizontal line - DE: horizontale Linie */
.content_right hr {
	border: 1px dashed #ffb200;
}

/* EN: images - DE: Bilder */
.XXcontent_right img {
	border: 1px solid #222;
	padding: 8px;
	background-color: #111;
	margin: 0px;
	max-width: 660px;
}
/* EN: linked images - DE: verlinkte Bilder */
.XXcontent_right a img {
	border: 1px solid #725000;
	position: relative;
	top: 7px;
}
.content_right a:hover img {
	border: 1px solid #ffb200;
	background-color: #393939;
}

#toplink {
	padding-top: 40px;
	text-align: right;
}
#toplink a {
	border: 1px solid #336699; 
	background-color: #ddd; 
	padding: 9px; 
	text-transform: uppercase;
	background: #1d1b15 url(img/h-sw.png) repeat-x;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	border-top-color: #777;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #777;
	font-weight: normal;
	font-size: 1.1em;
}

#toplink a:hover {
	background: #ffb200 url(img/h-ge.png) repeat-x;
	color: #242424; 
	text-shadow: 1px 1px 1px #fff;
	border-top-color: #ffd573;
	border-right-color: #a67400;
	border-bottom-color: #a67400;
	border-left-color: #ffd573;
}

#block3output, #block4output {
	clear:both;
	border: 1px solid #222;
	border-left-width: 0px;
	border-right-width: 0px;
	background-color: #171717;
	margin-bottom: 15px;
	padding: 15px;
}

#footer {
	text-align: center;	
	padding: 15px;
	border: 1px solid #222;
	border-top-width: 0px;
	background-color: #171717;
	clear:both;
}

/* EN: START footer menu - DE: ANFANG Fusszeilenmenue */
#footermenu {
	height: 32px;
	color: #999;
	font-size: 0.8em;
}
#footermenu span a {

	font-weight: normal;
	text-decoration: none;
	color: #777;
	padding: 0 2px 0 2px;
	margin-right: 5px;
	border-bottom: 1px dotted #999;
	font-weight: bold;
}
#footermenu span a:hover {
	color: #bbb;
	border-bottom-color: #ffb200;
}
#footermenu span.menu-current a, #footermenu span.menu-parent a {
	text-decoration: underline;
}
#footermenu span.menu-current a:hover, #footermenu span.menu-parent a:hover {
	background-position: 100% -28px;
	text-decoration: underline;
}
#licenselink {
	text-align: center;
	font-size: 0.8em;
	color: #333;
	padding: 50px 0 30px 0;
	float: left;
	width: 100%;
}
#licenselink a {
	color: #333;
	text-decoration: none;
}
#licenselink a:hover {
	color: #555;
	text-decoration: none;
}





#showlogin {display:block; float:left; position:relative;  width:30px; text-align:right; margin-top:5px; }
#login-box {position:absolute; width:200px; left:0; top:25px; padding:10px; font-size:11px; background:transparent url(images/bg75.png);}
#login-box .inputfield {width:80px; border: 1px solid #c9e8f9; padding:1px;}

#mobilecloser, .topmenu a.mobilemenu {display: none; } 

/* ======================================================================
Smaller Screens */
@media screen and (max-width: 700px) {
	.content_right {
		width: 100%;
		float: none;
	}
	
	.content_left {	   
		position:fixed;
		overflow: auto;
		height:100%;
		top:0;
		left:-300px;
		width: 250px;
		z-index:2000;
		background: #393939;
		transition: 1s left;		 
	}
	
	.topmenu a.mobilemenu {display: inline; cursor:pointer;} 
	body.menuopen .content_left {
		 left:0;
	}
	
	body.menuopen #mobilecloser {position:fixed; top:0; left:0; z-index:1900; display: block; width:100%; height:100%; background: rgba(0,0,0,0.5);}
}