/* GLOBAL CSS */
*{
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: Arial, small Verdana, Helvetica, sans-serif;
}
html, body{
	height: 100%;
	background-color: #bdbdbd;
}

/* LAYOUT CSS */
#website{
	width: 950px;
	min-height: 100%;
	margin: auto;
	background-color: #fdea18;
	border-left: 1px solid #5e5e5e;
	border-right: 1px solid #5e5e5e;
}
#header{
	height: 540px;
}
#headerTop{
	height: 106px;
}
#headerMenu{
	text-align: right;
	margin: 0 10px;
}
#logo{
	text-align: center;
	margin-top: 5px;
}
#mainMenu{
	height: 22px;
	background-color: #424a52;
	border-bottom: 1px solid #fdea18;
}
#headerImage{
	height: 410px;
}
#contentStrict{
	margin-top: 20px;
}
#leftSide{
	float: left;
	width: 200px;
	margin-left: 10px;
}
#subMenu{
	margin: 35px 0;
}
#content{
	float: left;
	width: 495px;
	margin-left: 15px;
}
#rightSide{
	float: right;
	width: 200px;
	margin-right: 10px;
	font-size: 12px;
}

/* CONTENT CSS */
#headerMenu ul li,
#mainMenu ul li{
	list-style: none;
	display: inline;
	margin-left: 10px;
}
#headerMenu ul li a{
	font-size: 11px;
	color: #000;
}
#headerMenu ul li a:hover,
#rightSide .direct a:hover{
	text-decoration: none;
}
#subMenu ul li{
	list-style: none;
	border-bottom: 1px solid #fdea18;
	line-height: 26px;
}
#subMenu ul li a{
	font-size: 12px;
	color: #5e5e5e;
	text-decoration: none;
	background-color: #f3e21b;
	display: block;
	padding-left: 5px;
}
#subMenu ul li a:hover{
	color: #fdea18;
	background-color: #5e5e5e;
}
#subMenu ul li.active a{
	color: #fdea18;
	background-color: #5e5e5e;
}
#leftSide .logos{
	text-align: center;
}
#leftSide .logos img{
	margin-bottom: 25px;
}
#leftSide .adress{
	font-size: 12px;
	margin-top:1px;
	margin-bottom: 25px;
	margin-left: 35px;
	line-height: 16px;
}
#content .contentElement h1{
	font-size: 11px;
	margin-bottom: 15px;
	line-height: 18px;
}
#content .contentElement h2,
#content .contentElement p.headline2{
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 0px;
}
#content .contentElement p,
#content .contentElement ul{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}
#content .contentElement p.headline1{
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#content .contentElement ul{
	margin-left: 13px;
	margin-bottom: 20px;
}
#content .contentElement a{
	font-size: 12px;
}
#content .contentElement a:hover{
	text-decoration: none;
}
#rightSide .direct{
	margin-bottom: 20px;
}
#rightSide .direct img{
	margin-bottom: 2px;
}
.clear{
	clear: both;
}
