@charset "utf-8";
/* CSS Document */

html, body{
	background-color: #c8c8c8;
	background-image: url(../gfx/site_bg_sommer.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

div#container{
	margin: 0em auto;
	width: 60em;
}

div#header{
	height: 6.2em;
	background-image: url(../gfx/banner.gif);
	background-repeat: no-repeat;
	background-color: #fff;
}

/* Hauptmenue-Styles */

div#menu{
	height: 2em;
	width: 59em;
	padding: 0em 0.5em;
	background-color: #6C8197;
}

div#menu .active{
	background-color: #ff9b00;
	border: 1px dotted #cccccc;
}

div#menuBox{
	height: 1.3em;
	padding: 0.3em 0.5em 0.2em 0.5em;
	color: #fff;
	float:left;
	border: 1px solid #6C8197;
}

div#menuBox a:hover, div#menuBox a:active{
	text-decoration:underline;
	color:#CCCCCC;
}

div#menuBox a:link, div#menuBox a:visited{
	text-decoration:none;
	color:#fff;
}

/* Untermenue-Styles */

div#submenuBox{
	float: left;
	width: 7.8em;
	background-color: #efefef;
	color: #000;
	padding: 0.35em;
	margin-right: 0.5em;
	text-align: left;
}

div#submenuBox ul{
	padding: 0em;
	margin: 0em;
	list-style:none;	
}

div#submenuBox fieldset{
	font-size: 0.8em;
}

div#submenuBox legend{
	font-weight: bold;
	color: #6C8197;
}

/* Content-Styles */

div#content_outside{
	background-color: #cccccc;
	width: 59em;
	padding: 0.5em;
}

div#content{
	width: 59em;
}

div#contentBox{
	float: left;
	background-color: #efefef;
	color: #000;
	width: 49.3em;
	padding: 0.35em;
}

div#contentBox table.content{
	font-size:0.8em;
	border: none;
}

div#contentBox td.headline{
	color: #000;
	padding: 0em 1em 0em 0em;
	border-bottom: 1px solid #000;
}

div#contentBox td{
	padding: 0.1em 0.8em 0.1em 0em;
}

div#contentBox td.body1{
	background-color:#fdfdfd;
}

div#contentBox td.body2{
	background-color:#f0f0f0;
}

div#errorBox{
	background-color: #FFCACA;
	border: 1px solid #ff0000;
	color: #000;
	padding: 0.5em;
	text-align: center;
	font-size: 0.8em;
}

div#infoBox{
	background-color: #f8e7a5;
	border: 1px solid #fff600;
	color: #000;
	padding: 0.5em;
	text-align: left;
	font-size: 0.8em;
}

div#infoBox table.content{
	border: none;
	font-size:1em;
}

div#successBox{
	background-color: #bff9c5;
	border: 1px solid #00ea16;
	color: #000;
	padding: 0.5em;
	text-align: left;
	font-size: 0.8em;
}

div#successBox table.content{
	border: none;
	font-size:1em;
}

div#errorBox span.error{
	color: #ff0000;
	font-weight: bold;
}

div#clearBox{
	clear:both;
}

div#formMain{
	margin: 0px auto;
	width: 30em;
}

div#loginArea{
	float:left;
	width: 15em;
}

div#divForm{
	font-size: 1em;
}

div#divForm legend{
	font-size: 0.8em;
	font-weight: bold;
	color: #ff9b00;
}

div#divFormInputArea{
	margin: 0.2em 0em 0.4em 0em;
	padding: 0em 0.5em;
}

div#divForm span.mark{
	font-weight: bold;
	color: #FF0000;
}

div#divForm span.hint{
	font-size: 0.7em;
	font-style: italic;
	color: #6699cc;
	padding: 0em 0.5em;
}

div#divForm span.text{
	font-size: 0.8em;
}

div#divForm span.headline{
	font-size: 0.8em;
	color: #6C8197;
	font-weight: bold;
}

div#divForm span.info{
	font-size: 0.7em;
}

div#divForm span.bez{
	font-size: 0.8em;
}

div#registerArea{
	float: left;
	width: 15em;
}

div.formInputFloat{
	float: left;
	margin: 0em 1em 0.5em 0em;
}

tr.list1{
	background-color:#e0e0e0;
	font-size: 0.75em;
}

tr.list2{
	background-color:#eaeaea;
	font-size: 0.75em;
}

tr.listHover{
	background-color:#ff9b00;
	font-size: 0.75em;
}

tr.headline{
	background-color:#6C8197;
	color: #FFFFFF;
	font-weight:bold;
}

tr.headline a{ 
	color: #FFFFFF; 
	text-decoration:none; 
}

tr.headline a:hover{ 
	color:#FF9900;
}

input.error{
	background-color:#FFCACA;
}

h3{
	padding: 0.3em 0.3em 0.3em 0em;
	font-weight: bold;
	color: #6C8197;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0em;
	display: inline;
}

div#divForm a.listNavi{
	color: #FF9900;
	font-size: 0.9em;
}

/* Detailansichten */

div#divForm .showDetail_Outer{
	position:relative;
}

div#divForm .showDetail_Box{
	float:left;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

div#divForm .showDetail_Description{
	clear:both;
	background-color:#6699CC;
	padding: 0.2em 0.3em;
	color: #f0f0f0;
	font-weight: bold;
	font-size: 0.9em;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

div#divForm .showDetail_Content{
	padding: 0.2em 0.3em;
	font-size: 0.9em;
	color: #000;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

div#divForm .custFuncBox{
	width: 8.4em;
	margin: 0.55em;
	float: left;
	text-align: center;
}

div#divForm .custFuncBoxImg{
	height: 4.5em;
	padding: 0.1em 0em;
}

div#divForm .custFuncBoxImg img{
	border: none;
}

div#divForm .custFuncBoxDesc{
	font-size: 0.8em;
	height: 3em;
}

div#footer{
	margin: 0.5em auto 0em auto;
	text-align: center;
	font-size: 0.8em;
	color: #000;
	font-weight: bold;
}

/* SHOP - Produktansicht */

div#divProduct h1{
	padding: 0.3em 0.3em 0.3em 0em;
	font-weight: bold;
	color: #ff9b00;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0em;
}

div#divProduct span.desc{
	color: #6C8197;
	font-weight: bold;
	font-size: 0.85em;
}

div#divProduct span.text{
	color: #000;
	font-size: 0.85em;
}
