@charset "utf-8";
/* CSS Document */

body {	
	margin: 0;
	padding: 0;
		font-family:arial;
		font-size:12px;
		/*background-image:url(../images/topbackground.gif);
		background-repeat:repeat-x;*/	
	}
	
#wrapper {
	margin: 0 auto;
	width:800px;
}
	
#info {
	padding-top:10px;
	height: 30px;
	color:#CCCCCC;
	text-align:right;
}
	
#bottomcontent {
	margin-left:45px;
	margin-right: 15px;
	height: 120px;
	color:#666666;
}
	
#bottomleft {
	margin-top:15px;
	height: 120px;
	color:#666666;
	width: 300px;
	float:left;
}

#bottomleft h2 {
line-height: 85px;
text-indent:-999em;
}

#bottomright h2 {
line-height: 85px;
text-indent:-999em;
}
	
	
#bottomright {
	margin-top:15px;
	height: 120px;
	color:#666666;
	width: 300px;
	float:right;
}
	
	
#footer {
	padding:5px 0px;
	height: 20px;
	color:#000;
	text-align:center;
	clear:both;
}

#footer a {
	color:#0066CC;
	text-decoration:none;
	display:inline;
}
	
#logo {
	padding:10px 0px;
	height: 110px;
}
	
a {
	color:#2989cc;
	text-decoration:none;
}

a:hover {
	color:#a6bdce;
	text-decoration:none;
}
	
#moving_tab {
	/* hide overlength child elements*/
	overflow:hidden;
	
	/* all the child elements are refering to this width */
	width:800px;

	/* fix ie 6 overflow bug */
	position:relative
	
	/* styling */
	/*border:1px solid #ccc; */	
	margin:0 auto;
}

#moving_tab .tabs {
	/* enable absolute position for .lava */
	position:relative;	
	height:40px;
	
	/* styling */
	padding-top:5px;
	cursor:pointer;
	
	background-color: #2989cc;
	/*background-image:url(../images/bluebar.png);
	background-repeat:no-repeat;*/
	
}

#moving_tab .tabs .item {

	padding-top: 8px;
	
	/* enable z-index */
	position:relative;
	z-index:10;

	/* display in one row */
	float:left;
	display:block;

	/* width = half size of #moving_tab */
	width:150px;
	
	/* height = height of .tabs */
	text-align:center;
	font-size:14px;
	font-weight:700;
	color:#FFFFFF;
		
}

#moving_tab .tabs .lava {
	/* Set it to absolute */
	position:absolute;
	top:0px; left:0;
	
	/* display the lava in bottom most layer */
	z-index:5;		
		
	/* width = half size of #moving_tab */
	width:150px;

	/* height = height of .tabs */
	height:60px;
	
	/* styling */
	/*background:#CCCCCC; */
	/*background-image:url(../images/underline.png);*/
	background-image:url(../images/greyboxhover_alt.png);
	
}

#moving_tab .content {
	margin-top: 5px;
	height: 250px;
	
	/* enable absolute position for .panel */	
	position:relative;
	overflow:hidden;
	z-index:0;
	
	/* styling */
	/*background-color:#BFBFC0;*/
	/*background-image:url(../images/contentbackground.gif);
	background-repeat:no-repeat;*/
	border:#67696a 1px solid;
}

#moving_tab .panel {
	/* width is width of #moving_tab times 2 */
	position:relative;
	width:4000px;
}

#moving_tab .panel .slidebox {
	/* display in one row */
	float:left;
	
	/* width is the same with #moving_tab */
	width:740px;
	
	height:200px;
	
	/* remove all styles */
	padding:30px;
	margin:0;
	
	color:#323538;
	
}
		
h1 {
margin:0;
padding:0;
font-size:16px;
}

h2 {
font-size:14px;
}

p {
font-size:12px;
}

.floatleft {
float:left;
margin-right: 30px;
}

.floatright {
float:right;
margin-left: 30px;
}

.citat {
font-size:10px;
font-style:italic;
color:#999999;
text-align:left;
}

li {
list-style-image:url(../images/bluedot.gif);
font-size:11px;
}
