html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html {  
	background: #d4d4d4;
}
body {  
	color : #000;
	font: 13px/150% Verdana, Helvetica, sans-serif;
	background: #d4d4d4;
}

#main h1 { font-size: 136%; margin-bottom: 1em;}
#main h2 { font-size: 122%; margin-bottom: 0.2em; }
#main h3 { font-size: 120%; }
h1 span, h2 span, h3 span { display: none; }

a {
	text-decoration: none;
	cursor: pointer;
	color: #00997c;
}

a:hover {
	text-decoration: underline;
	color: #00997c;
}

ul { margin: 0.5em 0 1em 1.5em;}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 1.3em;	
}

.small { font-size: 80% }
.error { color:#e60006; }
.ok { color:green; font-weight: bold; }
.javascript { display: none; }
.hide { display: none; }
.show { display: block;}
.indent {margin: 0 0 0 15px }
.highlight { color: #e60006; font-weight: bold;}
.soft { color: #9c9e9f; }

#titel-ansehen { margin-top: 10px }


/* layout */
#wrapper {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#header {
  width: 1000px;
  height: 152px;
}
  .logo {
    height: 124px;
    border-bottom: 1px solid #fff;
  }
  .claim {
    height: 26px;
    background: #e60006 url(../images/header-claim.png) no-repeat top left;
  }

#main {
  margin: 12px 0;
  background: #fff url(../images/background.png) repeat-y top left;
}
  #content {
    float: left;
    width: 665px;
    margin-right: 12px;
  }
    #content .inner {
      padding: 20px 18px
    }
  
  #sidebar {
    float: left;
    width: 323px;
  }
    #sidebar .inner {
      padding: 13px
    }

    #sidebar {
      float: left;
      width: 323px;
    }
  
  #footer {
    border-top: 6px solid #e60006;
    background: #fff;
    font-size: 92%;
    color: #9c9e9f;
  }
    #footer .inner {
      padding: 20px 18px;
    }
    .copyright {
      float: right;
    }

/* ===== */
  .spacer {
    height: 12px;
    background-color: #d4d4d4;
  }
  
  .button a {
    display: block;
    cursor:pointer;
    height:auto;
    float: left;
    padding:8px 6px;
    width:230px;
    background-color: #e60006;
    margin: 10px 20px 10px 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
  }
  .button a:hover {
    background-color: #00997c;
    text-decoration: none;
  }

/* menu */
ul.menu {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none; 
  margin: 0;
  padding: 0;
}
  ul.menu li {
    background: none;
    list-style-type:none;
    margin: 0;
    padding: 0 15px 0 0;
    float: left;
  }
  ul.menu li a {
    color: #9c9e9f;
  }
  ul.menu li a:hover{
    color: #000;
    text-decoration: none;
  }

/* grids */
.subcolumns{width:100%;overflow:hidden}
.c50l,.c25l,.c33l,.c38l,.c44l,.c56l,.c66l,.c75l,.c62l{float:left}
.c50r,.c25r,.c33r,.c38r,.c44r,.c56r,.c66r,.c75r,.c62r{float:right;margin-left:-5px}
.c25l,.c25r{width:25%}
.c33l,.c33r{width:33.333%}
.c50l,.c50r{width:50%}
.c66l,.c66r{width:66.666%}
.c75l,.c75r{width:75%}
.c38l,.c38r{width:38.2%}
.c62l,.c62r{width:61.8%}
.c44l,.c44r{width:44%}
.c56l,.c56r{width:56%}
.subc{padding:0 3px}
.subcl{padding:0 3px 0 0}
.subcr{padding:0 0 0 10px}


/* form */
form {
  font-size: 92%;
}
form div {
  padding-bottom: 5px;
  
}
label {
  display:block;
  padding: 0 0 3px 0;
}
form div label {
  width: 110px;
  float: left;
}

input.text {
  background-color: #efefef;
  border:1px solid #cccdce;
  font-family:Verdana,Helvetica,sans-serif;
  padding:2px 3px;
  width:160px;
}
select {
  font-family:Verdana,Helvetica,sans-serif;
  width:160px;
}
input.error {
  background-color: #e60006;
  color: #ffffff;
}

form .submit-btn {
  cursor:pointer;
  height:auto;
  padding:5px 3px;
  width:100px;
  background-color: #e60006;
  color: #fff;
  font-weight: bold;
  margin: 0px;
  width: 300px;
}

form label.error { display: block; width: auto; float: none; clear: left;}

#recaptcha_widget_div {
  margin: 10px 0 0 -10px;
}

/* hacks */
.clear:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
.clear {
display:inline-block;
}
* html .clear {
height:1%;
}
.clear {
display:block;
}

