
<!--
/* GRUNDEINSTELLUNG */
body {
	margin:0px;
	padding:0px;
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	text-decoration:none;
	background-color:#FFFFFF;
}

p {
	margin-bottom:10px;
}

/* UEBERSCHRIFTEN */
h1 {
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	color:#000000;
	text-decoration:none;
	margin-bottom:15px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#000000;
	text-decoration:none;
	margin-top:0px;
	margin-bottom:3px;
}


/* LINKS */
a {
	font-weight:normal;
	font-style:normal;
	color:#000000;
	text-decoration:underline;
}
a:hover {
	font-weight:normal;
	font-style:normal;
	color:#000000;
	text-decoration:none;
}
a.navi {
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	text-decoration:underline;
}
a.navi:hover {
	font-size:;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	text-decoration:none;
}


/* AUFZAEHLUNG */
ul {
	margin-left:20px;
	list-style-position:outside;
	list-style-type:disc;
}


/* EXTRAS */
.extra {
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#000000;
	text-decoration:none;
}
.hinweis {
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#C80000;
	text-decoration:none;
}
.warnung {
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#C80000;
	text-decoration:none;
}
.adresse {
	font-size:10px;
	font-weight:normal;
	font-style:normal;
	color:#CCCCCC;
	text-decoration:none;
}


/* TABELLEN */
td.navi {
	width:160px;
	vertical-align:top;
	background-color:#CCCCCC;
}
td.warenkorb {
	width:160px;
	vertical-align:top;
	background-color:#CCCCCC;
}
td.content {
	padding:15px;
	vertical-align:top;
	background-color:#FFFFFF;
}
td.kategoriekasten {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	vertical-align:top;
	background-color:#CCCCCC;
}
td.listetop {
	background-color:#CCCCCC;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	border-bottom:1px solid #295580;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	text-decoration:none;
}
td.kasten {
	border:1px solid #295580;
}
td.kontrast {
	background-color:#E5E5E5;
}

/* Spalten */
div.head {
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#295580;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#FFFFFF;
	text-decoration:none;
}
div.navi {
	padding:5px;
	margin-bottom:8px;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	text-decoration:none;
}
div.navi1 {
	float:right;
	width:139px;
}
div.navi2 {
	float:right;
	width:132px;
}
div.navi3 {
	float:right;
	width:125px;
}
div.navi4 {
	float:right;
	width:118px;
}
div.navi5 {
	float:right;
	width:111px;
}
div.rahmen {
	padding:5px;
	margin-bottom:8px;
	border:1px solid #295580;
}


/* FORMULARE */
form {
	margin:0px;
}
label.left {
	float:left;
	width:140px;
	margin-right:5px;
	vertical-align:middle;
}
input, select,textarea {
	font-family:arial,sans-serif;
	font-size:12px;
	margin-bottom:2px;
}
form br {
	clear:both;
}
.kontoform {
	padding:3px 0px 10px 25px;
}
-->

