body {
	background-color: #FFFFFF;
	background-image: url(images/bg_normal.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}


/* ----------------------------------------------------------- */


body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}


/* ----------------------------------------------------------- */


p {
	margin-top: 0;
}


/* ----------------------------------------------------------- */


h1 {
	font-weight: normal;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #095CA6;
}


/* ----------------------------------------------------------- */


h2 {
	font-weight: normal;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: bold;
	color: #095CA6;
}


/* ----------------------------------------------------------- */


.smallgrey {
	font-size: 11px;
	color: #A4A4A4;
	text-decoration: none;
}


/* ----------------------------------------------------------- */


.smallblue {
	font-size: 11px;
	color: #9DBEDB;
}


/* ----------------------------------------------------------- */


.smallblue2 {
	font-size: 11px;
	color: #095CA6;
}


/* ----------------------------------------------------------- */


.small {
	font-size: 11px;
}


/* ----------------------------------------------------------- */


li {
	margin-bottom: 0;
}


/* ----------------------------------------------------------- */


.white {
	color: #FFFFFF;
	font-size: 11px;
}


/* ----------------------------------------------------------- */


.bluebold {
	color: #095CA6;
	font-weight: bold;
}


/* ----------------------------------------------------------- */


.textinput {
	border: 1px solid #9DBEDB;
	width: 300px;
}


/* ----------------------------------------------------------- */


.textareainput {
	border: 1px solid #9DBEDB;
	width: 300px;
	height: 150px;
}


/* ----------------------------------------------------------- */


.infokasten {
	border: 1px solid #9DBEDB;
	padding: 20px;
	margin-top: 20px;
}


/* ----------------------------------------------------------- */


.table_auszug {
	border: 0;
	margin-top: 20px;
	background-color: #E9F2FA;
}


/* ----------------------------------------------------------- */


td#navi {
	padding: 20px;
}

td#navi p {
	margin: 0 0 11px 0;
	padding: 0 0 0 12px;
	background: url(images/pfeil1.gif) no-repeat 0px 3px;
}


/* ----------------------------------------------------------- */

ul.downloadliste {
    list-style-type: square;
	margin-left: 0;
	padding-left: 20px;
}

ul.downloadliste li {
	padding-bottom: 11px;
}


/* ----------------------------------------------------------- */


a, a:visited  { color: #095CA6; }
a:hover       { color: #990033; }

a.menu, a.menu:visited  { text-decoration: none; color: #095CA6;} 

a.menu:hover  { text-decoration: underline; color: #000000; }

a.menu2, a.menu2:visited  { font-size: 11px; text-decoration: none; color: #A6C4DF;} 
a.menu2:hover             { font-size: 11px; text-decoration: underline; color: #FFFFFF; }

a.smallmenu, a.smallmenu:visited  { font-size: 11px; text-decoration: none; color: #A4A4A4;} 
a.smallmenu:hover                 { font-size: 11px; text-decoration: underline; color: #000000; }


/* ----------------------------------------------------------- */

div.blueline {
	height: 1px;
	border-bottom: 1px solid #3F84C1;
	margin: 15px 0;
}

table#umfrage {
	margin: 40px 0 0 0;
}

table#umfrage td {
	padding: 5px 0 5px 0;
}

table#umfrage tr.borderunten td {
	border-bottom: 1px solid #3F84C1;
}

textarea.befragung {
	width: 465px;
	height: 100px;
	border: 1px solid #9DBEDB;
}

textarea.befragung2 {
	margin-top: 8px;
	width: 400px;
	height: 60px;
	border: 1px solid #9DBEDB;
}

input.befragung {
	width: 300px;
	border: 1px solid #9DBEDB;
}

input.error {
	border: 1px solid #990000 !important;
	background-color: #EBCCCC;
}
table.umfrage2 {
	width: 600px;
}

table.umfrage2 td.td1 {
	padding-bottom: 2px;
	padding-right: 15px;
	width: 150px;
	text-align: right;
	/* background: #EEE; */
}

table.umfrage2 td.td2 {
	padding-bottom: 2px;
	width: 435px;
}

label.error {
	color: #990000;
	display: inline;
	font-size: 11px;
	padding-left: 10px;
}

