/*
		Styles by gavjof
		www.gavjof.com
		
	\\ SCREEN.CSS (for Front End Styles) //
*/

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #2c2d2d;
	background-color: #195290;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	line-height:20px;
	margin:0px 0px 15px 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #2c2d2d;
	
	text-decoration: none;
}
a:hover {
	color: #2c2d2d;
	text-decoration: underline;
	
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #013160;font-weight:regular;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1  	{font-size: 14pt;font-weight:regular;}
h2  	{font-size: 16px;}
h3  	{font-size: 16px;}

form {margin: 0;}

blockquote 	{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}

abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 800px;
	margin: 20px auto 0 auto;
	padding: 0;
	background: #1d4cb1;
	border:1px solid white;
	overflow:hidden;
}
#extras {  /* objects outside main page (powered by etc) */
	width:750px ;
	margin: 0 auto;
	padding-bottom:10px;
    font-size:11px;
	color: #3c4c5b;
	padding:0;

}
#banner {
	
	text-align: left;
	background-image: url(logo2.jpg);
	font-weight: bold;
	height:151px;

}
#banner a, #banner h1, #banner h2	{color: #fff; margin:0;padding:0;}
* html #banner {clear:both;height:151px;} /* ie6 misbehaves again */

#banner h1	{font-size: 3em;padding-top:6px;} /* WEBSITE_TITLE */
#banner h2	{ /* PAGE_HEADER */
	font-size: 0.8em;
	text-transform:uppercase;
	letter-spacing:8px;
	margin-top:-20px;
	padding-left:8px;
	font-family:Arial, Helvetica, sans-serif;
}
.seitentitel{

font-size:150%;
color:#013160;
}
#sideColumn { /* Currently holds the login box */
	float: left;
	width: 0px;
	margin: 0px;
	margin-top: 0px;
}
#content { /* main content from the WYSIWYG goes in here */

	padding: 25px;
	background:#fff;
    width:575px;
	border-right:180px solid #d6dfef;
	

}
* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

#footer { 
    padding: 0px;
	clear: both;

}
#baker_footer	{} /* Pulls information from PAGE_FOOTER */
#powered_by, #coding 	{font-size: 10px;text-align:center;color:#a5c1e5;}
#powered_by a, #coding a {color:#dbe7f5; text-decoration:none; border-bottom: 1px dashed #ddd;}
#powered_by a:hover, #coding a:hover {color:#dbe7f5; border-bottom: 1px dashed #fff;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in banner */
#search_box {
color: #fff;
text-align: center;
}
#search_box {
float:right;
background:#1d4cb1;
width: 176px;
position:relative;
z-index:100;
top:0px;

padding-top:0px;



}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 100px;
	height:14px;
	font-size:12px;
	vertical-align: middle;
	border: 3px solid #fff;
	color:#615f5a;
	background:#ff;
	
}
#search_submit {
	width: 22px;
	background:#988585;
	font-size: 10pt;
	font-weight:bold;
	vertical-align: middle;
	padding: 0 0 0px 0;
	height: 22px;
	color:#fff;
	border:0px;
	padding-bottom:3px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {width: auto;display:block;clear:both;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height:55px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {

	background: #1d4cb1;
	border-top: 0;
    padding:0;

}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 86%; 
	width: auto;
	
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;line-height:30px;}
#nav ul li a {display: block; background: #1d4cb1; padding: 5px 7px; padding-bottom: 5px; color: #fff; text-decoration: none; font-weight:bold;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #143c93; border-color: #fff; color: #fff;}
#nav li a:active, #nav ul li a.active {background: #1d4cb1;  color: #fff;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #143c93; color: #fff; }
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 165px; margin: 0;padding:0; display: none; text-transform: none;  font-size: 100%;}
#nav .menu li ul li {width: 165px; text-align: left; font-weight: normal;  padding: 0; line-height: 20px; border-bottom:1px solid #fff}
#nav .menu li ul a {width: 165px; padding: .6em .0em .6em .0em; background: #1d4cb1; color: #fff; border: 0;text-indent:5px;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #143c93; border: 0; color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 150px; padding: .6em .0em .6em .4em; background: #1d4cb1; color: #fff;margin-top:-2px; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Customise the Login Box */
#login-box { background: #eee; text-align: center;	line-height: 140%; margin: 1em 0 0.3em 0; border: 1px solid #ddd;}
#login-box fieldset {border:0;text-align:center;}
#login-box legend		{
	font-size: 90%;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:2px;}

#login-box input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */



/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}

.ProductContainer {
font-size: 10px;
background:#ececec;
width:170px;
height:218px;
boder:1px solid black;
float:left;
margin-right:25px;
margin-bottom:25px;
}
#ProductTitle{
font-weight:bold;
background:#fff;
border:10px solid #ececec;
text-align:center;
height:42px;
}
#ProductTitle a{
text-decoration:none;
background:#fff;
color:#333333;
}
#ProductTitle a:hover{
text-decoration:underline;
}
.ProductText{
border-right:10px solid #ececec;
border-bottom:10px solid #ececec;
border-left:10px solid #ececec;
background:#fff;
padding-left:10px;
font-size:9px;
padding-top:10px;
padding-bottom:10px;
}



ul.menu2, li.menu2 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height:55px;
}

	 
#header_menu2 {position: absolute; margin-left: 20px;}
#header_menu2 li {line-height: normal;}
ul#header_menu2  {z-index: 10; clear: both;}

#nav2 {

	background: #1d4cb1;
	border-top: 0;
    padding:0;
	

}
#nav2 ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 86%; 
	width: auto;
    position: relative; /* Fix the Stupid IE6 Bug */
	
}
#nav2 ul li {float: left; color: #b9cffe; text-align: center; font-weight: normal;line-height:30px;}
#nav2 ul li a {display: block; background: #1d4cb1; padding: 5px 7px; padding-bottom: 5px; color:#b9cffe; text-decoration: none; font-weight:bold;}

/* Root Level Link Formatting */
#nav2 ul li a:hover, #nav li a:focus {background: #143c93; border-color: #fff; color: #fff;}
#nav2 li a:active, #nav ul li a.active {background: #1d4cb1; border-color: #fff; color: #b9cffe;}

/* Current page Customisations*/
#nav2 li.menu-current a		{background: #143c93; color: #b9cffe; }
#nav2 li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav2 .menu2 li ul {position: absolute; width: 176px; margin: 0;padding:0; display: none; text-transform: none;  font-size: 100%;}
#nav2 .menu2 li ul li {width: 176px; text-align: left; font-weight: normal;  padding: 0; line-height: 20px; border-bottom:1px dashed #ff6000}
#nav2 .menu2 li ul a {width: 176px; padding: .2em .0em .2em 0em; background: #f7f7ca; color: #e45600; border: 0;text-indent:10px;}

/* 2nd Child link hover */
#nav .menu2 li ul a:hover {color: #e45600; background: #f0f0b1; border: 0; }

/* Show and hide */
#nav2 .menu2 li:hover ul, #nav2 .menu2 li a:focus ul, #nav2 .menu2 li.subMenu ul {display: block;}
#nav2 .menu2 li ul ul { display: none;}
#nav2 .menu2 li:hover ul ul, #nav2 .menu2 li.subMenu ul ul {display: none;}
#nav2 .menu2 li:hover ul, #nav2 .menu2 li li:hover ul, #nav2 .menu2 li.subMenu ul, #nav2 .menu2 li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav2 .menu2 li ul li ul li a 	{ width: 150px; padding: .6em .0em .6em .4em; background: #1d4cb1; color: #fff;margin-top:-2px; }

/* Positioning the Pop-out Drops */
#nav2 li {position: relative;}

#nav2 ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}
#fragebogen{
background:#ffffcc;
border:1px solid #c2c271;

}
#fragebogen a{
background:#ffffcc;
color:#232323;
text-decoration:none;
font-size:12px;
}
#fragebogen a:hover{

text-decoration:underline;
}

#ProduktContainer{
background:#eee;
height:76px;
width:574px;
}
#ProduktContainer li{
list-style:none;
padding:0px;
margin:0px;

padding:10px 0px 5px 0px;
}
#ProduktContainer ul{
list-style:none;
padding:0px;
margin:0px;
}
#ProduktContainer p{
font-weight:bold;
color:#333333;
height:20px;
margin:10px 0px 0px 0px;
padding:0px 0px 0px 0px;

line-height:20px;
}
.ProduktBild{
float:left;
}
.ProduktName{
float:left;
width:320px;
font-size:11px;
color:#6c6c6c;

padding-left:20px;
}
.ProduktInfos{
float:left;
width:115px;
font-size:11px;
padding-right:10px;

}
.Filetype{
padding: 0px 0px 0px 0px;
margin:0px 0px 0px 0px;
border:0px;
}
#ProduktUbersichtContainer{
background:#eee;
width:554px;
border:10px solid #eee;
}
#ProduktUbersichtContainer li{
list-style:none;
padding:0px;
margin:0px;
padding:0px 0px 5px 10px;
}
#ProduktUbersichtContainer ul{
list-style:none;
padding:0px;
margin:0px;
}
#ProduktUbersichtContainer p{
font-weight:bold;
color:#333333;
background:#eee;
height:15px;
margin:0px 0px 10px 0px;
padding:5px 0px 5px 0px;
text-indent:15px;
}
.ProduktUbersichtBild{
float:left;
margin-right:20px;
margin-top:10px;
margin-left:10px;
}
.ProduktUbersichtName{
float:left;
font-size:11px;
color:#383838;
padding-right:20px;
}


