@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 #fcb821;
	margin: 0 0 10px 0;
	padding: 0;
}

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

p {
	text-align:justify center;
}

#text_layer {
	width: 759px;
	margin-left: 10px;
	padding-top: 50px;
	min-height: 400px;
	padding-left: 3px;
}

	#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 #fcb821;
}
	fieldset legend {
		font-weight:bold;
	}
	
	fieldset input {
		width: 450px;
		border-top: 0px solid #fcb821;
		border-right: 1px solid #fcb821;
		border-left: 0px solid #fcb821;
		border-bottom: 2px solid #fcb821;
		background-color: #ffd232;
	}
	
	fieldset textarea {
		width: 450px;
		border-top: 0px solid #fcb821;
		border-right: 1px solid #fcb821;
		border-left: 0px solid #fcb821;
		border-bottom: 2px solid #fcb821;
		background-color: #ffd232;
	}

#termine {
	text-align: center;
}

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