@import url("screen/general.css");
@import url("screen/layout.css");
@import url("screen/tables.css");
@import url("screen/forms.css");
@import url("screen/cells.css");

/* * * * * * Servlets * * * * * */
@import url("screen/news.css");
@import url("screen/galery.css");
@import url("screen/events.css");
@import url("screen/newsletter.css");

/* * * * * * Admin-Deklaration * * * * * */

/* * * * * * Statusfinormationen * * * * * */
.statusmessage{
	font-weight:bold;
	padding: 1px;
	margin: 0 auto;
	text-align:center;
	width:90%;
	border: 5px solid #700;
}

.td_dark{
	background-color:#142121;
}
.td_heading{
	font-weight:bold;
	color: #B3BC98;
	background-color:#1E3131;
}

.td_form_dark{
	height:24px;
	background-color:#142121;
}
.td_form_light{
	height:24px;
	background-color:#182525;
}

/* * * Differing TMP-Loads * * */
.iframe_body{
	background-color: #000000;
	margin: 0px;
	padding:0px;
}
.galery_popup_body{
	text-align:center;
	vertical-align:baseline;
	background-color: #000000;
	margin: 0px;
	padding:0px;
}
/* * * * * * * Standardboxen * * * * * */
.box{
	border: 1px dotted #996600;
	width:600;
	margin:5px;
	margin: 0 auto;
	margin-bottom:20px;
	text-align:center;
	padding:0px;

}
.box_top{
	background-color:#9d7e5c;
	margin:0px;
	text-align:center;

}
.box_content{
	padding:10px;
}
.box_bottom{
	margin:0px;
	text-align:center;
}

/* * * * * * * * Dialogboxen * * * * * * */
.dialog{
	border: 1px dotted #000000;
	width:400px;
	margin:5px;
	margin: 0 auto;
	margin-bottom:20px;
	text-align:center;
	padding:0px;

}
.dialog_heading {
	color: #550000;
	font-size: 12px;
	font-weight: bold;
}

.dialog_top{
	color: #550000;
	font-size: 12px;
	font-weight: bold;
	background-color:#9d7e5c;
	margin:0px;
	text-align:center;

}
.dialog_message{
	padding:10px;
}
.dialog_bottom{
	background-color:#CDBCA9;
	margin:0px;
	text-align:center;
}

