/* BEGINN Standardformatierung */

*{
	margin: 0;
	padding: 0;
}

body{
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
}

h1{
	font: normal 1.8em Georgia, 'Times New Roman', serif;
	color: #000;
	border-bottom: 1px solid #000;
	margin: 0 0 20px 0;
	padding: 0px 0 0 0;
}

/* ENDE Standardformatierung */

p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

/* BEGINN Seitenlayout */

#container{
	background: #fff;
}

#header{
	height: 50px;
	width: 100%;
	text-align: center;
	background: #006633;
	border-bottom: 2px solid #fff;
}

#main{
	margin-left: 0px;
	background: #fff;
}

#column{
	float: right;
	color: #000;
}

#content{
	color: #000;
	padding: 15px 15px 15px 30px;
}

#footer{
	background-color: #006633;
	text-align: center;
	height: 21px;
	color: #fff;
}

/* ENDE Seitenlayout */

a{
	padding: 10px;
	height: 50px;
	background: #cdcdcd;
}

a:link{
	font: normal 1.8em Georgia, 'Times New Roman', serif;
	color: #fff;
	text-decoration: none;
}

a:visited{
	font: normal 1.8em Georgia, 'Times New Roman', serif;
	color: #fff;
	text-decoration: none;
}

a:hover{
	font: normal 1.8em Georgia, 'Times New Roman', serif;
	color: #f00;
	text-decoration: none;
	border: 4px solid #000;
}

a:active{
	font: normal 1.8em Georgia, 'Times New Roman', serif;
	color: #f00;
	text-decoration: none;
}

/* BEGINN Formulardefinierung */

fieldset{
	padding: 10px;
	border-color: #006633;
}

legend{
	font: bold 1.4em Georgia 'Times New Roman', serif;
	padding: 5px;
}

label{
	font: bold 1.0em Georgia 'Times New Roman', serif;
}

input, textarea{
	font: normal 0.8em Verdana, sans-serif;
	width: 600px;
	padding: 2px;
	border: 2px solid #c0c0c0;
	background-color: #e0ffff;
	display: block;
}

input.btn{
	font: normal 0.8em Verdana, sans-serif;
	width: 200px;
	display: inline;
	border: 2px dotted #000;
}

/* ENDE Formulardefinierung */


/* BEGINN News-Header-Formatierung */

.header_pkt{
	position: absolute;
	width: 25px; 
	height: 25px; 
	background: #006633;
}

.header_txt{
	width: 660px;
	height: 24px;
	margin-left: 25px;
	padding: 1px 0px 0px 5px;
	background: #c0c0c0; 
	color: #000;	
	font: bold 1.0em Georgia 'Times New Roman', serif;
}

.news_txt{
	display: block;
	margin-top: 12px;
	width: 600px;
	font: 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

