/**************************
* Core HTML 
**************************/

* {
	padding: 0;
	margin: 0;
}

* HTML #page {
	margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	background-color: rgb(243, 239, 224);
}


img { 
	border: 0 none; 
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #0000FF;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}

/**************************
* Header 
**************************/
#back-header {
	margin-top: 20px;
	height: 150px;
	width: 100%;
	text-align: center; /* for IE */	
	
}
#back-header-underline {
	width: 100%;
	text-align: center; /* for IE */
}

 #header, #header-undeline {
	width: 820px;
	margin: 0px auto; /*centering;  not for IE, IE needs text-align in parent div */
	padding: 0px;
}

#header {
	background-image:  url(images/topImage.png) ;
	background-repeat: no-repeat;
	background-color: #AECF20;
	height: 100%;
}

#header-undeline {
	height: 100%;
	background-color: #72544C;	
}

#header-text {
    margin:5px;
    display: block;
    text-align: center;
    font-family: fantasy;
    color:#FFFFFF;
    text-decoration: none;
    font-size: xx-large;
}

#header-impr 
{
	float:right;
	margin:5px;
}
#header-impr a 
{
	color: #FFFFFF;
	text-decoration: none;
}
#header-impr     a:hover,
#header-impr     a:active,
#header-nav      a:focus {
	color: #000000;
}


/**
 HEADER NAVIGATION
 **/


/* list Style entfernen und alle elemente in einer Reihe anordnen */
#header-nav ul li {	
	list-style: none;
	float:left;
	
	line-height: 40px;
}

#header-nav     ul    li    a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;	 
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 20px;
	/*width: 130px;*/
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	height: 40px;
}

#header-nav     ul    li    a:hover,
#header-nav   ul    li    a:active,
#header-nav   ul    li    a:focus {
	background-color: #FFFFFF;
	color: #72544C;
}


/**
MAIN
**/
#back-main {
	width: 100%;
	text-align: center; /* for IE */
}


#main {
    line-height: 125%;
	width: 820px;
	margin: 0px auto; /*centering;  not for IE, IE needs text-align in parent div */	
	background-color: #ffffff;;
}



#main-content {
	margin: 0px auto;
	width: 90%;
	text-align: left;
	
	font-family: arial, helvetica; 
	font-size:14px; 
}

h1 {
	font-family: arial, helvetica; 
	font-variant:small-caps;
	color: #72544C;
}

h2 {
	font-family: arial, helvetica; 
	color: #72544C;
}

