/*  german and english style  */
html, body {
	height:			100%;
	margin:			0;
	padding:		0;
} 
body {
	min-width:		980px;
	min-height:		700px;
	position:		relative;
	font-family:	Helvetica, Arial, Sans-Serif;
	background: 	#FFFFFF;
	color: 			#686868;
	font-size: 		0.75em;
} 
/* einfach nur orange */
.orange {
	color: 				#F58220;
}
/* einfach nur orange und fett */
.orange_b {
	color: 				#F58220;
	font-weight: 		bold;
}

.tipp {
	color: 				#F58220;
	font-weight: 		bold;
	font-size:			1.3em;
	line-height:		1.3em;
	font-style:			italic;
}

/* einfach nur orange und fett */
.orange_small {
	color: 				#F58220;
	font-size: 			1.0em;
}
.grey {
	color: 				#9D9D9D;
	font-weight: 		bold;
	display:			inline;
}
/* formatiert die anderen links */
a:link,
a:visited,
a:active {
	color: 				#686868;
	text-decoration: 	none;
}
a:hover {
	color: 				#F58220;
	text-decoration: 	none;
}

h1 {
	font-size:			1.6em;
	color: 				#F58220;
	line-height:		1.3em;
	margin-bottom:		3px;
}

h2{
	font-size:			1.2em;
	color: 				#686868;
	line-height:		1.0em;
	margin-bottom:		6px;
}
/* der gesamte inhaltsbereich */
#page {
	width:			980px;
	height:			700px;
	top:			50%;
	left:			50%;
	margin-left:	-490px;
	margin-top:		-350px;
	position:		absolute;
}

/* oberer container fuer logo und menues */
#header {
	width:			970px;
	height:			40px;
}
#logo {
	background: 	#FFFFFF;
	width:			417px;
	height:			36px;
	margin:			0px 0 0 20px;
	float:			left;
}
#de_en {
	background: 	#FFFFFF;
	font-size: 		1.0em;
	margin:			12px 0 0 55px;
	float:			left;
	font-weight: 	bold;
}
#menu_block {
	background: 	#FFFFFF;
	height:			36px;
	margin:			0px 10px 0 20px;
	float:			right;
}
#menu_1 {
	background: 	#FFFFFF;
	font-size: 		1.2em;
	font-weight: 	bold;
	margin:			16px 0 0 20px;
	float:			left;
}
#menu_2 {
	background: 	#FFFFFF;
	font-size: 		1.2em;
	font-weight: 	bold;
	margin:			16px 0 0 20px;
	float:			left;
}
#menu_3 {
	background: 	#FFFFFF;
	font-size: 		1.2em;
	font-weight: 	bold;
	margin:			16px 0 0 20px;
	float:			left;
}
#menu_4 {
	background: 	#FFFFFF;
	font-size: 		1.2em;
	font-weight: 	bold;
	margin:			16px 0 0 20px;
	float:			left;
}
#menu_5 {
	background: 	#FFFFFF;
	font-size: 		1.2em;
	font-weight: 	bold;
	margin:			16px 0 0 20px;
	float:			left;
}
/* formatiert die menu links */
.menu a:link,
.menu a:visited,
.menu a:active {
	color: 				#6B6B6B;
	text-decoration: 	none;
	font-weight: 		bold;
}
.menu a:hover {
	color: 				#F58220;
	text-decoration: 	none;
}


/* container fuer den abgerundeten rahmen - immer vor dem eigentlichen inhalt */
#rahmen 	{
	background: 	url(pics_layout/rahmen.png) no-repeat;
	width:			980px;
	height:			610px;
	margin:			0px;
	padding:		0px;
	float:			left;
	z-index:		10;
	color:			#FFFFFF;
}
/* der eigentliche content */
.content {
	width:			980px;
	height:			610px;
	margin:			0px;
	padding:		0px;
	float:			left;
	z-index:		0;
}








#ld1x_bg {
	background: 	url(pics/bg_a.jpg) no-repeat;
}
#ld2_bg {
	background: 	#FFFFFF;
}
#ld2x_bg {
	background: 	url(pics/bg_a.jpg) no-repeat;
}
#ld3_bg {
	background: 	#FFFFFF;
}
#ld3x_bg {
	background: 	url(pics/bg_a.jpg) no-repeat;
}
#ld_bg {
	background: 	url(pics/bg_ld.jpg) no-repeat;
}


#konx_bg {
	background: 	url(pics/bg_a.jpg) no-repeat;
}



#e404_bg {
	background: 	url(pics/bg_a.jpg) no-repeat;
}


/* die weiterschaltung im content auf die naechste seite */
#next_back {
	width:			76px;
	height:			25px;
	margin:			445px 0 0 439px;
	padding:		2px 0 0 0px;
	position:		absolute;
	background: 	url(pics_layout/next_back.png) no-repeat;
	color: 			#686868;
	font-weight: 	bold;
	font-size:		1.3em;
	text-align:		center;
}
/* setzt die pfeile auf die richtige hoehe */
#next_back img {
	margin-bottom:		-4px;
}

/* die 2 buttons fuer seiten mit grossem weissen block */
#but_start_1  {
	width:			209px;
	height:			51px;
	margin:			340px 0 0px 731px;
	position:		absolute;
	z-index:		0;
}
#but_demo_1  {
	width:			209px;
	height:			51px;
	margin:			405px 0 0px 731px;
	position:		absolute;
	z-index:		0;
}

/* die 2 buttons fuer seiten mit kleinem weissen block */
#but_start_2  {
	width:			209px;
	height:			51px;
	margin:			465px 0 0px 731px;
	position:		absolute;
	z-index:		0;
}
#but_demo_2  {
	width:			209px;
	height:			51px;
	margin:			530px 0 0px 731px;
	position:		absolute;
	z-index:		0;
}


/* der weisse block in gross */
#block_a  {
	width:			915px;
	height:			120px;
	background: 	url(pics_layout/block_white_big.png) no-repeat;
	margin:			475px 0 0px 30px;
	position:		absolute;
	color: 			#686868;
	z-index:		5;
}
/* die 4 unteren bloecke in block_a */
#block_a1  {
	margin-top:		15px;
	margin-left:	22px;
	width:			180px;
	height:			90px;
	z-index:		5;
	position:		absolute;
}
#block_a2  {
	margin-top:		15px;
	margin-left:	235px;
	width:			206px;
	height:			90px;
	z-index:		5;
	position:		absolute;
}
#block_a3  {
	margin-top:		15px;
	margin-left:	465px;
	width:			206px;
	height:			90px;
	z-index:		5;
	position:		absolute;
}
#block_a4  {
	margin-top:		15px;
	margin-left:	705px;
	width:			200px;
	height:			90px;
	z-index:		5;
	position:		absolute;
}

/* der weisse block in klein */
#block_b  {
	width:			687px;
	height:			67px;
	background: 	url(pics_layout/block_white_small.png) no-repeat;
	margin:			520px 0 0px 30px;
	position:		absolute;
	color: 			#686868;
}
/* die 5 unteren bloecke in block_a */
#block_b1  {
	margin-top:		8px;
	margin-left:	10px;	
	width:			82px;
	height:			50px;
	z-index:		5;
	position:		absolute;
}
#block_b2  {
	margin-top:		8px;
	margin-left:	107px;
	width:			131px;
	height:			50px;
	z-index:		5;
	position:		absolute;
}
#block_b3  {
	margin-top:		8px;
	margin-left:	255px;
	width:			140px;
	height:			50px;
	z-index:		5;
	position:		absolute;
}
#block_b4  {
	margin-top:		8px;
	margin-left:	412px;
	width:			127px;
	height:			50px;
	z-index:		5;
	position:		absolute;
}
#block_b5  {
	margin-top:		8px;
	margin-left:	557px;
	width:			120px;
	height:			50px;
	z-index:		5;
	position:		absolute;
}

/* setzt den orangen pfeil in den bloecken auf schrifthoehe */
.block img {
	margin-bottom:	-3px;
}
/* die ueberschriften in den unteren 4 bloecken */
.block_1_head {
	font-size:			1.7em;
	line-height:		1.7em;
	display:			inline;
}
/* formatiert die links in den 4 bloecken */
.block_1_head a:link,
.block_1_head a:visited,
.block_1_head a:active {

	text-decoration: 	none;
}
.block_1_head a:hover {
	color: 				#F58220;
	text-decoration: 	none;
}

.block_1_head span {
	font-weight: 		bold;
}

a.block_1_head span {
color:				#9D9D9D;
text-decoration:	none;
}

a.block_1_head:hover span {
color:			 	#F58220;
text-decoration:	none;
} 

/* die ueberschriften in den unteren 5 bloecken */
.block_2_head {
	color: 				#686868;
	font-size:			1.4em;
	line-height:		1.9em;
	display:			inline;
}
/* formatiert die links in den 5 bloecken */
.block_2_head a:link,
.block_2_head a:visited,
.block_2_head a:active {
	color: 				#686868;
	text-decoration: 	none;
}
.block_2_head a:hover {
	color: 				#F58220;
	text-decoration: 	none;
}
.block_2_head span {
	font-weight: 		bold;
}

a.block_2_head span {
color:				#9D9D9D;
text-decoration:	none;
display:			inline;
}

a.block_2_head:hover span {
color:			 	#F58220;
text-decoration:	none;
} 

/* der untere block ausserhalb des rahmens */
#footer {
	margin-top:		615px;
	width:			980px;
	height:			35px;
	color: 			#686868;
}
#footer_left 	{
	width:			430px;
	height:			30px;
	margin-left:	20px;
	float:			left;
	font-size:		0.9em;
}
#footer_mid 	{
	width:			180px;
	height:			30px;
	margin-left:	20px;
	float:			left;
	font-size:		0.9em;
}
#footer_right 	{
	width:			300px;
	height:			30px;
	padding-right:	20px;
	text-align:		right;
	margin:			0px;
	font-size:		0.9em;
	float:			right;
}
/* formatiert die footer links */
#footer a:link,
#footer a:visited,
#footer a:active {
	color: 				#686868;
	text-decoration: 	none;
}
#footer a:hover {
	color: 				#F58220;
	text-decoration: 	none;
}

.head_land_xl {
	font-size:			4.6em;
	color: 				#F58220;
	font-weight: 		bold;
}
.head_land_m{
	font-size:			2.0em;
	color: 				#F58220;
	font-weight: 		bold;
}
.head_land_s{
	font-size:			1.3em;
	color: 				#686868;
	font-weight: 		bold;
}



/* text fuer ld2.php (Landing Demo) */
#ld2_text {
	margin-left:	100px;
	margin-top:		20px;
	height:			570px;
	width:			850px;
	font-size:		0.9em;
	color: 			#686868;
	overflow-y:		scroll;
}

/* text fuer ld3.php (Landing Partner) */
#ld3_text {
	margin-left:	100px;
	margin-top:		20px;
	height:			570px;
	width:			850px;
	font-size:		0.9em;
	color: 			#686868;
	overflow-y:		scroll;
}

/* text fuer die Bestaetigungsseiten */
#ldx_text {
	margin-left:	460px;
	margin-top:		40px;
	width:			450px;
	font-size:		2.2em;
	font-weight:	bold;
	color: 			#F58220;
}

