html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: center;
}

#container {
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	width: 982px;
	height: 580px;
	position: relative;
	background-color: #ffffff;
}

/* */
#header {
	position: absolute;
	top: 21px;
	left: 20px;
	width: 943px;
	height: 90px;
	background-image: url('../images/header/1.gif');
	background-repeat: no-repeat;
}

	#dots {
		position: absolute;
		top: 16px;
		left: 231px;
		width: 22px;
		height: 42px;
	}

	#mainmenu {
		position: absolute;
		top: 20px;
		left: 548px;
		width: 367px;
		height: 51px;
	}
	
	h1 {
		font-family: Arial, sans-serif;
		font-size: 27pt;
		font-weight: normal;
		color: #666;
		letter-spacing: 1px;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #666;
		height: 48px;
	}
/* */

/* */
#center {
	position: absolute;
	top: 150px;
	left: 292px;
	width: 665px;
	height: auto;
	min-height: 200px;
	border: 0px solid black;
}

	.center_header {
		position: relative;
		width: 339px;
		height: 72px;
		padding: 0;
		margin: 0;
		padding-right: 15px;
		float: left;
	}
	
	.center_header_full {
		position: relative;
		width: 664px;
		height: 72px;
		float: left;
	}

	.center_header_right {
		position: relative;
		width: 310px;
		height: 48px;
		
		padding: 0;
		float: left;
		border-bottom: 1px solid #666;
	}

	.center_content {
		position: relative;
		float: left;
		width: 339px;
		height: auto;
		min-height: 300px;
		line-height: 16px;
		padding-right: 15px;

	}

	.center_pictures {
		position: relative;
		float: left;
		width: 310px;
		height: auto;
		border: 0px solid red;
	}

	.center_pictures table {
		width: 310px;
		height: 350px;
		border: 1px solid #666;
	}

	.center_content_full {
		position: relative;
		float: left;
		width: 664px;
		height: auto;
		min-height: 300px;
		line-height: 16px;
	}
/* */

#submenu {
	position: absolute;
	top: 159px;
	left: 20px;
	width: 228px;
	height: 400px;
	border: 0px solid black;
}

.titel {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #666666;
}

.text {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666666;
}

.submenu_selected {
	font-weight: bold;
}

hr {
	border: 0;
	color: #666;
	background-color: #666;
	height: 1px;
}

img {
	border: none;
}

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

a:visited a:active {
}

a:hover {
	text-decoration: underline;
	color: #000000;
}
