body{
	padding: 	0;
	margin: 	0;
	font-family: Tahoma;
	font-size: 	12px;
	background: url('images/allBg.jpg') repeat-y;
}
#headBg{
	background: url('images/headBg.jpg') left top repeat-x;
}
#width{
	width: 		1020px;
}
#bg{
	background: url('images/contentBg.jpg') repeat-y;
}
#left{
	float: 		left;
	width: 		480px;
	background: url('images/headLeft.jpg') no-repeat; 
}
#leftBg{
	height: 	450px;
}
#leftHeadSpacer{
	padding:	25px 0px 0px 127px;
}
#leftHeadSpacer img{
	width: 		123px;
	height: 	123px;
	border: 	none;
}
#leftMenuSpacer{
	padding-top: 10px;
	padding-left: 127px;
	padding-bottom: 20px;
}
.leftMenu{
	width:		300px;
	padding: 	0;
	margin: 	0;
	list-style: none;
}

.leftMenu li a{
	font-size:	18px;
	color: 		#1DAF87;
	text-decoration: none;
	display: 	block;
	width: 		290px;
	background: url('images/menuBg.jpg') 10px 5px repeat-x;
}
.leftMenu li a:hover{
	background: url('images/menuBgA.jpg') 10px 5px repeat-x;
}
.leftMenu li.active a{
	background: url('images/menuBgA.jpg') 10px 5px repeat-x;
}
.leftMenu li.active .menuSpan{
	color: 		#1DAF87;
}
.number{
	background: white;
	padding-right: 5px;
}
.menuSpan{
	float: 		right;
	font-size: 	12px;
	padding-top: 5px;
	background:	white;
	padding-left: 10px;
	color: 		#282828;
}
.leftMenu li a:hover .menuSpan{
	color: 		#1DAF87;
}
#right{
	width: 		520px;
	float: 		left;
}
#head{
	width: 		520px;
	background: url('images/head.jpg') no-repeat;
	height: 	99px;
}
#headMenu{
	padding-top: 40px;
}
.headMenu{
	padding: 	0;
	margin: 	0;
	list-style: none;
}
.headMenu li{
	float: 		left;
	color: 		white;
	padding-right: 20px;
}
.headMenu li a{
	text-decoration: none;
	color: 		white;
}
#content{
	padding-top:	10px;
	padding-left:	30px;
	padding-bottom: 20px;
}
#content h1{
	color: 		#0F6D53;
	font-size: 	24px;
	font-weight: normal;
	padding: 	0;
	margin: 	0;
	padding-bottom: 10px;
}
#content h2{
	color: 		#0F6D53;
	font-size: 	18px;
	font-weight: normal;
	padding: 	0;
	margin: 	0;
	padding-bottom: 10px;
}
#content h3{
	color: 		#0F6D53;
	font-size: 	14px;
	font-weight: normal;
	padding: 	0;
	margin: 	0;
	padding-bottom: 10px;
}
#content p{
	font-size: 	12px;
	color: 		#282828;
	padding: 		0;
	margin: 		0;
	padding-bottom: 10px;
}
#content img.bordered{
	/*border: 	1px solid #BCBCBC;*/
}
#content a{
	text-decoration: none;
	color: #1EB48C;
}

#footBg{
	clear: 		left;
	background: url('images/footBgAll.jpg') repeat-x;
}
#foot{
	background: url('images/footBg.jpg') no-repeat;
	width: 		1000px;
	height:		107px;
}
#exkluziv{
	float: 		left;
	padding-left: 505px;
}
#exkluziv img{
	border: 	none;
	width: 		150px;
	height:		60px;
}
#rg{
	padding-top: 13px;
	float: 		left;
	padding-left: 180px;
	line-height:	20px;
}
#rg a{
	color: #FFFFFF;
	text-decoration: none;
}
#rg img{
	border: none;
	margin-bottom: -5px;
}



.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #10C796;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}


.clear{
	clear: 		left;
	height: 	0px;
	overflow:	hidden;
}

.bordered{
    border: 3px solid #1AA681;
}

