.body_main {
	background: url(../img/bg_main.png) top left repeat-x #6699CC;
	$background-color: #5992c6 ;
	color: #003366;
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-3dlight-color : #66CCFF;
	scrollbar-arrow-color : #66CCFF;
	scrollbar-base-color : #66CCFF;
	scrollbar-darkshadow-color : #EEEEEE;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #EEEEEE;
	scrollbar-shadow-color : #6699CC;
	scrollbar-track-color :  #EEEEEE;
}

.body_title {
	background-color: #ffffff;
	color:#003366;
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	scrollbar-3dlight-color : #66CCFF;
	scrollbar-arrow-color : #66CCFF;
	scrollbar-base-color : #66CCFF;
	scrollbar-darkshadow-color : #EEEEEE;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #EEEEEE;
	scrollbar-shadow-color : #6699CC;
	scrollbar-track-color :  #EEEEEE;
}


.message {
	position: absolute;	
	border: 1px solid #6699CC;
	background: #EFEFF5;
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
	visibility:hidden;
	letter-spacing: 0.03em;
	font-size: 11px;
	font-weight: normal;
	text-indent: 0px;
	text-align:center;
	white-space: normal;
}

h1 {
	font-size: 26px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin:0;
	padding:0;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}


h4 {
	color: #0099FF;
	font-size: 13px;
}

ul {
	margin: 15px;
	padding: 0px;
	list-style-image: url(../img/blaupunkt.png);
	list-style-position: outside;
	}
	
ol {
	padding: 0px;
	list-style: decimal;
	list-style-image: none;
	}

li { 
	font-size: 12px;
	font-weight: normal;
	white-space: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

	
hr {
	background:#6699CC;
	color: #6699CC;
	height: 1px;
	border: none;
	margin: 5px;
	$margin: 2px;
}


.banner1{
	border-top: #6699CC solid 2px;
	border-bottom: #6699CC solid 1px;
	background: url(../img/banner1.jpg) no-repeat top left;
}


.rahmen {
	border: #CCCCCC solid 2px;
}

.rahmen_l {
	border-left: #CCCCCC solid 2px;
}

.rahmen_r {
	border-right: #CCCCCC solid 2px;
}

.rahmen_t {
	border-top: #CCCCCC solid 2px;
}

.rahmen_b {
	border-bottom: #CCCCCC solid 2px;
}

.rahmen_blau {
	border: #6699CC solid 2px;
}

.rahmen_blau_l {
	border-left: #6699CC solid 2px;
}

.rahmen_blau_r {
	border-right: #6699CC solid 2px;
}

.rahmen_blau_t {
	border-top: #6699CC solid 2px;
}

.rahmen_blau_b {
	border-bottom: #6699CC solid 2px;
}

.rahmen_thin {
	border: solid 1px #6699CC;
}


.rahmen_thin_l {
	border-left: #6699CC solid 1px;
}

.rahmen_thin_r {
	border-right: #6699CC solid 1px;
}

.rahmen_thin_t {
	border-top: #6699CC solid 1px;
}

.rahmen_thin_b {
	border-bottom: #6699CC solid 1px;
}

.rahmen_rot {
	border: #CC3333 solid 1px;
}

tr.normal {
background-color:none;
}

tr.selected {
background-color:#EFEFF5;
}

td.blaupunkt{
	width: 5px;
	background: url(../img/blaupunkt.png) 6px 8px no-repeat;
}

td.step_blau {
	width: 10px;
	height: 10px;
	background: url(../img/step_blau.png) left top no-repeat;
}


td.step_grau {
	width: 10px;
	height: 10px;
	background: url(../img/step_grau.png) left top no-repeat;
}

td.line_blau {
	width: 110px;
	height: 10px;
	background: url(../img/linie_blau.png) left top repeat-x;
}

td.line_grau {
	width: 110px;
	height: 10px;
	background: url(../img/linie_grau.png) left top repeat-x;
}

td.car {
	height: 20px;
	background: url(../img/car.png) left top no-repeat;
}


.text_steps_blau {
	color:#336699;
	letter-spacing:0pt;
	word-spacing:0pt;
	text-indent:0px;
	font-size: 9px;
	font-weight: bold;
	}

.text_steps_grau {
	color: #999999;
	letter-spacing:0pt;
	word-spacing:0pt;
	text-indent:0px;	
	font-size: 9px;
	font-weight: normal;
	}
	
a.steps_grau {
	color: #999999;
	letter-spacing:0pt;
	word-spacing:0pt;
	text-indent:0px;	
	font-size: 9px;
	font-weight: normal;
	}
	
a.steps_grau:hover {
	color: #336699;	
	font-size: 9px;
	font-weight: normal;
	text-decoration:none;
	}

div.top {
	color: #006699;
	background-color: #edf5ff;
	border-left: #6699CC solid 2px;
	border-top: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	padding-top: 40px;
	letter-spacing: 0.06em;
	$letter-spacing: 0.04em;	
	font-size: 15px;
	font-weight: bold;
	font-variant:small-caps;
	text-decoration: none;
	display:block;
	width: 120px;
	height: 30px;
	text-align:center;
	vertical-align: bottom;
}

a {
	color: #336699;
	text-decoration: none;
	letter-spacing: 0.03em;
	$letter-spacing: 0.01em;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

a.unter {
	color: #006699;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	font-size: 9px;
	font-weight: normal;
}

a.unter:hover {
	text-decoration: underline;
}


div.top_unaktiv {
	color: #999999;
	border-left: #CCCCCC solid 2px;
	border-top: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	padding-top: 40px;
	letter-spacing: 0.06em;
	$letter-spacing: 0.04em;	
	font-size: 15px;
	font-weight: normal;
	font-variant:small-caps;
	text-decoration: none;
	display:block;
	width: 120px;
	height: 30px;
	text-align: center;
	vertical-align: bottom;
}

a.top {
	color: #000000;
	border-left: #CCCCCC solid 2px;
	border-top: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	padding-top: 40px;
	letter-spacing: 0.06em;
	$letter-spacing: 0.04em;	
	font-size: 15px;
	font-weight: normal;
	font-variant:small-caps;
	text-decoration: none;
	display:block;
	width: 120px;
	height: 30px;
	text-align: center;
	vertical-align: bottom;
}

a.top:hover {
	color: #006699;
	background-color: #EFEFF5;
	border-left: #6699CC solid 2px;
	border-top: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	text-decoration: none;
}

a.top:active {
	color: #FFFFFF;
	background-color: #ECEFFF;
	border-left: #6699CC solid 2px;
	text-decoration: bold;
}

span.begin {
	padding-left: 15px;
	background: url(../img/begin_dis.png) top left no-repeat;
	background-position: 3px 3px;
	font-size: 15px;
	text-decoration: none
}


a.begin {
	padding-left: 15px;
	background: url(../img/begin.png) top left no-repeat;
	background-position: 3px 3px;
	font-size: 15px;
	text-decoration: none
}

a.begin:hover {
	background-image: url(../img/begin_hov.png);
	text-decoration: none
}

span.end {
	padding-left: 15px;
	background: url(../img/end_dis.png) top left no-repeat;
	background-position: -3px 3px;	
	font-size: 15px;
	text-decoration: none
}

a.end {
	padding-left: 15px;
	background: url(../img/end.png) top left no-repeat;
	background-position: -3px 3px;	
	font-size: 15px;
	text-decoration: none
}

a.end:hover {
	background-image: url(../img/end_hov.png);
	text-decoration: none
}

span.prev {
	padding-left: 15px;
	background: url(../img/prev_dis.png) top left no-repeat;
	background-position: 0 3px;	
	font-size: 15px;
	text-decoration: none
}

a.prev {
	padding-left: 15px;
	background: url(../img/prev.png) top left no-repeat;
	background-position: 0 3px;	
	font-size: 15px;
	text-decoration: none
}

a.prev:hover {
	background-image: url(../img/prev_hov.png);
	text-decoration: none
}

span.next {
	padding-left: 15px;
	background: url(../img/next_dis.png) top left no-repeat;
	background-position: 0 3px;	
	font-size: 15px;
	text-decoration: none
}

a.next {
	padding-left: 15px;
	background: url(../img/next.png) top left no-repeat;
	background-position: 0 3px;	
	font-size: 15px;
	text-decoration: none
}

a.next:hover {
	background-image: url(../img/next_hov.png);
	text-decoration: none
}


a.close {
	padding-left: 15px;
	background: url(../img/close.png) top left no-repeat;
	background-position: 0 3px;	
	font-size: 15px;
	text-decoration: none
}

a.close:hover {
	background-image: url(../img/close_hov.png);
	text-decoration: none
}


.titel {
	letter-spacing: 0.05em;
	font-size: 16px;
	font-weight: bolder;

}

.titel1 {
	letter-spacing: 0.05em;
	font-size: 12px;
	font-weight: bold;

}

.titel2 {
	letter-spacing: 0.05em;
	font-size: 12px;
	font-weight: bold;
	margin: 3px;
	padding-left: 17px;
	background-image: url(../img/list.png);
	background-position: 0 0.25em;
	background-repeat: no-repeat;
}

.titel_gross {
	margin-top: -17px;
	margin-bottom: 17px;
	font-size: 22px;
	font-weight: bold;
}

.absatz {
	font-size: 12px;
	font-weight: normal;
	text-indent: 0px;
	white-space: normal;
	text-align: justify;
	text-indent: 0px;
	margin: 5px;
}


.absatz_klein {
	letter-spacing: 0.02em;
	font-size: 10px;	
	font-weight: normal;
	text-align: justify;
	text-indent: 9px;
	white-space: normal;
}

.text {
	letter-spacing: 0.04em;
	word-spacing: 0.08em;
	font-size: 12px;
	font-weight: normal;
	text-indent: 0px;
	white-space: normal;
	}

.text_italic {
	letter-spacing: 0.08em;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	}

.text_fehler {
	color: #CC3333;
	}

.text_middle {
	letter-spacing: 0.05em;
	font-size: 11px;
	font-weight: normal;
	}
	

.text_klein {
	font-size: 10px;
	font-weight: normal;
	}
	
.text_hidden {
	color: #FFFFFF;
	font-size: 8px;
	$font-size: 1px;
	font-weight: normal;
	}

.untertext_white {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	}
	
.text_gross {
	color: #333333;
	letter-spacing: 0.07em;
	font-size: 17px;
	font-weight: normal;
	}	

.untertext {
	color: #666666;
	letter-spacing: 0.07em;
	font-size: 9px;
	font-weight: normal;
	}

	
input, textarea {
	  background: #edf5ff;
	  color: #000066;
	  height: 16px;
	  border: #6699CC solid 1px;
}


input.checkbox {
	  color: #666666;
	  background: none;
	  height: auto;
	  border: none;
	  vertical-align:middle;
}


select {
	  color: #000066;
	  font-size: 13px;
	  font-weight: normal;
	  background: #edf5ff;
	  height: 18px;	  
	  $height: 22px;
	  border: #6699CC solid 1px;
}

select.formfield.kurz {
	  width: 100px;
}

.bukvitsa {
	font-size: 24px;
	font-weight: bold;
}


radio {
		font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
		color: #000066;
		background:none;
		border: 0px none; 
}

input.button{
		background: #FFFFFF url(../img/bg_button.png) bottom left repeat-x;
		text-align:center;
		vertical-align:middle;
		width: 100px;
		height: 25px;
		color: #333333;
		text-decoration: none;
		font-size: 11px;
		letter-spacing: 0.05em;		
		$letter-spacing: 0.04em;
		cursor: pointer;
	  	border: #6699CC solid 1px
}

a.start_button{
		background: #FFFFFF url(../img/bg_start-button.png) bottom left repeat-x;
		text-align:center;
		vertical-align:middle;
		width: 240px;
		height:60px;
		color:#fff;
		display:block;
		clear:none;
		float:left;
		text-align:center;
		text-decoration: none;
		font-size: 15px;
		padding-top:5px;
		margin-top:5px;
	  	border: #CC8855 solid 1px;
		line-height:110%;
}

a.start_button:hover{
		background: #FFFFFF url(../img/bg_start-button_h.png) bottom left repeat-x;
}

p {
	margin: 5px;	
}
