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


/* -----------------------
			Allgemeine Tags
---------------------------*/

body {
	background: #fff;
	padding: 0 0 0 0;
	margin: 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #333;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	padding: 0;
	margin: 3px 0;
}

h2 {
	font-size: 12pt;
	margin-bottom: 7px;
}

h3 {
	font-size: 11pt;
}

img { border: 0; }

a, a:link, a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: none;
}


/* -----------------------
		 Allgemeine Klassen
---------------------------*/

.block {
	display: block;
	width: 100%;
	height: 99%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	width: 100%;
	text-align: center;
}

.small {
	color: #aaa;
	font-size: 8pt;
}

.subkat {
	width: 120px;
	height: 150px;
	background-color: #f5f5f5;
	padding: 10px;
	border: 1px solid #ddd;
	text-align: center;
	margin: 15px 20px 5px 0;
}

.subkat img,
.img img {
	border: 1px solid #ddd;
}

.big a {
	font-size: 25pt;
	font-weight: bold;
	color: #0055a8;
	text-decoration: none;
}

.equipment {
	float: left;
	width: 90%;
	border: 1px solid #ddd;
	margin-top: 20px;
	padding: 5px;
	font-weight: bold;
	background: url(../images/info.png) no-repeat right 1px;
}

.equipment .title {
	padding: 5px 0;
	text-align: center;
	cursor: pointer;
}

.equipment:hover {
	background-color: #f5f5f5;
}

.equipment #equiptext {
	display: none;
	font-weight: normal;
}

.even {
	background-color: #f5f5f5;
}

.odd {
	background-color: #eee;
}

.gesamt {
	padding: 5px 30px 5px 0;
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
	margin: 0 0 20px 0;
}

.entry {
	float: left;
	width: 100%;
	background-color: #fafafa;
	padding: 20px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

.entry .bild {
	width: 200px;
}

* html .entry .bild {
	width: 100%;
}

*+ html .entry .bild {
	width: 100%;
}

.entry .bild img {
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

.entry .text {
	margin-left: 240px;
}

* html .entry .text {
	clear: both;
	margin-left: 0px;
	padding-bottom: 50px;
}

*+ html .entry .text {
	clear: both;
	margin-left: 0px;
	padding-bottom: 50px;
}

.entry .text:after {
	content: "clear";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.entry .text h4.title {
	font-size: 12pt;
	font-weight: bold;
	color: #0055a8;
	margin-bottom: 10px;
}

.entry .text .warenkorb {
	float: left;
	width: 32px;
	height: 32px;
	background: url(../images/hinzu.png) no-repeat top left;
	margin: 20px 30px 20px 10px;
}

.entry .text .button {
	float: left;
	margin: 30px 50px 20px 0;
}

.entry .text .preis {
	float: right;
	margin: 20px 10px;
	text-align: right;
}

.entry .text .preis .betrag {
	font-size: 13pt;
	color: #0055a8;
	font-weight: bold;
}

.entry .text .preis .preissub {
	margin: 20px 0;
	font-size: 8pt;
	color: #aaa;
}


.overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
}

.hinzu {
	display: none;
	position: absolute;
	top: 50px;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	background-color: #fafafa;
	border: 1px solid #ddd;
	padding: 15px;
	z-index: 100;
}

#f1_upload_process {
	visibility: hidden;
	background-color: #fff;
	border: 1px solid #ddd;
	z-index: 110;
}



/* -----------------------
				 Formulare
---------------------------*/

.button {
	width: 97px;
	height: 21px;
	background: url(../images/button_bg.png) no-repeat left;
	margin-top: 5px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10.5pt;
	color: #666;
	border: 0;
	cursor: pointer;
}

.button:hover {
	background-position: right;
	color: #444;
}

.button a {
	text-decoration: none;
}

.textfield {
	width: 250px;
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11.5pt;
	margin: 2px;
	padding: 1px 5px 0 5px;
	background: #f5f5f5;
	border: solid 1px #ddd;
}

textarea {
	width: 350px;
	height: 146px;
	background: #f5f5f5;
	border: solid 1px #ddd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11.5pt;
	margin: 2px;
	padding: 5px;
}

.label {
	float: left;
	width: 100px;
	padding: 3px 0 0 0;
}

/* -----------------------
	Spezifische Klassen/IDs
---------------------------*/

.centerall {
	margin: 0 auto;
 	width: 1000px;
	text-align: left;
}


/* -----------------------
						Top
---------------------------*/

#top {
	height: 120px;
	background: url(../images/top_verlauf.png) repeat-x top left;
}

#top #logo {
	float: left;
	width: 200px;
	height: 89px;
	background: url(../images/logo.png) no-repeat top left;
	margin-top: 20px;
}

#top #login {
	position: absolute;
	float: right;
	right: 10px;
	top: 10px;
	padding: 5px;
	font-size: 10pt;
	background: #fafafa;
	border: 1px solid #ddd;
}

#top #warenkorb {
	float: right;
	width: 475px;
	height: 36px;
	background: #fafafa;
	border: 1px solid #ddd;
	margin-top: 45px;
}

#top #warenkorb #korb {
	float: left;
	width: 28px;
	height: 28px;
	background: url(../images/warenkorb.png) no-repeat top left;
	margin: 6px 25px 0 25px;
}

*html #top #warenkorb #korb {
	margin-left: 10px;
}

#top #warenkorb #text {
	float: left;
	width: 280px;
	margin-top: 10px;
	font-size: 10.5pt;
}

#top #warenkorb #button {
	float: left;
	width: 97px;
	height: 21px;
	background: url(../images/button_bg.png) no-repeat left;
	margin-top: 8px;
	padding-top: 2px;
	text-align: center;
	color: #666;
	cursor: pointer;
	font-size: 10.5pt;
}

#top #warenkorb #button:hover {
	background-position: right;
	color: #444;
}


/* -----------------------
						Head
---------------------------*/

#head {
	height: 159px;
	background: url(../images/head_verlauf.png) repeat-x top left;
}

#head ul#navi {
	list-style: none;
	margin: 0 0 0 150px;
	padding: 0;
}

#head ul#navi li {
	float: left;
	margin: 0;
	padding: 0;
}

#head ul#navi li a {
	display: block;
	margin-top: 1px;
	padding: 9px 30px 7px 30px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background: url(../images/trennlinie.png) repeat-y top right;
}

#head ul#navi li a:hover {
	color: #ce000b;
}

#head ul#navi li.first {
	background: url(../images/trennlinie.png) repeat-y top left;
}

#head #beamer {
	position: relative;
	top: 115px;
	left: 0px;
	width: 208px;
	height: 104px;
	background: url(../images/beamer.png) no-repeat top left;
}

*html #head #beamer {
	top: 80px;
}

*+html #head #beamer {
	top: 80px;
}

#head #banner {
	position: relative;
	margin: -30px 0 0 280px;
	width: 469px;
	height: 50px;
	background: url(../images/banner.png) no-repeat top left;
}

*html #head #banner {
	margin: -65px 0 0 300px;
}

*+html #head #banner {
	margin: -65px 0 0 300px;
}

#head .text {
	position: relative;
	margin: -78px 0 0 800px;
	width: 200px;
	height: 120px;
	color: #eee;
	font-size: 9pt;
}

#head .text .sub {
	font-size: 8pt;
}

#head .text .tel {
	font-size: 19.5pt;
}


/* -----------------------
						Main
---------------------------*/

#main {
	margin: 40px 0;
}

#main ul#navi {
	float: left;
	width: 168px;
	margin-top: 40px;
	list-style: none;
}

#main ul#navi li {
	margin-left: -40px;
	border-bottom: 1px solid #0055a8;
}

#main ul#navi li.first {
	border-top: 1px solid #0055a8;
}

#main ul#navi li:hover {
	background-color: #f5f5f5;
}

#main ul#navi li a {
	display: block;
	width: 188px;
	padding: 9px 0 8px 20px;
	text-decoration: none;
	color: #333;
	font-size: 9.5pt;
	font-weight: bold;
}

#main ul#navi li a:hover {
	color: #0055a8;
	padding: 8px 0 8px 20px;
	font-size: 10.5pt;
}

*html #main ul#navi {
	padding-left: 40px;
	margin-left: 0;
}

#main ul#navi ul {
	list-style: none;
	padding-bottom: 10px;
}

#main ul#navi li ul li {
	border-bottom: 0;
}

#main ul#navi li ul li:hover {
	background-color: #fcfcfc;
}

#main ul#navi li ul li a {
	display: block;
	width: 188px;
	padding: 3px 0 2px 20px;
	text-decoration: none;
	color: #333;
	font-size: 8pt;
	font-weight: normal;
}

#main ul#navi li ul li a:hover {
	color: #0055a8;
	font-size: 8pt;
	font-weight: normal;
	padding: 3px 0 2px 20px;
	text-decoration: underline;
}


#main #content {
	width: 745px;
	margin-left: 260px;
}

*html #main #content {
	width: 735px;
}

*+html #main #content {
	width: 735px;
}

#main #content:after {
	content: "clear";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}


/* -----------------------
					Footer
---------------------------*/

#foot {
	padding: 20px 40px 0 20px;
	text-align: right;
	height: 60px;
}

#foot #outline {
	float: right;
	width: 270px;
}

#foot #outline a {
	font-size: 9pt;
	text-decoration: none;
}

#foot #outline a:hover {
	text-decoration: underline;
}

#foot #outline #line {
	width: 100%;
	height: 1px;
	background-color: #ddd;
	padding: 0 40px 0 20px;
	margin: 2px 0 0 -20px;
}

*html #foot #outline #line {
	font-size: 1px;
}

#foot #rights {
	float: right;
	margin: 12px 50px 0 0;
	font-size: 8pt;
	color: #bbb;
}