.background{
    background-image: url(img/main_bg.gif);
    background-repeat: repeat-x;
}

#main{
	width: 970px;
	background-color:#fff;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#container{
	text-align: left;
}

#topbanner{
	width: 970px;
	height: 108px;
	background-color: #fff;
}

#content{
	clear: both;
	float:right;
	position: relative;
	width: 970px;
	background-color: #fff;		
}

#maincontent{
}

#right{
	float: right;
	width: 500px;
	height: 502px;
	background-image:url(img/woman.jpg);
	background-position:right;
	background-repeat:no-repeat;
	overflow: hidden;
	margin-top: 0px;
}

#footer{
	clear: both;
	float: right;
	width: 147px;
	margin-right: 25px;
	margin-bottom: 10px;
}

#left{
	clear: both;
	float: left;
	width: 440px;	
	margin-left: 30px;
	color: #6a747c;
	background-color: #fff;
}

.table{
	padding-top: 10px;
	padding-bottom: 15px;
}

.lable{
	border-style: solid;
	border-color: #9ed6eb;
}

.border{
	border-bottom: 1px;
	border-bottom-color: #9ed6eb;
	border-bottom-style:solid; 
}

h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #6a747c;
	margin-bottom: 0px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

.lenke a:link {
	font-size: 10px;
	color: #000;
	text-decoration: underline ;
}

.lenke a:hover {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

.lenke a:visited {
	font-size: 10px;
	color: #000;
	text-decoration: underline ;
}

.std{
	font-size:10px;
	color: #000;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000;
}

.knapp{
	border: none;
	margin-left: 3px;
}

.ok a:link {
	text-decoration: none;
	border: none;
}

.ok a:visited {
	text-decoration: none;
	border: none;
}

.ok a:hover {
	text-decoration: none;
	border: none;
}

.ok a:active {
	text-decoration: none;
	border: none;
}

