﻿body {
	width:100%;
	background-color:#10191D;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
}
#container {
	background-image: url('images/bg.jpg');
	width: 1032px;
	height: 770px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}
#header_left {
	width: 350px;
	height: 60px;
	float: left;
	font-size: 26px;
	color: #FFC20E;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
}
#header_right {
	width:670px;height:60px;
	float:right;
	font-size:26px;
	color:white;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
}
#clr {
	clear:both;	
}
#banner {
	font-size: 18px;
	color: #10191D;
	text-align: center;
	text-transform: uppercase;
	padding-top:115px;
}

#menu {
	width:975px;
	height:33px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	}
	
	#menu a {
		display:block;
		float: left;
		width:162px;
		height:27px;
		text-align:center;
		background-image:url('images/menu.jpg'); 
		padding-top:6px; font-size:17px; color:#000000; text-decoration:none
	}

	#menu a:hover {
		color:#FFFFFF;
		background-color:#000000;
		background-image:url('web/boka/none'); 
	}
	
		#menu a.aktiv {
		color:#FFFFFF;
		background-color:#000000;
		background-image:url('web/boka/none'); 
	}

#content {
	width: 680px;
	height: 410px;
	overflow: auto;
	float: left;
	margin-top: 30px;
	padding-left: 60px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}

#contact {	
	width:225px;
	color:#FFFFFF;
	float:right;
	margin-top:340px;
	padding-right:30px;
	text-align:center; 
	font-weight:bold; 
	font-size:13px;
	font-family:Arial; 
	line-height:150%
}

#contact a {
	 color:#FFFFFF; text-decoration:none
}

li.num {
	font-weight:bold
}

li.sub {
	list-style: lower-latin;
	font-weight:normal
}

li.sub2 {
	list-style-type: square;
}

input {
	width:400px;
}

textarea {
	width:400px;
	height:100px;
}

td {
	vertical-align:top
}

img {
	border: 1px solid #000000
}


