/*
stylesheet for euroforge
version 1.0 - 14/01/2009
*/

/* global settings */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height:100%; /* important for centering */
}

body {
	background: url(../images/body_bg.jpg) no-repeat #e6eaec;
	font-family: arial, sans-serif;
	font-size: 13px;
}

.clear_fix {
	clear: both;
}

img {
	border: 0;
}

p.bodytext {
	margin-bottom: 1em;
	color: #333;
	font-size: 12px;
	line-height: 1.4em;
}

p.bodytext span.important{
	color: red;
}

h1 {
	font-size: 22px;
	color: #036;
	margin-bottom: 0.7em;
}

/* settings for start-page */

/* centering the page start */

#start_distance { 
	width: 1px;
	height: 50%;
	margin-bottom: -182px; /* important for centering */
	float:left;
}

/* centering the page end */

#start_container {
	margin: 0 auto; /* important for centering */
	position: relative; /* important for centering */
	width: 983px;
	height: 363px;
	clear: left; /* important for centering */
}

#start_top {
	overflow: hidden;
	width: 983px;
	height: 7px;
	background: url(../images/start_bg_top.png) no-repeat;
}

#start_body {
	width: 983px;
	height: 347px;
	background: url(../images/start_bg_body.png) repeat-y;
}

#start_bottom {
	width: 983px;
	height: 9px;
	background: url(../images/start_bg_bottom.png) no-repeat;
}

#start_col_left {
	float: left;
	width: 423px;
	margin-top: 60px;
	text-align: right;
}

#start_col_center {
	float: left;
	margin-top: 60px;
	margin-left: 25px;
	display: inline;
}

.start_img {
	margin-bottom: 5px;
}

#start_col_right {
	float: right;
	width: 260px;
	margin-top: 60px;
}

ul.start_list {
	list-style: none;
	margin: 0;
}

ul.start_list li {
	padding: 5px 0 5px 5px;
	margin: 0;
	margin-bottom: 5px;
	width: 240px;
	color: #fff;
}

ul.start_list a {
	color: #fff;
	text-decoration: none;
}

li.start_list_red {
	background: #bf0000;
}

li.start_list_blue {
	background: #003e75;
}

.tr_grey {
	background: #ccc;
}

/* setting background for non-start-pages */

#page_top {
	overflow: hidden;
	width: 984px;
	height: 10px;
	background: url(../images/page_bg_top.png) no-repeat;
}

#page_body {
	width: 984px;
	background: url(../images/page_bg_body.png) repeat-y;
}

#page_bottom {
	width: 984px;
	height: 13px;
	background: url(../images/page_bg_bottom.png) no-repeat;
}

.logo_page {
	margin: 20px 0 25px 15px;
}

#content_center {
	margin-top: 27px;
	width: 455px;
}

#content_wide {
	margin-top: 27px;
	width: 700px;
}

ul {
	list-style: disc;
	margin-left: 25px;
	margin-top: -0.5em;
	margin-bottom: 1em;
	color: #333;
}

ul li{
	margin: 3px 0;	
}

ol {
	margin-left: 25px;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #333;
}

/* settings for main navigation */

ul.main_navi {
	margin: 24px 25px 0 0;
	list-style: none;
	text-align: right;
}

ul.main_navi a {
	color: #036;
	text-decoration: none;
}

ul.main_navi a:hover {
	text-decoration: underline;
}

ul.main_navi li {
	margin: 0;
	padding: 6px 0;
}

ul.main_navi li ul {
	margin: 0;
	list-style: none;
	padding: 6px 0;
}

ul.main_navi li.navi_current {
	font-weight: bold;
	padding-top: 16px;
}

ul.main_navi ul li.navi_current {
	font-weight: bold;
	padding-top: 6px;
}

ul.main_navi li ul li {
	font-weight: normal;
}

ul.main_navi li.navi_separator {
	padding: 0;
	font-size: 10px;
}

ul.main_navi li.navi_imprint {
	font-size: 11px;
}


/* settings for centered page with fixed size */


#centered_distance { 
	width: 1px;
	height: 50%;
	margin-bottom: -360px; /* important for centering */
	float:left;
}

#centered_container {
	margin: 15px auto; /* important for centering */
	position: relative; /* important for centering */
	width: 984px;
	height: 720px;
	clear: left; /* important for centering */
}

.centered_body_height {
	height: 697px;
}

#centered_col_left {
	float: left;
	width: 233px;
	height: 583px;
	background: url(../images/page_col_border.jpg) right no-repeat;
}

#centered_col_center {
	float: left;
	margin-left: 30px;
	display: inline;
	width: 470px;
	height: 583px;
	background: url(../images/page_col_border.jpg) right no-repeat;
}

#centered_col_right {
	float: right;
	margin-top: 65px;
	padding-right: 15px;
	width: 235px;
	height: 515px;
}

#centered_col_wide {
	float: right;
	margin-right: 20px;
	display: inline;
	width: 700px;
	height: 583px;
}

#centered_col_right .img_box {
	margin-left: 25px;
}

#centered_col_right img {
	margin-bottom: 10px;
}


/* settings for large page */


#large_container {
	margin: 15px auto;
	width: 984px;
}

#large_col_left {
	float: left;
	width: 233px;
	background: url(../images/page_col_border.jpg) right no-repeat;
}

#large_col_center {
	float: left;
	margin-left: 30px;
	display: inline;
	width: 470px;
	background: url(../images/page_col_border.jpg) right top no-repeat;
}

#large_col_right {
	float: right;
	margin-top: 65px;
	padding-right: 15px;
	width: 235px;
}

#large_col_wide {
	float: right;
	margin-right: 20px;
	display: inline;
	width: 700px;
}

#large_col_right .img_box {
	margin-left: 25px;
}

#large_col_right img {
	margin-bottom: 10px;
}