/*
Quick.Cms default stylesheet
*/
@import url( 'plugins.css' );
/* GLOBAL STYLES */
body, h1, h2, h3, h4, h5, h6, p, form, fieldset, img, ul {
	margin:0;
	padding:0;
	border:0;
	font-family:Arial;
}
body, table {
	background-color:#fff;
	color:#222;
	font-size:12px;
	font-family:Arial;
	line-height:16px;
}
body {
	background: url(../img/bg_schatten.png)  top center;
	background-repeat:repeat-y;
	background-color: #e7e2d9;
}
h1 {
	font:normal 18px  Arial;
	color:#830941;	margin-top:18px

}
h2 {
	font:normal 14px  Arial;
	color:#830941;
	margin-top:18px
}
p {
	font-weight:normal;
	font-size: 12px;
	font-family: Arial;
	line-height:20px;
	margin-top:9px
}
body {
	padding:0px 0;
	text-align:center;
	/*background-color: #FFF;*/
}
.input, select, textarea {
	border:1px solid #999;
	font:0.917em Arial;
}
.submit {
	font:1em Arial, sans-serif;
}
.hide {
	display:none;
}
a {
	background-color:inherit;
	color:#373737;
	;
	text-decoration:underline;
}
a:hover {
	background:inherit;
	color:#c41022;
	text-decoration:underline;
}
.clear {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
}
.skiplink {
	position:absolute;
	top:-500px;
	left:0px;
	overflow:hidden;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
#container {
	position: absolute;
	left: 50%;
	width: 930px;
	margin-left: -465px;
	top: 120px;
}
#container_start {
	position: absolute;
	left: 50%;
	width: 930px;
	margin-left: -465px;
	top: 440px;
}
#containerhead {
	position: absolute;
	left: 50%;
	width: 930px;
	margin-left: -465px;
	top: 0px;
	height:120px;
	min-height:120px;
	border-bottom:0px solid #5b857e;
}
#wrapperhead {
	position: absolute;
	left: 50%;
	width: 100%;
	margin-left: -50%;
	top: 0px;
	height:130px;
	min-height:130px;
}
.bildstreifen {
		position: absolute;
	left: 50%;
	width: 100%;
	margin-left: -50%;
		height:300px;
		min-height:300px;
	/*	margin-top:140px;*/
	background: url(../img/bg_schatten.jpg)  top center;
	background-repeat:repeat-y;
	background-color:#FFF;
		}



#main {
	width:930px;
	margin:0 auto;
	border:0px solid #332;
	text-align:left;
}
* html #main {
	width:872px;
}
/* HEADER WITH TOP MENU ABOVE LOGO */
#head1 {
	width:100%;
	height:26px;
	margin-top:15px;
	background-repeat: repeat-x;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}


/* LOGO, HEADER BACKGROUND AND SLOGAN */

#logo {
	width:467px;
	float:left;
	font-size:22px;
	 text-align: left;
	 color:#FFFFFF;
	 line-height: 30px;
	 font-family: 'Raleway', sans-serif;
	text-shadow: #000000 5.7px 5.7px 10px; 
	font-weight: bold;
}

.logo_unter {
   font-family: 'Raleway', sans-serif;
   text-shadow: #000000 0px 0px 0px; 
   color:#FFF;
    font-size:16px;
}

#headimage {
	width:695px;
	height:300px;
	float:right;
}



/* BODY STYLES - LEFT AND RIGHT COLUMN */
#body {
	clear:both;
	float:left;
	width:100%;
	background:#fff url('../img/two-columns.gif') repeat-y;
}
/* LEFT COLUMN STYLES */
#column {
	float:left;
	width:243px;
	padding:10px 0;
}
#column .type {
	padding:10px 0 0;
	background:inherit;
	color:#000000;
	font:normal 1.3em Arial;
}


.menu {

}

.menuepunkt a {
    display:block;
	width:96%;
	padding:6px 2%;
	border-top:1px dotted #bcbaac;
	background:inherit;
	color:#333;
	text-decoration:none;
	background-color:#FFF;
}
.menuepunkt_selected a {
    display:block;
	width:96%;
	padding:6px 2%;
	border-top:1px dotted #bcbaac;
	background:inherit;
	color:#ffffff;
	text-decoration:none;
	background-color:#830941;
}
.menuepunkt a:hover {
	background-color:#830941;
	color:#ffFFFF;
	text-decoration:nonr;
}
.menuepunkt_sub a {
    display:block;
	width:209px;
	padding:6px 2%;
	border-top:1px dotted #bcbaac;
	background:inherit;
	color:#333;
	text-decoration:none;
	background-color:#fafafa;
	padding-left:30px;
}
.menuepunkt_sub_selected a {
    display:block;
	width:209px;
	padding:6px 2%;
	border-top:1px dotted #bcbaac;
	background:inherit;
	color:#ffffff;
	text-decoration:none;
	background-color:#9d9d9d;
	padding-left:30px;
}
.menuepunkt_sub a:hover {
	background-color:#eaeaea;
	color:#000000;
	text-decoration:nonr;
}
.menuepunkt_sub_selected a:hover {
	background-color:#eaeaea;
	color:#830941;
	
	text-decoration:nonr;
}

.menuepunkt_abschluss {
 display:block;
	width:96%;
	padding:6px 2%;
	border-top:1px dotted #bcbaac;
	background:inherit;
	color:#333;
	text-decoration:none;
	background-color:#FFF;
}

 


/* RIGHT COLUMN STYLES */
#content {
	float:left;
	width:675px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px ;
	text-align:center;
	min-height:50px;
	list-style:none;
}

#page {
	float: left;
	width: 640px;
	height: auto !important;
	line-height: 18px;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px;
	margin-bottom:20px;
	
	min-height: 400px;
	height: auto !important;
	height: 400px;
	text-align: left;
}




.pages {
	padding:8px 0;
	text-align:right;
}

/* OPTIONS LINK */
#options {
	clear:both;
	margin:10px 10px 0;
	background:inherit;
	color:#23aedc;
	font-size:0.917em;
	text-align:right;
	
}
#options a {
	padding:0 7px 0;
}
#options .back, #options .print {
	float:right;
}
#options .print a {
	border-left:1px solid #7f7f66;
}


/* FOOTER - COPYRIGHT AND POWERED BY xxx STYLES */
#foot {
	clear:both;
	float:left;
	width:100%;
	padding:2px 0 0;
	background:#830941;
	color:#000000;
	font-size:12px;
	height:10px;
}
#foot a {
	background:inherit;
	color:#000000;
	text-decoration:none;
}
#foot a:hover {
	text-decoration:underline;
}
.foot {
	float:right;
	padding:0 10px;
}




#adresse  {
	width:220px;
	border:1px solid #CCC;
	padding-left:10px;
	padding-bottom:10px;
	margin-top:20px;
	padding-bottom:10px;
	margin-bottom:10px;
	background-image:  url(../img/goldverlauf2.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color:#FFF;
}
.copy1 {
	float:left;
	padding-left:10px;
	font-size:12px;
	margin-top:20px;
	padding-bottom:5px;
}
.copy2 {
	float:right;
	padding-right:10px;
	font-size:12px;
	margin-top:20px;
	padding-bottom:5px;
}

#wowslider-container1 { 
	zoom: 1; 
	position: relative; 
	max-width:930px;
	margin:0px auto 0px;
	z-index:100;
	border:none;
	text-align:left; /* reset align=center */
	margin-top:140px;
}

.socialmedia_left {
   float: left;
   padding-left:180px;
   width: 160px;
   text-align: left;
   
   
}
.socialmedia_right {
   float: right;
   padding-right:10px;
   width: 500px;
   text-align: left;
   
   
}

#wowslider-container10 { 
	zoom: 1; 
	position: relative; 
	max-width:930px;
	margin:0px auto 0px;
	z-index:100;
	border:none;
	text-align:left; /* reset align=center */
	margin-top:140px;
}

.div_sitemap ul {
  
   margin-left:20px;
}

.r_text {
    padding-top:10px;
	padding-bottom:10px;
}


