@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:normal;
	color: #333;
	line-height:16px;
}

/*
----------------------------------------------------------------------------------
content
----------------------------------------------------------------------------------
*/

h1 {
	font-size: 12pt;
	font-weight: bold;
	line-height:18pt;
	color: #333;
	
	padding-top:2px;
	margin:0px;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #333;
	line-height:14pt;
}
h3 {
	font-size: 9pt;
	font-weight: bold;
	color: #333;
	line-height:12pt;
}

p {
	font-size: 9pt;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul {
	list-style-type:square;
	font-size: 9pt;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ol {
	font-size: 9pt;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

li {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
}

blockquote {
	font-size: 9pt;
	font-style:italic;
	color: #333;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 30px;
	padding-top: 15px;
	padding-left: 70px;
	padding-right: 20px;
	background-image:url(../bilder/allgemein/bq.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	background-color: #ddd;
	min-height: 50px;
	text-align: justify;
}

.normal {
	font-size: 9pt;
	font-weight:normal;
	color: #333;
}

.fett {
	font-weight:bold;
}

.kleine_schrift {
	font-size: 6pt;
	font-weight:normal;
}

.kleine_schrift_grau {
	font-size:6pt;
	color:#999;
	font-weight:normal;
}

a{
	font-weight:normal;
	color: #666;
	text-decoration:none;
}
a:hover{
	font-weight:normal;
	color: #000;
	text-decoration:none;
}

#content_text table {
	margin-top:20px;
	border-width:0px;	
}
#content_text table caption {
	padding: 3px 3px 6px 3px;
	text-align:left;
	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
table caption {
	padding: 3px 3px 6px 3px;
	text-align:left;
	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#content_text table th {
	
}
#content_text table td {
	padding:3px;
	vertical-align:top;
}
#content_text table td p {
	padding:0px;
	margin:0px
}

/*
----------------------------------------------------------------------------------
Footer
----------------------------------------------------------------------------------
*/

#footer {
	font-size:8pt;
	color:#999;
	font-weight:normal;
}

#footer a{
	font-size:8pt;
	color:#999;
	font-weight:normal;
	text-decoration:none;
}
#footer a:hover{
	color: #666;
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
}

/*
----------------------------------------------------------------------------------
Formulare
----------------------------------------------------------------------------------
*/

.formtext1 {
	font-size: 12px;
	border: 1px solid #999;
}

td.error_1 {
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	text-align: right;
	color: #F00;
	font-weight: bolder;
}
td.error_2 {
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	text-align: left;
	color: #F00;
	font-weight: bolder;
}

.fehler {
	color: #F00;
	font-weight: bolder;
}

/*
----------------------------------------------------------------------------------
sonstige Klassen
----------------------------------------------------------------------------------
*/

.projectlist_schwarz {
	color: #000;
}
.projectlist_grau {
	color: #999;
}

.bild_links {
	float:left;
	margin-right:40px;
	margin-bottom:3px;
}
.bild_rechts {
	float:right;
	margin-left:40px;
	margin-bottom:3px;
}

.spalte_links {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 220px;
}
.spalte_rechts {
	float: left;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	width: 220px;
}
.sonstiges_2_spalten {
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 480px;
	height: 185px;
}