
/* ## DEFAULT ############################################## */

* {
	margin: 0;
	padding: 0;
	}
* html body * {
	overflow:visible;
	}
html {
	height: 100%;
	margin-bottom: 1px;
	}
html * {
	font-size: 100.01%
	}
body {
	background: #DDD url(img/bg_model_grey.jpg) center 8px no-repeat;
	padding: 0;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75.00%;
	line-height: 135.00%;
	color: #000;
	}
	
/* :: TEXT :::::::::::::::::::::::::::: */
h1, h2, h3, h4 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: bolder;
	}
h1 {
	font-size: 150.00%;
	color: #0088B9;
	text-transform: uppercase;
	letter-spacing: 0em;
	border-left: 1em solid #0088B9;
	padding-left: 0.5em;
	}
h2 {
	font-size: 140%;
	line-height: 115%;
	letter-spacing: 0.05em;
	color: #666;
	}
h3 {
	font-size: 130%;
	line-height: 125%;
	color: #333;
	}
h4 {
	font-size: 100%;
	color: #333;
	}
	
p {
	line-height: 135%;
	margin: 0 0 1em 0;
	}
	
	cite, blockquote { font-style:italic }
	blockquote { margin: 0 0 1em 1.5em }

abbr,
acronym {
	border-bottom: 1px dotted #C81F66;
	cursor: help;
	}
	
a {
	color: #C81F66;
	text-decoration: none;
	}
a:hover, a:focus, a:active {
	color: #0088B9;
	text-decoration: none;
	}

img,
a img {
	border-width: 0;
	}	
  
/* :: FORMULARE ::::::::::::::::::::::: */

form {
	display: inline;
	}
	
input,
select,
textarea,
button {
	vertical-align: middle;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
}
input,
textarea {
	padding: 0.05em 0.4em 0.1em 0.4em;
	}
input:focus, 
select:focus,
textarea:focus {
	border-color: #C81F66;
	}
	
fieldset { border: 0 solid; }

button,
*.button {
	width: auto;
	overflow: visible;
	margin: 0;
	border: 1px solid #C81F66;
	padding: 0 0.4em;
	background: #EEE;
	color: #C81F66;
	font-weight: bold;
	line-height: 1.2em;
	cursor: pointer;
	}
a.button {
	padding-top: 1px;
	padding-bottom: 1px;
	}

/* :: LISTEN :::::::::::::::::::::::::: */

ul {
	margin: 0;
	padding: 0;
	}
ol {
	margin-left: 2em;
	padding-left: 0;
	}
li {
	line-height: 135%;
	list-style-position:outside;
	}
ul li {		
	list-style-image: url(img/listeEigenschaftenBullet.gif);
	margin: 0 0 0 15px;
	padding: 0 0 0.25em 0;
	}
  
/* :: TABELLEN :::::::::::::::::::::::: */

table {
	width: auto;
	border-collapse: collapse;
	}

th, td {
	vertical-align: top;
	padding: 0 0.25em 0.25em 0;
	}
  thead th { background: #444; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 }

/* :::::::::::::::::::::::::::::::::::: */

hr {
	color: #FFF;
	background: transparent;
	margin: 0.5em 0;
	padding: 0;
	border: 0;
	border-bottom: 1px dotted #CCC;
	}


/* ## LAYOUT ############################################## */

#page {
	width: 970px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
	}
	
	#innerPage {
		background: #FFF url(img/bg_model_blue.jpg) no-repeat -196px 0;
		padding: 0;
		border-top: 8px solid #0088B9;
		border-bottom: 8px solid #0088B9;
		}

		#header { 
			position:relative;
			background: transparent url(img/text-Ihr-Partner-fuer-Ideen.gif) no-repeat 40px;
			}
	
			#topnav {
				position: absolute;
				top: 10px;
				right: 10px;
				background: transparent;
				text-align: right;
				}
				
			#logo {
				height: 64px;
				background: transparent url(img/logo.gif) no-repeat 750px top;
				}
				
		#breadcrumb {
			border-top: 2px dotted #CCC;
			padding: 2px 10px 2px 40px;
			font-size: 0.9em;
			color: #666;
			}
			#breadcrumb div.path {
				float: left;
				width: auto;
				}
			#breadcrumb div.infos {
				float: right;
				width: auto;
				}
			#breadcrumb button.mail {
				width: 12px;
				height: 10px;
				border:0;
				margin-left: 2px;
				background: url(img/icon_mail.gif) no-repeat left;
				}
			#breadcrumb button.print {
				width: 12px;
				height: 10px;
				border:0;
				margin-left: 2px;
				background: url(img/icon_print.gif) no-repeat left;
				}
	
		#content { 
			background:#FFF;
			padding:0;
			float:left;
			width: 100%;
			background-color: transparent;
			border-top:1px solid #CCC;
			border-bottom:1px solid #CCC;
			}
			
			#contentColumn {
				float: left;
				width: 600px;
				margin-left: 200px;
				border-left: 1px dotted #CCC;
				border-right: 1px dotted #CCC;
				}
				#innerContentColumn {
					padding: 10px;
					}
			#leftColumn {		  
				float: left;
				width: 200px;
				margin-left:-800px;
				}
				#innerLeftColumn {
					padding:10px 10px 10px 40px;
					}
			#rightColumn {
				float: right;
				width: 170px;
				margin-left: -5px;
				margin-right: 0;
				}
				#innerRightColumn {
					padding: 10px;
					}

				#innerContentColumn, 
				#innerLeftColumn, 
				#innerRightColumn {
					position: relative;
					}
			
		#footer {
			padding: 5px 40px;
			font-size: 90.00%;
			}
			
	*.copyright {
		background: #DDD;
		text-align: right;
		font-size: 75.00%;
		}
		*.copyright,
		*.copyright a, *.copyright a:hover, *.copyright a:active, *.copyright a:focus, *.copyright a:visited {
			color: #999;
			}

#header, 
#navigation, 
#content, 
#footer {
	clear: both;
	}

/* ## EIGENES ############################################# */

.important1 { font-weight: bold; color: #0088B9; }

/* :: TOPNAVI ::::::::::::::::::::::::: */
#topNavi {
	float: left;
	width: 100%;
	overflow: hidden;
	display: inline;
	line-height: 0;
	}
	#topNavi ul {
		float: left;
		display: inline;
		margin: 0;
		padding: 0;
		font-size: 90.00%;
		}
	#topNavi ul li {
		float: left;
		display: inline;
		margin: 0;
		border-top: 1px solid white;
		border-right: 1px solid white;
		padding: 0;
		list-style-type: none;
		font-size: 1em; 
		line-height: 1.6em;
		}
	#topNavi ul li a {
		display: block;
		width: auto;
		margin: 0;
		padding: 0 10px; 
		background: #0088B9;
		font-size: 1em;
		text-decoration: none;
		color: white;
		}
	#topNavi ul li a:hover, #topNavi ul li a:focus, #topNavi ul li a:active {
		color: white;
		background: #C81F66; /*#182E7A */
		}
	#topNavi ul li.first a {
		padding-left:40px; 
		}
	#topNavi ul li.last a, #topNavi ul li.last a:hover, #topNavi ul li.last a:focus, #topNavi ul li.last a:active, #topNavi ul li.last a:visited {
		background-image: url(img/topnavi_bg_ecke.gif);
		background-position: right bottom;
		background-repeat: no-repeat;
		}

/* :: SUBNAVI ::::::::::::::::::::::::: */

#subNavi {
	font-weight:bold;
	}
#subNavi ul,
#accountNavi ul {
	margin: 0;
	padding: 0;
	font-size:90%;
	}
	#subNavi ul li,
	#accountNavi ul li {
		margin: 0;
		border-bottom: 1px dotted #CCC;
		padding: 0;
		font-size: 1em;
		line-height: 1em;
		list-style-type: none;
		list-style-image: none;
		}
		#subNavi ul li a,
		#accountNavi ul li a {
		    display: block;
		    margin: 0;
		    padding: 0.5em 0.1em 0.5em 1.5em;
			background: transparent url(img/subnavi_bg.gif) no-repeat left;
			}
		#subNavi ul li a:hover,
		#accountNavi ul li a:hover {
			background: transparent url(img/subnavi_bg_hover.gif) no-repeat left;
			}

/* :::::::::::::::::::::::::::::::::::: */

#boxSearch table td {
	padding: 0;
	}

a.bildlink img {
	border: 1px dotted #C81F66;
	}
a.bildlink:hover img, a.bildlink:focus img, a.bildlink:active img {
	border-color: #0088B9;
	}
	
*.klein {
	font-size: 90.00%;
	}
*.infoMessage {
	color:red;
	}
*.box1 {
	background: white;
	border: 1px solid silver;
	}
*.box2 {
	border:1px dotted #DDD;
	}
*.boxa {
	padding:5px 10px;
	}
*.block1 ol {
	list-style-position:outside;
	margin-left:20px;
	padding-left:0px;
	}
*.block1 li {
	margin-bottom:10px;
	}
*.rahmen {
	border:1px solid #004488;
	}

/***************
produkt_info
****************/
*.produktDaten {
	margin:5px 0px;
	padding:0px;
	border-spacing:0px;
	border-collapse:collapse
	}
	*.produktDaten td {
		padding:2px 10px 2px 0px;
		margin:0px;
		vertical-align:top;
		}
*.listeEigenschaften {
	margin:5px 0px;
	padding:0px;
	list-style:url(img/listeEigenschaftenBullet.gif);
	}
	*.listeEigenschaften li {
	margin:3px 0px 3px 15px;
	padding:0px;
		}
*.produktInfos {
	border:3px solid #DDD;
	}
	*.produktInfos th {
		border-bottom: 0;
		padding: 5px 10px;
		background: #EEE;
		text-align: center;
		}
	*.produktInfos td {
		text-align: center;
		vertical-align: middle;
		padding-top:  5px;
		}
		
/*******************
warenkorb
********************/
table.shoppingCart {
	width: 100%;
	margin: 1em 0 0 0;
	}
	table.shoppingCart thead th {
		border-right: 1px solid white;
		padding: 2px 5px;
		background: #666;
		}
	table.shoppingCart tbody td {
		border-right: 1px solid white;
		border-top: 10px solid white;
		padding: 5px;
		background: #DDD;
		}
		
table.shoppingCart tbody td.singlePrice,
table.shoppingCart tbody td.totalPrice {
	text-align: right;
	}
table.shoppingCart tbody td.totalPrice {
	font-weight: bold;
	}
		
	
/*******************
buchungsschritte
********************/
table.buchungsschritte {
	margin-bottom: 10px;
	float:			right;
	border-spacing:	1px;
	border-collapse:separate;
	border:			1px dotted #BBB;
	}
	table.buchungsschritte td {
		padding:		2px 10px;
		}
/*********************
Kunden-Account
**********************/
table.accountBestellungen {
	width:100%;
	border-spacing:1px;
	border-collapse:separate ;
	border:1px dotted #DDD;
	text-align:center;
	}
	table.accountBestellungen th {
		background:#DDD;
		text-align:center;
		padding:4px 0px;
		font-weight:normal;
		}
		
fieldset.account {
	margin-bottom: 1em;
	border: 1px solid #CCC;
	padding: 10px 10px 0 10px;
	background: #DDD url(img/bg_fieldset.gif) repeat-x;
	}
fieldset.account legend {
	margin:0;
	padding:0.5em;
	font-weight: bold;
	background: white;
	}
fieldset.account div {
	height: 2.5em;
	}
fieldset.account label {
	float: left;
	width: 10em;
	}
/*********************
Druckpreise errechnen
**********************/
*.druckpreise fieldset {
	background:#DDD url(img/bg_fieldset.gif) repeat-x;
	border:1px solid #CCC;
	margin:0px;
	padding:10px;
	margin-top:0.5em;
	}
	*.druckpreise legend {
		font-weight:bold;
		font-size:0.9em;
		letter-spacing:0.2em;
		text-decoration:none;
		color:#000;
		border:none;
		background:#FFF;
		}
	*.druckpreise input[type=text],
	*.druckpreise textarea {
		border:	1px solid #666;
		padding:0.2em;
		}
	*.druckpreise *.preis {
		text-align:	right;
		}
	*.druckpreise *.disabled {
		background:	none;
		border:		none;
		text-align:	left;
		color:		#000;
		font-size:	1em;
		}
		
/* ######################################################## */

*.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
*.clearfix {
	display: block;
	}
#ieclearing {
	display: none;
	}

/* ## DRUCK ############################################### */

@media print {
	
	body {
		font-size: 10pt;
		}	
	h1,
	h2,
	h3,
	h4 {
		page-break-after: avoid;
		color: black;
		border: none;
		padding: 0;
		}
	h1 {
		font-size: 14pt;
		}
	h2 {
		font-size: 12pt;
		}
	h3 {
		font-size: 11pt;
		}
	h4 {
		font-size: 10pt;
		}
	a {
		color: black;
		border-bottom: 0.5pt dotted black;
		}
		
	body,
	#page,
	#innerPage,
	#content {
		margin: 0;
		padding: 0;
		border: 0;
		background: none;
		}
	
	#page,
	#innerPage {
		width: 100% !important;
		min-width: 0;
		max-width: none;
		}
	
	#header {
		height: auto;
		}

	#contentColumn, 
	#innerContentColumn {
		float: none;
		width: 100%;
		margin: 0;
		border: 0;
		padding: 0;
		}
	
	#navigation,
	#breadcrumb,
	#leftColumn, 
	#rightColumn,
	#footer,
	#copyright {
		display: none;
		}
}

