/* CSS Document */

html, body {
   	margin: 0px;
   	padding: 0px;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	background-color: #FEC864;
	background-image: url(../img/layout/FEC864.gif);
	background-repeat: repeat;
	}
  
p, td, li {
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 0px;
	padding: 0px;
	}

#boxContentMain li {
	margin-left: -10px; 
	margin-right: 0px; 
	margin-top: 0px;
	padding: 0px;
	}
	
blockquote {
	margin-left: 10px; 
	padding: 0px;
	}	
	
p, td { 
	font-weight: normal;
	color: #000;
	}
	 
img, a {
	border: 0px;
	}	
	
/* Style Links allgemein */
a:link, a:active, a:visited {
	color: #000;
	background: inherit;
	text-decoration: underline;
	}

a:hover {
	background: inherit;
	text-decoration: none;
	}
		
#content a:link, #content a:active, #content a:visited {
	color: #000;
	background: inherit;
	text-decoration: underline;
	padding-right: 2px;		
	}	

#content a:hover {
	color: #000;
	background: inherit;
	text-decoration: none;	
	}	

.blickpunkt a:link, .blickpunkt a:active, .blickpunkt a:visited {
	font-family: verdana, arial, sans-serif;
	font-size: 85%;
	font-weight: 900;
	color: #FFF7D6;
	background: #AD6B18;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	}	
	
.blickpunkt a:hover {
	background-color: #7D511D;
	}	

/* Wrapper */  
#boxWrapper {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	width: 950px; 
	height: 550px; 
	z-index: 0;
    margin: -275px 0px 0px -475px;
	vertical-align: middle; 
	text-align: center;
    padding: 0px;
	overflow: hidden;
	background-color: transparent !important;
	z-index: 0;
  	} 

/* Layout Hintergrundbild rechts */ 
#boxBackgroundImage {
	position: absolute; 
	left: 0px;
	top: 0px;
	width: 950px; 
	height: 550px;
	background-image: url(../img/layout/salzkristall.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	z-index: 100;
  	} 

/* Layout Inhalt gesamt */	
#boxInclude {
	position: absolute; 
	left: 0px;
	top: 25px;
	width: 732px; 
	height: 475px;
	border: 1px solid #B34019;
	overflow: hidden;
	background-color: #FFF7D6;
	background-image: url(../img/layout/FFF7D6.gif);
	background-repeat: repeat;
	text-align: left;
	z-index: 200;
  	}

/* Layout Seitentitel oberhalb des Inhalts */	
#boxContentTitle {
	position: absolute; 
	left: 190px;
	top: 110px;
	width: 527px; 
	height: 20px;
	background-image: url(../img/layout/backTitle.gif);
	background-repeat: repeat-x;
	z-index: 900;
  	}	 

/* Layout Inhalt */	
#boxContentMain {
	position: absolute; 
	left: 190px;
	top: 145px;
	width: 541px; 
	height: 304px;
	overflow: auto;
	text-align: justify;
	z-index: 900;
  	}	
	
#boxContentMainNoFlowGallery {
	position: absolute; 
	left: 190px;
	top: 135px;
	width: 527px; 
	height: 312px;
	overflow: hidden;
	text-align: justify;
	z-index: 900;
  	}	

/* Layout Inhalt Scroll */	
#boxOverflow {
	padding-right: 10px;
	}	
	
div.overflow {
	height: 302px;
	overflow: auto;
	padding: 0px;
	position: relative;
	}	

/* Layout Copyrighthinweis unterhalb des Inhalts */	
#boxCopy {
	position: absolute; 
	left: 2px;
	top: 510px;
	width: 595px; 
	height: 25px;
	overflow: hidden;
	font-size: 11px;
	text-align: left;
	z-index: 200;
  	}	

#boxHeader {
	position: absolute; 
	left: 1px;
	top: 0px;
	width: 730px; 
	height: 115px;
	overflow: hidden;
	background-image: url(../img/layout/header.gif);
	background-repeat: repeat-x;
	text-align: right;
	z-index: 300;
  	}

#boxTitle {
	position: absolute; 
	left: 0px;
	top: 5px;
	width: 580px; 
	height: 70px;
	overflow: hidden;
	text-align: right;
	z-index: 350;
  	}
	
.TitleName {
	font-size: 18px;
	font-weight: 900;
	color: #704512;
	letter-spacing: 1px;
  	}
	
.TitleNameSmall {
	font-size: 12px;
	font-weight: 900;
	color: #704512;
	letter-spacing: 0px;
  	}	
	
.TitleMain {
	font-size: 28px;
	font-weight: 900;
	color: #704512;
	letter-spacing: 1px;	
  	}	

/* Layout Bild links vom Inhalt */	
#boxImage {
	position: absolute; 
	left: 1px;
	top: 99px;
	width: 175px; 
	height: 350px;
	z-index: 700;
  	}		

/* Layout Zitatzeile unterhalb des Inhalts */	
#boxQuote {
	position: absolute; 
	left: 1px;
	top: 450px;
	width: 730px; 
	height: 24px;
	z-index: 700;
  	}	
	
#boxQuoteContent {
	position: relative;
	width: auto; 
	height: auto;
	padding-top: 5px;
	vertical-align: middle;
  	}	
	
#boxQuoteContentLeft {
	position: absolute;
	left: 0px;
	width: 619px; 
	height: 19px;
	padding-top: 5px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFBA43;
  	}	
	
#boxQuoteContentRight {
	position: relative;
	float: right;
	width: 110px; 
	height: 22px;
	padding-top: 2px;
	background-color: #AD6B18;
  	}	
	
#boxQuoteContentRight p {
	font-family: verdana, arial, sans-serif;
	font-size: 85%;
	color: #FFF7D6;
	font-weight: 900;
	text-align: center;
	vertical-align: middle;
  	}	
	
#boxQuoteContentRight a {
	text-decoration: none;
	color: #FFF7D6;
  	}		

/* Bilder im Content */
.thumb_right {
	float: right;
	border: 1px solid #AD6B18;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	}

.thumb_left {
	float: left;
	border: 1px solid #AD6B18;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	}
	
/* Textformatierungen*/
h1 {
  	font-size: 12pt;
	font-weight: bold;
	color: #000; 		
	text-align: left;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
	}	
	
h2 {
  	font-size: 12pt;
	font-weight: bold;
	color: #000; 		
	}			
	
.medium {
	font-size: 8pt;
	}

.imprint {
	text-align: left;
	}

.headline {
	font-size: 0.9em;
	font-weight: 900;
	background-color: #FFEA9F;
	padding: 1px 1px 1px 3px;
	}

.textFooter {
	background-image: url(../img/layout/logoTitle.gif);
	background-repeat: no-repeat;
	background-position: center right;
	border-bottom: 1px solid #000;
	line-height: 35px;
	margin-bottom: 1px;
	}

/* Formatierungen horizontale Linien*/	
hr {
  	border: 0px;
  	width: 100%;
  	color: #AD6B18;
	background-color: #AD6B18;
	height: 1px;
	font-size: 1px;
	}
	
#line {
  	color: #AD6B18;
	background-color: #AD6B18;
	height: 1px;
	font-size: 1px;
	margin-bottom: 6px;
	margin-top: -6px;
	}	
	
#marker {
  	border: 0px;
  	width: 100%;
  	color: #000;
	background-color: #FEC864;
	text-align: center;
	font-weight: 900;
	padding: 3px 0 3px 0;
	}	
	
#marker a{
  	color: #000;
	}	
