﻿/**
 * Website Baker template: intwerb_2.de
 * 
 * Original design: intwerb_2.de1 (v3.0 - Feb 15, 2009) - A free xhtml/css website template by Andreas Dupp.
 * For more information, see http://www.dupp.de/
 * Ported to Website Baker by M. Gallas.
 *
 * This file contains defintions for the CSS layout and the styles shown in the frontend.
 *
 * LICENSE: GNU General Public License 3.0
 * 
 * @author     Andreas Dupp
 * @copyright  Andreas Dupp (c) 02, 2009
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    3.00
 * @platform   Website Baker 2.7.0
*/

/* Global */
html {
	min-height: 100.05%;
	color:#3F3F3F;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
body, th, td {
	color: #3F3F3F;
	font-style:normal;
	font-variant:normal;
	font-weight:100;
	line-height:1.4em;
	font-size:0.9em;
	font-family:Verdana;
}
h1 {
	border-bottom:2px solid #eb6d3f;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #6f6161;
	padding-left: 1px;
	font-style:normal;
	font-variant:normal;
	font-weight:100;
	line-height:normal;
	font-size:1.3em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #666666;
	padding-left: 1px;
	font-style:normal;
	font-variant:normal;
	font-weight:100;
	line-height:normal;
	font-size:1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EB6D3F;
}
h3 {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #666666;
	padding-left: 1px;
	font-style:normal;
	font-variant:normal;
	font-weight:100;
	line-height:normal;
	font-size:1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h4 {
	border-bottom:2px solid #004e9c;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #6f6161;
	padding-left: 1px;
	font-style:normal;
	font-variant:normal;
	font-weight:100;
	line-height:normal;
	font-size:1.3em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h5 {
	border-bottom:1px dashed #004e9c;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #666666;
	padding-left: 1px;
	font-style:normal;
	font-variant:normal;
	font-weight:100;
	line-height:normal;
	font-size:1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h6 {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #666666;
	padding-left: 1px;
	font-style:normal;
	font-variant:normal;
	font-weight:100;
	line-height:normal;
	font-size:1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
} 
hr {
	display:none;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
a, a:link, a:active {
	color: #004E9C;
	text-decoration: none;
}
a:hover {
	color: #eb6d3f;
	text-decoration: underline;
}
a:visited {
	color: #eb6d3f;
}
images {
	border: 2;
}

/* Subbanner */

#subbanner {
	color: #FF9900;
	font-size: 1.1em;
}
#subbanner a {
	color: #eb6d3f;
	text-decoration: none;
}
#subbanner a:hover {
	color: #eb6d3f;
	text-decoration: underline;
}

/* wb-elemente */
.searchfield {
	color: #004E9C;
	background-color: #FDF8EE;
	border: 1px solid #FFE054;
}
#container {
	margin: 0 auto;
	width: 940px;
	border: 0px solid #DDDDDD;
}
#header {
	height: 145px;
	text-align: right;
	background: url(images/kopf.png) no-repeat left;
}
#kopf {
	background: url(images/menu_bg_fuss.png) repeat-x left;
	height: 12px;
}

/* Inhalt Breite und Kopfabstand */
#content {
	width: 940px;
	background-color:#FFF;
}
#left {
	float: left;
	width: 200px;
	padding-left:2px;
	padding-right:2px;
	padding-top: 10px;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#left1_section1 {
	width: 95%;
}
#left1_section2 {
	width: 90%;
	padding-left: 10px;
}
#right {
	float: left;
	width: 685px;
	min-height:480px;
	height:auto !important;
	height:480px;
	padding-right:10px;
	padding-left:30px;
	padding-top:15px;
	background-color:#FFFFFF;
	padding-bottom: 8px;
}
#footer {
	height: 12px;
	background-image: url(images/menu_bg_fuss.png);
	background-repeat: repeat-x;
	background-position: center;
}
.clearfix {
	clear: both;
}

/* Menu Links Abstand nach oben*/
#menu {
	margin: 0px;
	padding-top:5px;
}

/* Menü links, Schriftart, Höhe der Kasten */
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	font-variant:normal;
	line-height:21px;
	font-size:0.9em;
	font-family:Verdana;
	font-weight:bold;
}
#menu li {
	margin: 0;
	display: inline;
}
#menu a {
	/*background-position: 5px 50%; */
	display: block;
	width: 182px;
	color: #FdFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	padding-left:10px;
	padding-right:5px;
	padding-top:6px;
	padding-bottom:6px;
	background-color:#b3b2a9;
	background-repeat:no-repeat;
	background-attachment:scroll;
	border: 1px solid #FFFFFF;
}
#menu a:hover {
	/*background-position: 5px 50%; */
	color: #004E9C;
	text-decoration: none;
	background-color:#e6e4dc;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
#menu ul ul a {
	/*background-position: 12px 50%; 
	
	border:1px solid #aaaaaa;
left:200px;top:50px;
-moz-border-radius:10px;
-khtml-border-radius:30px*/
	
	display: block;
	width: 172px;
	color: #6D6D6B;
	text-decoration: none;
	text-transform: none;
	letter-spacing: normal;
	padding-left:20px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	background-color:#d4d3ca;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
#menu ul ul a:hover {
	/*background-position: 12px 50%; */
	color: #004E9C;
	text-decoration: none;
	background-color:#F7F5ED;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
#menu ul ul ul a {
	/*background-position: 19px 50%; */
	display: block;
	width: 120px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	text-transform: none;
	letter-spacing: normal;
	padding-left:30px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#CAD1a9;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
#menu ul ul ul a:hover {
	/*background-position: 19px 50%; */
	color: #FFFFFF;
	text-decoration: none;
	background-color:#FF9900;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
#menu ul ul ul ul a {
	/*background-position: 26px 50%; */
	display: block;
	width: 110px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	text-transform: none;
	letter-spacing: normal;
	padding-left:40px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#DCE157;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
#menu ul ul ul ul a:hover {
	/*background-position: 26px 50%; */
	color: #FFFFFF;
	text-decoration: none;
	background-color:#FF9500;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
#menu_current {font-weight: bold;}

/* Kopf Menue */
#submenu {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
}
#submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
#submenu ul li {
	margin: 0;
	display: block;
	float: right;
	text-align: center;
}
#submenu ul li a {
	margin: 0;
	display: block;
	width: 100px;
	background: url(images/menu_bg_fuss.jpg) repeat-x left;
	color: #FFF;
	text-decoration: none;
	border-left: 1px solid #FFFFFF;
}
#submenu ul li a:hover {
	color: #FFFFFF;
	background-color: #eb6d3f;
}
#submenu_current {
	font-weight: bold;
}


/* Fuss Menue */
#footermenu {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#footermenu ul {
	padding: 0;
	list-style-type: none;
	text-align: center;
	border: 0;
	margin: 0;
}
#footermenu ul li {
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	text-align: center;
}
#footermenu ul li a {
	margin: 0;
	display: block;
	width: 100px;
	background: url(images/menu_bg_fuss.jpg) repeat-x left;
	color: #FFF;
	text-decoration: none;
	border-left: 1px solid #FFFFFF;
}
#footermenu ul li a:hover {
	color: #FFFFFF;
	background-color: #eb6d3f;
}
#footermenu_current {
	font-weight: bold;
}

/* Bottom Navigation */

#bottomnav {
	font-size: 0.8em;
	margin-bottom: 5px;
}

#bottomnav a:link, #bottomnav a:visited {
	color: #EB6D3F;
	font-size: 1.2em;
}

#copyright {
	font-size: 0.7em;
}
#copyright a:link, copyright a:visited {
	color: #999;
	font-size: 1.0em;
