@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	background: url(../layout/site_bg.jpg) no-repeat top center #dbe7f5;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
ul,li,p,h1,h2,h3,h4,h5,form{
	margin: 0;
	padding: 0;
}
.pagebox{
	width: 1000px;
	margin: 0 auto;
}
.page{
	width: 702px;
	margin: 0 auto;
}
.head{
	height: 50px;
	background: url(../layout/head_rt_web.png) no-repeat 20px 20px;
}
.navbar_l{
	background: url(../layout/navbar_left.png) no-repeat top left;
	padding: 0 0 0 19px;
}
.navbar_r{
	background: url(../layout/navbar_right.png) no-repeat top right;
	padding: 0 19px 0 0;
}
.navbar_sep{
	width: 1px;
	height: 20px;
	background: white;
	float: left;
	margin: 1px 0 1px 0;
}
.navbar{
	background: url(../layout/navbar_bg.png) repeat-x;
	height: 22px;
}
.navbar ul {
	list-style: none;
}
.navbar ul li{
	float: left;
}
.navbar ul li a{
	display: block;
	text-decoration: none;
	background: url(../layout/navbar_button.png) repeat-x 0 0;
	width: 100px;
	height: 18px;
	padding: 4px 0 0 0;
	text-align: center;
	color: #666;
}
.navbar ul li a:hover{
	background: url(../layout/navbar_button.png) repeat-x 0 -22px;
	color: #444;
}
.navbar ul li a h3 strong{
	font-size: 11px;
}
.content{
	position: relative;
	background: url(../layout/content_bg.png) repeat-y;
	padding: 30px 50px;
}
.content h1{
	font-style: italic;
	font-size: 16px;
	padding: 0 0 0 5px;
}
.content p{

}
.content_main{
	margin: 5px 220px 0px 0px;
	padding: 5px 10px;
	background: #fffae9;
	border: 1px solid #ffe2c0;
	font-size: 11px;
	color: #c13401;
	line-height: 20px;
}
.content_fading{
	background: url(../layout/content_bg_fading.png) no-repeat;
	height: 250px;
}
.content_sidebox{
	position: absolute;
	width: 200px;
	top: 20px;
	right: 20px;
}
.sidebox_top{
	background: url(../layout/round_top_left.png) no-repeat left;
	padding: 0 0 0 9px;
}
.sidebox_top div{
	background: url(../layout/round_top_right.png) no-repeat right;
	padding: 0 9px 0 0;
}
.sidebox_top div div{
	background: url(../layout/round_top_bg.png) repeat-x;
	height: 9px;
	line-height: 1px;
}
.sidebox_bottom{
	background: url(../layout/round_bottom_left.png) no-repeat left;
	padding: 0 0 0 9px;
}
.sidebox_bottom div{
	background: url(../layout/round_bottom_right.png) no-repeat right;
	padding: 0 9px 0 0;
}
.sidebox_bottom div div{
	background: url(../layout/round_bottom_bg.png) repeat-x;
	height: 9px;
	line-height: 1px;
}
.sidebox_content{
	border: 1px solid #ccc;
	padding: 1px;
}
.nooofailmsg{
	margin: 5px 220px 0px 0px;
	padding: 5px 10px;
	background: #fffae9;
	border: 1px solid #ffe2c0;
	font-size: 11px;
	color: #c13401;
	line-height: 20px;
	font-style: italic;
}
.failmsg{
	margin: 5px 220px 0px 0px;
	padding: 5px 10px;
	background: #fffae9;
	border: 1px solid red;
	font-size: 11px;
	color: red;
	line-height: 20px;
	list-style: none;
}
.ref_box{
	position: relative;
	padding: 8px 0 0 0;
	margin: 0 0 80px 0;
	font-size: 11px;
}
.ref_box strong{
	display: block;
	padding: 7px 0 3px 14px;
	font-size: 12px;
}
.ref_box p{
	margin: 5px 0 10px 18px;
}
.ref_box a:link, .ref_box a:visited, .ref_box a:active{
	margin: 0 0 0 10px;
	text-decoration: none;
	color: #666;
}
.ref_box a:hover{
	color: #333;
}
.ref_picbox{
	position: absolute;
	top: 0;
	right: 0;
}
.ref_picbox img{
	border: 1px solid #ccc;
	background: withe;
	padding: 1px;
}
.ref_inbox0{
	background: url(../layout/ref_top0.png) no-repeat;
}
.ref_inbox1{
	background: url(../layout/ref_top1.png) no-repeat;
}
.ref_inbox0 em{
	background: #fffae9;
	border: 1px solid #ffe2c0;
	font-size: 10px;
	padding: 2px 5px;
	margin: 0 0 0 10px ;
}
.ref_inbox1 em{
	background: #f3ffee;
	border: 1px solid #c7ffb2;
	font-size: 10px;
	padding: 2px 5px;
	margin: 0 0 0 10px ;
}
.kontakt label{
	cursor: pointer;
}
.kontakt input, .kontakt textarea{
	border: 1px solid #ffe2c0;
	margin: 0 0 10px 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: white;
}
