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

html, body {
    background-color:#f6f6f6;
    margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	min-height:100%;
	height:100%;
	color:#666666;
}
#MainContainer {
	width: 1000px;
	margin: auto;
	vertical-align:middle;
	background-color:#f6f6f6;
	background-image:url(../_gfx/bg.gif);
	background-repeat:repeat-y;
	}
#TopContainer {
	width: 980px;
	height: 104px;
	margin: auto;
	background-image:url(../_gfx/top.gif);
	background-repeat:repeat-x;
}
#LogoContainer {
	width: 283px;
	height: 35px;
	background-image:url(../_gfx/logo2.gif);
	background-repeat:no-repeat;
	float:right;
	margin-right:15px;
	margin-top:45px;
}
#CenterContainer {
	width: 980px;
	background-image:url(../_gfx/bg.gif);
    float:left;
	padding-top:10px;
	padding-left:25px;
	margin-left:0px;
}
#Description {
	width: 940px;
	float:left;
	padding-bottom:10px;
}
.HorBar {
	width: 940px;
	height: 20px;
	float:left;
	background-image:url(../_gfx/hor_bar.gif);
	background-repeat:repeat-x;
	overflow:hidden;
}
.HorBar1 {
	width: 940px;
	height: 20px;
	float:left;
	background-image:url(../_gfx/hor_bar.gif);
	background-repeat:repeat-x;
	overflow:hidden;
}
.Vertical {
	width: 20px;
	height: 250px;
	float:left;
	background-image:url(../_gfx/ver_bar.gif);	
}
.Vertical2 {
	width: 20px;
	float:left;
	background-image:url(../_gfx/ver_bar.gif);
	background-repeat:repeat;
	height:400px;	
}
#LeftContainer {
	width: 300px;
	height: 250px;
	float:left;
}
#LeftContainer2 {
	width: 275px;
	float:left;
}
#MiddleContainer {
	width: 300px;
	height: 250px;
	float:left;
}
#MiddleContainer2 {
	width: 350px;
	float:left;
}
#RightContainer {
	width: 300px;
	height: 250px;
	float:left;
}
#RightContainer2 {
	width: 275px;
	float:left;
}
.formelementer {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	text-decoration: none; 
	background-color: #ffffff; 
	border: 1px #666666 solid;
}
#BottomContainer {
	width: 980px;
	background-image:url(../_gfx/bg.gif);
    float:left;
	padding-top:0px;
	padding-left:25px;
	margin-left:0px;
	text-align:center;
}
.knapper {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #000000; 
background-color: #ffffff; 
border: 1px #999999 solid
}

a {
	color: #666666;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
		color: #006600;
	}
h1 {
	font-weight:bold;
	font-size:14px;
	margin: 0px;
	color: #006600;
}
h2 {
	font-size:12px;
	font-weight:bold;
	margin: 0px;
	text-decoration:none;
	color: #006600;
}
hr.color {color: ffffff}