/**
 * style.css 
 *
 * Cascading Style Sheets file with styles for screen design and content.
 * 
 * LICENSE: GNU General Public License Version 2
 *
 * @author		   Daniel Fuhrmannek http://danfuh.de
 * @copyright	   Daniel Fuhrmannek (c) March, 2010
 * @license		   URL to license used (http://www.gnu.org/licenses/gpl-2.0.html)
 * @license_terms  The reference to the author below the design (in the footer) and in the 
 *                 source code may not be modified or removed.
 * @template_name  DanFuh Business 03
 * @version		   0.1
 * @platform	   Website Baker 2.8.x
*/

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

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

****************************************************************
****************************************************************
***   EN:                                                    ***
***   This is the Cascading Style Sheets (CSS) file          ***
***   for the Website Baker Template "DanFuh Business 03"    ***
***                                                          ***
****************************************************************
***   DE:                                                    ***
***   Dieses ist die Cascading Style Sheets (CSS) Datei      ***
***   f�r das Website Baker Template "DanFuh Business 03"    ***
***                                                          ***
****************************************************************
***************************************************************/


body {
	color: #323232;
	font-size:80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #eee url(../images/bg.png) repeat-y center;
	padding: 15px;
	margin: 0px;
}

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


#top, #header, #topmenu_outer, #content, #footer, #footer_content, #breadcrumb, #block2output, #block3output  {
	margin: 0 auto;
	width: 899px;
}
#top, #footer  {
width: 100%;
}
#top {
	height: 110px;
	background: #ffb200 url(../images/bg-top.png) repeat-y center;
	text-align: center;
}
#header {
	width: 899px;
}
#header .logo {
	float: left;
	margin-left: 10px;
	font-size: 1.2em;
}
#header .logo:hover {
	border-bottom: 0px solid;
}
#header_text {
	vertical-align: middle;
	font-size: 1.1em;
	padding-top: 20px;
	display: block;
	width: 600px;
	float: right;
}

#topmenu_outer {
	width:890px;
	height: 40px;

}
.topmenu {
	padding-top: 10px;
	padding-left: 10px;
	float: right;
}
.topmenu span {
	float: left;
	padding-left: 7px;
}
.topmenu span a {
	display: block;
	float: left;
	padding-right: 0px;
	height: 30px;
	line-height: 27px;
	font-weight: bold;
	text-decoration: none;
	color: #555555;
}
.topmenu span a:hover, .topmenu span.menu-current a  {
	background: #373737 url(../images/topmenu-bg-left.png) no-repeat 0 0;
	color: #fff;
	border-bottom: 0px;
}
.topmenu span a span {
	display: block;
	height: 30px;
	padding: 0 8px 0 8px;

}
.topmenu span a:hover span, .topmenu span.menu-current a span {
	background-image: url(../images/topmenu-bg-right.png);
	background-repeat:  no-repeat;
	background-position: right;
}


#content {
	background-color: #fff;
	width: 899px;
height: 600px;
}

#breadcrumb {
	font-size: 0.8em;
	color: #a3a3a3;
	font-weight: normal;
	margin-bottom: 7px;
	margin-top: 4px;
	width: 890px;
}
#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: 12px 0 0 0;
	width: 240px;
}

#sidebar_menu,
#sidebar_search,
#menuside_login, 
#block5output, 
#block6output, 
#block7output, 
#sidebar_print, 
#w3logos {
	margin-bottom: 15px;
	padding: 5px 5px 5px 15px;
	background-color: #efefef;
}
.sidebar_header {
	color: #ffb300;
	font-weight: bold;
	font-size: 1.1em;
}

/* Menu */
#sidebar_menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
/* Menu level 10 */
#sidebar_menu ul ul ul ul ul ul ul ul ul a {
	width: 153px;
	margin-left: 40px;
	background-position: -48px 0px;
}
/* IE6 Hack */
* html #sidebar_menu ul ul ul ul ul ul ul ul ul a {
	width: 150px;
}
/* Menu level 9 */
#sidebar_menu ul ul ul ul ul ul ul ul a {
	width: 158px;
	margin-left: 35px;
	background-position: -43px 0px;
}
/* IE6 Hack */
* html #sidebar_menu ul ul ul ul ul ul ul ul a {
	width: 155px;
}
/* Menu level 8 */
#sidebar_menu ul ul ul ul ul ul ul a {
	width: 163px;
	margin-left: 30px;
	background-position: -38px 0px;
}
/* IE6 Hack */
* html #sidebar_menu ul ul ul ul ul ul ul a {
	width: 160px;
}
/* Menu level 7 */
#sidebar_menu ul ul ul ul ul ul a {
	width: 168px;
	margin-left: 25px;
	background-position: -33px 0px;
}
/* IE6 Hack */
* html #sidebar_menu ul ul ul ul ul ul a {
	width: 165px;
}
/* Menu level 6 */
#sidebar_menu ul ul ul ul ul a {
	width: 173px;
	margin-left: 20px;
	background-position: -28px 0px;
}
/* IE6 Hack */
* html #sidebar_menu ul ul ul ul ul a {
	width: 170px;
}
/* Menu level 5 */
#sidebar_menu ul ul ul ul a {
	width: 178px;
	margin-left: 15px;
	font-size: 0.8em;
	background-position: -23px 0px;
}
/* IE6 Hack */
* html #sidebar_menu ul ul ul ul a {
	width: 175px;
}
/* Menu level 4 */
#sidebar_menu ul ul ul a {
	width: 183px;
	margin-left: 10px;
	font-size: 0.9em;
	background-position: -18px 0px;
}
/* IE6 Hack */
* html #sidebar_menu ul ul ul a {
	width: 180px;
}
/* Menu level 3 */
#sidebar_menu ul ul a {
	width: 188px;
	margin-left: 5px;
	font-size: 1.0em;
	background-position: -13px 0px;
}
/* IE6 Hack */
* html #sidebar_menu ul ul a {
	width: 185px;
}
/* Menu level 2 */
#sidebar_menu ul a {
	display: block;
	color: #000000;
	font-size: 1.1em;
	text-decoration: none;
	height: auto;
	width: 193px;
	padding: 3px 3px 3px 6px;
	margin-bottom: 2px;
	margin-top: 2px;
	border-left: 4px solid #d6d5d4;
	border-bottom: 1px solid #efefef;
}
/* IE6 Hack */
* html #sidebar_menu ul a {
	width: 190px;
}
#sidebar_menu ul a:hover,
#sidebar_menu ul li.menu-current a, 
#sidebar_menu ul li.menu-current ul li a:hover {
	color: #484848;
	border-left: 4px solid #ffb200;
}
#sidebar_menu ul a:hover {
				border-bottom: 1px dotted #ffb200;
}
#sidebar_menu ul li.menu-current ul li a {
	color: #000000;
	border-left: 4px solid #484848;
}

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

/* Content */
#content_right {
	padding: 8px 8px 0 32px;
	width: 612px;
	float: right;
	background-color: #fff;
}
/* EN: headings - DE: �berschriften */
#content_right h1 {
	font-size: 2.0em;
	margin: 0px 0 5px 0;
}
#content_right h2 {
	font-size: 1.7em;
	margin: 6px 0 4px 0;
}
#content_right h3 {
	font-size: 1.5em;
	margin: 5px 0 3px 0;
}
#content_right h4 {
	font-size: 1.3em;
	margin: 4px 0 2px 0;
}
#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 40px;
	padding-left: 5px;
	display: inline-block;
	border-left: 5px solid #ffb200;
}
/* 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-color: #efefef;
	padding: 5px;
	margin: 4px 0 4px 0;
}

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

/* EN: address - DE: Adresse */
#content_right address {
	border: 1px solid #000000;
	background-color: #ffd36b;
	width: 580px;
	margin: 0px;
	padding: 5px;
	font-style: italic;
}

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

/* EN: images - DE: Bilder */
#content_right img {
	border: 1px solid #bbbbbb;
	padding: 8px;
	background-color: #eeeeee;
	margin: 2px;
	max-width: 660px;
}
/* EN: linked images - DE: verlinkte Bilder */
#content_right a img {
	border: 1px solid #a67400;
}
#content_right a:hover img {
	border: 1px solid #ffb200;
	background-color: #ffe9b7;
}
#content_right a:hover {
	border-bottom: 0px;
}

#toplink_print {
	padding-top: 30px;
}
#toplink_print a {
	display: block;
	float: right;
	padding-right: 0px;
	height: 30px;
	line-height: 27px;
	font-weight: bold;
	text-decoration: none;
	color: #555555;
}
#toplink_print a img, #toplink_print a:hover img {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: none;
}
#toplink_print a:hover {
	background: #373737 url(../images/topmenu-bg-left.png) no-repeat 0 0;
	color: #fff;
	border-bottom: 0px;
	text-decoration: none;
}
#toplink_print a span {
	display: inline-block;
	height: 30px;
	padding: 0 8px 0 8px;
}
#toplink_print a:hover span {
	background-image: url(../images/topmenu-bg-right.png);
	background-repeat:  no-repeat;
	background-position: right;
}
#block2output, #block3output {
	width: 880px;
	text-align: center;
}

#footer {
	background: #dedede url(../images/bg-footer.png) repeat-y center;
	float: left;
	text-align: center;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer_content {
	width: 880px;
}
/* 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: #000;
	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.9em;
	color: #9c9c9c;
	padding: 50px 0 30px 0;
	float: left;
	width: 100%;
}
#licenselink a {
	color: #9c9c9c;
	text-decoration: underline;
}
#licenselink a:hover {
	color: #888;
	text-decoration: none;
}

/* forms */
input, textarea, select {
	color: #003366; 
	border: 1px solid #336699; 
	padding: 3px; 
}

input[type=submit], input[type=reset] {
	font-size: 10px; 
	color: #003366; 
	border: 1px solid #336699; 
	background-color: #ddd; 
	padding: 3px; 
	text-transform: uppercase;
}
input.submit {
	background-color: #ddd; 
}



