html, body  {
  width: 100%;
  height: 100%;
}

html{
  height: 100.1%;
}

* {
	padding:0;
 	margin: 0; 
 	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 1em;
}

body  {
 	background: white;
 	font-size: 62.5%;
 	font-family:Verdana,Arial,Helvetica, sans-serif;
 	font-weight:normal;
 	font-style:normal;
	line-height:150%;
	text-align: center;
    color:black;
}

#OuterShell{
	position:relative;
	height:100%;
	width:100%;
	text-align: center;
	background:url(bg_header.jpg) top left repeat-x;
}

#InnerShell{
	position:relative;
	margin:0 auto;
	width:985px;
	text-align: left;
	overflow:hidden;
}

#pageregionTop{
	position:relative;
	width:100%;
	height:203px;
}

#Logo{
	position:absolute;
	top:145px;
	left:889px;
	height:47px;
	width:93px;
}

#HeadlineImage{
	position:absolute;
	top:29px;
	left:42px;
	height:90px;
	width:542px;

}

#Login {
	position:absolute;
	top:0px;
	left:661px;
	height:62px;
	width:324px;
	background:url(login_bg.png) top left no-repeat;
	color:white;
	font-size:11px;
}
#Login p{
	padding:7px 13px;
	font-size:10px;
}
#Login .userFunctions{
	padding:0 13px;
}
#Login form{
	padding:0px 13px;
}
#Login a{
	color:white;
}
#Login .text {
	border:none;
	display:inline;
	float:left;
	background:url(login_input.gif) top left no-repeat;
	color:#666666;
	height:23px;
	width:100px;
	margin:0 4px 0 0;
	padding:3px 0 0 5px;
}

#Channel {
	position:relative;
	top:154px;
	left:40px;
	height:34px;
	width:800px;
}
#Channel ul {
	position:relative;
	top:0;
	left:0;
	margin:0;
	padding:0;
	height:34px;
}
#Channel ul li {
	position:relative;
	top:0;
	left:0;
	height:35px;
	line-height:35px;
	display:inline;
	float:left;
	list-style:none;
	margin:0 9px 0 0;
	padding:0 9px 0 0;
	border-right:1px dotted #999;
}

#Channel ul li:last-child {
	border:none;
}

#Channel a {
	height:35px;
	line-height:35px;
	font-size:18px;
	color:#999;
	text-decoration:none;
}

#Channel a.current,
#Channel a:hover,
#Channel a:active {
	color:#FD0622;
	text-decoration:none;
}

#ContentShell {
	position:relative;
	top:0;
	left:0px;
	width:100%;
	clear:both;
	height:auto;
	padding-bottom:200px;
}

#Macronavigation{
	position:relative;
	top:0;
	margin-left:40px;
	width:938px;
	height:50px;
	border-bottom:1px dotted #999;
}
#Macronavigation ul {
	position:relative;
	top:0;
	left:0;
	margin:0;
	padding:0;
	height:41px;
}
#Macronavigation ul.firstlevel{
	padding:9px 0 0 0;
}
#Macronavigation ul li {
	position:relative;
	top:0;
	left:0;
	height:41px;
	display:inline;
	float:left;
	list-style:none;
	margin:0 9px 0 0;
	padding:0 9px 0 0;
	border-right:1px dotted #999;
}

#Macronavigation ul li:last-child {
	border:none;
}

#Macronavigation a {
	line-height:130%;
	font-size:12px;
	color:#999;
	text-decoration:none;
}

#Macronavigation a.current,
#Macronavigation a:hover,
#Macronavigation a:active {
	color:#FD0622;
	text-decoration:none;
}


#pageregionMiddle {
	position:relative;
	top:0;
	left:0px;
	margin:27px 0 0 40px;
	width:938px;
}

#pageregionBottom{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	text-align: center;
	height:159px;
	background:url(bg_footer.jpg) top left repeat-x;
}

#pageregionBottomInnerShell{
	position:relative;
	margin:0 auto;
	width:985px;
	height:159px;
	text-align: left;
	overflow:hidden;
}

#Copyright{
	position:absolute;
	top:136px;
	left:46px;
	width:auto;
	text-align: left;
	overflow:hidden;
	color:white;
}
#Copyright a{
	color:white;
}
#Copyright a:hover{
	color:#FD0622;
}


#Teaser{
	position:absolute;
	margin:25px 0 0 46px;
	width:943px;
	height:108px;
	text-align: left;
	overflow:hidden;
}

#Teaser .ZMSTeaserElement{
	width:307px;
	height:108px;
	text-align: left;
	float:left;
}
.ZMSTeaserElement .title{
	color:#ED0A2D;
	font-size:13px;
}
.ZMSTeaserElement .text{
	color:#666;
	font-size:11px;
}

.rot {color:#FD0622 !important;}
h1 {
	font-weight:normal;
	font-size:27px;
	line-height:130%;
	color:#FD0622;
	padding-bottom: 24px;
}

h2{
	font-size:21px;
	line-height:130%;
	padding-bottom: 24px;
	font-weight:normal;
	color:#FD0622;
}

h3 {
	font-size:15px;
	font-weight:normal;
	line-height:130%;
	padding-bottom: 24px;
	color:#666;
}

h4 {
	font-size:14px;
	font-weight:normal;
	color:#666666;
}

h5 {
	font-size:11px;
	font-weight:normal;
	color:#666666;
}
#pageregionContent p{
	line-height:130%;
	font-size:13px;
	color:black;
}

hr{
	border:none;
	height:1px;
	width:100%;
	border-bottom:1px dotted #999;
	padding:23px 0 0 0;
	margin: 0 0 23px 0;
}

i,em  {
	font-style:italic;
}

small, .small {
	font-size: 0.9em;
}

a,
a:link,
a:visited {
	color:#006699;
	text-decoration:none;
}

a:hover,
a:active,
a:focus {
	color:#FD0622;
	text-decoration:none;
}

a img {
	border:none;
}

a.zoom img.zoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
}

.InfoKasten{
	margin:23px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #666;
	padding: 10px;
}
.TextAkkordeon{
	margin:10px 0;
}

.TextAkkordeon .TextAkkordeonElement h2 {
	font-weight:normal;
	padding: 5px 0px 5px 20px;
	color:#666666;
	font-size:21px;
	cursor:pointer;
	margin:0;
	background:url(tah_0.gif) 0 15px no-repeat;
}

.TextAkkordeon .TextAkkordeonElement h2.active{
	font-weight:normal;
	padding: 5px 0px 5px 20px;
	color:#FD0622;
	font-size:21px;
	margin:0;
	background:url(tah_1.gif)  0 15px no-repeat;
}
.TextAkkordeon .TextAkkordeonElement .inhalt{
	padding: 10px 0 10px;
	margin:0;
}


div.imgDownload{
	text-align:center;
}

table.imgDownloads {
	width:100%;
}

table.imgDownloads td{
	border:none !important;
	padding:2px 5px;

}

table,
table.border {
	border-collapse:collapse;
}
table.border td{
	border-collapse:collapse;
	border:1px dotted #999;
}

table td.borderb{
	border-bottom:1px dotted #999;
}
table td.borderr{
	border-right:1px dotted #999;
}
table td.borderl{
	border-left:1px dotted #999;
}
table td.bordert{
	border-top:1px dotted #999;
}


/***********************************************************************
Listen
***********************************************************************/
ul {
  list-style: square outside;
  margin: 0px 10px 15px;
  padding: 0px 30px;
}

ol {
  list-style: decimal outside;
  margin: 0px 10px 15px;
  padding: 0px 30px;
}

th,td{
text-align:left;
}

div.ZMSGraphic.left {
	text-align:left;
}
div.ZMSGraphic.right {
	text-align:right;
}
div.ZMSGraphic.center {
	text-align:center;
}
div.ZMSGraphic.floatleft {
	float:left;
	margin: 0 10px 0 0;
}

div.ZMSGraphic div.clearfloating {clear:none !important;}

div.ZMSGraphic.floatright {
	float:right;
	margin: 0 0 0 10px;
}
div.ZMSGraphic.center {
	text-align:center;
}
div.graphic.alignleft {
	float:left;
	margin: 0 10px 0 0;
	text-align:right;
}
div.graphic.alignright {
	float:right;
	text-align:right;
	margin: 0 0 0 10px;
}
div.ZMSGraphic div.text {
	padding:0 5px;
	font-style:italic;
}
div.ZMSGraphic.left div.text {
	padding:5px;
}
div.ZMSGraphic.left div.text h1,
div.ZMSGraphic.left div.text h2 ,
div.ZMSGraphic.left div.text h3 ,
div.ZMSGraphic.left div.text h4 {
	display:inline;
}

div.ZMSGraphic div.text p{
	margin:0;
}

.zend_form {
	margin-top:10px;
	margin-bottom:15px;
}

.zend_form dt{
	padding: 3px 0;
	line-height:130%;
	font-size:13px;
	color:black;
}
.zend_form dd{
	margin:0
	line-height:130%;
	font-size:13px;
	color:black;
	padding: 3px 0;
}
.clerasil:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clerasil {display: inline-table;}

/* IE-Mac \*/
* html .clerasil {height: 1%;}
.clerasil {display: block;}
/* /IE-Mac */

