body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: center; /* IE 5.5 hack */
  	background-image: url(../images/bg_dia_light_bar.png);
	background-repeat: repeat-x;
	background-attachment: fixed; }

#wrapper {
	width: 60em;
	background-image: url(../images/bgcon_green.jpg);
	background-repeat: repeat;
	margin: 10px auto 0 auto;;
	text-align: left; }

/* Headerdefinition */
#header {
	letter-spacing: 0.2em;
	margin: 1em 1em 0 1em;
	padding: 1em 1em 1em 1em;
	height: 143px;
	background-image: url(../images/header_bg.gif);
  	background-repeat: repeat-x;
}

#logo {
   height: 101px;
/*   margin-top: 25px; */
   background-image: url(../images/logo.gif);
   background-repeat: no-repeat;
}

/* Horizontale Navigation */
#hmenu {
   height: 1.5em;
   background: #2E424F;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
}

#hnav {
   margin: 0;
   padding: 0;
   background: #2E424F;
}

#hnav ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #2E424F;
color: #F2EEEC;
width: 100%;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#hnav ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#hnav ul li a
{
padding-left: 1em;
padding-right: 1em;
padding-bottom: 5px;
padding-top: 5px;
color: #F2EEEC;
text-decoration: none;
/*border-right: 1px solid #F2EEEC;*/
}

.border
{
/*border-right: 1px solid #F2EEEC; */
}

#hnav ul li a:hover
{
	background: #F2EEEC;
	color: #3A291F;
}

#hnav  ul li a:active 
{ 
	border-left: 1px solid #F2EEEC; 
}

#hnav ul li a:focus{
	border-left: 1px solid #F2EEEC; 
	border-right: 1px solid #F2EEEC; 
}

/* Definitionen f?r Inhalte */

#content {
	font-size: .95em;
	margin: 1em;
}

#content img {
	background-color: white;
	float: right;
	clear: both;
	margin: 10px;
	padding: 3px;
	border: solid 1px #999999; 
}
table {
	margin-right: 1em;
	margin-left: 1em; }

td img {
	background-color: white;
	margin: 0px;
	padding: 2px;
	border: solid 1px #999999; 
	
}
blockquote {
	color: #17397a;
	height: 1.8em;
	/* border-left: 5px solid #17397a; */
    margin-left: 1.5em;
    padding-left: 1.5em;
	padding-top: 0.3em;
	font-family: "Bradley Hand ITC", Garamond, serif;
	font-weight: bold;
	font-size: 1.8em; }

#footer {
  background-image: url(../images/bgcon_green.jpg);
  float: left;
  font-size: 0.7em;;
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px dashed #2E424F;
}

#design
{
	float: right;
}
#clearer {
   clear: both;
   margin: 0;
   padding: 0;
}

#impressum {
	font-size: 0.8em;
	border: solid 1px #17397a;
	padding: 1em; }

#impressum th {
	font-weight: bold;
	width: auto;
	text-align: left
}

#impressum td {
	width: auto;
	text-align: left
}
img { 
	margin-left: 1em;
	border: 1px solid black;
}

h1 { 
   color: #17397A;
   font-size: 1.5em;
   text-transform: capitalize;
   letter-spacing: 0.3em;
}

h2 { 
   color: #17397A;
   font-size: 1.1em;
   text-transform: capitalize;
   letter-spacing: 0.3em;
}
dl {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em; }

dt {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 2em; }

dd {
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
	text-indent: 4em;
	margin-bottom: 1.5em; }

/* Formatierungen fürs Formular*/
form {
	margin-left: 1em;
	margin-right: 1em;
	font-size: 0.8em;
	padding-bottom: 2em;
/*	height: 40em; */
}

label {
	font-weight: bold;
	color: #17397A;
	width: 8em;
	float: left;
	text-align: right;
}

input {
	display: inline;
	background-color: transparent;
	margin-left: 1em;
	text-align: left;
}

textarea {
  margin-left: 1em;
  width: 30em;
  height: 10em;
}
form br {
	line-height: 0.5em; }

.textfeld {
   border: 1px solid #17397a;
}

.button {
  text-align: center;
  width: 10em;
  height: 2em;
  margin-left: 10em;
}


