/* CSS Document */

/* Farben
	hellgün			#efefc4;
	dunkelgrün	#9B945D
	dunkelblau	#00314F
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
}

/* content ----------------------------------------- */
#content h1 {
	font-size: 20px;
	font-weight: bold;
	color: #00314F;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #00314F;
	margin-bottom: 20px;
}
#content h3 {
	font-weight: bold;
	color: #00314F;
	margin-bottom: 20px;
}
#content p {
	margin-bottom: 15px;
	line-height: 19px;
}
#content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
	list-style-position: outside;
}
#content li {
	padding: 0px;
	margin: 0px 0px 8px 0px;
}
#content a:link {
	text-decoration: none;
	color: #00314F;
}
#content a:visited {
	text-decoration: none;
	color: #00314F;
}
#content a:hover {
	text-decoration: none;
	color: #CCCC9A;
}
#content img {
	border: 0px;
}
/* Tabellen */
#content .table1 {
	margin: 0px 0px 15px 0px;
}
#content td {
	vertical-align: top;
	text-align: left;
}
#content td p {
	margin: 0px 0px 15px 0px;
}
/* Formularelemente */
#content label {
	color: #9B945D;
}
#content input {
	padding-right: 0px;
	border: 1px solid #999999;
	font-weight: normal;
}
#content textarea {
	padding-right: 0px;
	border: 1px solid #999999;
	font-weight: normal;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content input.error {
	padding-right: 0px;
	color: #000000;
	border: 1px solid #FF6600;
	background-image: url(../pictures/basic/warning_obj.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-weight: normal;
}
#content select.error {
	background-color: #FFFCE2;
	color: #000000;
}
#content input:focus, select:focus {
	border: 1px solid #FF6600;
	background-color: #EFEFEF;
}
#content a.but1 {
	display: block;
	height: 18px;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-top: none;
	border-bottom: none;
	background-image: url(../pictures/basic/buttonBckgrd1.gif);
	background-repeat: repeat-x;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;;
	text-align: center;
}
#content a.but1:hover {
	color: #FF6600;
}
/* slogan ------------------------------------------ */
#slogan p {
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
/* headertext ------------------------------------------ */
#headertext p {
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}
/* menu -------------------------------------------- */
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
}
#menu a:link {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#menu a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#menu a:hover {
	text-decoration: none;
	color: #9B945D;
	font-weight: bold;
}
#menu a:active {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
