html {
	height:100%;   /* for the footer stick;*/
	}

body {
	height:100%;   /* for the footer stick;*/
	margin:0 0 0 0;
	padding:0 0 0 0;
	font: 11px  Verdana, Helvetica, Arial, sans-serif;	/* 11/16 */
	line-height:100%;
	background-color:#000;
	}
	
a:link, a:visited {
	color:#000;
	text-decoration:none;
	}
	
#centercontent a  {
	color:#A34338;
	text-decoration:none;
	}
	
a:hover {
	color:#A34338;
	text-decoration:none;
	}
	
a.selected {
	color:#000;
	}

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

p,h1,h2 {
	margin:0 10px 10px 10px;
	}
		
h1 {
	font-size:120%;
	padding-top:30px;
	}
	
h2 {
	font-size:100%;
	padding-top:15px;
	padding-left:25px;
	margin-bottom:0;
	}
	
h1:before {
	content:url(../img/h1.png); 
	color:#CD0921;
	margin:0 8px 0 0;
	}
	
p.header {
	background:#cc0000 url(../img/header.gif) no-repeat;
	height:100px;
	margin:0 0 30px 0;
	padding:0;
	}
	

#leftcontent {
	position:absolute;
	margin-top:100px; 
	left:80px;
	top:193px;
	width:340px;
	background:#000;
	}
	
#leftcontent img{
	border: 1px solid #cc0000;
	}
	
#centercontent {
	background:#000;
	width:650px;  		
	margin-left:420px;
   	margin-right:100px;
	padding-bottom:5em;
	color:#fff;
	}
	
#centercontent p, #centercontent ul, #centercontent ol {
	padding-left:25px;
	padding-right:20px;
	line-height:24px;
	}
	
#centercontent ul {
	padding-left:60px;
	}

#logo {
	margin: 10px 0px 30px 489px;
	background: url(../img/logo.gif) no-repeat 0 0;
	height:100px;
	float:left;
	width:398px;
	}
#logotop {
	margin: 20px 0px 20px 0px;
	background: url(../img/logo.gif) no-repeat 0 0;
	height:100px;
	width:398px;
	}
#hundertjahre {
	margin: 10px 40px 0px 200px;
	background: url(../img/100jahre.png) no-repeat 0 0;
	height:130px;
	width:249px;
	}
#jahre100 {
	margin: 10px 0px 30px 0px;
	background: url(../img/100jahre2.gif) no-repeat 0 0;
	height:100px;
	float:left;
	width:90px;
	}
.left {
	float:left;
	}
.clear {
	clear:both;
	}
		
/*****************************************************************************************/
/***************************horizontal main navigation ***********************************/	

#h-contain
	{
	margin-left:80px;
	}
	
#h-contain img
	{
	padding-right: 15px;
	}

/*****************************************************************************************/
/***************************footerStick footerStickAlt ***********************************/

#nonFooter {
	position:relative;
	min-height:100%;
	}

* html #nonFooter {
	height:100%;
	}

#footer {
	position:relative;
	width:850px;
	margin:0 auto 0 auto;
	color:#fff;
	background-color:#000;
	margin-top:-3.0em;
	border-bottom:10px solid #cc0000;
	}

#footer p {
	position:absolute;	
	top:0;
	right:25px;
	font-size:11px;
	color:#000;
	margin:5px 0 0 0;
	}

#footer ul.menu {
	padding:0 0 3px 30px;
	margin:5px 5px 0 5px;
	}
	
#footer ul.menu li {
	display:inline;
	font-size:11px;
	padding:0;
	margin:0;
	padding-right:10px;
	border-right:1px solid #cccccc;
	margin-right:10px;
	}
	
#footer a {
	color:#fff;
	text-decoration:underline;
	}
	
#footer a:hover {
	text-decoration:none;
	}
	
/*******************************************************************/
/************************** Formular *******************************/
/*******************************************************************/
	
	
form {
	margin:		30px 0 0px 30px;
	}
	
label, .grid {
	float: 		left;
	width:		65px;
	}

input, textarea {
	margin:		0 0 10px 0;
	}

input.txt, textarea {
	width:		325px;
	}

