/* basics */

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
	background-image: url(images_main/background.gif);
	background-repeat: repeat-y;
}

* { padding:0; margin:0; }

a { outline: none; text-decoration: none; color: #000000; }

a:hover { text-decoration: underline; }


ul li {
	list-style-type: none;
	text-transform: none;
	margin-bottom: 3px;
}

p {
	margin: 10px 0 10px 0;
}

h1 {
	font-size: 150%;
	line-height: 1.7em;
	color: #0066CC;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 130%;
	line-height: 1.3em;
	color: #333333;
	margin-top: 10px;
}

h3 {
	font-size: 1em;
	color: #0066CC;
	margin-top: 10px;
	font-weight: bold;
}


strong { font-weight: bold; }

img { border: 0; }

/* ID */


#wrapper {
	overflow: visible;
}

#header {
	height: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images_main/header.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-color: #000000;
}

#menu a { color: #FFFFFF; }

#menu {
	height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0066CC;
	border-bottom-color: #0066CC;
	width: 100%;
	margin-top: 14px;
}

ul.menu {
	height: 25px;
	padding-top: 7px;
	width: 850px;
	text-indent: 200px;
}

#header li {
	display: inline;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
}

#submenu {
	width: 180px;
	padding-top: 20px;
	float: left;
	margin-right: 20px;
}

#inhalt { margin: 0 0 0 20px; width: 950px; }


#mitte {
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	float: right;
	width: 750px;
	margin: 0px;
}

#mitte a, #submenu a {
	color: #0066CC;
	text-decoration: underline;
}

#mitte a:hover, #submenu a:hover {
	color: #0066CC;
	text-decoration: none;
}


/* produkte table ------------------------------------------------ */

table.produkte ul li {
	list-style-type: disc;
	text-transform: none;
	margin-bottom: 3px;
	text-align: left;
	margin: 5px 0 0 15px;
}

table.produkte  { width: 700px; }

table.produkte td  { padding-bottom: 30px; }


/* shop ------------------------------------------------ */

#shop {
	width: 700px;
	padding: 20px 0 0 10px;
    float: left;
	
}

#shop ul li {
	list-style-type: disc;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
}

#box350 {

    text-align: left;
    margin-bottom: 10px;
    padding: 5px;
}

#shop #box350 img {
	padding: 0px;
	border: 1px solid #FFFFFF;
	display: inline;
}



#checkout {
	width: 700px;
	padding: 20px 0 0 20px;
	margin-left: 178px;
	float: left;
}




.optionen { margin: 0 0 20px 0; clear: left; }

td { height: 20px; }

.formzeile { width: 200px; margin: 0 0 5px 0; }
 
.formblock { width: 205px; height: 70px; margin: 0 0 5px 0; overflow: auto; }

.plz { width: 40px; margin: 0 0 5px 0; }

.ort { width: 150px; margin: 0 0 5px 0; }

.sublinered { color: #6699CC; }

.clearboth {clear: both;}



/* -------------------------------------------------------- */
/* ONLINE Formular           */
/* -------------------------------------------------------- */

.formzeile {
	height: 17px;
	*height: 25px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	border: 1px solid #d4cab2;
	margin-top: 3px;
	padding: 3px;
}

.formblock {
	height: 100px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	padding: 3px;
	border: 1px solid #d4cab2;
	margin-top: 3px;
}
