body {
	background-color: #373b3d;
	background-image: url('../images/body/background.jpg');
	background-repeat: repeat-x;
	background-position: 0px -65px;
}

#container {
	position: relative;
	float: left;
	left: 50%;
	margin-left: -478px;
	width: 956px;
}

#topMenu {
	position: relative;
	float: left;
	width: 956px;
	height: 51px;
}
#topMenu #logo {
	float: left;
	/*
	width: 95px;
	height: 50px;
	background-image: url('../images/menu/uboat.png');
	*/
	/*
	width: 138px;
	height: 40px;
	background-image: url('../images/menu/waves.png');
	*/
	width: 69px;
	height: 20px;
	background-image: url('../images/menu/wavesSmall.png');
	margin: 15px 0px 0px 0px;
	cursor: pointer;
}
#topMenu #topMenuItems {
	position: absolute;
	bottom: 10px;
	right: 0px;
}
#topMenu #topMenuItems .item, #topMenu #topMenuItems .itemSelected {
	float: left;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 14px;
	border-left: 1px solid #697176;
}
#topMenu #topMenuItems .item a, #topMenu #topMenuItems .itemSelected a {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

#header {
	position: relative;
	float: left;
	margin-top: 1px;
	width: 956px;
	height: /*330px*/300px;
	border-top: 3px solid #FFFFFF;
	background-image: url('../images/header/header.jpg');
}
#header #slogan1 {
	position: absolute;
	top: 12px;
	left: 0px;
	padding: 10px;
	background-color: #1D294F;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
#header #slogan2 {
	position: absolute;
	top: 12px;
	right: 0px;
	padding: 10px;
	background-color: #1D294F;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

#menu {
	float: left;
	width: 956px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #FFFFFF;
	height: 41px;
}
#menu .item, #menu .itemSelected {
	position:relative;
	float: left;
	padding: 13px 16px 0px 16px;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #FFFFFF;
	text-transform: uppercase;
}
#menu .itemSelected {
	background-color: #FFFFFF;
	color: #AC3426;
}
#menu .item a, #menu .itemSelected a {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
#menu .itemSelected a {
	color: #AC3426;
}

#content {
	float: left;
	width: 926px;
	background-color: #FFFFFF;
	padding: 0px 15px 15px 15px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 1.6em;
	color: #000000;
	border-top: 15px solid #FFFFFF;
	background-image: url('../images/content/default.jpg');
}
#content p {
	margin: 7px 0px;
}
#content h1 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #1d294e;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#content h2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #1d294e;
	margin: 12px 0px 5px 0px;
}
#content a {
	color: #AC3426;
	text-decoration: none;
}
#content a:hover {
	color: #1d294e;
}

#contentLeft {
	float: left;
	width: 610px;
	padding-right: 10px;
}
#contentLeftSmall {
	float: left;
	width: 300px;
	padding-right: 10px;
}
#contentMiddle {
	float: left;
	width: 290px;
	padding-left: 10px;
	padding-right: 10px;
}
#contentRight {
	float: left;
	width: 296px;
	padding-left: 10px;
}
#news {
	float: left;
	width: 289px;
	height: 280px;
	padding: 0px 10px;
	margin-left: -8px;
	background-image:url('../images/content/newsbg.jpg');
}
#news .newsitem {
	float: left;
	width: 289px;
	padding: 10px 10px;
	margin-left: -10px;
	border-top: 1px solid #bdcdd3;
	color: #1d294e;
	font-weight: bold;
}
#news .newsitem span.date {
	color: #a33122;
	font-weight: bold;
	letter-spacing: -1px;
}

.smallMenu {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.smallMenu .item, .smallMenu .itemSelected {
	float: left;
	width: 286px;
	height: 20px;
	font-size: 11px;
	padding: 5px;
	font-family: Verdana;
}
.smallMenu .item:hover, .smallMenu .itemSelected {
	background-color: #ECECEC;
}
#content #contentRight .smallMenu .item a, #content #contentRight .smallMenu .itemSelected a {
	color: #1d294e;
	text-decoration: none;
}
#content #contentRight .smallMenu .item a:hover, #content #contentRight .smallMenu .itemSelected a:hover {
	color: #AC3426;
}

#footer {
	float: left;
	width: 926px;
	padding: 0px 15px 8px 15px;
}
#footer .uboat {
	float: left;
	width: 79px;
	height: 64px;
	background-image: url('../images/footer/uboat.png');
	cursor: pointer;
}
#footer .left {
	float: left;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 24px 0px 0px 24px;
}
#footer .right {
	float: right;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	padding: 24px 15px 0px 0px;
}
#footer .totalright {
	float: right;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 8px;
}
#footer .left a, #footer .right a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#pages {
	float: left;
	width: 100%;
	text-align: center;
}
#pages a {
	font-size: 13px;
}

ul {
	list-style: disc;
	margin-top: 3px;
	margin-bottom: 3px;
}
ol {
	list-style: decimal;
	margin-top: 3px;
	margin-bottom: 3px;
}
li {
	margin-left: 15px;
}

/*** Input ***/
input.inputNormal {
	width: 250px;
	border: 1px solid #9F9F9F;
	padding: 2px;
	margin-top: 1px;
	
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #202425;
}
input.inputNormal:focus, textarea.inputNormal:focus, select.selectNormal:focus {
	background-color: #F8937E;
}
select.selectNormal {
	width: 256px;
	border: 1px solid #9F9F9F;
	padding: 2px;
	margin-top: 1px;
	
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #202425;
}
textarea.inputNormal {
	width: 250px;
	border: 1px solid #9F9F9F;
	padding: 2px;
	margin-top: 1px;
	
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #202425;
}
input.submitNormal {
	width: 256px;
	border: 1px solid #9F9F9F;
	background-color: #E1E1E1;
	padding: 2px;
	margin-top: 1px;
	cursor: pointer;
	
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
}

input.inputFront {
	width: 180px;
	border: 1px solid #9F9F9F;
	padding: 2px;
	margin-top: 1px;
	
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #202425;
}
input.inputFront:focus {
	background-color: #F8937E;
}
input.submitFront {
	width: 186px;
	border: 1px solid #9F9F9F;
	background-color: #E1E1E1;
	padding: 2px;
	margin-top: 1px;
	cursor: pointer;
	
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
}


/**** FAQ ****/
#content .faqitem {
	float: left;
	width: 100%;
	padding: 6px 0px;
	margin: 4px 0px;
}
#content .faqitem h1 {
	background-color: #bdbdbd;
	padding: 4px;
	color: #FFFFFF;
	text-transform: none;
}
#content .faqitem h1 small {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
#content .faqitem .faqitem {
	width: 98%;
	margin-left: 2%;
}
#content .faqitem .faqitem h1 {
	font-size: 13px;
}
#content .faqitem .faqitem .faqitem h1 {
	font-size: 11px;
}

#faqOverview {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
#faqOverview .newItem {
	float: left;
	width: 100%;
}
#faqOverview .newItem .number {
	float: left;
	width: 14%;
	text-align: right;
	margin-right: 1%;
}
#faqOverview .newItem .titel {
	float: left;
	width: 85%;
	text-align: left;
}


ul.form { float:left; list-style:none; width:400px; padding:0px; margin:0px; }
ul.form li.text { list-style:none; width:150px; font-weight:bold; padding:0px; margin:0px; }
ul.form li.field { list-style:none; width:250px; padding:0px; margin:0px; }
ul.form li.field input { padding:2px; margin:1px 0px; border:1px solid #ACACAC; font-family:Verdana, Arial; font-size:11px; color:#000000; }


/*** Photo album ***/
.category_frame {
	float: left;
	text-align: center;
	margin: 2px 2px 2px 2px;
}


/*** Drop Down ***/
#sddm {
	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li {
	position:relative;
	float: left;
	padding: 13px 7px 0px 7px;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #FFFFFF;
	text-transform: uppercase;
	list-style: none;
}

#sddm li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#sddm li a:hover { text-decoration: underline; }

#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #F1F5F6;
	border: 1px solid #511811;
}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #511811;
	font: 11px arial;
}

#sddm div a:hover {
	background: #AC3426;
	color: #FFFFFF;
}