body {
	background:#393b3d url(../_pix/site_bg.gif) repeat-x;;
	text-align:center;
	margin:0px 0px 0px 0px;
}

#header {
	width:910px;
	height:155px;
	margin:0px auto;
	background:url(../_pix/header_bg.gif) no-repeat;
}
#header #logo {
	width:230px;
	height:140px;
	margin:0px 0px 0px 20px;
	float:left;
}
#header #inbound {
	width:610px;
	height:135px;
	margin:5px 0px 0px 15px;
	float:left;
	text-align:left;
}

#content {
	width:910px;
	height:300px;
	padding-top:5px;
	margin:0px auto;
	background:url(../_pix/content_bg.gif) no-repeat;
	
	text-align:left;	
}
#footer {
	clear:both;
	width:510px;
	padding:0px 0px 0px 50px;
	height:30px;
	background-position:top left;
}


/***************************************************************
	COLUMNS
***************************************************************/
#col_left {
	width:164px;
	margin:25px 0px 0px 15px;
	*margin:25px 0px 0px 7px;
	float:left;
}
#col_center {
	width:390px;
}
#col_right {
	width:330px;
}
#col_center, #col_right {
	margin:25px 0px 0px 0px;
	float:left;
}
#col_center_wide {
	width:660px;
	margin:25px 0px 0px 0px;
	float:left;
}


/***************************************************************
	NAVIGATION
***************************************************************/
#navigation {
	width:910px;
	height:17px;
	padding-top:5px;
	margin:0px auto;
	text-align:left;
	background:url(../_pix/navigation_bg.gif) no-repeat;
	
}
#navigation .arrow {
	margin:0px 5px 0px 40px;
}
#sub_navigation, #sub_navigation_home, #sub_infobox {
	padding:0px 30px 0px 20px;
	text-align:right;
	width:114px;
	
}
#sub_navigation_home {
	height:170px;
	background:url(../_pix/nav2_illu.gif);
}
#sub_navigation {
	min-height:190px;
	background:url(../_pix/nav2_bg.gif);
}

#sub_infobox {
	text-align:center;
	line-height:15px;
	padding-left:25px;
	background:url(../_pix/nav2_bg.gif);
}

#sub_navigation div {
	padding:0px 10px 0px 0px;
	background:url(../_pix/nav2_arrow.gif) no-repeat;
	background-position:right 7px;
}
#sub_navigation a {
	color:#cccccc;
	font-weight:bold;
	text-decoration:none;
}

#sub_navigation a:hover {
	color:#fdcd27;
}

#sub_navigation .active {
	color:#fdcd27;
}

/***************************************************************
	BOXES
***************************************************************/
.box {
	width:100%;
}
.box_brigth, .box_dark, .box_brigth_middle, .box_dark_middle {
	padding:0px 35px 0px 35px;
}
.box_brigth {
	background:url(../_pix/box_bg_b.gif);
}
.box_dark {
	background:url(../_pix/box_bg_d.gif);
}
.box_brigth_middle {
	background:url(../_pix/box_bg_b_middle.gif);
}
.box_dark_middle {
	background:url(../_pix/box_bg_d_middle.gif);
}

.box_wide {
	width:660px;
}
.box_wide_brigth, .box_wide_dark {
	padding:0px 40px 0px 40px;
}
.box_wide_brigth {
	background:url(../_pix/box_bg_wide_b.gif);
}

#col_left .sponsoren {
	margin:40px 0px 0px 20px;
}

/***************************************************************
	TEXT / FONT
***************************************************************/
body {
	font-size:11px;
	font-family:Trebuchet MS, Verdana, Arial;
	line-height:18px;
	color:#bbbbbb;
}
.headline_img {
	margin:0px 0px 15px 0px;
}
h1 {
	font-weight:bold;
	font-size:12px;
	color:#fdcd27;
	margin:0px 0px 5px 0px;
}
p {
	margin:0px;
}
.date {
	color:#888888;
}

a {
	color:#fdcd27;
	text-decoration:none;
}

a:hover {
	color:#cccccc;
}
/***************************************************************
	FORM FIELDS
***************************************************************/
input, select, textarea {
	border:1px solid #444444;
	background-color:#111111;
	color:#999999;
	font-size:10px;
	font-weight:bold;
	font-family:Trebuchet MS, Verdana, Arial;
}

/***************************************************************
	MORE NEWS
***************************************************************/

#more_news, #cat_news {
	font-size:10px;
	line-height:11px;
}
#more_news .date, #cat_news .date {
	color:#888888;
}
#more_news .copy {
	width:180px;
	float:left;
}
#more_news .cat {
	text-align:right;
	float:right;
	margin:0px;
	font-weight:bold;
	color:#555555;
}

#more_news a, #cat_news a {
	color:#fdcd27;
	font-weight:bold;
	text-decoration:none;
}
#more_news a:hover, #cat_news a:hover {
	color:#cccccc;
}


/***************************************************************
	MISC
***************************************************************/
.line_dotted {
	width:auto;
	height:10px;
	font-size:1px;
	margin:0px 0px 0px 0px;
	background:url(../_pix/line_dotted.gif) repeat-x;
	background-position:left 5px;
	clear:both;
}
