/* 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: 11px arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
}

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

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

p {
    margin: 0em 0 1em;
    padding: 0;
	text-align:justify;
}

/* Ende Grundgerüst */

/* Inhalt */

#inner_content ul{
    padding-left: 20px;
    margin-bottom: 15px;
}

#inner_content ul li{
    padding-left: 5px;
}

h1{
    font-size: 16px;
    margin: 0 0 1.0em 0;
}

h2{
    font-size: 14px;
    margin: 0 0 0.1em 0;
}

h2.content{
    font-size: 11px;
    margin: 0 0 0.1em 0;
}

h3.content{
    font-size: 11px;
    margin: 0 0 0.1em 0;
}

h3{
    font-size: 14px;
    margin: 0 0 0.3em 0;
}

a {
    color: #B68D32;
    text-decoration: none;
    font-weight:bold;
}
a:hover{
    text-decoration: underline;
 }

a:hover {
    color: #B68D32;
}

.repeater{
    margin-bottom: 1.4em;
}

.preis{
    font-size: 16px;
    font-weight: bold;
}

.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, #kontaktform label {
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
}

input, textarea, select {
    margin-bottom: 5px;
    font-size: 11px;
    padding: 2px;
    color: #95052B;
    /*background-color: #EF95AE;*/
    border: 1px solid #F8D5D5;
}

select {
    width: 250px;
}
#mce_editor_0_pastetext, #mce_editor_0_pasteword, #mce_editor_0_code, #mce_editor_0_cleanup, #mce_editor_0_image {
float:left;
}

.mceSeparatorLine {
	display:none;
}
.mceSelectList {
	width:100px;
	float:left;
}
input.text, input.password, textarea.text{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    color: #95052B;
   /* background-color: #EF95AE;*/
    border: 1px solid #cccccc;
    font-size: 11px;
    width: 250px;
}

input.required, input.password.required, textarea.required{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    color: #95052B;
   /* background-color: #EF95AE;*/
    border: 1px solid #F8D5D5;
    width: 250px;
}

label.req {
	color: #B68D32;
}

form input.required.completed, form input.ausfuellen.completed{
    color: #95052B;
   /* background-color: #EF95AE;*/
    border: 1px solid #cccccc !important;
    width: 250px;
}

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: #B68D32;
}

form label.completed {
    color: black;
}

.ausfuellen {
    border: 1px solid red;
}

#formmailmessage, .formmailerror {
    margin: 0px 0px 5px 0px;
    display: none;
    overflow: hidden;
    color:#EF95AE;
}

.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 */

#center{
    border-top: 76px solid white;
    width: 960px;
    margin: auto;
    position: relative;
}
#header{
    background: url(../bilder/header_background.png) no-repeat;
    border-bottom: 0;
    height: 112px;
    position: relative;
    text-align: left;
    padding-top: 3px;
}
#content_box{
    background: url(../bilder/content_background.gif) repeat-y;
    padding:30px;
    padding-top:0;
    text-align:left;	
}
#inner_content{
    position:relative;
    left:570px;
    top:10px;
    width:290px;
    color:#fff;

}
#footer{
    position:relative;
    background: url(../bilder/footer_background.gif) no-repeat;
    height:74px;
	clear: both;
	margin: 0px auto;
}
/* Navigation */
.navigation{
    position:absolute;
    left:70px;
    font-size: 11px;
    font-weight: bold;
}
.navigation, .navigation ul {
    list-style: none;
}
.navigation li {
    margin-right: 10px;
    display: inline;
    color: #D49B95;
}
.navigation  a {
    color: #95052B;
}
.navigation  a:hover {
    color: #B68D32;
}
.navigation  a.active {
    color: #B68D32;
}
.subnavigation {
    position: absolute;
    top: 95px;
}
.subnavigation li,.subnavigation  a {
    margin-right: 3px;
}
.subnavigation a.active {
    color: #B68D32;
}
.nav_footer{
    position: absolute;
    left: 75px;
}
.nav_footer, .nav_footer ul {
    list-style: none;
}
.nav_footer li,.nav_footer  a {
    display: inline;
    margin-right: 5px;
    color: #D49B95;
    font-size: 11px;
    font-weight:bold;
}
.nav_footer  a {
    color: #fff;
    font-family: verdana;
    font-size: 9px;
    font-weight:bold;
}
.nav_footer  a:hover {
    color: #B68D32;
}
.nav_footer  a.active {
    color: #B68D32;
}
.nav_head_static {
    position: absolute;
    left: 750px;
}
.nav_head_static li {
    margin:0;
}
.nav_head_static a {
    color: #9F9F9F;
    font-family: verdana;
    font-size: 9px;
    font-weight: bold;
    margin-right: 0px;
}
.footer_telefon{
    position:absolute;
    left:740px;
    top:42px;
    color:#95052B;
    font-weight:bold;
    font-size: 14px;
}
.bildleiste{
    position: absolute;
    right: 350px;
    padding-top: 15px;
}
.logolink{
    display:block;
    position:absolute;
    left:770px;
    top:25px;
    width: 125px;
    height:70px;
}
.gross{
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

.bildleiste_leftcol {
	padding-top: 55px;
	padding-right: 30px;
	float:right;
}

/*.bildleiste1{
    position: absolute;
    right:  692px;
	border: 1px solid #fff;
}
.bildleiste2{
    position: absolute;
    right: 521px;
	border: 1px solid #fff;

}
.bildleiste3{
    position: absolute;
    right:350px;
	border: 1px solid #fff;
}
.bildleiste4{
    position: absolute;
    right:  692px;
	top: 150px;
	border: 1px solid #fff;
}
.bildleiste5{
    position: absolute;
    right: 521px;
	top: 150px;
	border: 1px solid #fff;
}

.bildleiste6{
    position: absolute;
    right: 350px;
	top: 150px;
	border: 1px solid #fff;

}
.bildleiste7{
    position: absolute;
    right:  692px;
	top: 275px;
	border: 1px solid #fff;
}
.bildleiste8{
    position: absolute;
    right: 521px;
	top: 275px;
	border: 1px solid #fff;
}

.bildleiste9{
    position: absolute;
    right: 350px;
	top: 275px;
	border: 1px solid #fff;

}*/
.nav_pfeile1{
	position: absolute;
	right: 80px;
	top: 345px;
}
.nav_pfeile2{
	position: absolute;
	right: 50px;
	top: 345px;
}
/* Ende Navigation */



.gross{
	font-size: 16px;
}
#galerie{
		
}

#ringgalerie {
	padding-left:10px;
}
#galerie img, #ringgalerie img{
	/*width: 157px;
	height: 109px;
	*/margin-right: 15px;
	margin-bottom:15px;
	float: left;
	border: 1px solid #fff;
}

#termin
{
	float: left;
}

#termin_auswahl{
	width: 490px;
	text-align: left;
	height: 450px;
}

#minderjaehrig{
	display: none;
	padding: 0px;
	margin: 0px;
	margin-left: -40px;
	padding-left: 40px;
}

#bitte_klicken {

	float: left;
	text-align: left;
	width: 200px;left: 20px;
	margin-top: -15px; 
	/*top: 540px;
	left: 0px;
	
*/}

#inner_content ul.materialien, ul.materialien li {
	display: block;
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px;
}

.materialien a {
	clear: left;
	color: #B68D32;
}

#materialien {
	height: 150px;
	width: 250px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.space1 {
	height: 200px;
}

.nopadding{
	padding: 0px !important;
	margin: 0px !important;
	margin-top: -15px !important;
}	

.tiefer{
	position: relative;
	top: 35px;
	z-index: 999;
}
.runter{
	margin-top: 125px;
}

.oben{
	margin-top: -125px;
}

.hoeher{
	position: relative;
	top: -3px;	
}	

.schr{ font: 11px arial, Helvetica, Geneva, sans-serif;}
.whiteBorder, .whiteBorderImg img {border: 1px solid #fff;}


.bildleiste a img {
	text-decoration: none;
	font-weight: normal;
	margin: 0px !important;
	padding: 0px !important;

}

.marginLeft {
	margin-left:40px;
	width:250px;
	display:block;
	height:70px;
}

#unten {
	margin-top:50px;
	margin-bottom: 40px;
}

.alignRight {
	text-align: right;
	width:157px;
	clear:both;
}

.ringgalerie {
	float:left;
	width: 167px;
	height:150px;
}

.width10 {
	width:10px;
}
.padding10{
	padding: 15px 0px 0px 10px;
}

.padding15{
	padding: 25px 0px 0px 0px;
}

.margin30{
	margin-right: -30px;
}
.height110 {
	height: 110px;
}
.nopadding2 {
	margin-top: -50px;
/*	padding-left: 20px;
*/	right: 310px;
}
.nopadding3 {
	margin-top:-70px;
	right: 320px;
}

.homeseite p, .homeseite{
	/*width: 465px; */
	width: 500px;
	text-align:right;
}
.marginLeft10 {
	margin-left:10px;
}
.marginLeft15 {
	margin-left:15px;
}
.marginTop10 {
	margin-top : 10px;
}
.marginTopm10 {
	margin-top : -10px;
}
.marginTop30 {
	margin-top:30px;
}
.marginTop30AndLeft {
	margin-top:30px;
	margin-left:10px;
}
.marginTop30AndLeft110 {
	margin-top:30px;
	margin-left:110px;
}
.marginTop180 {
	margin-top:180px;
	margin-left:10px;
}
.marginTop210 {
	margin-top:210px;
}
.marginTop250AndLeft170 {
	margin-top:250px;
	margin-left: 170px;
}

#flashV {
	position:absolute;
	height:250px;
	display:block;
	margin-top:-20px;
	margin-left:70px;
}

ul#materialienTopNav, ul#materialienTopNav li {
    margin:0;
    padding:0;
    list-style:none;
}

ul#materialienTopNav {
    text-align:left;
    padding:5px 0 0 60px;
}

ul#materialienTopNav li {
    display:inline;
    padding:5px 10px 0 0 ;
}
