/**
 * Globale Einstellungen und Bugfixes
 * 
 * @section Browser-Reset
 */

/* Zurücksetzen der Innen- und Außenabstände */
* {
  margin: 0;
  padding: 0;
}

/**
 * Schriftgröße kontrollieren
 */
body, td, th { font: normal 12px Verdana, Verdana, Arial, Helvetica, sans-serif; }
td, th { f\ont-size: 100.01%; }

/* Farben und Hintergründe setzen */
html, body {
  color: #000000;
  /*background-color: #FFFFFF;*/
}

body 
{
	width:100%;
	height:100%;
	background-image:url(../images/bgBody.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed
}

 img, div { behavior: url("iepngfix.php") }
/*------------------------------------------------------------------------------------------------------*/

/**
 * Regeln für allgemeine Elemente
 *
 * @section Überschriften
 */
h1 {
  color: #000000;
  font-size: 1.5em;
  line-height: 1.3;
  margin: .8em 0;
}
h2 {
  color: #000000;
  font-size: 1.2em;
  margin: .3em 0 .8em 0;
  line-height: 1.1;
}

/**
 * @section Absätze
 */
p {
	margin: 0 0 21px 0;
	padding: 0;
	color:#000000;
	line-height:14px;
	letter-spacing:0px;
}


/**
 * @section Bilder
 */
 img { vertical-align: bottom; }
 
/* Rahmen verlinkter Bilder entfernen */
a img { border: 0; }


/**
 * @section Links und Anker
 */
a:link {
  color: #000000;
  text-decoration:underline;
}
a:visited {
  color: #000000;
  text-decoration:underline;
}
a:hover, a:focus {
  color: #000000;
  text-decoration:none;
}
a:active {
  color: #000000;
  text-decoration:none;
}

/**
 * @section Listen
 */
ul, ol { margin: 1em 0 1em 2em; }

li { margin: 0 0 .5em 0; }

dt {
  color: #3C6331;
  background-color: white;
  font-size: 1.5em;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 1.5em 0 .5em 0;
}

/**
 * @section Tabellen
 */
caption {
  color: #3C6331;
  background-color: white;
  font-size: 1.5em;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 1.5em 0 .5em 0;
}

/**
 * @section Formulare
 */
fieldset {
  border: 1px solid #987d21;
  margin: 1em 0;
  padding: 10px 1em;
  width:420px;
}
legend {
  color: white;
  background-color: #987d21; 
  padding: .3em 1em;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle; 
}
input[type="text"] {
  border: 1px solid #cbb8ba;  
  padding: 3px 10px;
  margin:0 0 5px 0;
}
input[type="submit"] {
  color: #2e050a;
  background-color: #f5f4f8;
  font-weight: bold;
  padding: 0 6px;
  margin-bottom:15px;
  margin-left:150px;
}
textarea {
  border: 1px solid #cbb8ba;
  margin: 1em 0;
  padding: 5px 15px;
  width: 200px;
  font-family: Verdana, Arial, sans-serif;
}
label {
  cursor: pointer;
  padding-right: .5em;
  width:150px;
  float:left;
}

/* Tabellen in Formularen */
form table {
  width: 100%;
  border-collapse: collapse;
  margin: .8em 0;
}
form td,
form th {
  color: inherit;
  background-color: #e8e7ee;
  border-bottom: 4px solid white; 
  padding: 5px 5px 5px 15px;
}
form th {
  width: 40%;
  text-align: left;
}




.powermail_mandatory_js
{
	color:#987d21;
	margin-bottom:20px;
}

/*------------------------------------------------------------------------------------------------------*/

/**
 * Regeln für besondere Bereiche
 * 
 * @section Container
 */
 
div#container
{
	position:absolute;
	left:50%;
	top:50%;
	width:957px;
	height:601px;
	margin:-300px 0 0 -478px;
}

#container #navigation
{
	margin:217px 135px 0 50px;
	width:192px;
	height:191px;
	float:left;
	display:inline;
}

#container #subnavigation
{
	float:left;
	width:235px;
	margin:220px 0 0 0;
	display:inline;
}

#container #subnavigation a
{
	display:block;
	width:200px;
}

#container #subnavigation .aktiv:link, 
#container #subnavigation .aktiv:visited, 
#container #subnavigation .aktiv:hover, 
#container #subnavigation .aktiv:active
{
	font-weight:bold;
	text-decoration:none;
}

#container #content
{
	width:322px;
	height:390px;
	float:left;
	overflow:hidden;
	margin:150px 0 0 0;
	display:inline;
}

#container #content p
{
	width:312px;
}

#container #impressum
{
	clear:left;
	width:152px;
	height:30px;
	padding:25px 0 0 20px;
}

#hoverContainer
{
	position:absolute;
	width:250px;
	height:200px;
	top:50%;
	left:50%;
	margin:15px 0 0 -280px;
}