/*********************************************************************************

  Project : van Bremen
  Copyright : elricco media services
  Function : Druckausgabe

**********************************************************************************/


/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h5,h6,pre,code { font-size:1em; font-weight:normal; }
h4 {
  font-size: 10pt;
}
h3 {
  font-size: 14pt;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table { border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ### reset some basic style ################################################### */

dl      {margin: 0 0 0 0;}
dl dt   {margin: 0 0 0 0;}
dl dd+dt  {margin-top: 0;}
dl dd   {margin: 0 0 0 0;}

ol      {list-style: none;}
ol li   {margin: 0 0 0 0;}
ol li ol  {margin: 0 0 0 0;}
ol li ul  {margin: 0 0 0 0;}

p     {margin-bottom: 1em;}

ul      {list-style: disc;}
ul li   {margin: 0 0 0 0;}
ul li ul  {margin: 0 0 0 0; list-style: none;}
ul li ol  {margin: 0 0 0 0;}

pre     {font-size:1.2em; }
a {
  text-decoration: none;
  color: #999;
}
a:hover { text-decoration:none; color: #333;}

hr {
  border: 1px solid #000;
  background-color: #FFF;
}

/* ### HTML ###################################################################### */
html {
  min-height: 99%;
  margin-bottom: 1px;
}

/* ### BODY ###################################################################### */
body {
  background:#8D000A;
  color: #333;
  font-family:arial, helvetica, sans-serif;
  font-size: medium;
  }

/* \*/ * html body { text-align:left; font-size: small; } /* *//* IE 5.5 Hack */

.clearer {
  display:block;
  clear:both;
  line-height:0;
  height:1px;
  font-size:0;
  visibility:hidden;
}

.clear {
  clear:both;
}

.floatLeft { float:left; }
.floatRight { float:right; }
.floatLeftImg { float:left; padding: 10px 10px 10px 0px;}
.floatRightImg { float:right; padding: 10px 0px 10px 10px;}

.warning { color:#f00; background: inherit; }

/* ### Website Content ############################################################ */
#site-content {
  position:relative;
  display:block;
  margin:0 auto;
  padding:0;
  left: 1px;
  height:100%;
  width:875px;
}

/* ### Header ##################################################################### */

#headerPic {
  display:none;
}

#header {
}

#header01 {
}

#header02 {
}

#header03 {
}

#header04 {
}

#header05 {
}

#header06 {
}

#header07 {
}

/* ### Logo ####################################################################### */
#logo {
}


/* ### Navigation ##################################################################### */

#navi {
display:none;
}

/* ### nav2nd - second level navigation ######################################### */


/* ### navPerm - permanent level navigation ######################################### */

#permLinkBox {
display:none;
}

/* ### NewsBox #################################################################### */

#newsbox {
  display:none;
}


/* ### Content #################################################################### */

#startcontent {
}

#printer {
  display: none;
}


#content {
}


/* hide from IE/MAC \*/
* html #content, * html #main-content {
  height:1px;
}
/* end hide */


#main-content {}

#main {
  float:left;
  width:840px;
  padding: 20px;
}


/* ### main-block => MainContent ################################################### */

#main-block {
  float:left;
  width:840px;
  border: 1px solid black;
}


#main-content-block {
  position: relative;
  float: left;
  width:630px;
}

#main-content-blocker {
  position: relative;
  float: left;
  width:630px;
}

#right-content-block {
  position: relative;
  text-align: right;
  float: right;
  width: 170px;
}


#main-content-text, #main-content-textshadow{
 position:absolute;
 width: 830px;
 text-align: center;
 }

#main-content-text {
 color: #FFFFFF;
 top: 10px;
 left: 10px;
 z-index:2;
}

#main-content-textshadow {
 color: #000000;
 top: 11px;
 left: 11px;
 z-index:1;
}

/* ### Left Column ###################################################################### */

#leftColumn {
  display:none;
} 

/* ### Footer ###################################################################### */

#footer {
  position: relative;
  display:block;
  width:570px;
  border-top: 1px solid #333;
  padding-right:10px;
  font-size: x-small;
}

#bms {
  float: right;
  font-size: x-small;
  text-align: right;
  width: 400px;
  margin-top: -12px;
}

#footer p {
  padding: 20px 0;
  color:#333333;
  background:inherit;
}

#footer p a,
#footer p a:link {
  color:#c4c4c4;
  text-decoration: underline;
  background:inherit;
}

#footer p a:hover {
  color:#333333;
  text-decoration: none;
  background:inherit;
}

a.ttext.title {
  color: #990000;
}

a:hover.ttext.title  {
  color: #333333;
}

/*/////////////////////////////////////////////////////////////////////////////
CSS - Definition - DEMO 1
do form!  
Stand: 2.08.2008 

Erstellt von: Thomas Skerbis 
Dieses CSS dient als Beispiel

Bitte nicht 1:1 übernehmen, ist ja auch nicht wirklich hübsch ;-) 
Funktioniert nicht mit Formular-Generator < v.4.43
 
/*



/* Formular Definition */


/* Div das das Formular umschließt */
.formgen {
  font-size: 1em;
  background-color: #FFFFFF;
}


label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;
}



.formgen form
{
line-height : 120%;
width: 500px;
}


/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
  margin-bottom: 15px;
  background-color: #FFFFFF;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 2px;
  padding-left: 5px;
}


/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
  width: 300px;
  height: 150px;
  margin-left: 4px;
  background-color: #FFFFFF;
}


/* Textfeld */
.formgen .formtext
{
  width: 300px;
  background-color: #FFFFFF;
  margin-left: 4px;
}
/* Trennelement , Abstand */
.formgen .formtrenn
{
  display: block;
  height: 30px; 
}
/* Hinweistext */
.formgen .formhinweis
{
  font-weight: bold;
  color: #003366;
  font-size: 1.2em;
}
/* Überschrift */
.formgen .formheadline
{
  font-weight: bold;
  color: #003366;
}


/* Passwortfeld */
.formgen .formpassword
{
  width: 300px;
  background-color: #FFFFFF;
  margin-left: 4px;
}
/*Captcha-Bild*/
.formgen .formcaptcha {
  border: 1px solid #990000;
}

/* Label */
.formgen label {
font-family: Arial, Helvetica, sans-serif;
width: 160px;
clear: left;
float: left;
height: 20px;
padding: 0px;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
  width: 300px;
  background-color: #FFFFFF;
  margin-left: 4px;
}


/* Sende-Button */
.formgen .formsubmit
{
  width: 30%;
  background-color: #990000;
  color: #FFF;
  float: right;
}


/* Definition des Fieldsets, das das ganze Formular umschließt */
.formgen fieldset {
  width: 500px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border: 1px solid #333;
  background-color: #FFFFFF;
}


/* Fieldsetbeschriftung */
.formgen legend {
  font-weight: bold;
  color: #990000;
  width: 140px;
  margin: 0px;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/

/* Fehlermeldung nach Versand */

.formgen .forminfo {
  color: #990000;
  background-color: #FFFFFF;
  border: 1px dashed #333;
  margin: 5px;
  padding: 5px;
}


/* Markierung der Labels bei Fehler */
.formgen .formerror {
  color: #990000;
  background-color: #FFFFFF;
}
.forminfo {
  color: #333;
  background-color: #FFFFFF;
  margin: 2px;
  padding: 4px;
  border: 1px solid #990000;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */