*{
	font-family: 'Lucida Casual','Comic Sans MS', Arial, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #FFF;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
}

html,
body{
	background: #ef9a49;
	height: 100%;
	padding: 0;
	margin: 0;
}
body{
	overflow: auto;
}
/****************************************************************************
*  Content
****************************************************************************/
.content-box{
	width: 1000px;
	height: 646px;
	overflow: hidden;
}
.content-top-left{
	width: 232px;
	height: 82px;
	overflow: hidden;
	float: left;
	background: url(../img/bg_topleft.jpg) no-repeat;
}
.content-top-right{
	width: 768px;
	height: 82px;
	overflow: hidden;
	float: left;
	background: url(../img/bg_topright.jpg) no-repeat right;
}
.content-top-images{
	width: 1000px;
	height: 137px;
	overflow: hidden;
	float: left;
	background: url(../img/bg_topimages.jpg) no-repeat;
}
.content-center-left{
	width: 232px;
	height: 357px;
	overflow: hidden;
	float: left;
	background: url(../img/bg_centerleft.jpg) no-repeat;
}
.content-center-right{
	width: 768px;
	height: 357px;
	overflow: hidden;
	float: left;
	background: url(../img/bg_centerright.jpg) no-repeat right;
}
.content-bottom-left{
	width: 232px;
	height: 72px;
	overflow: hidden;
	float: left;
	background: url(../img/bg_bottomleft.jpg) no-repeat;
}
.content-bottom-right{
	width: 768px;
	height: 72px;
	overflow: hidden;
	float: left;
	background: url(../img/bg_bottomright.jpg) no-repeat right;
}
/****************************************************************************
*  Mainmenu
****************************************************************************/
#mainmenu{
	height: 30px;
	overflow: hidden;
	margin-top: 32px;
}
.mainmenuitem ,
.mainmenuitem-active{
	display: block;
	float: left;
	width: 87px;
	height: 30px;
	overflow: hidden;
	margin-left: 50px;
	font-family: 'Lucida Casual','Comic Sans MS', Arial, sans-serif;
	font-size: 11px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: url(../img/bg_menuitem.gif) no-repeat;
}
.mainmenuitem-active,
.mainmenuitem:hover{
	color: yellow;
}
/****************************************************************************
*  Languagemenu
****************************************************************************/
#languagemenu{
	float: right;
	width: 100px;
	height: 82px;
	overflow: hidden;
	text-align: right;
	padding-top: 15px;
	padding-right: 20px;
}
.language-link-german-active,
.language-link-english-active,
.language-link-swedish-active,
.language-link-german,
.language-link-english,
.language-link-swedish{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	text-decoration: none;
	padding-right: 25px;
}
.language-link-german-active,
.language-link-english-active,
.language-link-swedish-active{
	font-weight: bold;
	font-size: 12px;
}
.language-link-german{
	background: url(../img/de.png) no-repeat center right;
}
.language-link-german-active{
	background: url(../img/de_active.png) no-repeat center right;
}
.language-link-english{
	background: url(../img/en.png) no-repeat center right;
}
.language-link-english-active{
	background: url(../img/en_active.png) no-repeat center right;
}
.language-link-swedish{
	background: url(../img/sv.png) no-repeat center right;
}
.language-link-swedish-active{
	background: url(../img/sv_active.png) no-repeat center right;
}
/****************************************************************************
*  Footermenu
****************************************************************************/
.footer-provider{
	padding-top: 21px;
	text-align: center;
	font: normal 10px/12px Arial, sans-serif;
}
.footer-provider a{
	font: bold 10px/12px Arial, sans-serif;
	text-decoration: none;
}
#footermenu{
	height: 72px;
	padding-top: 28px;
	padding-right: 20px;
	text-align: right;
	overflow: hidden;
}
.footermenuitem,
.footermenuitem-active{
	margin: 0px 20px;
	font-family: 'Lucida Casual','Comic Sans MS', Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}
.footermenuitem-active,
.footermenuitem:hover{
	color: yellow;
}
/****************************************************************************
*  Centercontent
****************************************************************************/
#centernews{
	padding: 0px 10px;
	width: 226px;
	height: 92px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}
#centerweather{
	margin: 10px;
	width: 207px;
	border-top: 1px solid #39C;
	border-bottom: 1px solid #39C;
	padding: 10px 0px;
}
.meteo-headline,
.meteo-link{
	display: block;
	width: 120px;
	height: 15px;
	font: normal 11px/14px Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #eaeaea;
	background: #1e1a68;
}
.meteo-headline{
	padding-top: 2px;
	font: bold 11px/14px Arial, sans-serif;
	height: 30px;
}
#centerteamproq {
	margin: 10px;
}
#centerteamproq .teamproq-link{
	display: block;
	width: 207px;
	height: 80px;
	text-decoration: none;
	background: url(../img/teamproq_button.gif) no-repeat;
}
#centercontent{
	width: 768px;
	height: 357px;
	padding: 0px 20px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}
/****************************************************************************
*  Mailform
****************************************************************************/
.mailform-outertable{
	width: 600px;
	table-layout: fixed;
	border-spacing: 3px;
}
.mailform-outertable td {
	vertical-align: top;
	line-height: 20px;
}
.mailform-outertable input,
.mailform-outertable select,
.mailform-outertable option{
	width: 100%;
	color: black;
}

.mailform-outertable .messagebox{
	width: 100%;
	height: 100px;
	color: black;
}
.red{
	color: white;
	background: url(../img/arrow_up.gif) no-repeat red;
	height: 20px;
	line-height: 20px;
	margin-top: 2px;
	padding-left: 23px;
}
/****************************************************************************
*  News
****************************************************************************/
#centernews div.tx_newsflexible_maintitle,
#centernews div.tx_newsflexible_datetime,
#centernews p.tx_newsflexible_archivelink,
#centercontent div.tx_newsflexible_maintitle,
#centercontent div.tx_newsflexible_datetime,
#centercontent div.tx_newsflexible_article_datetime{
	display: none;
}
#centernews div.tx_newsflexible_title{
	font: bold 12px/20px 'Lucida Casual','Comic Sans MS', Arial, sans-serif;
}
#centercontent div.tx_newsflexible_title{
	font-weight: bold;
	margin-bottom: 7px;
}
#centernews div.tx_newsflexible_teaser,
#centernews div.tx_newsflexible_more{
	font: normal 11px/13px 'Lucida Casual','Comic Sans MS', Arial, sans-serif;
}
#centernews div.tx_newsflexible_more,
#centercontent div.tx_newsflexible_more{
	text-align: right;
}
#centernews div.tx_newsflexible_more a,
#centercontent div.tx_newsflexible_more a{
	text-decoration: none;
}
