/******************
 * Initialisation *
 ******************/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	background-color: #E6E6E6;
	font: 62.5%/1.5em Arial, Helvetica, sans-serif;
	color: #333;	
}

img { 
	border: 0;
}

#body {
	font-size: 1.2em;
}

a:active, a:link, a:visited {
	margin: 0;
	text-decoration: none;
	color: #004075;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

p {
	margin: 0 0 1.5em 0;
}

h1, h2, h3, h4 {
	font-weight: bold;
	color: #004075;
	display: inline-block;
}

h1 {
	line-height: 1em;
	font-size: 1.7em;
	margin-bottom: 1em;	
	letter-spacing: 0.05em;
}

h2, h3, h4 {
	font-size: 1.2em;
	margin-bottom: 1em;
}

h3, h4 {
	font-size: 1.1em;
}

ul {
	padding: 0 0 15px 0;
	list-style: none;
}

#content ul li {
	/*
	border-bottom: 1px solid #ccc;	
	*/
	padding: 2px 0;
}

#content ul li p {
	margin: 0;
}

.red {
	color:#CC0000;
}

.smallFont, .smallFont * {
	font-size: 1em;
}

.midGray, .midGray * {
	color: #555;
}

.clear {
	clear: both;
}

/******************
 * Formularfelder *
 ******************/

textarea {
	height: 10em;
}

.checkout, textarea {
	width: 98%;
}
 
input.submit, input#button {
	width: auto;
	margin: 0.5em 0 0 0;	
}

.checkbox, .radio {
	width: auto;
}

table, th, td {
	border: 0px solid #333;
	border-collapse:collapse;
	border-spacing:0;
	text-align:left;
}

table tr td {
	vertical-align: top;
}

table.downloads {
	width: 100%;
}

table.downloads tr {
	border-bottom: 1px solid #ccc;
}

table.downloads tr:hover {
	background-color: #f1f1f1;
}

table.downloads tr td {
	padding: 2px 10px 2px 0;
}

table.downloads h2, table.downloads p {
	margin: 0;
	padding: 0;
}
#body {
	position: relative;
	min-height: 100%;
	width: 995px; 
	margin: 0 auto;
}

#head {
	position: absolute;
	text-align: right;
	background-color: #C4D2DE;
	background-image: url(../images/head.jpg);
	background-repeat :no-repeat;
	width: 100%;
	height: 68px;
}

#leftFrame,
#middleFrame,
#rightFrame {
	position: absolute;
	float: left;
}

#leftFrame {
	top: 68px;
	width: 200px;
}

#middleFrame {
	left: 200px;
	top: 68px;
	width: 625px;
}

#rightFrame {
	top: 68px;
	left: 825px;
	width: 170px;
}


/**************
 * Left Frame *
 **************/

#shopkategorien, #hinweise {
	min-height: 40px;
}

#shopkategorien {
	background: #9fb5c8 url(../images/background_shopkategorien.jpg) top no-repeat;
	padding-bottom: 1em;
}

#leftFrame .shadow, #leftFrame .shadow_1 {
	background: url(../images/shadow_shopkategorien.png) top left no-repeat;
	height: 10px;
}

#leftFrame .shadow_1 {
	max-height: 1px;
}

#hinweise {
	background: #bababa url(../images/background_hinweise.jpg) top no-repeat;
	padding-bottom: 1em;
}

#contactData, #creator {
	font-size: 0.9em;
}

#contactData, #contactData label, #contactData p, #contactData a {
	line-height: 1.5em;
}

#contactData p {
	margin: 0;
	padding: 0;
}

#contactData ul ul {
	margin-top: 1em;
}

#contactData ul ul li:first-child {
	font-weight: bold;
}

#contactData label {
	float: left;
	width: 4.5em;
}

#creator {
	border-top: 1px dashed #ccc;
	padding: 1em 0 0 0;
}

/****************
 * Middle Frame *
 ****************/

#content {
	background: url(../images/background_content.jpg) top left no-repeat;
	background-color: #FFF;
	padding: 45px 20px;
	min-height: 500px;
}

#shadow_content {
	background: url(../images/shadow_content.png) top left no-repeat;
	height: 10px;
}

#partnerlinks {
	padding: 2em 0 3em;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #666;
}

#partnerlinks a {	
	color: #666;
}

#breadcrumps {
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	padding: 0;
	margin-bottom: 2em;
	color: #666;
}

#breadcrumps a {
	color: #49769b;
}

/***************
 * Right Frame *
 ***************/

#rightFrame input {
	width: 145px;
}

#search_login {
	background: #bababa url(../images/background_shopBar.jpg) top left no-repeat;
	padding: 35px 10px 20px 10px;
	line-height: 1.4em;
	border-bottom: 1px solid #959595;
}

#warenkorbWrapper {
	position: fixed;
	top: 15.7em;
	z-index: 1000;
	width: 170px;	
}

#warenkorb {
	background: #bababa url(../images/background_warenkorb.jpg) top left no-repeat;	
	min-height: 100px;
}


#warenkorb #label_warenkorb {
	background: url(../images/label_warenkorb.jpg) top left no-repeat;
	height: 24px;
}

#warenkorbArtikelanzahl {
	font-style: italic;
	float: right;
	margin: 4px 10px 0 0;
}

#warenkorbStatus {
	padding: 10px 0 5px 10px;
}

.shadow_warenkorb {
	background: url(../images/shadow_warenkorb.png) top left no-repeat;
	height: 10px;
}

.overlibBg {
	border: 1px solid #333;
	background-color:#FFFFFF;
	background-image:url(../images/icon_ladeBild.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding:0;
	margin:0;
	overflow:hidden;
}

.overlibPrice {
	background-color: #fff;
	border: 1px solid #333;
	padding: 1em;
	font-weight: bold;
	font-size: 12px;
}

/*********************
 * Menu / Navigation *
 *********************/

#menu_shopkategorien {
	padding-top: 35px;
}

#menu_hinweise {
	padding-top: 25px;
}

#shopkategorien a, #hinweise a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 1em 0 0 10px;
}

#shopkategorien a.sub, #hinweise a.sub {
	padding-bottom: 2px;
	padding-left: 10px;
	display: block;
	color: #FFF;
	text-decoration:none;
}

#shopkategorien a:hover.main, #shopkategorien a:hover.sub, #hinweise a:hover.main, #hinweise a:hover.sub, #shopkategorien a.active, #hinweise a.active {
	color:#004075;
}

/***********
 * Content *
 ***********/

div#menu {
	text-align:right;
	padding: 5px 10px;
}

div#menu a {
	margin: 0 5px;
	text-decoration:none;
}

div#menu a:hover {
	text-decoration:underline;
}

#search_login #artikelsucheForm {
	margin-top: 8px;
}

p#userStatus, p#userStatus a {
	font-weight:normal;
	padding-bottom: 5px;
}

/*************
 * Formulare *
 *************/

fieldset {
	border: none;
}

fieldset legend {
	display: none;
}

fieldset label {
	margin-right: 0.5em;
	font-weight: normal;
}

.formLabel {
	padding-right:10px;
}

div#form, .form {
	/*border: 1px dashed #CCC;*/

}

div#form table, .form table {
	width: 100%;
}

div#form td, .form td {
	padding-bottom: 5px;
}

td#formField {
	text-align:right;
} 

p#status {
	/*color:#CC0000;*/
	margin-bottom: 5px;
}

p.errorStatus
p#errorStatus {
	color:#CC0000;
	margin-bottom: 5px;
}

td#submit {
	text-align:right;
} 

.mandatory {
	font-size: 0.9em;
	color: #999;
}

/***********
 * Galerie *
 ***********/

div#galerie {
	float:left;
	border-left: 1px dashed #666;
	padding: 0 20px 0 5px;
}

div#galerie image {
	border: 0px solid #666;
	background-color: #FFF;
	padding: 5px;
}

div.gruppenauflistung {
	position: relative;
}

div.gruppenauflistung h2 {
	display: block;
	width: 100%;
	background-color: #FFF;
}

div.gruppenauflistung .ausschnitt {
	overflow: hidden;
	height: 100%;
	background-repeat: no-repeat;
}

/********
 * News *
 ********/
 p#newsDatum {
	padding: 0;
	margin: 0 0 5px 0;
	color: #000;
	font-weight:bold;
	font-style:italic;
 }
 
 /********
 * Sitemap *
 ********/
div#sitemap ul {
	margin: 0;
	padding: 0 0 15px 25px;
	list-style: none;
}

div#sitemap .label {
	font-weight: bold;
}

div#sitemap .artGruppe {
	font-weight: normal;
}

div#sitemap a {
	display:block;
	margin-bottom:1px;
	padding: 1px 5px;
}

div#sitemap a.main {
	font-weight:bold;
	background-image:url(../images/artikel_verlauf_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

div#sitemap a.sub {
	margin-left: 20px;
	font-weight:bold;
}

div#sitemap a.sub2 {
	margin-left: 40px;
	font-style:italic;
}

#openings {
	background-color:#c4d2dd;
	padding: 1em;
}

#openings p,
#openings p strong {

}
