
body{
	font-family:		verdana,tahoma,arial;
	font-size:		12px;
	font-weight:		normal;
	color:                  #333333;
	margin:                	0px;
	height:                 100%;
	background-position:	center;
	background-repeat:	repeat-y;
	background-image:	url(/images/bg.jpg);
	background-repeat:	repeat-y;
	background-position:	center;
	}
table{
	font-family:		verdana,tahoma,arial;
	font-size:		12px;
	font-weight:		normal;
	color:                  #333333;
	}
#container{
	width: 			900px;
	height:			900px;
	position: 		relative;
	top:			0px;
	bottom:                 0px;
	left: 			50%;
	margin-left:		-450px;
	padding:                0px;
	height:             	auto !important;
	height:             	100%;
	min-height:             100%;
	background-color:       white;
	background-image:	url(/images/container_bg.jpg);
	background-repeat:	repeat-y;
	}
#header{
	width:			900px;
	height:			197px;
	background-image: 	url(/images/header.jpg);
	background-repeat: 	no-repeat;
	}
#header_index{
	width:			900px;
	height:			197px;
	background-image: 	url(/images/header.jpg);
	background-repeat: 	no-repeat;
	}
#header_import{
	width:			900px;
	height:			197px;
	background-image: 	url(/images/header_import.jpg);
	background-repeat: 	no-repeat;
	}
#menu{
	position:		relative;
	top:			0px;
	width:			180px;
	height:			900px;
	background-color:	silver;
	font-weight:		bold;
	}
#content{
	top:			197px;
	right:			0px;
	position:		absolute;
	width:			720px;
	}
.textabstand{
	position:		relative;
	left:			10px;
	right: 			10px;
	top: 			30px;
	bottom: 		10px;
	}
a{
	text-decoration:none; color:#333333;
	}
a:active{
	text-decoration:none; color:#333333;
	}
a:hover{
	text-decoration:none; color:rgb(239,4,126);
	}
a:visited{
	text-decoration:none;
	}