@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}


#clear {
	clear:both;
	}
	

#wrapper {
	margin: auto;
	text-align:left;
	width: 946px;
	position: relative;
}

body {
	background-color: #f4f3ef;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

a {
	color:#000;
}

hr {
	border: 0;
	color: #a09788;
	background-color: #a09788;
	height: 1px;
	width: 100%;
	text-align: left;
}

p{
	color:#444c53;
	line-height: 18px;
}


#top_marg {
	width:946px;
	height:25px;
	background-color:#a20d06;
	text-align:right;
	}
	
#bund_marg {
	width:911px;
	height:36px;
	background-image:url(images/marg_bund_bg.jpg);
	background-repeat:repeat-x;
	float:left;
	}
	
#bund_right{
	width:35px;
	background-image:url(images/marg_bund_right_corner.jpg);
	float:right;
	}
#bund{
	text-align:right;
	margin-right:40px;
	margin-top:45px;
	font-size:12px;
	font-weight:bold;
	color:#6e7881;
	}

#top {
	width:946px;
	height:229px;
	}

h1{
	font-size:13.5px;
	font-weight:bold;
	padding-bottom:14px;
	color:#444c53;
	text-transform: uppercase;
}

h1.inv{
	font-size:9px;
	font-weight:bold;
	padding-bottom:14px;
	color:#f4f3ef;
	text-transform: uppercase;
}

h2 {
	font-size:13.5px;
	font-weight:bold;
	color:#444c53;
	padding-bottom:5px;
	text-transform: uppercase;
}

ol {
	color:#444c53;

	}

ol li {
	color:#444c53;
	line-height: 35px;
	}
	
/* ---------Main Menu-----------*/
	
#menu {

	height:56px;
	font-size:13,5px;
	color:#333333;
	text-transform: uppercase;
}

#menu ul {
	position:relative;
	top:32px;
	left:44px;
	list-style:none;
	background-color: #9933CC;
}

#menu ul li{
	 float:left;
	 }

#menu ul a {
	padding:0 1.2em;
	font-size:13.5px;
	font-weight:bold;
	color:#fcfcfb;	
	text-decoration:none;
	float:left;
	display:block;
	background:url(images/menu_deler.jpg) no-repeat left center;
}

#menu ul a.first{
	background:none;
}

#menu ul a:hover{
	color:#444c53;
}

#menu ul a.selected{
	color:#444c53;
	}

#menu ul a.first_selected{
	color:#444c53;
	background:none;
	}
	

