body, table, td, p {
	font: 12px Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: normal;
}

body, p, li{
    line-height: 1.3em;
}

body{
    background: black;
    text-align: center;
    padding: 0;
    margin: 0;
}

p {
	margin: 1em 0 1em;
	padding: 0;
}

img{
    vertical-align: bottom;
}

#container{
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 780px;
    background: url(../bilder/hintergrund_links.gif) repeat-y white;
}

#inhaltcontainer{
    height: 1%;
    padding: 0px 0px 20px 0px;
    position: relative;
    background: url(../bilder/scherenhintergrund.jpg) no-repeat bottom left;
}

#inhalt{
    line-height: 1.5em;
    position: relative;
    width: 570px;
    float: left;
}

.navigation, .navigation ul{
    list-style: none;
}

ul.navigation{
    margin: 0;
    padding: 0;
}

ul.navigation li{
    float: left;
}

#news{
    position: relative;
    width: 170px;
    float: left;
    margin-right: 10px;
}

#news .padding{
    padding: 0px 10px 0px 10px;
}

#news ul.navigation li{
    float: none;
    margin-bottom: 2px;
    font-weight: bold;
}

#logo{
    position: absolute;
    top: 14px;
    left: 664px;
    z-index: 2;
}

#footer{
    color: white;
    position: relative;
    background: url(../bilder/footer.jpg) #1F3C76 no-repeat;
    height: 20px;
    width: 770px;
    padding: 5px 0px 0px 10px;
}

#footer a{
    color: white;
}

h1{
    font-size: 13px;
    color: #324A90;
    margin: 0;
}

#inhalt h1{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #324A90;
    padding-left: 15px;
    background: url(../bilder/h1.gif) 0px 3px no-repeat;
}


h2{
    font-size: 12px;
}

h3{
    font-size: 12px;
}   

a {
	color: #324A90;
}

a:hover {
	color: #036;
	text-decoration: none;
}

a img{
	border: none;
}	

form { 
	display:inline
}


.rahmen {
	border: 1px solid black;
}

.datum {
	font-size: 10px;
	color: #808080;
}

.floatleft {
	float: left;
	margin-right: 10px;
	display: inline;
}

.floatright {
	float: right;
	margin-left: 10px;
	display: inline;
}


.tabellenrahmen {
	border: 1px solid black;
	border-collapse: collapse;
}
.tabellenrahmen thead td {
	background-color: #066DB0;
	border-bottom: 1px solid black;
	font-weight: bold;
	color: #000000;
}
.tabellenrahmen td {
	border: 1px solid black;
	padding: 4px;
	margin: 0;
}

/* Kontaktformular */
input, textarea, select {background: #ffffff; color: #000000;  border: 1px solid black;}

/*input.text, input.required { position: relative; display: block; float: left; margin-bottom: 5px; }*/
input.text, input.password, textarea.text{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    background: #ffffff url(../zubehoer/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
    font-size: 11px;
}

input.required, input.password.required, textarea.required{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    background: #ffffff url(../zubehoer/hintergrund_input_text_required.gif) repeat-x;
    border: 1px solid #F8D5D5;
}

.required.completed{
    background: #ffffff url(../zubehoer/hintergrund_input_text.gif) repeat-x !important;
    border: 1px solid #cccccc !important;
}

select{margin-bottom: 5px;}
body > select{margin-bottom: 0px;}

.checkbox {margin-bottom: 5px; border: 0;}

.submit{
    margin: 5px 0 5px 0;
    padding: 2px 2px;
    background: #ffffff url(../zubehoer/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
}

input:focus, select:focus, input.required:focus {border: 1px solid black;  }
form label.required {  color: red; }
form label.completed {  color: black; }
.ausfuellen {border: 1px solid red}
#formmailmessage {
    border: 1px solid #E7DBC6; 
    padding: 5px; 
    margin-bottom: 0px; 
    margin-top: 0px; 
    color: red;
    margin: 0px 0px 5px 0px;
    background: #ffffff url(../zubehoer/hintergrund_input_text_required.gif) repeat-x;
    display: none;
}

#formmailmessage.complete{
    color: green;
    border: 1px solid green;
    background: #ffffff url(../zubehoer/hintergrund_input_text.gif) repeat-x;
    font-weight: bold;
}

label { position: relative; width: 170px; float: left; margin-bottom: 5px; }
.kontakt {
    position: relative;
    width: 200px;
    display: block;
    float: left;
    margin-bottom: 5px;
}
.clearleft {clear: left; }
#anschrift{float: right;  position: relative; margin-right: 10px;}
#anschrift label { position: relative; width: 60px;  float: left; margin-bottom: 2px; }
#anschrift p{ margin-top: 4px;}
#kontaktform, #formmailmessage {width: 330px; margin-right: 10px; position: relative;}
#kontaktform .text{width: 180px;}
#kontaktform label { position: relative; width: 130px; float: left; margin-bottom: 5px; }
/* Ende Kontakt */

/* Sprachwahl */
#sprachen{
    position: absolute;
    top: 40px;
    left: 560px;
}

#sprachen ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sprachen ul li {
    margin-right: 5px;
    padding: 0;
    float: left;
    list-style: none;
    background: none;
}

#sprachen ul li a {
    text-decoration: none;

}

#sprachen ul li a img {
    vertical-align: bottom;
    filter : alpha(opacity=30);
    opacity : 0.50;
    -moz-opacity : 0.50;
}

#sprachen ul li a:hover img {
    filter : alpha(opacity=100);
    opacity : 1;
    -moz-opacity : 1;
}

#sprachen a.active img  {
    filter : alpha(opacity=100);
    opacity : 1;
    -moz-opacity : 1;
}
/* Ende Sprachwahl */

.made{
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

#produkteheller{
    position: relative;
    width: 156px;
    left: -10px;
    padding-left: 10px;
    margin-right: -15px;
    background: url(../bilder/produkteheller.png) no-repeat bottom left;
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bilder/produkteheller.png', sizingMethod='scale');
}

#produkteheller .navigation li{
    display: block;
    padding-bottom: 5px;
}

