/**
 * 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 80%/167% Verdana, Verdana, Arial, Helvetica, sans-serif; }
td, th { f\ont-size: 100.01%; }

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

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

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

/**
 * @section Absätze
 */
p {
	margin: .8em 0;
	padding: 0 .8em;
}


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


/**
 * @section Links und Anker
 */
a:link {
  color: #9db571;
  text-decoration:underline;
}
a:visited {
  color: #9db571;
  text-decoration:underline;
}
a:hover, a:focus {
  color: #9db571;
  text-decoration:none;
}
a:active {
  color: #9db571;
  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:955px;
	height:526px;
	margin:-263px 0 0 -477px;
}

#container #sprachwechsler
{
	width:955px;
	height:23px;
	text-align:right;
}

#container #sprachwechsler a:link, #container #sprachwechsler a:visited
{
	color:#818285;
	text-decoration:none;
	font-size:0.9em;
}

#container #sprachwechsler a:hover, #container #sprachwechsler a:active
{
	color:#818285;
	text-decoration:underline;
	font-size:0.9em;
}


#container #contentContainer
{
	width:955px;
	height:481px;
}

#container #contentContainer #leftContent
{
	height:481px;
	width:617px;
	float:left;
	margin:0 1px 0 0;
	background-image:url(../images/bgLeft.gif);
	background-repeat:no-repeat;
}

#container #contentContainer #leftContent #navigation
{
	color:#FFFFFF;
	margin:35px 0 0 35px;
}

#container #contentContainer #leftContent #navigation a:link, #container #contentContainer #leftContent #navigation a:visited
{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	width:auto;
}

#container #contentContainer #leftContent #navigation a:hover, #container #contentContainer #leftContent #navigation a:active
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	display:block;
	width:auto;
}


#container #contentContainer #rightContent
{
	height:481px;
	width:337px;
	float:left;
	/*background-image:url(../images/imagebild.jpg);*/
	background-repeat:no-repeat;
}

#container #impressum
{
	width:935px;
	height:23px;
	text-align:right;
}

#container #impressum a:link, #container #impressum a:visited
{
	color:#818285;
	text-decoration:none;
	font-size:0.9em;
}

#container #impressum a:hover, #container #impressum a:active
{
	color:#818285;
	text-decoration:underline;
	font-size:0.9em;
}

.powermail_captcha powermail_captcha_captcha
{
	margin-bottom:15px;
}