/*CSS-reset-function. This reset all the padding and margin to minimize bugs in cross browsers*/
*{
	padding: 0;
	margin: 0;
}

/*The background and everything all global data like font*/
body{
	background: #f8f8f6 url(../gfx/bg.png);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
}
h1{
	font-family: Arial;
	font-weight: 100;
	font-size: 16pt;
	margin: 25px 0 0 0;
	padding: 0 0 10px 0px;
	color: #333333;
}

h2{
	font-family: Arial;
	font-weight: 100;
	font-size: 14pt;
	padding: 10px 0 15px 0px;
	color: #333333;
}

h3{
	font-family: Arial;
	font-weight: 100;
	font-size: 12pt;
	padding: 10px 0 12px 0px;
	color: #333333;
}

h4{
	font-family: Arial;
	font-weight: 100;
	font-size: 12pt;
	font-style: italic;
	padding: 10px 0 12px 0px;
	color: #333333;
}

h5{
	font-family: Arial;
	font-weight: 100;
	font-size: 12pt;
	padding: 10px 0 12px 0px;
	color: #999999;
}

h6{
	font-family: Arial;
	font-weight: 100;
	font-size: 12pt;
	font-style: italic;
	padding: 10px 0 12px 0px;
	color: #999999;
}
ul{
	list-style-type: disc;
	list-style-position: inside;
	padding: 0 0 0 20px;
}
li{
	list-style-position: inside;
}
a{
	text-decoration: none;
	font-weight: bold;
	color: #a8001b;
}
a:hover{
	color: #000000;
}

/*Wrapper for positioning on all of the topelements*/
#topwrapper{
	width: 930px;
	height: auto;
	margin: 0 auto 0px auto;
	position: relative;
	z-index: 200;
}


/*Wrapper from the menu and all the way down to the footer. This is the canvas*/
#wrapper{
	background: transparent url(../gfx/wrapper-bg.png);
	width: 930px;
	min-height: 625px;
	height: auto;
	margin: 0 auto 5px auto;
	position: relative;
	z-index: 200;
}

/*Area for the language-flags*/
#languagesel{
	margin: 10px 0 0 0;
	width: auto;
	height: auto;
	float: right;
}
#header{
	height: 100px;
	width: 100%;
	background: transparent url(../gfx/logotype.png);
	background-repeat: no-repeat;
}
#header img{
	border: 0px hidden transparent;
}

/*Mapping-area for searchbox, to change looks of the searchbox see searchbox.css*/
#searchbox{
	height: 28px;
	width: 175px;
	background: transparent;
	float: right;
	margin: 4px 0 0 0;
}

/*Main-menu-background*/
#menubackground{
	width: 100%;
	height: 50px;
	background: transparent;
}

/*Main menu*/
#menu{
	height: 50px;
	width: 745px;
	float: left;
}
#menu a{
	display: block;
	height: 25px;
	min-width: 70px;
	width: auto;
	background: transparent;
	float: left;
	color: #666666;
	text-decoration: none;
	text-align: center;
	font-weight: 100;
	margin:18px 0 0 30px;
}
#menu a:hover{
	background: transparent url(../gfx/menu_background.png);
	background-repeat: no-repeat;
	background-position: top center;
}

/*Text of the article*/
#article{
	max-height: 300px;
	max-width: 590px;
	margin: 5px 5px 0 -5px;
	background: transparent;
	float: left;
}

/*Image of the article*/
#article img{
	max-height: 300px;
	max-width: 590px;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;	
}

/*Rightcontent*/
#rightcontent{
	width: 325px;
	height: auto;
	min-height: 600px;
	background: transparent;
	margin: 5px 5px 15px 0px;
	float: right;
}

/*Maincontent*/
#maincontent{
	height: auto;
	min-height: 295px;
	width: 590px;
	margin: 5px 0 15px 10px;
	background: transparent;
	float: left;
}
#maincontent img{
	max-width: 590px;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}
#maincontent p{
	padding: 0 0 0px 0px;
}

/*Imagetext*/
#maincontent .csc-caption{
	font-size: 9pt;
	line-height: 12pt;
}

/*Footer*/
#footer{
	clear: both;
	height: 180px;
	width: 930px;
	margin: 0 auto 0 auto;
	background: transparent url(../gfx/footer.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 200;
}
#footer p{
	color: #FFFFFF;
	font-size: 8pt;
	padding: 60px 0 0 0;
	text-align: center;
	margin: 0 0 0 0;
}
#footer p a{
	color: #666666;
	font-weight: 100;
}
#footer p a:hover{
	text-decoration: underline;
}
.tx-macinasearchbox-pi1{
	margin: 5px 0 0 0;	
}