@charset "utf-8";
/* Text und Formular */

a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

	a:hover {
		color:#000000;
		text-decoration:underline;
		font-weight:bold;
	}


.extern {
		color:#000000;
		text-decoration:none;
		font-weight:bold;
		background-image:url(../../images/extern.gif);
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 15px;
}
	


hr {
	height: 1px;
	border: 0 none;
	border-top: 1px solid #006000;
	margin: 0 0 10px 0;
	padding: 0;
}

hr.short{
	height: 1px;
	border: 0 none;
	border-top: 1px solid #006000;
	padding: 0;
	width: 250px;
}

p {
	text-align:justify center;
}

#text_layer {
	width: 759px;
	margin-left: 150px;
	padding-top: 50px;
	min-height: 400px;
	padding-left: 3px;
}
	#text_layer .pic {
	    margin-left: -80px;
	    text-align: center;
	}

	#text_layer .t_column{
		background-color:#999999;
		color:#000000;
		text-align:justify;
		display:block;
		height: 200px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
		#text_layer .t_column h4{
			color:#000099;
			text-align:center;
			display:block;
		}

#pic_layer {
	width: 240px;
	margin-right: 23px;
	float: right;
}

h2 {
	text-align:center;
}

h3 {
	text-align:center;
}

h4 {
	text-align:center;
	font-weight:bold;
}


#uber1 {
	font-size: 14px;
	font-weight:bold;
}

#uber2 {
	font-size: 16px;
	font-weight:bold;
}

fieldset {
	width: 700px;
	border: 2px solid #008000;
}
	fieldset legend {
		font-weight:bold;
	}
	
	fieldset input {
		width: 450px;
		border-top: 0px solid #006000;
		border-right: 1px solid #008000;
		border-left: 0px solid #006000;
		border-bottom: 2px solid #008000;
		background-color: #006000;
		color:#fff;
	}
	
	fieldset textarea {
		width: 450px;
		border-top: 0px solid #006000;
		border-right: 1px solid #008000;
		border-left: 0px solid #006000;
		border-bottom: 2px solid #008000;
		background-color: #006000;
		color:#fff;
	}

#termine {
	text-align: center;
}

#termine table {
	text-align: left;
	width: 650px;
}


#beleg ul {
	list-style: none;
}

#beleg ul li {
		font-weight:bold;
		display: block;
		text-align: center;
		float: left;
		padding-top: 2px;
		margin-left: 10px;
		margin-right: 10px;
		
	}

div.pages {
	font-size: 10px;
	margin-top: 10px;
}
div.statusmsg { 
	border-style: solid;
	border-width: 2px;
	margin-bottom: 12px;
	margin-top: 20px;
	padding-bottom: 4px;
	padding-left: 30px;
	padding-right: 4px;
	padding-top: 4px;
}
 
	div.statusmsg.error {
		background-attachment: scroll;
		background-clip: border-box;
		background-color: #fab5b5;
		background-image: url("../../admin/icons/bullet_delete.png");
		background-origin: padding-box;
		background-position: 0px 50%;
		background-repeat: no-repeat;
		background-size: auto;	
		border-bottom-color: #ff0000;
		border-left-color: #ff0000;
		border-right-color: #ff0000;
		border-top-color: #ff0000;
		color: #880000;
	}

.box {
		background-color: #f6f6f6;
		border-color: #e4e4e4;
		border-style: solid;
		border-width: 1px;
		line-height: 1.5em;
		margin-bottom: 10px;
		padding-bottom: 6px;
		padding-left: 6px;
		padding-right: 6px;
		padding-top: 6px;
	}
	
	.box p{
		margin-left: 20px;
		margin-right: 20px;
	}

#content .box label{
		float: left;
		font-weight: normal;
		text-align: left;
		width: 150px;	
		margin-left: 20px;
	}

	#content .box form label{
		float: left;
		font-weight: 700;
		text-align: left;
		width: 150px;	
		margin-left: 20px;
	}

.box p.single {
		padding-left: 0px;
		text-align: right;
	}

.box h3 { 
	border-bottom-color: #bbbbbb;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #444444;
	font-size: 16px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 2px;
	text-align: left;
}