/* main design pieces */

body
{
	background-image : url('../pictures/bg_page.png');
	background-repeat: repeat-x;
	background-color : #666666;
	
	color : #999999;
	
	font-family : arial, verdana, sans-serif;

	font-size : 11px;
	
	padding : 0px;
	
	margin : auto auto;

	width : 668px;
}

a
{
	outline : none;	
}

div.clearSpace
{

//	background-color:#F4EBCF;
	clear : both;
	font-size : 0px;
	margin : 0px;
	padding : 0px;
}

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

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

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

h3, h2 {
    margin:0px;
	padding:0px;
}

div#body_box
{

	background-color: #FFFFFF;

	clear : both; 

	padding : 0px 0px 0px 0px;
	
	margin-top: 160px;
	
	width : 668px;
	
	
}

div#left
{
	width: 303px;
	margin:0px;
	
	float: left
}



/* head design */

div#header_box_left
{	
	background-image : url('../pictures/bg_top_left.png');
	background-repeat: no-repeat;
	background-position : center top;
	
	color : #999999;
	
	font-size : 10px;
	
	width: 303px;
	height: 20px;
}

div#header_box_left a
{
	color : #999999;
	
	font-size : 10px;
}

div#header_box_left a:hover
{
	color : #580058;
	
	font-size : 10px;
}

/* body design */

div#body_box_left
{

	background-image : url('../pictures/bg_left.png');
	background-repeat: repeat-y;
	background-position : center top;
	background-color: #FFFFFF;

	padding : 0px;
	
	width : 303px;
}

ul#side_menu
{
	background-image : url('../pictures/bg_menu.png');
	background-repeat: no-repeat;
	background-position : center top;
		
	background-color: #FFFFFF;
	
	width: 303px;
	height: 198px;
	
	padding: 62px 0 0 0px;	

}

ul#side_menu li
{
	list-style-type: none;
	padding-top: 1px;
}


ul#side_menu a
{
	display: block;
	
	width: 166px;
	height: 22px;
	
	text-decoration: none;
	
	font-size: 12px;
	font-weight: bold;
	
	color: #FFFFFF;
	
	padding: 8px 0px 0px 30px;
	
}

ul#side_menu a:active
{
	background-image : url('../pictures/menu_hover.png');
	background-repeat: no-repeat;
	background-position : left center;
	
	padding-left: 40px;

}

ul#side_menu a:hover
{
	background-image : url('../pictures/menu_hover.png');
	background-repeat: no-repeat;
	background-position : left center;
	
	padding-left: 40px;

}


/* foot design */

div#foot_bottom_box_left
{	
	background-image : url('../pictures/bg_bottom_left.png');
	background-repeat: repeat-y;
	background-position : center top;
	background-color: #FFFFFF;
	
	width: 303px;
	height: 70px;
}


div#right
{
	width: 365px;
	margin:0px 0px 0px 0px;
	
	float: left;
}

div#header_box_right
{	
	background-image : url('../pictures/bg_top_right.png');
	background-repeat: no-repeat;
	background-position : center top;
	
	width: 365px;
	height: 95px;
}


/* body design */

div#body_box_right
{
	background-image : url('../pictures/bg_right.png');
	background-repeat: repeat-y;
	background-position : center top;
	background-color: #FFFFFF;

	padding-right : 50px;
	
	margin: 0px;
	
	width : 275px;
	padding-left: 40px;
}

div#body_box_right h3
{
	float: right;
	font-size:12px;
	font-weight:normal;
	margin-bottom:15px;
	margin-top: 110px;
}

ul.datas
{
	float:right;
	clear: both;
	
	width: 200px;
}

ul.datas li
{
	list-style-type: none;
	text-align:right;
}


/* foot design */

div#foot_bottom_box_right
{	
	background-image : url('../pictures/bg_bottom_right.png');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	
	width: 365px;
	height: 15px;
}

div#foot
{
	width: 668px;
	
	color: #999999;
	
	margin-top: 10px;
	margin-bottom:50px;
	padding-bottom: 100px;
	
	text-align:center;
	
}

div#foot a
{
	text-decoration: none;
	color: #999999;
	
}

div#foot a:hover
{
	text-decoration: underline;
}

/*egyen*/

ul.menu_field
{
	clear: both;
	
	width: 200px;
	
	padding-top: 40px;
	padding-left: 10px;
}

ul.menu_field li
{
	list-style-type: none;
	text-align:left;
}

ul.menu_field li a
{
	color: #4A004A;
	text-decoration: none;
	font-weight: bold;
}

ul.menu_field li a:hover
{
	color: #4A004A;
	text-decoration: underline;
}

div.negativ_content
{
	margin-left: -250px;
}

h2
{
	font-size: 11px;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.cont
{
	margin: 10px 0 10px 0;	
}

.cont_fel
{
	margin: 0px 10px 10px 20px;
}
