BODY {
	margin: 0;
	font: 9pt Verdana;
	color: #636466;
}

DIV#container {
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	width: 925px;
	background: url(../img/star_background.jpg) no-repeat 110px 165px;
}



/**
 * Top Area with Shortlinks and search formular
 */

DIV#menu_head {
	height: 37px;
	line-height: 37px;
	text-align: right;
}

FORM#search_form {
	margin: 0;
	padding: 0;
	color: #636466;
	font-size: 7pt;
	/*font-weight: bold;*/
}

* html FORM#search_form {
	margin-top: 8px;
}

FORM#search_form A,
FORM#search_form LABEL {
	padding: 0 8px;
	color: #636466;
	text-decoration: none;
	/*text-transform: uppercase;*/
}

FORM#search_form A:hover {
	text-decoration: underline;
}

FORM#search_form INPUT {
	padding: 1px;
	width: 84px;
	font-size: 8pt;
	border: 1px solid #21409A;
}

FORM#search_form INPUT.submit {
	padding: 1px 2px;
	width: auto;
	border: none;
	color: #fff;
	background-color: #21409A;
}



/**
 * Menu left
 */
 
UL#menu {
	margin: 32px 25px 25px 23px;
	padding: 0;
	width: 164px;
	list-style-type: none;
	float: left;
}

* html UL#menu {
	margin-left: 13px;
}

UL#menu LI {
	padding: 6px 0 7px 0;
	background: url(../img/dot.png) repeat-x bottom;
}

UL#menu LI.last {
	background: none;
}

UL#menu A {
	display: block;
	padding-left: 22px;
	padding-top: 1px;
	background: url(../img/star.jpg) no-repeat left top;
	text-decoration: none;
	font-weight: bold;
	color: #636466;
	text-transform: uppercase;
}

UL#menu A:hover,
UL#menu A.active {
	background-image: url(../img/star_over.jpg);
}



/**
 * Content area
 */
 
DIV#content {
 	float: left;
 	margin: 32px 30px 10px 0;
 	padding: 10px;
 	width: 490px;
 	overflow: hidden;
 }
 
 
 
/**
* Right content area
*/
 
DIV#right {
 	float: left;
 	padding-left: 10px;
 	width: 163px;
 	margin: 32px 0 45px 0;
 	overflow: hidden;
 }
 
 
 
/**
 * Footer
 */
 
DIV#footer {
	clear: both;
	padding: 7px 20px 0 20px;
	height: 17px;
	background: url(../img/footer.png) no-repeat;
	color: #636466;
	font-size: 7pt;
}

DIV#footer A {
	color: #636466;
	font-size: 7pt;
	text-decoration: none;
	padding: 0 5px;
}

DIV#footer A:hover {
	text-decoration: underline;
}
