/************ 
* 	ALLGEMEIN
*	
*	Farben (schwarz)
*		- Verlauf Oben 	#000000
*		- Verlauf Unten 	#363538
*
************/
body{
	background-color:#fff;
	
	color:#626262;	
	font-family:arial;
	font-size:12px;
	
	margin:0px;
	padding:0px;
	
	background-image:url('../_img/verlauf_x.png');
	background-repeat:no-repeat;
	background-position:center top;	
}

* html body{
	text-align:center;
}
*+html body{
	text-align:center;
}
p, h1, h2, h3, h4, h5, h6, form, ul, li, div, legend, fieldset{
	margin:0pt;
	padding:0pt;
}
img {
	border:0px;
}
a{
	outline:none;
	cursor:pointer;
}
span.button_span {
	position:relative;
	display:block;
	width:157px;
	left:15px;
	top:13px;
}

div.preloadblock {
	position:absolute;
	display:block;
	width:100%;
	height:195px;
	background-color:#00225d;
	left:0px;
	top:0px;
}
/************ 
* 	LayoutBoxen
************/
div#center_case{
 position:relative;
 width:1000px;
 margin:auto;
 text-align:left;
 background-image:none; 
}

div#head{
	height:200px;
	position:absolute;
	text-align:left;
	width:1000px;
}
div#head div#starttext{
	height:105px;
	left:399px;
	position:absolute;
	text-align:left;
	top:83px;
	width:300px;
	color:#fff;
}
div#head div#topMenue{
	background-color:#001c4c;
	height:105px;
	left:200px;
	position:absolute;
	text-align:left;
	top:85px;
	width:189px;
}
div#head div#topMenue ul{
	position:absolute;
	top:5px;
	left:5px;
	
	list-style-type:none;
	list-style:none;
	/*background-color:#00ff33;*/
}
div#head div#topMenue li{
	position:relative;
	top:0px;
	left:0px;
	
	width:180px;
	height:16px;
	font-size:0px;
	line-height:0px;
	
	padding:0px;
	margin-bottom:3px;
	
	list-style-type:none;
	list-style:none;
	/*background-color:#ff00ff;*/
}
div#head div#topMenue li.line{
	border-bottom:1px solid #4d70a5;
	margin-bottom:4px;
	padding-bottom:2px;
}
div#head div#topMenue ul a{
	position:absolute;
	color:#4d70a5;
	line-height:14px;
	font-size:12px;
	height:13px;
	text-decoration:none;
}
div#head div#topMenue ul a:hover{
	position:absolute;
	color:#fff;
	line-height:14px;
	font-size:12px;
	height:13px;
	text-decoration:none;
}
div#head div#topMenue ul a.aktiv{
	position:absolute;
	color:#fff;
	line-height:14px;
	font-size:12px;
	height:13px;
	text-decoration:none;
}
div#head div#software_topmenue{
	background-color:#004788;
	height:105px;
	left:200px;
	position:absolute;
	text-align:left;
	top:85px;
	width:189px;
}
div#head div#software_topmenue ul{
	position:absolute;
	top:5px;
	left:5px;
	
	list-style-type:none;
	list-style:none;
	/*background-color:#00ff33;*/
}
div#head div#software_topmenue li{
	position:relative;
	top:0px;
	left:0px;
	
	width:180px;
	height:16px;
	font-size:0px;
	line-height:0px;
	
	padding:0px;
	margin-bottom:3px;
	
	list-style-type:none;
	list-style:none;
	/*background-color:#ff00ff;*/
}
div#head div#software_topmenue li.line{
	border-bottom:1px solid #4d70a5;
	margin-bottom:4px;
	padding-bottom:2px;
}
div#head div#software_topmenue ul span{
	position:absolute;
	color:#626262;
	line-height:14px;
	font-size:12px;
	height:13px;
	text-decoration:none;
}
div#head div#software_topmenue ul span.aktiv{
	position:absolute;
	color:#fff;
	line-height:14px;
	font-size:12px;
	height:13px;
	text-decoration:none;
}

div#head div#right {
	position:absolute;
	bottom:10px;
	right:0px;
	width:190px;
}
div#head div#right a{
	color:#626262;
	line-height:15px;
	font-size:12px;
	height:13px;
	text-decoration:none;
}
div#head div#right a:hover{
	color:#fff;
	line-height:15px;
	font-size:12px;
	height:13px;
	text-decoration:none;
}
div#head div#left {
	position:absolute;
	bottom:10px;
	left:0px;
	width:190px;
}
div#head div#left a{
	color:#626262;
	line-height:14px;
	font-size:12px;
	height:13px;
	text-decoration:none;
}
div#head div#left a:hover{
	color:#fff;
	line-height:14px;
	font-size:12px;
	height:13px;
	text-decoration:none;
}

div#head span#schrift{
	position:absolute;
	top:55px;
	left:201px;
	width:170px;
	height:20px;
	background-image:url('../_img/logo.gif');
	cursor:pointer;
}
div#head span#sub{
	position:absolute;
	top:10px;
	left:200px;
	width:40px;
	height:35px;
	background-image:url('../_img/01.png');
	cursor:pointer;
}
div#head span#schrift_rechts{
	position:absolute;
	top:55px;
	left:811px;
	width:144px;
	height:17px;
	background-image:url('../_img/software.png');
	cursor:pointer;
}
div#head span#sub_rechts{
	position:absolute;
	top:10px;
	left:811px;
	width:45px;
	height:35px;
	background-image:url('../_img/02.png');
	cursor:pointer;
}


div#content{
	position:absolute;
	top:210px;
	left:200px;
	width:600px;
	padding:0px 0px 5px 0px;
	line-height:18px;
}
div#content strong{
	color:#fff;
}
div#content strong.grey{
	color:#ccc;
}
div#content div.p_box{
	position:relative;
	padding-bottom:10px;
	margin-bottom:10px;
	float:left;
}
div#content p{
	position:relative;
	display:block;
	line-height:18px;
}
div#content p.small{
	position:relative;
	width:195px;
	margin-top:5px;
	float:left;
}
div#content p.big{
	position:relative;
	width:280px;
	margin-right:10px;
	float:left;
}
div#content span.hdrei{
	position:relative;
	display:block;
	line-height:16px;
	font-size:14px;
	font-weight:bold;
}
div#content img.biggest{
	position:relative;
	top:0px;
	left:0px;
	width:600px;
	height:154px;
	margin-bottom:10px;
}
div#content img.preview{
	position:relative;
	top:0px;
	left:0px;
	width:275px;
	margin-bottom:10px;
}
div#content img.preview_right{
	position:absolute;
	top:0px;
	left:285px;
	margin-bottom:10px;
}
div#content img.half{
	position:relative;
	top:0px;
	left:0px;
	width:395px;
	height:200px;
	margin-bottom:10px;
}
div#content img.half_left{
	position:absolute;
	top:0px;
	left:405px;
	width:195px;
	height:200px;
	margin-bottom:10px;
}
div#content img#big{
	position:absolute;
	top:0px;
	left:0px;
	width:395px;
	height:305px;
}
div#content img#medium_left{
	position:absolute;
	top:0px;
	left:0px;
	width:395px;
	height:200px;
}
div#content img#medium_high{
	position:absolute;
	top:0px;
	left:405px;
	width:195px;
	height:200px;
}
div#content #three_container{
	margin-top:10px;
}
div#content img#medium_high_center{
	position:absolute;
	top:0px;
	left:205px;
	width:190px;
	height:200px;
}
div#content img#medium_high_left{
	position:absolute;
	top:0px;
	left:0px;
	width:195px;
	height:200px;
}
div#content img#medium_low{
	position:absolute;
	top:105px;
	left:405px;
	width:195px;
	height:200px;
}
div#content img#small1{
	position:absolute;
	top:0px;
	right:0px;
	width:195px;
	height:95px;
}
div#content img#small2{
	position:absolute;
	top:105px;
	right:0px;
	width:195px;
	height:95px;
}
div#content img#small3{
	position:absolute;
	top:210px;
	right:0px;
	width:195px;
	height:95px;
}
div#content div.left{
	position:absolute;
	width:195px;
	top:130px;
	margin-top:5px;
}
div#content div.center{
	position:absolute;
	left:205px;
	top:130px;
	width:190px;
	margin-top:5px;
}
div#content div.right{
	position:absolute;
	width:195px;
	left:405px;
	top:130px;
	margin-top:5px;
}
div#content ol.choice1{
	background:none;
	clear:left;
	list-style-type:lower-latin;
	list-style-position:outside;
	margin:0px;
	padding-left:30px;
	position:relative;
	left:-12px;
	width:540px;
}
div#content ol.choice2{
	background:none;
	clear:left;
	list-style-type:lower-latin;
	list-style-position:outside;
	margin:0px;
	padding-left:30px;
	position:relative;
	left:-12px;
	width:540px;
}
div#content ol.faq{
	background:none;
	clear:left;
	color:#004E8B;
	list-style-type:decimal;
	list-style-position:outside;
	display:block;
	margin:0px;
	padding-left:30px;
	position:relative;
	left:-12px;
	width:540px;
}
* html div#content ol.choice1{
	left:-7px;
}
* html div#content ol.choice2{
	left:-7px;
}
* html div#content ol.faq{
	left:-7px;
}
*+html div#content ol.choice1{
	left:-7px;
}
*+html div#content ol.choice2{
	left:-7px;
}
*+html div#content ol.faq{
	left:-7px;
} 
div#content ul.base{
	position:relative;
	list-style:none;
	width:190px;
	clear:left;
}
div#content ul.base li{
	position:relative;
	padding-left:0px;
	padding-left:12px;
	background-image:url('../_img/dash.gif');
	background-repeat:no-repeat;
	background-position:0px 9px;
	width:180px;
}
div#content ul.long{
	position:relative;
	list-style:none;
	width:540px;
	clear:left;
}
div#content ul.long li{
	position:relative;
	padding-left:0px;
	padding-left:12px;
	background-image:url('../_img/dash.gif');
	background-repeat:no-repeat;
	background-position:0px 9px;
	width:530px;
}
div#content a{
	color:#004e8b;
	line-height:15px;
	font-size:12px;
	text-decoration:none;
	cursor:pointer;
}
div#content a.referenz{
	color:#fff;
	line-height:15px;
	font-size:12px;
	text-decoration:none;
	cursor:pointer;
}
div#content span.blue_b{
	position:absolute;
	display:block;
	width:170px;
	height:91px;
	left:430px;
	top:0px;
	color:#fff;
	line-height:16px;
	
	background-image:url('../_img/b_blue.jpg');
	background-repeat:no-repeat;
	cursor:pointer;
}
div#content span.blue_b_mittel{
	position:absolute;
	display:block;
	width:244px;
	height:91px;
	left:0px;
	top:260px;
	color:#fff;
	line-height:16px;
	
	background-image:url('../_img/b_blue_mittel.jpg');
	background-repeat:no-repeat;
	cursor:pointer;
}
div#content span.blue_b_lang{
	position:absolute;
	display:block;
	width:284px;
	height:91px;
	left:255px;
	top:260px;
	color:#fff;
	line-height:16px;
	
	background-image:url('../_img/b_blue_lang.jpg');
	background-repeat:no-repeat;
	cursor:pointer;
}
div#content span.button_span_m {
	position:relative;
	display:block;
	width:220px;
	left:15px;
	top:13px;
}
div#content span.button_span_l {
	position:relative;
	display:block;
	width:260px;
	left:15px;
	top:13px;
}
div#content div.imp_left{
	position:absolute;
	width:295px;
	top:160px;
	left:0px;
	margin-top:5px;
}
div#content div.imp_right{
	position:absolute;
	left:305px;
	top:160px;
	width:295px;
	margin-top:5px;
}

div#left_sidebar{
	background-color:#fff;
	position:absolute;
	text-decoration:none;
	top:210px;
	left:0px;
	width:189px;
	padding:3px 0px 5px 0px;
	clear:both;
}
div#left_sidebar ul{
	position:relative;
	left:5px;
	
	list-style-type:none;
	list-style:none;
	/*background-color:#00ff33;*/
}
div#left_sidebar ul#view{
	position:relative;
	left:15px;
	
	list-style-type:none;
	list-style:none;
	/*background-color:#00ff33;*/
}
div#left_sidebar ul.show{
	display:block;
	/*background-color:#00ff33;*/
}
div#left_sidebar ul.hide{
	display:none;
	/*background-color:#00ff33;*/
}
div#left_sidebar li{
	position:relative;
	top:0px;
	left:0px;
	
	width:180px;
	color:#626262;
	line-height:15px;
	font-size:12px;
	text-decoration:none;
	
	padding:0px;
	margin-bottom:3px;
	
	list-style-type:none;
	list-style:none;
	/*background-color:#ff00ff;*/
}
div#left_sidebar li.line{
	border-bottom:1px solid #898b8c;
	margin-bottom:4px;
	padding-bottom:2px;
}
div#left_sidebar li.underscore{
	text-decoration:underline;
}
div#left_sidebar ul a.blank{
	outline:none;
	cursor:pointer;
	color:#004e8b;
}
div#left_sidebar ul a.blank:hover{
	position:relative;
	color:#004e8b;
	text-decoration:none;
}
div#left_sidebar ul a{
	position:relative;
	color:#868889;
	line-height:15px;
	font-size:12px;
	text-decoration:none;
}
div#left_sidebar ul a:hover{
	position:relative;
	color:#004687;
	text-decoration:none;
}
div#left_sidebar ul a.on{
	position:relative;
	color:#004687;
	text-decoration:none;
}
div#left_sidebar ul a.sub{
	position:relative;
	color:#868889;
	text-decoration:none;
	left:10px;
}
div#left_sidebar ul a.sub:hover{
	position:relative;
	color:#004687;
	text-decoration:none;
	left:10px;
}
div#left_sidebar ul a.sub span{
	position:absolute;
	display:block;
	line-height:1px;
	font-size:1px;
	text-decoration:none;
	left:-10px;
	top:8px;
	height:1px;
	width:7px;
	border-top:1px solid #898b8c;
}
div#left_sidebar ul a.sub:hover span{
	position:absolute;
	display:block;
	line-height:1px;
	font-size:1px;
	text-decoration:none;
	left:-10px;
	top:8px;
	height:1px;
	width:7px;
	border-top:1px solid #004687;
}
div#left_sidebar ul a.onsub{
	position:relative;
	color:#004687;
	text-decoration:none;
	left:10px;
}
div#left_sidebar ul a.onsub span{
	position:absolute;
	display:block;
	line-height:1px;
	font-size:1px;
	text-decoration:none;
	left:-10px;
	top:8px;
	height:1px;
	width:7px;
	border-top:1px solid #fff;
}

div#right_sidebar{
	position:absolute;
	text-decoration:none;
	top:206px;
	left:810px;
	width:190px;
	line-height:18px;
}
div#right_sidebar a{
	color:#004e8b;
	line-height:15px;
	font-size:12px;
	text-decoration:none;
	cursor:pointer;
}
div#right_sidebar ul{
	position:relative;
	left:2px;
	list-style:none;
}
div#right_sidebar li{
	position:relative;
	padding-left:0px;
	padding-left:12px;
	background-image:url('../_img/dot2.gif');
	background-repeat:no-repeat;
	background-position:0px 6px;
}
div#right_sidebar li span{
}

div#right_sidebar strong{
	color:#000;
}
div#right_sidebar span#blue_box{
	position:relative;
	left:0px;
	top:3px;
	width:190px;
	height:100px;
	margin-bottom:10px;
	color:#fff;
	background-color:#004788;
	display:block;
	padding:3px 0px 3px 0px;
	cursor:pointer;
	text-decoration:none;
}
div#right_sidebar span#padding{
	position:relative;
	left:4px;
	width:187px;
	height:100px;
	display:block;
}
div#right_sidebar span#blue_box span#line{
	position:relative;
	left:0px;
	top:15px;
	width:180px;
	height:1px;
	border-top-width:1px;
	border-top-color:#fff;
	border-top-style:solid;
	line-height:0px;
	font-size:0px;
	display:block;
}

div#right_sidebar span.blue_b{
	position:absolute;
	display:block;
	width:170px;
	height:91px;
	top:170px;
	color:#fff;
	line-height:16px;
	
	background-image:url('../_img/b_blue.jpg');
	background-repeat:no-repeat;
	cursor:pointer;
}
div#right_sidebar span.black_b{
	position:absolute;
	display:block;
	width:170px;
	height:91px;
	top:265px;
	color:#fff;
	line-height:16px;
	
	background-image:url('../_img/b_black.jpg');
	background-repeat:no-repeat;
	cursor:pointer;
}

