* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.4em;
}

a {
	text-decoration:underline;
	color:#990000;
}

h1, h2 {
	padding:0px;
	margin-top:0px;
	margin-bottom:10px;
	color:#990000;
	font-weight:bold;
}

h1 {
	font-size:14px;
}

h2 {
	font-size:11px;
}

h3 {
	padding:0px;
	margin-top:0px;
	margin-bottom:5px;
	color:black;
	font-weight:bold;
	font-size:11px;
}

img {
	border:none;
}

body {
	margin:0px;
	padding:0px;
}

p {
	margin-top:0px;
	margin-bottom:15px;
	padding:0px;
}

div#seite {
	width:750px;
	margin-left:auto;
	margin-right:auto;
} 

div#header {
	height:70px;
}

div#menubar {
	background-color:#990000;
	clear:both;
}

div#menubar div.menuitem, div#menubar div.menuitem_on {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:8px;
 	padding-right:8px;
	float:left;
}

div#menubar div.menuitem_on {
	background-color:#B34040;
}

div#menubar div.menuitem a, div#menubar div.menuitem_on a {
	color:white;
	text-decoration:none;
}

div#main {
	clear:both;
}

div#footer {
	clear:both;
	text-align:center;
	background-image:url('/images/shadow.gif');
	padding-top:10px;
	padding-bottom:10px;
}

div#footer a {
	color:black;
}

div.clearfloat {
	height:1px;
	overflow:hidden;
	clear:both;
}

div.padding {
	padding:10px;
}

.blacklink a {
	color:black;
}


/* sliced images */

table.layout {
	border-spacing: 0px;
	border-collapse: collapse;
}

table.layout td {
	border:none;
	padding:0px;
}

table.layout img {
	display:block;
}


/* forms */

table.form td {
	vertical-align:top;
	width:100px;
	padding:2px;
	border:none;
}
table.form input {
	width:200px;
}
table.form textarea {
	width:200px;
	height:100px;
}

input, textarea, select {
	background-color:white;
	border:1px solid #CCE6FE;
}


/* tables */

table.kontakt_prodlist {
	border-spacing: 0px;
	border-collapse: collapse;
	
	margin-bottom:15px;
}

table.kontakt_prodlist td {
	border:none;
	padding:3px;
	text-align:left;
	vertical-align:top;
}



table.news_home {
	border-spacing: 0px;
	border-collapse: collapse;
}

table.news_home td {
	border:none;
	
	padding-right:10px;
	padding-top:10px;
	padding-left:0px;
	padding-bottom:0px;
	
	vertical-align:top;
}

table.news_home img {
	display:block;
}



/* UMFRAGE */

form.umfrage p.question {
	margin-top:30px;
	font-weight:bold;
}

form.umfrage input {
	border:none;
}

form.umfrage button {
	border:1px solid #CCE6FE;
	background-color:white;
}

form.umfrage input.textbox {
	border:1px solid #CCE6FE;
	width:98%;
}

form.umfrage textarea.memo {
	border:1px solid #CCE6FE;
	width:98%;
	height:100px;
}

form.umfrage table {
	border-spacing: 0px;
	border-collapse: collapse;
	
	margin-bottom:15px;
	
	width:98%;
}

form.umfrage table td,
form.umfrage table th {
	border:none;
	border-bottom:1px solid #CCE6FE;
	padding:3px;
	vertical-align:middle;
}

form.umfrage table th {
	text-align:left;
	font-weight:normal;
}

form.umfrage table td {
	text-align:center;
}



