﻿/* CSS Document */

body {
margin:0;
border:0;
padding:0;
text-align:center;
background-color:#e5e5e5;
background-image:url("/templates/foerg_hauptseite/_images/fo_bg.png");
background-repeat:repeat-x;
}
.main {
width:910px;
/* height:700px; */
height:590px;
text-align:left;
margin-left:auto;
margin-right:auto;
font-size: 12px;
line-height:17px;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
.header_wrap {
height:84px;
clear:both;
background-image:url("/templates/foerg_hauptseite/_images/fo_header_bg.png");
background-repeat:no-repeat;
}
#content_main {
height:590px;
padding:0px 30px;
background-image:url("/templates/foerg_hauptseite/_images/fo_main_bg.png");
background-repeat:no-repeat;
}
#content_sub {
height:590px;
padding:0px;
background-image:url("/templates/foerg_hauptseite/_images/sub_inner_bg.png");
background-repeat:no-repeat;
}
.images_wrap {
padding:37px 0px 31px 28px;
clear:both;
}
.image {
width:200px;
height:150px;
float:left;
}
.image_separ {
width:19px;
float:left;
}


/* menu */
#mainnavi {
	width: 650px;
	height: 33px;
	background-image: url("_images/menu/mainnavi_line.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}
ul#menu {
	width: 100%;
	height: 43px;
	/*
	background: url("_images/menu/menu-bg.gif") top left repeat-x;
	*/
	font-size: 13px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #494848;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 3px;
}
ul#menu li a {
	height: 33px;
	color: #494848;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	/* padding: 8px 8px 0; */
	padding: 8px 8px 0;
}
ul#menu li a:hover {
	color: #c12b26;
	background: #dddddd url("_images/menu/mainnavi_top_hover.gif") top right repeat-x;
}
ul#menu li a.current {
	color: #c12b26;
	background: #FFF url("_images/menu/mainnavi_top.gif") top right repeat-x;
	padding: 8px 8px 0;
} 



/* footer */
.footer_wrap {
	margin:0px 26px 0px 20px;
	background-image:url("/templates/foerg_hauptseite/_images/fo_footer_bg.png");
	background-repeat:repeat;
	height:16px;
	text-transform:uppercase;
	font-size: 11px;
}
#footer_left {
	float:left;
	background-color:#e5e5e5;
	padding-right:8px;
}
#footer_right {
	float:right;
	background-color:#e5e5e5;
	padding-left:8px;
}
.footer_separ {
	padding:0px 4px;
}

/* links */
.a_footer:link {
    text-decoration:none;
	color: #494848;
}
.a_footer:visited {
    text-decoration:none;
	color: #494848;
}
.a_footer:hover {
    text-decoration:underline;
	color: #c12b26;
}
.a_footer:active {
    text-decoration:none;
	color: #494848;
}

/* Typo */
h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #1d4994;
	line-height: 17px;
}
small {
	font-size: 9px;
}


