@charset "UTF-8";
/* CSS Document */

/* common sense */

body {
  	margin: 0px auto;
  	padding: 10px;
  	background:  #fff; 
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-size-adjust: none;
	font-variant: normal;
	line-height: 16px;
	/* overflow: scroll; */
 	/*scrollbar-track-color: #fff;*/
}

.con {
	font-size:11px;
	margin-left: 20px;
	width: 700px;
}

.righttext  {
text-align:right;
font-size:10px;
}

a:link, a:active, a:visited {
	color:#333;
	text-decoration:none;
}
a:hover, a:hover:visited {
	color: #999999;
	text-decoration:none;
}


#content 
{

	margin: 0px auto;
	width: 751px;
	text-align: left;
  	background:  #fff; 
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-variant: normal;
	line-height: 16px;
}

/* header */

#header {
  	clear: both;
	background-position:800px 0%;
	background:url(img/header.jpg) #fff;
	width: 800;
	height:40px;
	background-repeat:no-repeat;
	}	

/* navigation */

div#nav {
  	clear: both;
  	height: 55px;
    margin-top: 0px;
	margin-left: 20px;
	background: transparent;
}


/* subnavigation respektive tablist */

/* breadcrumb */

	#breadcrumb {
	clear:both;
	position:absolute;
	top: 50px;
	border-bottom: solid 1px #990000;
	width: 740px;
	font: 11px Verdana; 
	}

/* middle */

	#middle {
	position:absolute;
	top:100px;
	font: 12px Verdana;
	/*width: 740px;*/
	}

	.wk {
	text-decoration:none;
	font: 11px Verdana; 
	margin:0px;
	list-style:none;
	}

	#preview {
	width:740px;
	height:auto;
	position:relative;
	top: -100px;
	}
	
	#imgtest {
	position:absolute;
	height:auto;
	right:0px;
	}


/* footer */

#footer {
position:relative;
top: 50px;
padding-bottom:100px;
width:740px;
border-top: solid 1px #990000;
}

#footer_1 {
position:absolute;
bottom: -370px;
left: 0px;
width:740px;
border-top: solid 1px #990000;
}

#footer_2 {
position:absolute;
bottom: -310px;
left: 0px;
width:740px;
border-top: solid 1px #990000;
}

#footer_desc {
clear:both;
position:absolute;
top: 5px;
width:740px;
text-align:right;
}




/* tablist */

	#tablist{
	clear:both;
	position:absolute;
	top: 20px;
	padding: 0px;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: 12px Verdana; 
	}
	
	#tablist li{
	list-style: none;
	display: inline;
	margin: 0;
	}
	
	#tablist li a{
	text-decoration: none;
	padding-right: 30px;
	margin-left: 2px;
	border-bottom: none;
	background: transparent;
	}
	
	#tablist li a:link, #tablist li a:visited{
	color: #999999;
	}
	
	#tablist li a.current{
	/*background: ;*/
	}
	
	#tabcontentcontainer{
	width:100%;
	height:30px;
	}
	
	.tabcontent{
	display:none;
	}
	
	#sc1 {
	}	
	
	#sc2 {
	padding-left: 60px;
	}	
	
	#sc3 {
	padding-left: 150px;
	}	
	
	#sc4 {
	padding-left: 260px;
	}
	
	#sc5 {
	padding-left: 320px;
	}
