/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:#999;
	margin:0;
	padding:0;
	}

p {margin:0 0 1em;}


h1 {
	font-size:200%;
	font-weight:800;
	margin:0 0 .83em; 
	}

h2 {
	font-size:130%;
	font-weight:800;
	margin:.43em 0 .214em;
	}

h3 {
	font-size:100%;
	font-weight:700;
	margin:0 0 .27em;
	}

h4 {
	font-size: 100%;
	font-style:italic;
	font-weight:800;
	margin:0 0 .27em;
	}

/* Company Name in header bar */
h5 {
	font-size:120%;
	line-height:13px; 
	font-weight:800;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	}

/* header classes for Typo3 RTE */
.h2 {
	font-size:130%;
	font-weight:800;
	margin:.43em 0 .214em; 
	}

.h3 {
	font-size:100%;
	font-weight:700;
	margin:0 0 .27em;
	}

.h4 {
	font-size: 100%;
	font-style:italic;
	font-weight:800;
	margin:0 0 .27em;
	}

.h5 {
	font-size:120%;
	line-height:13px; 
	font-weight:800;
	font-family:verdana, arial, helvetica, sans-serif;
	margin:0;
	padding:0;
}

a {
	color:#093;
	background-color:#999;
	text-decoration:none;
	font-weight:600;
	}

a:link {
  color:#063;
  background-color:#999;
}

a:visited {
  color:#063;
  background-color:#999;
  }

a:hover {
  color:#093;
  background-color:#999;
  }

table {
	font-size:100%;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#000;
	background-color:#999;
	margin:0;
	padding:2px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#Content p {line-height:1.8;}

#Content blockquote p {line-height:1.5;}

/* The extra DIV (Main) is needed to overcome a shortcoming of Opera5/Win.
   The prefered way to set the width of the content would be to pad the 
   content of #Content using 
   "#Content>* {padding-left:95px; padding-right:15px;}" */

#Main {
	clear:left;
	float:left;
	width:70%;
	}

#Content {
	padding:50px 15px 0px 95px;
	}

.blockquote {
	margin:1em 2.7em 1.36em;
	color:#000;
	background-color:#999;
	line-height:1.5;
	}

/* horizontal ruler */
hr {
	width: 80%;
 	height: 2px;
	margin-left: auto;
	margin-right: auto;
	color: #093;
	background-color: #999;
}

.linkheader {
	font-size:130%;
	font-weight:800;
	margin:.43em 0 .214em;
}

.linkheader a:hover {
  color:#063;
	background-color:#999;
  }

/****************************************************************************************
# mail form 
# ***************************************************************************************/
div.tx-thmailformplus-pi1 form {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  position: relative;
  width: 90%;
  line-height: 2em;
}

label {
  padding-left: 20px;
}
p.formtext {
  padding-left: 20px;
  padding-top: 20px;
  margin: auto;
}

input, textarea, select {
  position: absolute;
  left: 13em;
	font-size:100%;
	color: #333;
	background-color:#ccc;
	border: 1px solid #333;
	padding:2px;
  margin: auto;
}
textarea {  
  height: 6em;
}

div.tx-thmailformplus-pi1 li {
  list-style-type: none;
  padding-left: 0px;
  margin-left: -20px;
  color: #990000;
  background-color: inherit;
  
}
div.tx-thmailformplus-pi1 img {  
  padding-left: 0px;
  margin: 0;
}
/***********************************************/
/* Header & Footer                             */
/***********************************************/

#Header {
	width:100%;
	margin-top:100px;
	height:30px;
	border-color:#093;
	border-style:solid;
	border-width:2px 0;
	voice-family: "\"}\"";
	voice-family:inherit;
	}

body>#Header {height:30px;}

#headerLeft {
	float:left;
	height:20px;
	padding:5px 0 0 95px;
	margin-bottom:5px;
	}

#headerOverlap {
	position:absolute;
	top:55px;
	left:55%;
	width:350px;
	height:154px;
	background-image:url(../images/logo_dn.gif);
	background-position:center left;
	background-repeat:no-repeat;
	}
	
#headerGraphic{
	position:absolute;
	top:14px;
	left:2px;
	width:488px;
	height:80px;
	background-image:url(../fileadmin/images/banner_6a.gif);
	background-position:center left;
	background-repeat:no-repeat;	
	border-color:#009;
	border-style:solid;
	border-width:1px 1px;
	}	

#footer{
	clear: both;
	border: 1px solid #093;
	font-size: 90%;
	color: #000;
	background-color:#999;
	padding: 5px 5px 5px 5px;
	text-align: center;
	vertical-align: middle;
}

#footer img{
	vertical-align: middle;
	border: 0 none #fff;
}

#copyrightText {	
	font-weight:800;
	padding: 5px 5px 5px 10px;
	}
	
/***********************************************/
/* Menus                                       */
/***********************************************/

#Menu {
	float:left;
	width:200px;
	margin-top:100px;
	padding:0px 10px 40px 10px;
	background-image:url(../fileadmin/images/dotted_vertical.gif);
	background-repeat:repeat-y;
	border-left: thin dotted #093;
	}

#Menu h2 {
	font-size:120%;
	font-weight:800;
	margin:.86em 0 0 5px;
	}

#Menu ul {
	margin:0 0 0 1.5em; 
	padding:6px;
	}

#Menu li {
	padding:2px;
	margin-left: 5px;
	}

#Menu li a:hover {
  color:#093;
	background-color:#999;
  }
	
#Topmenu {
	padding:10px 0px;
	margin:0px 0px 0px 95px;
	height:25px;
	}	

#Topmenu a {
	font-weight:800;
	text-decoration:none;
	}

#Topmenu a:link {
  color:#333;
	background-color:#999;
  }

#Topmenu a:visited {
  color:#666;
	background-color:#999;
  }

#Topmenu a:hover {
  color: #333;
  background-color:#999;
  }

#Printmenu {
	position:absolute;
	top:142px;
	left:95px;
	}
