@import "font.css";
/* ------------------1. GENERAL--------------------*/

html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

blockquote, cite {
	margin: 0 0 1em 1.5em;
	width: auto;
}

dd {
	margin: 0 0 1em 2em;
}


fieldset, img {
	border: 0 solid;
}

input {
	vertical-align: middle;
	padding: 2px 2px;
	margin: 3px 0 0 0;
}

select {
	padding: 2px 2px;
	margin: 3px 0 0 0;
}

textarea {
	width: 600px;
	height: 6em;
}

input.checkBox, input.radioBox {
	border: none!important;
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
}

input.button {
	width: auto;
	padding: 1px;
}

ul, ol, dl {
	margin: 0 0 1em 1em;
	font-size: 0.95em;
}

li {
	line-height: 1.5em;
	margin-left: 1.5em;
}

p {
	line-height: 1.3em;
	font-size: 0.95em;
	padding: 0 0 8px 0;
}

acronym, .acronym {
  cursor: help;
}

/* headings */
h1 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 16px 0;

}

h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 16px 0 16px;
	font-weight: bold;
}

h3 {
	font-size: 1.0em;
	margin: 0;
	padding: 0 0 8px;
	font-weight: bold;
}


/* verstecken bei vorhandenem CSS */
.hide {
	display:none;
}

/* ------------------3. LAYOUT--------------------*/

#main {
	margin: 16px 16px;

}

/* ------------------3.1. HEAD-------------------*/
#head {
	width: 810px;
	height: 98px;
	overflow: hidden;
}

/* ------------------3.2. MAIN CONTAINER-------------------*/
#main {
	padding-bottom: 16px!important;
}

#container {
	width: 808px;
	padding: 0 0 0 0;
	border: 1px solid #CDD6E7;
	border-top: 1px solid #CDD6E7;
}

#container[id] {
	margin-top: 0px;
}

#container .text {
	padding: 8px;
}

/* ------------------3.3. FOOTER-------------------*/
#footer {
	width: 798px;
	padding: 8px 5px 5px 5px;
	margin-top: 8px;
	background: #003082;
	height: 19px;
	text-align: right;
	color: #fff;
	font-size: 0.95em;
}


/**MAIN CONTAINER TABELLEN**/

table {
	width: 808px;
	border-collapse: collapse;
	margin: 20px 0;
	font-size: 0.95em;
}

table tr th {
	padding: 4px 4px 6px 4px;
	vertical-align: top;
	background: #CDD6E7;
	border-left: 1px solid #fff;
}

table tr td {
	padding: 4px;
	vertical-align: top;
	background: #fff;
	border-left: 1px solid #CDD6E7;
	border-bottom: 1px solid #CDD6E7;
}

table.noborder tr td {
	border: 0px;
}

td.width120 {
	width:120px!important;
}

td.width40, th.width40 {
	width: 40px !important;
}
td.width500, th.width500 {
	width: 500px !important;
}
td.width500, th.width550 {
	width: 550px !important;
}
td.width600, th.width600 {
	width: 600px !important;
}
td.right, th.right {
	text-align: right;
}

span.htmlCode {
	font-size: 0.95em;
	padding: 8px 0;
	display: block;
	font-family:Courier,'Times New Roman',Times,serif;
}

div.conatinerleft {
	float: left;
	display: inline;
	padding-right: 12px;
}

.stretch, .clearer {
	clear:both;
	height:1px;
	margin:0;
	padding:0;
	line-height: 0px;
	overflow:hidden;
	display:block;
}
ol li {
	font-weight: bold;
	font-size: 1.1em;
	color: #003082;
}

ol.noEnumeration {
	list-style-type:none;
	margin-left:-10px;
}
li.subThema {
	margin-left: 35px;
}

.topLink {
	background: #fff url(../images/icon_link_top.gif) no-repeat 0px 4px;
	padding: 0 0 0 12px;
	font-size: 0.95em;
}

/* ------------------1. Kontaktformular--------------------*/

#kontaktformular table{
	width: auto;
}

#kontaktformular table tr td{
	border: 0px;
}

#kontaktformular .cell1 {
	padding-top: 10px;
}

#kontaktformular .input550 {
	width:550px;
	font:  0.95em Verdana, Arial, Geneva, Helvetica, sans-serif;
}

#kontaktformular input#anhang {
	width:560px;
}

#kontaktformular textarea.input550 {
	width:556px;
	font:  0.95em Verdana, Arial, Geneva, Helvetica, sans-serif;
}

#kontaktformular[id] textarea.input550 {
	width:554px;
}


#kontaktformular .error {
	color: #ff0000;
}

#kontaktformular div.error {
   padding: 4px 0;
   font-size: 0.95em;
}

#kontaktformular .submit100 {
	background: url(../images/bg_100_submit.gif) no-repeat 0 0;
	color: #fff;
	border: 0!important;
	text-decoration: none;
	font-size: 1em;
	height: 20px;
	width: 117px!important;
	padding: 3px 4px 5px 4px;
	text-align: center;
   margin-left: 576px;
   margin-top: -2em;
}

#kontaktformular[id] .submit100 {
   margin-top: -1.6em;
}

/* ------------------3. Demographietypen--------------------*/
.demotypen h2 {
	padding: 0px 0px;
}

.demotypen table {
	margin: 10px 0px;
}

.demotypen #header1 {
	padding: 16px 0 0 0;
}

.demotypen #header2 {
	padding: 16px 0 8px 0;
}