/* CSS kompol */

/* === Standardwerte definieren =========================== */

:root {
	--formBorder:	#a5aaaf;
	--formSubm: 	#f3f781;
	--body: 		#dedeff;
	--loginBlue:	#2d2d82;


	--abs:		5px;
	--minh:		430px;
	

	--inh_br:	690px;
	--inh_top:	240px;
	--inh_left:	215px;
	--inh_col:	#00FFFF;


}


body{
	font-family: sans-serif, Verdana, Arial, Helvetica; 
	font-size: 12px; 
	color: black;
	line-height: 15px;
	
	background-color: white;
	margin: 0px;
}



div#inh{
	position: absolute;
	left: 215px;
	top: 160px;
	float: right;
	
	z-index: 9;
	overflow-x: hidden;
	overflow-y: auto;
	
	width: var(--inh_br);
	height: 582px;
	//min-height: 728px;
	//border: 1px solid red;
	background-color: white;
	
	padding: 60px 0 0 0;
}

p#tit{
	position: absolute;
	left: -15px;
	top: 0px;
	
	font-size: 28px;
	line-height: 45px;
	font-stretch: condensed;
	color: #A5AAAF;
	
	margin: 0 46px 0 0;
	padding-left: 15px;
	
	width: 690px;
	background-color: #F4F4F4;
}

p#titBg{
	position: absolute;
	left: 200px;
	top: 148px;
	
	width: 690px;
	height: 45px;
	background-color: #F4F4F4;
	//border: 1px solid red;
	z-index: -10;
}

div#inh2{
	position: absolute;
	left: 920px;
	top: 160px;
	
	z-index: 100;
	//overflow: visible;
	
	width: var(--inh_br);
	height: auto;
	min-height: 762px;
	background-color: #F4F4F4;
	//background-color: white;
	
	padding: 0px 0 7px 0;
}



div#intro{
	position: absolute;
	left: 175px;
	top: 50px;
	
	width: 400px;
	height: 250px;
	padding: 10px;
	
	font-size: 16px;
	line-height: 19px;
	color: var(--formBorder);
	text-align: center;
}
div#login{
	position: absolute;
	left: 250px;
	top: 320px;
	
	width: 250px;
	height: 250px;
	background-color: var(--loginBlue); 
	border: 1px dotted var(--formBorder);
	padding: 10px;
	
	font-size: 18px;
	line-height: 21px;
	color: white;
	text-align: center;
}
div#extro{
	position: absolute;
	left: 0px;
	top: 700px;
	
	width: 750px;
	height: 85px;
	background-color: var(--formBorder); 
	padding: 8px 0 5px 0;
	
	font-size: 14px;
	line-height: 17px;
	color: white;
	text-align: center;
	
}

button#submit{
	width: 80px;
	font-size: 12px;
	padding: 2px;
	background: var(--formSubm);
	border: 1px solid var(--formBorder);
	border-radius: 5px; -webkit-border-radius: 5px;
    
}
button#img{
	width: 22px;
	border: 0px;
	background-color: transparent;
	padding: 0px;
}