/*------------------------
	General
 	-----------------------------*/
* {
	padding: 0px;
	margin: 0px;
}

html {
	background-color: #ABBABD;
}

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	line-height: 1.4;
}
table {
	border-width: 0;
	border-color: #000000;
	border-collapse: separate;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}
th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse: separate;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}
td.odd {
	background-color: #ffffff;
}
td.even {
	background-color: #cccccc;
}
table.bg {
	background-color: #eeeeee;
}
img {
	border-width: 0px;
}

/*------------------------
	Layout
 	-----------------------------*/
#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 18px;
	padding: 0px;
	width: 610px;
}

#header {
	height: 150px;
	width: 600px;
	background: url(../gfx/header.jpg);
	background-repeat: no-repeat;
	float: right;
}

#header_shadow_left {
	height: 150px;
	width: 10px;
	background: url(/gfx/schatten/oben_links.gif);
	background-repeat: repeat-y;
	float: left;
}

#main_container {
	background: url(/gfx/schatten/links.gif);	
	background-repeat: repeat-y;
	width: 610px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#main {
	width: 600px;
	background-color: white;
	float: right;
}

#main_shadow_left {
	width: 10px;
	float: left;
}

#navigation {
	float: left;
}

#navigation_menu {
	background-image: url(/gfx/menu.gif);
	background-repeat: repeat-y;
	width: 100px;
}

#navigation_menu_bottom {
	background-image: url(/gfx/menu_rand.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 100px;
}

#content {
	width: 470px;
	margin-left: 12px;
	margin-right: 12px;
	float: right;
}

#footer_left {
	background-image: url(/gfx/fuss.gif);
	width: 450px;
	font-size: 11px;
	float: left;
}
#footer_right {
	background-image: url(/gfx/fuss.gif);
	width: 150px;
	font-size: 11px;
	text-align: right;
	float: right;
}

#bottom_shadow_left {
	background-image: url(/gfx/schatten/unten_links.gif);	
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	float: left;
}

#bottom_shadow_center {
	background-image: url(/gfx/schatten/unten.gif);
	background-repeat: repeat-x;
	width: 590px;
	height: 10px;
	float: left;
}

#bottom_shadow_right {
	background-image: url(/gfx/schatten/unten_rechts.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	float: right;
}


/*------------------------
	Typo
 	-----------------------------*/
p {
	margin-top: 6px;
	margin-bottom: 13px;
}

h1,h2,h3 {
	color: #147;
	font-size: 16px;
	padding: 2px 0px;
	margin: 9px 0px 0px 0px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	padding: 2px 0px;
	margin: 0px;
	font-weight: normal;
	font-style: italic;	
}
h5 {
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0px;
	margin: 0px;
}

#navigation p {
	margin-top: 0px;
	margin-bottom: 12px;
}

ul {
	padding-left: 20px;
}
li {
	padding-bottom: 1px;
}

/*------------------------
	Links
 	-----------------------------*/
A:link, A:visited, A:active {
	text-decoration: underline;
	color: #1166DD;
}
A:hover {
	text-decoration: none;
	color: #1166DD;
}

A.menu:link, A.menu:visited, A.menu:active {
	text-decoration: none;
	color: #000000;
}
A.menu:hover {
	text-decoration: none;
	color: #000000;
	background-color: #3F9FDF;
}

/*------------------------
	Forms
 	-----------------------------*/

input.field, textarea.field {
	background-color: white;
	color: #000000;
	font-size: 12px;
	border: 1px solid #147;
}

/*
form input:focus, 
form select:focus, 
form textarea:focus {
	border-color: #f66;
	border-width: 1px;
}
*/

.submit_button {
	background-color: white;
	color: #147;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #147;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

select {
	background-color: white;
	color: #000000;
	font-size: 12px;
	border: 1px solid #000000;
}

form fieldset {
	background-color: #f5f5f5;
	border: 1px solid #777;
	margin-bottom: 15px;
}

form legend {
	color: black;
	background-color: white;
	font-weight: bold;
	border: 1px solid black;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

form label {    
    color: #147;
	font-weight: bold;
	clear: both;
	display: block; 
	padding-bottom: 2px;
	margin-top: 5px;
}

form .select_dropdowns label {
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-right: 15px;
}
form .select_dropdowns select {
	margin-right: 15px;
}

form p {
	padding-left: 30px;
    padding-top: 2px;
    padding-bottom: 1px;
	padding-right: 0px;
	margin-top: 0px;
    clear: both;
}

form .multiple_textfields {
    float: left;
    padding-right: 15px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 8px;
}

form select {
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 3px;
}

form .multiple_textfields select {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

/*------------------------
	Infoboxes
 	-----------------------------*/

.infobox {
	padding: 5px;
	margin: 20px;
	border: 1px solid #D22;
	background-color: #eee;
}

.infobox_black {
	border: 1px solid black; 
	background-color: #eee; 
	padding: 10px;
	margin: 20px;
	font-style: italic;
}

/*------------------------
	jquery cluetip (tooltips)
 	-----------------------------*/

a.variantenwahl {
	border-bottom: 1px dotted #333;
	color: #000;
	text-decoration: none;
	
}

/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */
.dvhdr1 {
	background: #333;
	font-weight: bold;
	padding: 10px;
	width: 220px;
	color: #7AF;
	border: 1px solid #333;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.dvbdy1 {
	background: #E3E0D7;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px;
	width: 220px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
