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

html {	margin: 0px;
		padding: 0px;
		height: 100%; }
		
body {	margin: 0px;
		padding: 0px;
		height: 100%;
		background-color: /* taubenlila #8585b2; */ #296292; }
		
a:link {	color: #000000;
			text-decoration: none; }
a:visited {	color: #000000;
			text-decoration: none; }
a:focus {	color: #707777;
			text-decoration:none; }
a:hover {	color: #707777;
			text-decoration:none; }
a:active {	color: #707777;
			text-decoration:none; }
		
#border {	width: 800px;
			min-height: 100%;
			max-height: auto;
			margin: 0px auto;
			background-color: #ffffff; }

#container {	width: 700px;
				margin: 0px auto; }

#top {	width: 700px;
		height: 25px; }
		
#head {	width: 700px;
		height: 75px;
		border-bottom: 2px solid #707777; }
		
#logo {	width: 210px;
		height: 75px;
		float: left; }

#logo_text {	width: 490px;
				height: 75px;
				float: right;
				color: #707777; }
		
#content {	width: 700px;
			height: 150px; }

#intro {	width: 700px;
			height: 150px;
			color: #707777; }

#navi {	width: 250px;
		height: 150px;
		float: left;
		padding-left: 25px; }

#navi_sub {	width: 200px;
			height: 50px;
			padding-top: 10px;
			float: right; }
		
#player {	width: 400px;
			height: 150px;
			float: right;
			padding-right: 25px; }
			
#kontakt {	width: 700px;
			height: 100px;
			padding-top: 25px; }

#icons {	width: 700px;
			height:auto;
			border-top: 2px solid #707777; }
			
#foot {	width: 700px;
		height: 50px;
		background-color: #ffffff;
		border-top: 2px solid #707777; }

#clear { clear: both; }
		
.main_title {	font-family: Verdana, Geneva, sans-serif;
				font-size: 18px;
				font-weight: bold;
				text-align: right;
				letter-spacing: 4px; }
				
.main_navi {	font-size: 14px;
				font-family: Verdana, Geneva, sans-serif;
				letter-spacing: 4px; }

.sub_navi {	font-size: 10px;
			font-family: Verdana, Geneva, sans-serif;
			letter-spacing: 2px; }

.intro {	font-family: Verdana, Geneva, sans-serif;
			font-size: 12px;
			text-align:center;
			letter-spacing: 4px; }

.text {	font-size: 12px;
		font-family: Verdana, Geneva, sans-serif; }
			
.title {	font-size: 14px;
					font-family: Verdana, Geneva, sans-serif;
					letter-spacing: 4px; }
					
.kontakt {	font-size: 12px;
			font-family: Verdana, Geneva, sans-serif;
			letter-spacing: 4px; }

