body {
  background-color: #fff;
  margin-top: 0px; margin-bottom: 15px;
	margin-left:auto; margin-right:auto;
  color: #000;
  font-size: 10px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  line-height: 1.5em;
  width: 100%;
}

h1, h2, h3, h4, div, p { margin:0; padding:0}

h1 { font-size: 16px; padding-top: 20px; padding-bottom: 10px; }

h2 { font-size: 13px; }

h3, h4 { font-size: 11px; }


/* lists (possible: disc, decimal, square, circle) */
ul         { list-style-type: square; 
             margin: 0;
						 padding: 0px 8px 10px 13px; }
						 
li         { line-height: 1.5em; 
             margin: 0px; margin-left:3px; 
						 padding: 0px;}
						 
img        { border: 0px; }

form p {
  padding: 0px;
  margin: 0px;
}

a {
	color:#c00;
  text-decoration: none;
}

a:hover,a:active {
  text-decoration: underline;
}

hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}

span.print-only {display:inline}


/* the header ---------------------------------------------------*/
#header {
  position: relative;
	clear:both;
  height: 70px;
	background: none;
}

#logo, #logo_print {
	position:absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
}
#logo {
  display: none;
}

#logo_print {
  display: block;
}


/* navigation - page links*/
#claim {
  position: absolute;
  bottom: 5px;
  left: 38px;
	display:block;
  text-align: left;
}

#claim p {
  color: #fff;
	display:block;

}


/* mainmenu bar ---------------------------------------------- */
#menubar {
  display:none;
}


/* submenu bar ------------------------------------------------- */
#submenu {
	display:none;
}


/* the pagetitle ---------------------------------------------------*/
#pagetitle {
  position: relative;
	clear:both;
}


/* the quotesection ------------------------------------------------*/
#pagequote {
  position: relative;
	clear:both;
  height: 200px;
	border: 1px solid #999;
	margin-bottom:20px;
	overflow:hidden;
	width:98%;
	
}

#pagequote-text, #pagequote-text2 {
  position: absolute; right:10px; top:10px;
  width: 190px; height: 60px;
}
#pagequote h2 {
  font-size:10px; color:#000; font-weight:normal; line-height: 1.4em;
}
#pagequote p {
  font-size:10px; color:#000; padding-top:20px;
}


/* the content ---------------------------------------------------- */

#content {
	position: relative;
	clear:left;
  margin-bottom:10px;
	width:98%;
}

#leftcolumn {
	position: relative;
	clear:left;
	/* border-right:1px dotted #ccc; */
  margin-right:210px;
	padding-right:10px;
	/* overflow:hidden; */
}

#infocolumn {
  float: right;
  width: 200px;
}

#leftcolumn h2      { color:#666666}
#leftcolumn h2, h3, h4  { padding-bottom:2px; }

#leftcolumn p {
	clear:left;
	padding-bottom:5px; 
}

/* the footer -------------------------------------------------------*/
#footer {
  position: relative;
	display:block;
  clear: both;
  border: 1px solid #999;
  font-size: 10px;
	color:#666;
	width:98%;
}

#copyright {
	float:right;
  text-align: right;
}
#copyright p {
  padding: 5px 10px;
	float: left;
	display:block;
	font-weight:bold;
}

#breadcrumb {
  margin-right: 242px;
  width: 550px;
}

#breadcrumb p {
  padding: 5px 10px;
	float: left;
	display:none;
	font-weight:bold;
}

#breadcrumb  a:link, #breadcrumb  a:visited {
  color: #666;
}

#breadcrumb  a:hover, #breadcrumb  a:active {
  color: #c00 !important;
}

/* sonstige ------------------------------*/



.banner {
  margin-bottom: 10px;
	border:1px solid #999;
}

.banner h3 {
  background: url("../images/design/banner.bg.gif") repeat-y;
  padding: 7px 10px;
}

.banner p {
  padding: 7px 10px;
}

.banner ul {
	padding-top : 5px;
  padding-left: 20px;
}

.banner p.image {
	background: url("../images/design/banner_bild.jpg") no-repeat ;
	height:170px;
  padding: 0px;
}

#leftcolumn #bildrechts .banner {
	margin-left:20px;
	width:280px;
	float:right;
}



/* paragpraph displayed in the left column of the main page */


/* BlackAndGrayParagaraph*/


/* styles for the subnavigation menu */


/* styles for the gallery page*/
 

/* styles for the sitemap page */



/* /// Clears Hights with Parents and Childs <DIV> //////////////////////////////////////////////////  */

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

