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

body	{
			background-image:url(../images/back_001.jpg);
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 1em;
			color:#000000;
}

h1		{
	font-family:"Times New Roman", Times, serif;
	font-size: 1.5em;
	color:#333333;
}	

h2		{
	font-family:"Times New Roman", Times, serif;
	font-size: 1.2em;
	color:#333333;
}	

a	{ 
	font-size: 0.8em;
	color:#999999;
	text-decoration:none;
}

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

.text	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#000000;
}

.laender {}

#Container {
	background-image:url(../images/back_002.png);
	background-repeat:repeat-y;
	position:absolute;
	left:100px;
	top:0px;
	width:950px;
	height:3500px;
	z-index:1;
}

#Content {
	position: fixed;
	left:2000px;
	top:0px;
	width:300px;
	height:600px;
}

#topbilder {
	position:absolute;
	left:5px;
	top: 0px;
	width:940px;
	height:200px;
}

#toplogo {
	background-image: url(../images/logo_top.png);
	position:absolute;
	left:25px;
	top:230px;
	width:466px;
	height:44px;
	z-index:2;
}

#karte {
	position:absolute;
	left:40px;
	top:375px;
	width:238px;
	height:322px;
	z-index:2;
}

#laender ul {
		margin: 11px 0 0 15px ;
		padding: 0 0 0 0;
		list-style: none;
		line-height: normal;
		overflow:hidden;
}
#laender li {
		float: left; padding: 5px 0px 0px 0px;
}
	
#laender a {
		text-align: left;
		width: 200px;
		display: block;
		margin-right: 100px;
		padding: 5px 0px 15px 0px;
		text-decoration:none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		color:#666666;
		border: none;
}
	
#laender a:hover {	
	text-decoration:overline underline;
	color:#999999;
}
	
#stadt ul {
		margin: 11px 0 0 25px ;
		padding: 0 0 0 0;
		list-style: none;
		line-height: normal;
		overflow:hidden;
}

#stadt li {
		float: left; padding: 5px 0px 0px 0px;
}

#stadt a {
		text-align: left;
		width: 200px;
		display: block;
		margin-right: 25px;
		padding: 5px 0px 15px 0px;
		text-decoration:none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		color:#666666;
		border: none;
}

#stadt a:hover {	
	text-decoration:overline underline;
	color:#999999;
}
