/* CSS Document */

html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	height:100%;
	overflow:auto;
}

#container {
/*
	height:100%;
	width:60%;
	top:50%;
	left:50%;
	min-width:1000px;
	margin:0 auto;
	*/
	
	width:950px;
	height:696px;
	top:50%;
	left:50%;
	position:absolute;
	margin-left: -475px;
	margin-top: -348px;
}

#impressum  { 
	width:500px;
	height: auto;
	margin:5px auto;
	padding:5px;
	border: 1px solid #CCCCCC;
	
}


#con {
	width:400px;
	height:500px;
	border: 1px solid #CCCCCC;
	padding:2px;
	margin:5px;
}

#top {
	width:1000px;
	height: 574px;
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;
}

#navi {
	width: 1000px;
	height: 126px;
	background-color:#FFFFFF;
	display:block;
	float:left;
}

a.impr {
 	width: 120px;
	height: 40px;
	background:url(../images/btm.gif) no-repeat -10px -70px;
	display:table-cell;
	float:left;
	margin-top:63px;
}

#impr a {
	outline:none;
}

a.impr span {
	display:none;
}

a.btn1 {
	width: 269px;
	height: 88px;
	background:url(../images/btm.gif) no-repeat -127px 0px;
	display:block;
	float:left;
	outline:none;
}


a.btn2 {
	width: 280px;
	height: 88px;
	background:url(../images/btm.gif) no-repeat -389px 0px;
	display:table-cell;
	float:left;
	outline:none;
}


a.btn3 {
	width: 242px;
	height: 88px;
	background:url(../images/btm.gif) no-repeat -642px 0px;
	display:table-cell;
	float:left;
	outline:none;
}


a.btn1 span{
	display:none;
}

a.btn2 span{
	display:none;
}

a.btn3 span{
	display:none;
}


a {
	color: #660000;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}

