/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font: 12px helvetica,arial,sans-serif;
	color: #716f76;
	background-color: #bebdbc;
	line-height: 1.3em;
}

input,textarea,select {
	width: 170px;
	border: 1px solid #716f76;
	font-size: 12px;
	color: #716f76;
}
textarea { width: 230px; }

a:link { color: #716f76; text-decoration:none; }
a:visited { color: #716f76; text-decoration:none; }
a:hover, a:active { color: #716f76; text-decoration:underline;}

a.nav:link { color: #FFF; text-decoration:none; }
a.nav:visited { color: #FFF; text-decoration:none; }
a.nav:hover, a.nav:active { color: #FFF; text-decoration: none;}

.nav_meta_act {color: #2968b1; font-size:12px; }
a.nav_meta_act:link { color: #2968b1; text-decoration:none; }
a.nav_meta_act:visited { color: #2968b1; text-decoration:none; }
a.nav_meta_act:hover, a.nav_meta_act:active { color: #2968b1; text-decoration:none; }
	
.content_link {
	font: 9px helvetica, arial, sans-serif;
	color: #FFFFFF;
	text-align: right;
	}
a.content_link:link { color: #FFFFFF; text-decoration:none; }
a.content_link:visited { color: #FFFFFF; text-decoration:none; }
a.content_link:hover, a:active { color: #2968b1;}

.blue-9-dark {font-size: 9px; color: #2968b1;}
a.blue-9-dark:link {font-size: 9px; color: #2968b1; text-decoration:none; }
a.blue-9-dark:visited {font-size: 9px; color: #2968b1; text-decoration:none; }
a.blue-9-dark:hover, a.blue-9-dark:active {font-size: 9px; color: #2968b1; text-decoration:none;}
.blue-10-dark {font-size: 10px; color: #2968b1;}
a.blue-10-dark:link {font-size: 10px; color: #2968b1; text-decoration:none; }
a.blue-10-dark:visited {font-size: 10px; color: #2968b1; text-decoration:none; }
a.blue-10-dark:hover, a.blue-10-dark:active {font-size: 10px; color: #2968b1; text-decoration:none;}
.blue-12-dark {font-size: 12px; color: #2968b1;}
a.blue-12-dark:link {font-size: 12px; color: #2968b1; text-decoration:none; }
a.blue-12-dark:visited {font-size: 12px; color: #2968b1; text-decoration:none; }
a.blue-12-dark:hover, a.blue-12-dark:active {font-size: 12px; color: #2968b1; text-decoration:none;}

.datenblatt {font-size: 12px; color: #2968b1; margin-left:10px;}
a.datenblatt:link {font-size: 12px; color: #2968b1; text-decoration:none; }
a.datenblatt:visited {font-size: 12px; color: #2968b1; text-decoration:none; }
a.datenblatt:hover, a.blue-12-dark:active {font-size: 12px; color: #2968b1; text-decoration:none;}

/*
.button {
	font: 9px helvetica, arial, sans-serif;
	color: #007fc4;
	text-align: right;
	}
a.button:link { color: #2968b1; text-decoration:none; }
a.button:visited { color: #2968b1; text-decoration:none; }
a.button:hover, a:active { color: #2968b1; text-decoration:underline; }

#form {
	font: 12px helvetica, arial, sans-serif;
	color: #007fc4;
	text-align: right;
	}
a.form:link { color: #2968b1; text-decoration:none; }
a.form:visited { color: #2968b1; text-decoration:none; }
a.form:hover, a:active { color: #2968b1; text-decoration:underline; }

p,div,table {
	margin: 0;
	padding: 0;
	font: 11px arial, helvetica, sans-serif;
	line-height: 17px;
	color: #000;
	/*background-color: #FFF;*/
/*}
p,div {
	text-align: justify;
}

table {
	text-align: left;
}
	


a.nohighlight:link { color: #000000; text-decoration:none; }
a.nohighlight:visited { color: #000000; text-decoration: none; }
a.nohighlight:hover, a.nohighlight:active { color: #000000; text-decoration: none;}

ul {
	line-height: 15px;
	list-style-type:disc;
}

input, select, textarea {
	font: 11px arial, helvetica, sans-serif;
	line-height: 14px;
	border: 1px solid #333333;
}

input.button {
	font: 11px arial, helvetica, sans-serif;
	font-weight: bolder;
	text-transform: none;
	color: #000;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}

.bigger {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	
}
*/