/* CSS Document */


.frage {
	position: absolute;
	top: 75px;
	left: 160px;
	visibility: visible;
	z-index: 1;
	height: 350px;
	width: 325px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#antwort {
	position: absolute;
	top: 170px;
	left: 100px;
	z-index: 2;
	height: 164px;
	width: 390px;
	background-image: url(../grafik/sprechblase.gif);
	background-repeat: no-repeat;
	padding: 15px 15px 15px 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	visibility: visible;
}
.inhalt {
	width: 300px;
}

a:link{
	color: #009933;
	text-decoration: none;
}
a:visited{
	color: #009933;
	text-decoration: none;
}
a:hover{
	color: #006633;
	text-decoration: underline;
}


#navigation {
	width: 145px;
	position: absolute;
	left: 0px;
	top: 65px;
}

#navigation p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
	
.marginal {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}


/* Veranstaltungs Styles */

.design_01 {   
	font-family: verdana, sans-serif;
	font-size: 12px; 
	margin: 0; 
	margin-bottom: 10pt;
	padding: 0;
}

.headline_01, .headline_02 {
	margin-top:25px;
	font-size: 12px; 
}

.datum_01 {
	font-weight:bold; 
	margin-top: 20px; 
	margin-bottom: 5px;
}

.info_01 {      
	margin-bottom: 10px;
	background-color: #F0F9E8;
	border-top: 1px #009933 solid;
	border-bottom: 1px #009933 solid;
	padding: 3px;
	width: 96%;
}

/* Formular Styles */

.txtRot {
	font-size: 10px;
	color: #FF0000;
}
.formularfeld {
	background-color: #F0F9E8;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #006633;
	border-bottom-color: #006633;
}
.btn {
	background-color: #D1EDB8;
	border: 1px solid #006633;
}

.bild_links {
	clear: right;
	float: left;
	margin-right: 10px;
}

