/*
// DOCUMENT: Layout f. JackTiger
// VERSION: $Revision: 2.1 $
// DATE: $Date: 2008-06-26 10:08:52 $
// AUTHOR: M.Beranek

*/


/* TODO: Firefox-Datei (wg. Input-Width/-Height) */
 
 
#container_center{
	width:620px;
}

.content_block{
	color: #2c5970;
	margin-bottom:20px;
}

.frame01 {
	width: 280px;
	padding:10px; /* Achtung: mu� identisch sein mit bf_logo_content */
	padding-top:8px;
	padding-bottom:12px;
}

#home_left_column {
	float:left;
	width: 300px;
	margin-top:20px;
}

/* Rechte Spalte im Content-Bereich */
#home_right_column {
	float:right;
	width: 300px;
	margin-top:20px;
}

.bf_logo_content{
	width: 240px;
	height: 60px;
	padding:10px; /* Achtung: mu� identisch sein mit frame01 */
	
}
.bf_info_content{
	width:330px;
	padding:8px;
	padding-top:7px;
	color:#333;
	font-size:10px;
}
.bf_info_head{
	color:#2c5970;
	font-weight: bold;
	margin-bottom:7px;
}
.bf_index_entry{
	padding-bottom: 7px;
}
.bf_index_entry a{
	color: #2c5970;
	text-decoration: none;
}
.bf_index_entry a:link{
	color: #2c5970;
	text-decoration: none;
}
.bf_index_entry a:visited{
	color: #2c5970;
	text-decoration: none;
}
.bf_index_entry a:hover{
	color: #2c5970;
	text-decoration: underline;
}
.bf_index_entry a:active{
	color: #2c5970;
	text-decoration: underline;
}


h4 {
	font-weight: bold;
	color: #9c0000;
	padding-top: 0px;
	padding-bottom: 7px;
}

/* und noch ne Ueberschrift */
.dist {
	font-size:9px;
	padding-top: 0px;
	padding-bottom: 18px;
}

.clearer {
	clear:both;
	/*margin-top:20px;*/
}
.clearer_large {
	clear:both;
	margin-top:20px;
}
.clearer_small {
	clear:both;
	margin:0px;
	padding:0px;
	
}

.input_std{
	color: #333;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 12px;
	height: 12px;
	border-top: 1px solid #AAA;
	border-left:  1px solid #AAA;
	/*
	border-right:  1px solid #CCC;
	border-bottom:  1px solid #CCC;
	*/
	border-right:  1px solid #AAA;
	border-bottom:  1px solid #AAA;
	
	width:246px;
}

.input_std_err{
	color: #333;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 12px;
	border-top: 2px solid #2C5970;
	border-left:  2px solid #2C5970;
	border-right:  2px solid #2C5970;
	border-bottom:  2px solid #2C5970;
	width:244px;
}

.select_std{
	font-size: 10px;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #333;
	border-top: 1px solid #AAA;
	border-left:  1px solid #AAA;
	/*
	border-right:  1px solid #CCC;
	border-bottom:  1px solid #CCC;
	*/
	border-right:  1px solid #AAA;
	border-bottom:  1px solid #AAA;
	
	width:250px;
}

.select_std_err{
	font-size: 10px;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #333;
	border-top: 2px solid #2C5970;
	border-left:  2px solid #2C5970;
	border-right:  2px solid #2C5970;
	border-bottom:  2px solid #2C5970;
	width:250px;
}

.userinput {
	/*width: 364px;*/
	font-size: 9px;
	line-height: 13px;
	color: #333;   /* vorher: #000 */
	padding-bottom:10px;
}

.label{
	font-size: 9px;
	line-height: 13px;
	color: #2c5970;
	padding-top: 0px;
	padding-bottom:0px;
	padding-right: 10px;
	font-weight: bold;
	vertical-align: top;
	width: 172px;
	/*width: 162px;*/
}

.label_thin{
	font-size: 9px;
	line-height: 13px;
	color: #2c5970;
	padding-top: 0px;
	padding-bottom:0px;
	padding-right: 10px;
	font-weight: normal;
	vertical-align: top;
	width: 172px;
	/*width: 162px;*/
}
.label_err{
	font-size: 9px;
	line-height: 13px;
	color: #9c0000;
	padding-top: 0px;
	padding-bottom:0px;
	padding-right: 10px;
	font-weight: bold;
	vertical-align: top;
	width: 172px;
}
.input_text_std {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 13px;
	width: 244px;
	height: 70px;
}
.input_text_std_err {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 13px;
	border-top: 2px solid #2C5970;
	border-left:  2px solid #2C5970;
	border-right:  2px solid #2C5970;
	border-bottom:  2px solid #2C5970;
	width: 244px;
	height: 70px;
}
.input_longtext_std {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 13px;
	width: 244px;
	height: 270px;
}
.input_longtext_std_err {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 13px;
	border-top: 2px solid #2C5970;
	border-left:  2px solid #2C5970;
	border-right:  2px solid #2C5970;
	border-bottom:  2px solid #2C5970;
	width: 244px;
	height: 270px;
}
#container_center .submitbox{
	font-size: 9px;
	line-height: 14px;
	height: 18px;
	padding-left: 2px;
	padding-right: 2px;
	color: #2C5970;
	background-color:#E9E9E9;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

#buttons{
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 30px;
	width:434px;
}
#container_center #buttons .backward{
	text-align: left;
}
#container_center #buttons .forward{
	float:right;
}
#buttons .submitbox{
	width: 100px;
}

#container_right {
	/*top: 353px;*/
}

#container_center .introduction_250{
	font-size: 10px;
	line-height: 13px;
	color: #333;
	padding-top: 4px;
	padding-bottom:18px;
	width:432px;
}
#container_center .introduction_250 a{
	color: #333;
	text-decoration: underline;
}


.cdt_back {
	font-size: 9px;
	color: #999;
	clear: left;
	padding-top:3px;
}

.cdt_back a{
	font-size: 9px;
	color: #999;
	clear: left;
	text-decoration: none;
}
.cdt_back a:link{
	font-size: 9px;
	color: #999;
	clear: left;
	text-decoration: none;
}
.cdt_back a:visited{
	font-size: 9px;
	color: #999;
	clear: left;
	text-decoration: none;
}
.cdt_back a:hover{
	font-size: 9px;
	color: #999;
	clear: left;
	text-decoration: underline;
}
.cdt_back a:active{
	font-size: 9px;
	color: #999;
	clear: left;
	text-decoration: none;
}

#container_center .comment{
	font-size: 9px;
	line-height: 13px;
	color: #999;
	padding-top: 0px;
	padding-bottom:0px;
	padding-right: 10px;
	font-weight: normal;
}

.error{
	color: #2c5970;
	font-weight: bold;
}


/* INFO: Kategorien, Ein-/Ausblenden von "andere Kategorie" */
.halfbox_sel{
	width: 119px;
}

#bf_cat_box{

}

#bf_cat_oth{
	width:117px;
}

#bf_cat{
	font-size: 10px;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #333;
	border-top: 1px solid #AAA;
	border-left:  1px solid #AAA;
	/*
	border-right:  1px solid #CCC;
	border-bottom:  1px solid #CCC;
	*/
	border-right:  1px solid #AAA;
	border-bottom:  1px solid #AAA;
	
}

.rightbox_enabled{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 12px;
	color: #333;
	border-top: 1px solid #AAA;
	border-left:  1px solid #AAA;
	/*
	border-right:  1px solid #CCC;
	border-bottom:  1px solid #CCC;
	*/
	border-right:  1px solid #AAA;
	border-bottom:  1px solid #AAA;
	
	margin-left:7px;
	/*width: 105px;*/
}

.rightbox_disabled{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 12px;
	border-top:#fff solid 1px;
	border-left: #fff solid 1px;
	border-bottom: #fff solid 1px;
	border-right: #fff solid 1px;
	color: #fff;
	background-color: #fff;
	margin-left:7px;
	/*width: 105px;*/
}

.rightbox_bf_cat{
	float:right;
	display: none;
}



#container_center .agb_text {
	padding-left:15px;
	text-indent:-15px;
	color: #2c5970;
	padding-top:0px;
	line-height:12px;
	font-size:9px;
	padding-bottom:10px;
}

#container_center .agb_text_err {
	padding-left:15px;
	text-indent:-15px;
	color: #9c0000;
	padding-top:0px;
	line-height:12px;
	font-size:9px;
	padding-bottom:10px;
}

#container_center .agb_text a{
	color: #2c5970;
}

#container_center .agb_text_err a{
	color: #9c0000;
}

/* aus grundlayout_formular ... */
#container_center .checkbox{
	width: 12px;
	vertical-align:-4px;
}

.cdt_infotext_02 {
	width:440px;
	margin-right: 50px;
	padding-top: 0px;
	/*padding-bottom: 10px;*/
	/*border: 1px solid black;*/
	margin-top:20px;
}

