@charset "utf-8";
/* CSS Document */

.message{font-weight:bold;}
.message.green {color:#00CC00;}
.message.red {color:#990000;} 

.content_box {
	width:218px;
	margin-bottom:25px;
}

.box_headline {
	background-image:url(../pics/box_headline.jpg);
	background-repeat:no-repeat;
	
	height:26px;
	padding-left:19px;
	
	line-height:26px;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	
}

.box_dark_bg {
	background-image:url(../pics/dark_box_bg.jpg);
	background-repeat:repeat-y;

	padding:20px 19px 7px 19px;	
	min-height:13px;
}

.box_light_bg {
	background-image:url(../pics/light_box_bg.jpg);
	background-repeat:repeat-y;
	
	padding:7px 19px;
	min-height:52px;
	
	position:relative;
}

.box_line{
	line-height:1px;
	height:1px;
	background-image:url(../pics/box_line.jpg);
	background-repeat:no-repeat;
}

.box_footer {
	height:41px;
	background-image:url(../pics/box_footer.jpg);
	background-repeat:no-repeat;
}

.headline_news {
	font-weight:bold;
	padding-left:13px;
	background-image:url(../pics/grey_arrow.png);
	background-position:left 4px;
	background-repeat:no-repeat;
}

.news_link {
	position:absolute;
	right:20px;
	bottom:7px;	
}




.open.vHeadline {
	background-image:url(../pics/minus_icon.jpg);
}

.close.vHeadline {
	background-image:url(../pics/plus_icon.jpg);
}


.pfeil {
	background-image:url(../pics/grey_arrow.png);
	background-repeat:no-repeat;
	background-position:2px 4px;
	padding-left:15px;
}


.vHeadline {
	background-position:left 6px;
	background-repeat:no-repeat;
	cursor:pointer;
	height:20px;
	padding-left:13px;
}

.veranstaltung {
	border-bottom:1px solid #81a9d6;
	border-left:1px solid #81a9d6;
}

.veranstaltung td {
	border-right:1px solid #81a9d6;
	border-top:1px solid #81a9d6;
	vertical-align:top;
}

table .dark_bg {
	background-color:#add2fc;
}

table .light_bg {
	background-color:#cbe3ff;
}

table .grey_row, table .grey_row td {
	background-color:#666666;
	color:#FFFFFF;
}

table .red_row, table .red_row td {
	background-color:#990000;
	color:#FFFFFF;
}

.tableBorder {
	border:1px solid #f38d13
}
.light_row {
	background-color:#f2f2f2;
}
.dark_row {
	background-color:#e6e6e6;
}

table .blankoPage {
	background-image:url(../immozeitung/pics/blank_page.jpg);
	background-repeat:no-repeat;
	background-position:left;
	 
	width:75px;
	height:105px;
	
	text-align:center;	
}

.tableHead td, .backgroundgrey td, .backgroundlightgrey td {
	padding:2px;
}

.tableHead {
	background-color:#9a9290;
	color:#FFFFFF;
	font-weight:bold;
}

.backgroundgrey {background-color:#edecea}
.backgroundlightgrey {background-color:#ffffff}

.submit_button {
	color:#FFFFFF;
	border:1px solid #fcb465;	
	height:25px;
	line-height:25px;
	
	background-image:url(../pics/submit_button_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fa8e18;
	
	padding:3px 8px;	
}

#beispieltext {
	font-size:12px;
	font-weight:bold;
}
