body {
	background-color: #c8e9f2;
	color: #004eb9;
	font-family: verdana, arial;
	font-size: 11px;
	margin: 0px;
}

h1 {
	color: #00B3F9;
	font-family: arial;
	font-size: 30px;
	font-weight: 500;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h2 {
	color: #004F99;
	font-family: verdana,arial;
	font-size: 18px;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
}

h3 {
	color: #004F99;
	font-family: verdana,arial;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

p {
	padding: 0px;
	margin: 0px;
}

a {
	color: #004eb9;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

#layoutTable {
	border-spacing: 0px;
	padding: 0px;
	width: 100%;
}

#layoutTable td {
	vertical-align: top;
}

#layoutTable td table td {
	padding: 0px 0px 4px 0px;
}


.siteContainer {
	width: 910px;
	padding: 15px;
	background-color: #ffffff;
	margin: 8px auto;
}

.bodyContainer {
}

.bannerContainer {
	height: 94px;
	margin-bottom: 10px;
}

.menuContainer {
	width: 204px;
	margin-right: 8px;
	float: left;
}

.menuContainer a {
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

.menuItemMarked a {
	font-size:11px;
}

.menuContainer ul {
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	list-style-position: outside;
	list-style-type: none;
}

.menuContainer .menuItemMarked ul {
	list-style-type: disc;
}

.menuItem {
	margin-bottom: 5px;
}

.menuItemMarked {
	margin-bottom: 5px;
}

.menuItemDot {
	float: left;
	background-image: url(files/menu_dot_normal.gif);
	width: 22px;
	height: 23px;
	margin-right: 5px;
}

.menuItemLabel {
	float: left;
	width: 175px;
}

.menuItemLabelTop {
	height: 4px;
	background-image: url(files/menu_label_normal_top.gif);
	font-size: 1px;
}

.menuItemLabelMain {
	background-color: #00b0f9;
	padding-left: 20px;
}

.menuItemMarked .menuItemLabelMain {
	padding-left: 20px;
}

.menuItemLabelBottom {
	height: 4px;
	background-image: url(files/menu_label_normal_bottom.gif);
	font-size: 1px;
}

.menuItemMarked .menuItemDot {
	background-image: url(files/menu_dot_marked.gif);
}

.menuItemMarked .menuItemLabelTop {
	background-image: url(files/menu_label_marked_top.gif);
}

.menuItemMarked .menuItemLabelMain {
	background-color: #f36523;
}

.menuItemMarked .menuItemLabelBottom {
	background-image: url(files/menu_label_marked_bottom.gif);
}

.contentTop {
	height: 5px;
	background-image: url(files/main_top.gif);
	font-size: 1px;
}

.contentBottom {
	height: 5px;
	background-image: url(files/main_bottom.gif);
	font-size: 1px;
}

.contentMiddle {
	background-color: #f4f4f4;
	padding: 20px 25px;
}

.contentContainer {
	float: left;
	width: 695px;
}

.footerContainer {
	padding-top: 10px;
	/*margin-left: 204px;*/
	text-align: center;
}

.clear {
	clear: both;
}

/************** FORMULÄR ***************/

#intresse {
	font-size: 10px;
}
#intresse input, #intresse textarea, #intresse select  {
	margin: 0px;
	border: solid 1px #666666;
	font-family: verdana;
	color: #000000;
	font-size: 10px;
	width: 130px;
}
#intresse input[type="checkbox"], #intresse input .checkbox {
	width: 15px;
	border: 0px;
}
#intresse input[type="submit"], #intresse input.sumbit {
	width: 100px;
}
#intresse textarea {
	width: 200px;
}
#intresse .form_label {
	float: left;
	width: 115px;
}
#intresse .form_row {
	margin: 2px 0px;
}

#intresse .note {
	font-style: italic;
}

#intresse .error {
	color: #ff0000;
}

#intresse .success {
	color: #009000;
}

/********** PRISLISTA *****************/

#pricelist {
}

#pricelist td {
	font-size: 11px;
	padding: 2px;
}

#pricelist table {
	width: 100%;
	border: solid 1px #c0c0c0;
}

#pricelist #row_head {
	background-color: #d0d0d0;
}

#pricelist #row_head th {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #c0c0c0;
	text-align: left;
	font-weight: bold;
	padding: 2px;
}

#pricelist .row_even {
	background-color: #f4f4f4;
}

#pricelist .row_odd {
	background-color: #dddddd;
}

#pricelist .row_even td, #pricelist .row_odd td {
	padding: 2px;
}
#pricelist .row_odd:hover, #pricelist .row_even:hover {
	background-color: #d0d0d0;
}
