#framework {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #FFFF99;
}
#framework #logo {
	background-color: #B90022;
	height: 90px;
	width: 100%;
}

#framework #lang {
	background-color: #B90022;
	height: 25px;
	width: 100%;
}

#framework #promo {
	background-color: #B90022;
	height: 150px;
	width: 650px;
	float: left;
}

#framework #special {
	background-color: #B90022;
	height: 150px;
	width: 300px;
	float: right;
	background-image: url(../img/siteElements/special.gif);
}

#framework #main {
	background-color: #FFFF99;
	height: auto;
	width: auto;
}

#framework #main #box_menu_mainContent {
	float: left;
	height: auto;
	width: 750px;
	background-color: #FFFF99;
	margin-top: 10px;
	overflow: hidden;
}

#framework #main #box_menu_mainContent #menue {
	background-color:#FFFF99;
	height: auto;
	width: 180px;
	float: left;
}

#framework #main #box_menu_mainContent #mainContent {
	background-color:#FFFFFF;
	height: auto;
	width: 560px;
	float: left;
	background-image: url(../img/siteElements/content_frame_white.gif);
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-left: 5px;
}

#framework #main #box_menu_mainContent #mainContent  #content{
	background-color: #FFFFFF;
	height: auto;
	width: 550px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#framework #main #service {
	background-color: #FFFFCC;
	height: auto;
	width: 200px;
	float: left;
	margin-top: 10px;
	overflow: hidden;
}

#framework #main #awards {
	background-color: #FFFFCC;
	height: auto;
	width: 200px;
	float: right;
	margin-top: 10px;
	overflow: hidden;
}


body {
	background-color: #B90022;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


a.menu {
	display:block;
	text-align:left;
	color:#eeeeee;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../img/siteElements/buttonbg.gif);
	line-height: 40px;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
 }
a.menu:link, a.menu:visited
{ 
  color:#eeeeee;
 background-color:#FFFF99;
 text-decoration:none; font-weight:bold;
}
a.menu:active, a.menu:hover
{
	color:#FFFF99;
	font-weight:bold;
	background-image: url(../img/siteElements/buttonbghov.gif);
	background-repeat: no-repeat;
}

.menu_aktive {
	display:block;
	text-align:left;
	color:#333333;
	text-decoration:none;
	background-image: url(../img/siteElements/buttonbgactive.gif);
	background-repeat: no-repeat;
	line-height: 40px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #990000;
	border-left-color: #990000;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 300px;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
	font-size: 14px;
	font-weight: bold;
}


#framework #footer {
	background-color: #FF9900;
	height: 20px;
	width: auto;
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-top: 5px;
	padding-left: 5px;
}

.menu_link_masthead {
	padding:3px 10px;
}

