* {
	margin:0;
    padding:0;
    font: 1em/1.3em  Arial, Sans-Serif, Helvetica;
    color: #555;
}
html {
    font-size: 62.5%;
}
html, body {
/****   height:100%;
    min-height:100%;***/

    
}
body{
    text-align:center;
    background: #FFF; 
}


img {
	border: 0;
}
strong, b {font-weight: bold;}
a,
a:link,
a:active,
a:visited {
	color: #005183;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 1.4em;
	font-family: Times, serif;
	color: #555555;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.0em;
	font-family: Arial, sans-serif;
	color: blue;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 5px;
}
h3 {
	font-size: 1.0em;
	font-family: Arial, sans-serif;
	color: black;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 5px;
}

/**************************************************************************
*** GLOBAL
**************************************************************************/

#wrapper {
	width: 964px;
	margin: 60px auto;
	text-align: left;
}

.clear {
	clear:both;
}

#header {
	background: url('../images/logo_start.png') no-repeat top left;
	height: 110px;
	width:964px;
}

#navigation {
	text-align: center;
	background: url('../images/bg_navigation.gif') repeat-x;
	width:964px;
	height:39px;
	font:normal 1.4em Times, arial, helvetica;
	letter-spacing: 0.1em;
}
#navigation-margins {margin: 0 51px 0 41px;}
#content {
	font-size: 1.2em;
	background: #ece8db url('../images/bg.png') no-repeat bottom left;
	width:964px;
	height: 429px;
}
#content-wrap {
	padding-top: 20px;
	padding-right: 65px;
	padding-bottom: 50px;
	padding-left: 100px;
}
#left {float:left; width: 621px;}
#right{float:right;width: 343px;}
#footer{padding-top:15px;}
#footer div {float:left; width:33%;}

/**************************************************************************
*** Navigation
**************************************************************************/
ul#navigation-top {
	list-style:none; 
	width:100%;	
}
ul#navigation-top li, 
ul#navigation-top li.last {
	display:block;
	background: url('../images/bg_li.gif') no-repeat; 
	float:left; 
	position:relative; 
	width:145px;
	height: 39px;
}
ul#navigation-top li.last {width:2px;}
ul#navigation-top li a,
ul#navigation-top li.last a {
	font-family:Times, arial, helvetica;
	color:#555;
	display:block;
	padding: .4em 0;
	border-left: 2px solid #FFF;
}
ul#navigation-top li.last a {width:3px;}
ul#navigation-top li a.active, 
ul#navigation-top li a:hover {background: #bcb59d;color:#FFF;text-decoration: none;}

div#navigation-main-wrap {
	background: #f8f6f1;
	height: 24px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 33px;
}

div#linie {
	background: #FFFFFF;
	height: 2px;
	padding-top: 0;

}

ul#navigation-main {
	padding-top: 4px;
}
ul#navigation-main li {
	padding: 0;
	float: left;
	display: block;
	padding: 0 .9em;	
	text-align: center;

}
ul#navigation-main li a {
	font-size: 1.2em;
	font-family: Times, serif;
	text-decoration: none;
	color: #555555;

}
ul#navigation-main li a:hover,
ul#navigation-main li a.hover {
	color: #a59e88;
	text-decoration: none;
	
}

#footer div#footer-menu {text-align: right;width:34%}
#footer div#footer-menu a {
	font: 1.1em/1.3em  Verdana, Arial, Helvetica;
	color:#555;
	text-decoration: none;
}
#footer div#footer-menu a:hover {color:#BCB9BA}
