/*******************************************************************/
/**********************   Allgemein     ****************************/
/*******************************************************************/
#wrapper {
	top: 0px;
	width: 1000px;
	margin: 0 auto 20px;
	padding: 0;
	position: relative;
	font-size: 0.8em;
	margin-top: 0;
	min-height: 600px;
	background-color: #FFF;
	background-image: url("../images/bg_wrapper.gif");
	background-repeat: repeat-y;
	background-position: top;
}
#wrapper_start {
	top: 0px;
	width: 1000px;
	margin: 0 auto 20px;
	padding: 0;
	position: relative;
	font-size: 0.8em;
	margin-top: 0;
	min-height: 600px;
	background-color: #FFF;
	background-image: url("../images/bg_wrapper_start.gif");
	background-repeat: repeat-y;
	background-position: top;
}
#wrapper_shop {
	top: 0px;
	width: 1000px;
	margin: 0 auto 20px;
	padding: 0;
	position: relative;
	font-size: 0.8em;
	margin-top: 0;
	min-height: 600px;
	background-color: #FFF;
	background-image: url("../images/bg_wrapper_shopdetail.gif");
	background-repeat: repeat-y;
	background-position: top;
}

#fuss {
	clear:both;
   color: #0d3b67;
   width: 100%;
   height: 20px;
   margin: 0;
   padding: 0;
   display: block;
   position: relative;
   background-color: #f2f2e8;
}

#fuss a {
	display: inline;
   color: #0d3b67;
	font-size: 90%;
	font-weight: normal;
   padding-left: 10px;
   padding-right: 10px;
	text-decoration: none;
}
#fuss a:focus, #fuss a:hover, #fuss a:active {
	color: #d5bd9c;
	text-decoration: underline;
}

#logo {
	position: absolute;
	top: 0;
	right: 33px;
	color: #000;
	width: 148px;
	z-index:7;
}

#kalenderspruch {
	position: absolute;
	bottom: 346px;
	right: 32px;
	min-width: 220px;
	color: #fff;
	text-align: right;
	font-size: 85%;
	z-index: 212;
}
#printbox {
   display: block;
   position: relative;
   width: 100%;
   margin-top: 40px;
   height: 20px;
   clear:both;
}
#printbox #print {
   position: absolute;
   top: 0;
   right: 0;
}
#printbox #top {
   position: absolute;
   top: 0;
   left: 0;
}
#content #printbox p{margin:0;padding:0;}
#content #printbox img {float: none;}


.vt {
   width: 135px;
   padding:0;
   margin:0;
}

#vtsearch {
	margin: 0 0 10px 0;
	padding: 0;
}
.link_button img{
   border: 0 none;
   margin-right: 3px;
   margin-left: 3px;
}
.link_button, a:link.link_button, a:visited.link_button {
	color: #000;
	border: 1px solid #000;
	padding: 0 3px 0 3px;
	display: block;
	font-size: 90%;
	font-weight: normal;
	background-color: #fff;
	text-decoration: none;
	height: 18px;
	border: 1px solid #a5acb2;
	float: left;
}
a:focus.link_button, a:hover.link_button, a:active.link_button {
	color: #000;
	height: 17px;
	padding: 0 3px 0 3px;
	border: 1px solid #a5acb2;
	text-decoration: none;
	background-color: #c4c7d7;
}
a.selected.link_button {
	height: 17px;
	color: #000;
	padding: 0 3px 0 3px;
	border: 1px solid #a5acb2;
	text-decoration: none;
	background-color: #c4c7d7;
}

/*******************************************************************/
/**********************   Startseite    ****************************/
/*******************************************************************/
#flashinstaller{
   display: none;  
   padding: 10px;
   border: 2px solid #ff0e0e;
   margin-bottom: 10px;
}


#headstart {
	width: 1000px;
	height: 442px;
	position: relative;
	z-index: 100;
}

#schablone_gross {
	width: 100%;
	height: 442px;
	position: absolute;
	background-image: url("../images/schablone_gross.gif");
	background-repeat: no-repeat;
	background-position: top;
	z-index: 3;
	opacity: 0.85;
}

#contentstart {
	width: 682px;
	color: #626262;
	padding: 20px 15px 30px 80px;
	position: relative;
	min-height: 118px;
   line-height: 140%;
	border-top: 11px solid #f2f2e8;
	border-left:8px solid #f2f2e8;
	border-right:6px solid #f2f2e8;
	background-color: #fff; /* e3e3d9; */
}

#rechtsstart {
	float: right;
	width: 181px;
	color: #626262;
	padding: 10px;
	position: relative;
	font-size: 90%;
	min-height: 108px;
   line-height: 140%;
	border-top: 11px solid #f2f2e8;
	border-right:8px solid #f2f2e8;
	background-color: #F9F9F9;
}

#topmenustart {
 
}
/*******************************************************************/
/**********************   Deflayout     ****************************/
/*******************************************************************/


#head {
	width: 1000px;
	height: 277px;
	position: relative;
	z-index: 100;
	background-repeat: no-repeat;
	background-position: top;
}
#EMailLogin{
   margin-bottom: 20px;  
}
#EMailLogin input{
   width: 100px;
}
#EMailLogin .SubmitBTN{
   color: #fff;
   font-weight: bold;
   font-size: 90%;
   border: 0 none;
   float:right;
   width: 40px;
   height: 40px;
   padding: 0;
   margin: 25px 12px 0 0;
   background-color: #e2001a;
   border: 1px solid #e2001a;
   cursor: pointer;
}
#EMailLogin .SubmitBTN:focus,
#EMailLogin .SubmitBTN:hover,
#EMailLogin .SubmitBTN:active{
   color: #e2001a;
   background-color: #fff;
   border: 1px solid #e2001a;
}
input{
   border: 1px solid #ACACAC;
   background-color: #fff;
   color: #000;
   padding: 2px;
}
   

#headBG {
	width: 1000px;
	height: 277px;
	position: relative;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: top;
}

#schablone {
	width: 100%;
	height: 277px;
	position: absolute;
	background-image: url("../images/schablone.gif");
	background-repeat: no-repeat;
	background-position: top;
	z-index: 1;
	opacity: 0.85;
}

#links {
	width: 147px;
	color: #626262;
	position: relative;
	min-height: 312px;
	border-left:8px solid #f2f2e8;
	border-top: 11px solid #f2f2e8;
	background-color: #F9F9F9;
}

#rechts {
	float: right;
	width: 181px;
	color: #626262;
	padding: 10px;
	position: relative;
	font-size: 90%;
	min-height: 292px;
   line-height: 140%;
	border-top: 11px solid #f2f2e8;
	border-right:8px solid #f2f2e8;
	background-color: #F9F9F9;
}

#content {
	float:right;
	width: 595px;
	color: #626262;
	padding: 20px 15px 30px 20px;
	position: relative;
	min-height: 272px;
   line-height: 140%;
	border-top: 11px solid #f2f2e8;
	border-right:6px solid #f2f2e8;
	background-color: #fff;
}
.innercontent{
	width: 100%;
	overflow: hidden;
}
#content p:first-letter,
#contentstart p:first-letter {
   font-size: 1.4em;
   font-weight:bold;
}
#content table p:first-letter,
#contentstart table p:first-letter {
   font-size: 100%;
   font-weight: normal;
}

/*******************************************************************/
/**********************   Deflayout     ****************************/
/*******************************************************************/
#content_shop_detail {
	float: right;
	width: 802px;
	color: #626262;
	padding: 20px 15px 20px 20px;
	position: relative;
	min-height: 272px;
   line-height: 140%;
	border-top: 11px solid #f2f2e8;
	border-right:8px solid #f2f2e8;
	background-color: #fff;
}
#links_shop_detail {
	float: left;
	width: 147px;
	color: #626262;
	position: relative;
	min-height: 312px;
	border-left:8px solid #f2f2e8;
	border-top: 11px solid #f2f2e8;
	background-color: #F9F9F9;
}

/*******************************************************************/
/**********************   Sprachschaltung   ************************/
/*******************************************************************/
#sprachumschaltung {
   color: #0d3b67;
   margin: 0 0 0 55px;
   padding: 0 0 5px 0 !important;
}


#sprachumschaltung li{
   padding: 0;
   display: inline;
   list-style-type: none;
}

#sprachumschaltung a:link,
#sprachumschaltung a:visited{
   color: #0d3b67;
   padding: 0 4px;
   font-weight: normal;
   text-decoration: none;
}

#sprachumschaltung a:focus,
#sprachumschaltung a:hover,
#sprachumschaltung a:active{
   color: #d5bd9c;
   text-decoration: underline;
}


/*******************************************************************/
/**********************   Printlayout     **************************/
/*******************************************************************/
#printcontainer{display:none;}


/*******************************************************************/
/**********************   Verwaltung    ****************************/
/*******************************************************************/
#verwaltung{
   background-color: #f2f0e3;
   border-bottom: 1px solid #003467;
   text-align:center;
   padding:8px;
}
#verwaltung a,
#verwaltung a:link,
#verwaltung a:visited {
   color : #fff;
   background-color: #036;
   border-right:1px solid #f2f0e3;
   margin:0;
   padding:5px;
   font-weight : normal;
   text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
   background-color: #369;
   font-weight : normal;
   
}

/**********************   Verwaltung    ****************************/
GoogleMap {
	display: block;
	clear: both;
	margin-bottom: 40px;
}


