body      {
	background: #CCCCCC;
	color: #4F4F4F;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px; }

* {	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;  }

/* Links */
a:link, a:visited, a:active, a:hover   { 
	color: #4F4F4F;
	background: transparent;
	font-size: 10pt;
	text-decoration: none;
	 }
a:hover  { color: #4F4F4F; }

/* Überschriften */
h1 {
	color: #5C81AE;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px solid #4F4F4F;
}
h2.marked{
	font-weight: bold;
	background: #FFD900;
	padding: 5px;
	margin: 0px;
	border-bottom: 0px;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
}
/* Überschrift für Impressum (muss gesetzt werden!) */
h2.impressum {
	font-size: 11pt;
	font-weight: bold;
}
/* Normale Texte */
span.impressum  {
	font-size: 10pt;  }
	



div.dist{
	padding: 10px;
}
div.dist_box{
	margin-left: 10px;
	border-left: 10px solid #FFDA02;
	padding: 5px 10px 5px 10px;
}



div#container_content{
	position: relative;
	width: 100%;
	text-align: center;
}
div#main{
	position: relative;
	width: 990px;
	background: white url('http://www.ziwa.eu/clips/grey.gif');
	margin-left: auto;
	margin-right: auto;
}
div#mainlarge{
	position: relative;
	width: 990px;
	background: white url('http://www.ziwa.eu/clips/greylarge.gif');
	margin-left: auto;
	margin-right: auto;
}
div#head{
	position: relative;
	width: 990px;
	text-align: center;
}
div#slogan{
	position: relative;
	width: 966px;
	text-align: left;
	background: #FFDA02;
	color: #5C81AE;
	font-weight: bold;
	padding: 5px 0px 5px 0px;	
}
div#slogandist  {
	padding-left: 220px;
}
div#menu {
	position: relative;
	width: 200px;
	float: left;
	text-align: left;
}
div#menu_dist{
	padding: 30px 0px 30px 30px;
}
div#content_container{
	position: relative;
	width: 790px;
	float: right;
}
div#content{
	position: relative;
	width: 557px;
	float: left;
	text-align: left;
}
div#contentlarge{
	position: relative;
	width: 789px;
	float: left;
	text-align: left;
}

div#content_dist{
	padding: 30px;
}
div#right{
	position: relative;
	width: 233px;
	float: right;
	text-align: left;
}
div#right_dist{
	padding: 20px 12px 30px 0px;	
}
div#bottom{
	position: relative;
	width: 966px;
	text-align: left;
	background: #FFDA02;
	font-weight: bold;
	padding: 5px 0px 5px 0px;	
}
div#bottom_dist{
	float: right;
	padding-right: 187px;
}
div#bottom_dist2{
	float: left;
	padding-left: 20px;
}
div#newsblock{
	position: relative;	
	padding: 10px;
	padding-left: 0px;
	border-bottom: 1px dotted #444444;
	border-top: 1px dotted #444444;
	margin-bottom:30px;
	background:#EEEEFF;
}
strong.newsblocktitel  {
}
div#newsblockdist  {
}




a.menu:link, a.menu:visited, a.menu:active, a.menu:hover   { 
	color: #B78F14;
	display: block;
	background: transparent;
	font-size: 11pt;
	text-decoration: none;
	padding: 5px 0px 5px 20px;
	background: url('http://www.ziwa.eu/clips/line.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	 }
a.menu:hover  { color: #5C81AE; }

a.menuactive  {
	color: #976F04;
	font-weight: bold;
}

a.bottom:link, a.bottom:visited, a.bottom:active, a.bottom:hover   { 
	color: #4F4F4F;
	background: transparent;
	text-decoration: none;
	
}
a.bottom:hover  { color: #5C81AE; }





input.form{
	width: 300px;
}
textarea.form{
	width: 300px;
}
