/*
	Main-Layout
	http://www.bcns.de
	
	(C)2009 Jan Fanslau
*/

body{
	padding:0px;
	margin:0px;
	background-position:left 100px;
	background-repeat:repeat-y;
	height:100%;
}

#top_border{
	position:absolute;
	width:100%;
	height:170px;
	left:0px;
	top:0px;
	background-color:#ccddff;
	background: url(../images/layout/background_top.png);
	background-repeat:repeat-x;
}

#top_logo{
	position:absolute;
	width:239px;
	height:118px;
	left:0px;
	top:0px;
	background-color:#ffddcc;
	background: url(../images/layout/logo_top_left.png) no-repeat;
}

#top_logo a div{
	width:235px;
	height:100px;
	cursor:pointer;
}

#menue_sub{
	position:absolute;
	height:19px;
	left:830px;
	top:92px;
}

#block_right{
	position:fixed;
	width:195px;
	height:200px;
	bottom:71px;
	left:832px;
	border-left:1px solid #f97d22;
	background-color:#ffffff;	
}

#menue_main{
	position:absolute;
	height:22px;
	top:4px;
	
	left:24px;
}

#bottom_border{
	position:fixed;
	width:100%;
	height:72px;
	bottom:0px;
	left:0px;
	margin:0px;
	padding:0px;
	background: url(../images/layout/background_bottom.png);
	background-repeat:repeat-x;
}

#content_border_top{
	position:absolute;
	left:255px;
	top:78px;
	width:560px;
	height:190px;
	background: url(../images/layout/background_content_top.png);
	background-position:top;
	background-repeat:no-repeat;
	z-index:8;
}
#content_border_bottom{
	position:absolute;
	left:255px;
	bottom:49px;
	width:560px;
	height:174px;
	background: url(../images/layout/background_content_bottom.png);
	background-position:top;
	background-repeat:no-repeat;
	z-index:9;
}

#content_border{
	position:absolute;
	left:255px;
	bottom:65px;
	width:560px;

	z-index:12;
}

#content{
	width:510px;
	margin-left:3px;
	font-family:Tahoma;
	font-size:10pt;
	padding-right:20px;
	margin-bottom:00px;
	overflow:auto;
	z-index:10;
	background-color:#ffffff;
	padding-left:15px;
}

h1{
	color:#f97d22;
	font-size:12pt;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

h2{
	color:#f97d22;
	font-size:10pt;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

.fr_left{
	width: 50%;
	
}

.fr_right{
	float: right;
    width: 50%;
}
.fr_full{
	
    width: 100%;
}

.inp_field input, .inp_field select{
	height:15px;
	border:1px solid #f97d22;
	width:360px;
	margin-bottom:2px;
	margin-left:5px;
	font-size:8pt;
}
.inp_field select{
	height:20px;
	border:1px solid #f97d22;
}
.inp_field textarea{
	height:100px;
	width:360px;
	margin-left:5px;
	border:1px solid #f97d22;
}

.inp_caption{
	width:90px;
	float:left;
}

.inp_checkbox{
	width:20px;
	border:1px solid #f97d22;
	float:none;
}

.inp_field .inp_btn_absenden{
	padding: 0px;
	margin: 0px ;
	margin-left:5px;
	border:1px solid #f97d22;

}

.inp_error{
	color:#ff0000;
}

a.references {
	background:url(../images/layout/link_image.png) no-repeat left center;
	padding-left:18px;
	text-decoration:none;
	color:black;
}

