body, h1, h2, h3,h4, h5, h6, adress, blockqoute, dd, dl, hr, p, form, ul, ol{
    margin: 0;
    padding: 0;
}

body {
    background: url("/img/bg_body.png") repeat-x scroll left top #ffffff;
    font-family: Verdana, "Helvetica Neue", sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    color: #44423E;
    vertical-align: top;
}

p   {
    font-family: Verdana, "Helvetica Neue", sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    color: #44423E;
    text-align: justify;
    }

h1  {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
    }

h2  {
    font-family: Arial, sans-serif;
    font-weight: lighter;
    font-size: 18px;
    line-height: 22px;
    }

h3, h4, h5, h6 {
    font-family: Verdana, "Helvetica Neue, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #44423E
    text-align: left;
}

a:link, a:visited   {
    color: #2082DD;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

a:active, a:focus {
    outline: 0;
}

a img {
    border: none;
}

a.small {
    font-size: 10px;
    line-height: 12px;
}

#header {

     width: auto;
     height: 160px;
}

#container {
    margin: 0 auto;
    width: 1000px;
    min-height: 400px;
}

/* Hier wird das Logo positioniert  */

#logo {
    background: url("img/logo.png") no-repeat scroll 0 0 transparent;
    height: 80px;
    margin: 0 auto 0 auto;
    width: 960px;
}

/* das ist der div für den Login */

#logoinner {
    float: right;
    font-size: 11px;
    line-height: 11px;
    margin: 28px 0 0 0;
}

.inputtext .inputpasswort {
    font-size: 11px;
    margin: 0;
    width: 142;
}

a.login {
    color: #96A4C1;
}

a.logout {
    color: #2082DD;
}

#email {
    width: 136px;
    height: 14px;
    padding: 2px;
}

#passwort {
    width: 136px;
    height: 14px;
    margin: 0 0 0 10px;
    padding: 2px
}

.passworttext {
    padding: 0 0 0 10px;
}



/* Beginn Navigation  */

#mainnav {
    height: 61px;
    margin: 6px auto 0 auto;
    width: 1000px;
}

#navigation {
    margin: 0; padding:0; width: 1000px; height: 59px; background-image:url(img/navigation.png)
}

#navigation li {
    margin: 0; padding: 0; list-style-type:none; display:inline; height: 59px; text-align:center; float:left; line-height: 50px;
}

#navigation a {
    display:block; height:61px;
}

#navigation a:hover {
    background-image:url(img/navigation.png)
}

#nav-start {
    width:218px;
}

#nav-start a:hover {
    background-position:bottom left;
    }

#nav-registrieren {
    width: 245px;
}

#nav-registrieren a:hover {
    background-position: -218px bottom;
}

#nav-gruendertest {
    width: 247px;
}

#nav-gruendertest a:hover {
    background-position: -463px bottom;
}

#nav-konto {
    width: 271px;
}

#nav-konto a:hover {
    background-position: -710px bottom;
}

#navigation span {
    display:none;
}

/* Beginn der Teaserbox */

#teaser {
    width: 960px;
    height: 120px;
    margin: 0 auto 0 auto ;
    padding-top: 366px;
    background:url("img/teaser.jpg") no-repeat 0 0;
}

#teasertext {
    width: 660x;
    height: 60px;
    float: left;
    padding-left: 16px;
}

#teasertext h1 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 5px;
}

#teasertext h2 {
    color: #ffffff;
    font-size: 21px;
}

#teasertext p {
    color: #ffffff;
    font-size: 21px;
}

#teaserbutton {
    width: 227px;
    height: 37px;
    float: right;
    margin-right: 16px;
    padding-top: 15px;
}

#teaserbutton h1 {
    display:block;
    width: 227px;
    height: 37px;
    background:url("img/teststarten.png") no-repeat 0 0;
    text-indent:-10000px;
    }

#teaserbutton h1 a {
    display: block;
    width: 100%;
    height: 100%;
}

#teaserbutton h1 a:hover {
    background:url("img/teststarten.png") no-repeat 0 -37px;
}

/* Beginn Text */

#innercontent {
   width: auto;
   margin: 6px auto 30px auto;
   padding: 0 35px 0 35px;
}

.column_left {
  float: left;
  width: 600px;
  margin-right: 30px;
}

.column_left ul{
   list-style-type: square;
   margin-left: 35px;
}

.column_left ol{
   list-style-type: decimal;
   margin-left: 37px;
   text-align: justify;
}

.column_left li{
   margin-left: -17px;
   padding-bottom: 8px;
}

.column_right {
  float: right;
  width: 285px;
  margin: 0 15px 15px 0;
}

p.column_right {
  text-align: left;
  padding-left: 5px;
}

.column_right li {
   list-style-type: none;
}

#fblikebox li{
  list-style:none;
}

#innercontent h1 {
   color:#4EA2F0;
   margin: 0 0 20px 0;
}

#innercontent h2 {
   margin-top: -20px;
   margin-bottom: 45px;
   color: #cccccc;
}

.column_left h3, img.headline {
   border-top: 1px solid #CCCCCC;
   margin: 1em 0 0.75em;
   padding-top: 0.75em;
}

.column_right h3{
   background-color: #4EA2F0;
   color: #FFFFFF;
   padding-left: 5px;
   margin-bottom: 10px;
}

.column_left h3, img.headline {
   width: 600px;
}

.contenttext {
   margin: 0 0 20px 0;
}

#innercontent p, ul {
  margin-bottom: 20px;
}



/* Dreispaltige Bereiche */

#threecolumns {
   clear: both;
   margin-bottom: 2px;
   width: 915px;
   margin-right: auto;
}

#threecolumns h3{
   border-top: 1px solid #CCCCCC;
   margin: 1em 0 0.75em;
   padding-top: 0.75em;
  }

a.blue{
   color: #4EA2F0;
}

a.white {
   color: #ffffff;
}

.column {
   float: left;
   margin: 0 30px 2em;
}


.column.left {
   margin: 0;
}


.column.right {
   float: right;
   margin: 0;
}

.column.p {

}

.infobox_left {
   background:url("img/kunde.png") no-repeat 0 0;
   width: 285px !important;
   height: 289px;
}

.infobox_center {
   background:url("img/partn.png") no-repeat 0 0;
   width: 285px !important;
   height: 289px;

}

.infobox_right {
   background:url("img/inno.png") no-repeat 0 0;
   width: 285px !important;
   height: 289px;
}

.partner_leftright {
   width: 190px;
}

.partner_center {
   width: 475px;
}

/* footer */

#footer {
     background:url("img/bg_footer.png") repeat-x scroll 0 0;
     clear: both;
     height: 100%;
     margin: 0 auto 0 auto;
     padding-top: 5px;

}

.footertext {
     border-top: 0px solid #CCCCCC;
     color: #73818E;
     font-size: 10px;
     text-align: center;
     margin: auto;
     width: 70%;
}

.footertext a{
     color: #73818E;
     margin-left: 10px;
}

/* intern.php Ergebnissteil */

tablebg {
   bg-color: #dddddd;
}

.dottedbottom {
   border-top: 1px dotted #cccccc;
}

h1.ergebnisse {
   color: #ffffff;
   padding: 8px 0 10px 8px;
   line-height: 32px;
}

a.ergebnisse {
   font-size: 14px;
}


/* login.php */

.loginrahmen {
   border: 1px solid #CCCCCC;
   width: 680px;
   min-height: 180px;
   margin: 6px auto 30px auto;
   padding: 0 130px 20px;
   background: #FFFFFF;
}

.loginheadline {
  border-bottom: 1px solid #AAAAAA;
  margin-top: 5px;
  padding: 16px 0 16px;
  border-color: #cccccc;
  padding-bottom: 0.5em;
}

.logintext {
  margin-top: 15px;
  padding: 6px 0 16px;
  padding-bottom: 0.5em;
}

#loginbox {
  margin-top: 10px;
  margin-bottom: 15px;
}

.loginfeldbox {
  clear: left;
  margin: auto;
  text-align: left;
  width: 380px;
  padding-top: 20px;
}

.loginfeldboxheadline {
  margin-bottom: 20px;
}

#loginerror {
  border: 1px solid #FF0000;
  background: #FFB3B3;


}

.loginerror {
  text-align: center;
  color: #000000;
}

.form_row {
  padding: 0 0 8px;
  text-align: left;
}

.form_row_right {
  text-align: right;
}

.form_row input {
  margin: 0;
}

.form_row .inputtext_m, .inputpasswort_m {
  width: 175px;
}

.inputtext_m, .inputpasswort_m {
  padding-bottom: 4px;
}

textarea, .inputtext_m, .inputpasswort_m {
  padding: 3px;
  font-size: 11px;
}

.clearfix {
  display: block;
}

.login_form_label {
  display: block;
  float: left;
  padding: 3px 0;
  width: 110px;
}

.login_form_label_long {
  display: block;
  float: left;
  padding: 3px 0;
  width: 150px;
}

#email_m {
}

#passwort_m {
}

#button {
    padding: 5px 0 0 100px;
    text-align: left;
}

#button2 {
    margin-left: 100px;
}
.submit {
    margin-left: 110px;
    margin-top: 5px;
    width: 100px;
}

.button1 {
    color: #ffffff;
    border: 1px solid #0355A2;
    background: #2082DD;
}
.button1:hover {
    border: 1px solid #2082DD;
    background: #9BC8F2;
}

/* hier kommt die formatierung für die Registrierung rein. Die positionierung erfolgt über die Div Klassen, die für den Loginbereich festgelegt wurden */

#reg_form_box .editor {
    margin: 0 0 7px;
}

.uiGrid {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}

td.label {
    font-size: 12px;
    padding-right: 3px;
    width: 105px;
}

.field_container {
    display: inline-block;
    position: relatiye;
    position: auto;
    margin: 2px; 0 1px;
}

div.field_container input {
    font-size: 14px;
    padding: 4px;
    width: 225px;
}

#loginbox .inputtext_m .inputpasswort_m {
    margin-top: 0;
}

textarea, .inputtext, .inputpasswort, .inputtext_m, .inputpasswort_m, .select{
    border: 1px solid #2082DD;
}
