/* Standardangaben
Paddings und Margins auf 0 setzen, vertikaler Scrollbar immer sichtbar, Clearfix und float-standard
*/

html{ height: 100.1%; }
*{ padding: 0; margin: 0;}
a img{ border: none; }
form {display: inline}
ul img, .navigation img{ vertical-align: bottom; }
.clearfix:after { content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.floatleft { float: left; margin-right: 10px; display: inline;}
.floatright {float: right; margin-left: 10px; display: inline;}

/* Schriftart und Größe für die Seite, Abstände von Paragraphen usw */
body, table, td, p {
    font: 12px Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: normal;
	color: #444;

}

body, p, li{
    line-height: 1.3em;
}

body{
    background: white;
    text-align: center;
    padding: 0;
    margin: 0;
	background-color: #99AEC1;
}

p {
    margin: 0em 0 1em;
    padding: 0;
}

p.footerprodukte {
    margin: 0 auto;
    padding: 0;
    width: 960px;
    text-align: center;
    color: #999999;
}

p.footerprodukte a {
    color: #e0e0e0;
    text-decoration: none;
}

/* Grundgerüst */
#container{
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 960px;
	background-image: url(../bilder/schatten.trans.png);
	background-repeat: repeat-y;
}

#header{
	background: url(../bilder/kopfgrafik.jpg) no-repeat;
	height: 150px;
	width: 955px;
	margin-left: 5px;

}

#logo{
	z-index: 2px;
	padding: 46px 0px 0px 35px;
	float: left;
}

#midle{
	height: 21px;
	width: 950px;
	margin-left: 5px;
	background: url(../bilder/top_nav_hg.jpg) repeat-x;
	border-bottom: 1px solid #419ec6;
	font-size: 11px;
}

#midle_container{
	padding: 3px 35px;
}

#nations{
	float: left;
}

#flags{

}

#naviagtion_top{
	float: right;
}

#main_container{
	/*width: 870px;*/
	padding: 20px 0px 0px 0px;
	margin-left: 5px;
	margin-right: 5px;
	clear:both;
	width: auto;
	background:#C3D4E4 url(../bilder/main_container_hg.png) repeat-x top left;
/*	min-height: 550px;*/
/*	height: 100%;*/
}

#navigation{
    position: relative;
    width: 210px;
    float: left;
    margin-right: 10px;
	padding-left: 20px;
}



#nav_img{
	margin-right: 10px;
	padding-top: 20px;
}

#inhalt{
    position: relative;
    width: 500px;
    float: left;
}

#right_col{
	margin-left: 20px;
	width: 170px;
	float:left;
}

#footer_txt {
	width: 950px;
	margin-left: 5px;
	height: 22px;
	background-color: #244f68;
	text-align: center;
	padding-top: 3px;

}

#footer_txt p{color: #fff;}

#hg{
	height: 5px;
	background: url(../bilder/footer_schatten_hg.png) no-repeat;
	margin: 0px auto;
	width: 960px;
}

#footer{

}


/* Ende Grundgerüst */

/* Navigation */
.navigation, .navigation ul{
    list-style: none;
}
ul.navigation li a{
	height: 21px;
	width: 175px;
	display: block;
	background: url(../bilder/nav_hg.jpg) no-repeat;
	padding: 0px 0px 0px 25px;
	text-decoration: none;
	color: #fff;
	line-height: 21px;
}
#navigation li a.active{
	background: url(../bilder/nav_hg_f2.jpg) no-repeat;
	color: #fff;
}
#navigation li.main a.active, #navigation li.act a.active:hover{
	background: url(../bilder/nav_main_hg.jpg) no-repeat;
	color: #fff;
}

#navigation li a:hover{
	background: url(../bilder/nav_hg_f2.jpg) no-repeat;
	color: #fff;
}


 ul.subnavigation{
 	background: url(../bilder/subnav_hg.jpg) repeat-y;
	width: 190px !important;
	padding: 1px 0px 1px 0px;
	border-bottom: 1px solid #fff;
	margin: 0px !important;
	z-index:19;
 }
 
 ul.subnavigation li a,  ul.subnavigation li{
 	font-size: 11px;
	display: block;
	width: 160px;
	height: 21px;
	background:url(../bilder/subnavigation_hg.jpg) repeat-y;
}


#navigation ul.subnavigation li a.active, #navigation ul.subnavigation li a:hover{
	color: #266681 !important;
	background: url(../bilder/subnavigation_hg.jpg) repeat-y !important;
}
/* Ende Navigation */

/* Inhalt */

ul#flags{
	list-style: none;

}

ul#flags li{
	padding-right: 10px;
	display: block;
	float: left;
}


#navigation_top ul{
	list-style: none;
	font-size: 10px;
	padding-top: 2px;
}

#navigation_top ul li{
	padding-right: 10px;
	display: block;
	float: right;
}

#inhalt ul{
    padding-left: 15px;
    margin : 10px 0;
    list-style: none;
}

#inhalt ul li{
    background: url(../bilder/li.gif) no-repeat 0em 0.3em;
    padding-left: 15px;
    position: relative;
}

ul#startseite li {
    background: none;
    list-style-image: none;
    line-height: 2.0em;
    margin-left: 0px;
    padding-left: 0px;
    font-weight: bold;
}


#midle a{
	color: #444;
	text-decoration: none;

}

#footer_txt a{
	color: #fff;
	text-decoration: none;
}

h1{
    font-size: 16px;
    margin: 0 0 0.5em 0;
	color: #444;
}

h2{
    font-size: 13px;
    margin: 0 0 0.1em 0;
	color: #444;
}

h2 a, a h2 {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h2.startseite {
    font-size: 12px;
    margin: 0 0 1.0em 0;
	  color: #333333;
}

h2.startseite a {
    font-size: 12px;
    margin: 0 0 0.1em 0;
	  color: #363636;
}

h3{
    font-size: 12px;
    margin: 0 0 0.3em 0;
	color: #666;
}

h3.startseite{
    font-size: 12px;
    margin: 0 0 0.3em 0;
	color: #333;
}

a {
    color:  #419ec6;
	text-decoration: underline;
}

a:hover {
    color:  #419ec6;
    text-decoration: none;
}

.repeater{
    margin-bottom: 1.4em;
}

.repeater h2{
    margin: 0;
    font-size: 12px;
    padding: 0;
}

.rahmen {
    border: 1px solid black
}

.datum {
    font-size: 10px;
    color: #808080;
}


/* Ansprechpartner */
.ansprechpartner .text{
    width: 250px;
}

.ansprechpartner label{
    width: 60px;
    margin: 0;
}

.ansprechpartner p {
    margin-top: 0px;
}

.ansprechpartner em.position {
    font-style: normal;
    display: block;
    margin: 2px 0px 5px 0px;
}

.ansprechpartner h2 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 1em;
}
/* Ende Ansprechpartner /*

/* Kontaktformular */
.kontakt, input.text, textarea.text {
    width: 250px;
}

#formmailmessage, .formmailerror {
    width: 370px;
}

label {
    position: relative;
    width: 170px;
    float: left;
    margin-bottom: 5px;
}

#kontaktform label {
    position: relative;
    width: 130px;
    float: left;
    margin-bottom: 5px;
}

input, textarea, select {
    background: #ffffff;
    color: #444;
    border: 1px solid black;
}

input.text, input.password, textarea.text{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    background: #ffffff url(../bilder/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(../bilder/hintergrund_input_text_required.gif) repeat-x;
    border: 1px solid #F8D5D5;
}

form input.required.completed, form input.ausfuellen.completed{
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x !important;
    border: 1px solid #cccccc !important;
}

select {
    margin-bottom: 5px;
    font-size: 11px;
    padding: 2px;
}

body > select {
    margin-bottom: 0px;
}

.checkbox, .radio {
    background: none;
    margin-bottom: 5px;
    border: 0;
}

.submit{
    margin: 5px 0 5px 0;
    padding: 2px 2px;
    background: #ffffff url(../bilder/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, .formmailerror {
    border: 1px solid #E7DBC6;
    padding: 5px;
    color: red;
    margin: 0px 0px 5px 0px;
    background: #ffffff url(../bilder/hintergrund_input_text_required.gif) repeat-x;
    display: none;
    overflow: hidden;
    line-height: 1.3em;
}

.formmailerror{
    display: block;
}

#formmailmessage.complete{
    color: black;
    border: 1px solid green;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
}

#formmailmessage em{
    color: green !important;
    font-weight: bold;
}

#formmailmessage .linkespalte{
    width: 110px;
    display: block;
    float: left;
    margin: 0;
}

#formmailmessage .rechtespalte{
    width: 110px;
    display: block;
    float: left;
    margin: 0;
}

#formmailmessage #daten{
    margin-top: 10px;
}

#formmailmessage br{
    clear: left;
}


.kontakt {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 5px;
}

#anschrift {
    float: right;
    position: relative;
}

#anschrift label {
    position: relative;
    width: 60px;
    float: left;
    margin-bottom: 2px;
}

#anschrift p {
    margin-top: 4px;
}

#kontaktform, #formmailmessage {
    margin-right: 10px;
    position: relative;
}

#kontaktform input.radio {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

.clearleft {clear: left; }
/* Ende Kontakt */

.right_col{
	background-color: #419ec6;
	height: 20px;
	padding: 3px 0px 0px 5px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
}

.subnavigation li#space{
	line-height: 10px !important;
	height:10px !important;
	font-size: 10px;
	margin-top:-4px !important 0px;
	
	padding:0px !important;
}

.produkte_table td{
	width: 237px;
}

span.prod_name{
	color:  #419ec6;
	float: left;
	padding: 0px;
	margin: 0px;
	clear: left;
}

.prod_beschreibung{
	font-size: 11px;
	clear: left;
	float:left;
}

.kasten{
	border: 1px solid #276681;
	width: 478px;
/*	height: 110px;*/
	padding: 10px;
	background:url(../bilder/kasten_hg.jpg) repeat-y;
	
}

.kasten p{
	color: #fff;
}

.kasten a{
	color: #444;
}

.kasten img{
	border: 1px solid #276681;
}
.kasten_text{
	float: right; 
	width: 305px;
}

.blauBorder{
	border: 1px solid #276681;
}

#inhalt ul{
	padding: 0px;
	margin: 0px;
}
.produkte_bilder
{
	float:left; 
	width: 250px;
	text-align: left;
}

.produkte_bilder span
{
	margin: 0px !important;
	padding: 0px !important;
}

.produkte_bilder a 
{
	border: 0px;
}
label.kleiner {width: 75px;}


input.check {
	border: 0px;
	background: none;
}

.heightbr {
	clear:both;
	line-height: 10px;
}

.spacer {
    clear:both;
    line-height:10px;
}
