﻿/* Layout Styles*/
body {
	font-family: Arial, Helvetica, sans-serif;
}
#centeredBG {
	background-image: url('../Images/mainBG.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	min-width: 1000px;
}
#wrapper {
	width: 1120px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
}
#header {
	position: relative;
	height: 255px;
}
#main {
	background-image: url('../Images/sidebarBGtrans.png');
	background-repeat: repeat-y;
	min-height: 700px;
}
#sidebar {
	width: 30.8%;
	position: absolute;
	list-style-type: none;
}
#content {
	width: 65%;
	padding-left: 10px;
}
#footer {
	padding: 20px 20px 20px 0px;
	border-width: 2px;
	border-color: #808080;
	clear: both;
	text-align: right;
	margin-top: 10px;
	border-top-style: solid;
	background-image: url('../Images/transparency.png');
}
/* End Layouts */

/* Global styles */
h1 {
	padding: 15px 4px 15px 4px;
	font-size: 1.6em;
	text-transform: none;
	color: #0066FF;
}
h2 {
	padding: 15px 4px 5px 4px;
	font-size: 1.2em;
}
h3 {
	font-size: 1.0em;
	padding-top: 10px;
	padding-bottom: 5px;	
}
p {
	font-size: 0.9em;
	padding-bottom: 15px;
	line-height: 1.2em;
	color: #333333;
	padding-right: 8px;
	padding-left: 4px;
}
style1 {
	font-size: medium;
	line-height: 1em;
	color: #333333;
}
blockquote {
	padding: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a:link,
a:active,
a:visited {
	text-decoration:none;
	color: #0099FF;
}
a:hover {
	color: #ff00ff;
}
.clear {
	clear: both;
}
#content ul {
	font-size: 0.9em;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	list-style-type: disc;
}
#content li {
	margin-bottom: 10px;
	list-style-type: none;
}
#content ol {
	list-style-type: decimal;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0.9em;
	color: #333333;
}
.VideoFrame {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding: 5px;
}
/* End Global styles
/* Alignments */
img.alignleft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.alignright {
	float:right;
	margin-right: 10px;
	margin-bottom: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
/* End Alignments */

/* Begin Header Content */
/* Begin PageTitle */
.center {
	float: none;
	margin-top: 20px;
}
#pageTitle {
	position: absolute;
	top: 40px;
	left: 30px;
}
#pagetitle a:link,
#pagetitle a:active,
#pagetitle a:visited {
	color: #333333;
}
#pagetitel a:hover {
	color:#FFFFFF;
}
.title1 {
	font-size: 50px;
	font-weight: bold;
	text-transform: none;
	display: block;
	padding-top: 35px;
	padding-left: 15px;
	font-family: Calibri, Arial, Helvetica, Courier, sans-serif;
	color: #1841BB;
}
.title2 {
	width: 1000px;
	font-size: 23px;
	font-weight: bolder;
	text-transform: none;
	display: block;
	padding-top: 10px;
	padding-left: 15px;
	color: #FFFFFF;
	text-align: center;
}
.title3 {
	font-size: 24px;
	position: absolute;
	left: 35px;
	top: 189px;
	text-transform: none;
	color: #2D2D2D;
	background-repeat: no-repeat;
	height: 80px;
	width: 300px;
}
/* End PageTitle */
/* Begin EventDate */
#eventDate {
	position: absolute;
	right: 0px;
	top: 30px;
}
.logo {
	background-position: center bottom;
	font-size: 80px;
	letter-spacing: 2px;
	position: relative;
	top: -20px;
	color: #C0C0C0;
	-webkit-box-shadow: 10px 10px 5px #5c5c5c;
	-moz-box-shadow: 10px 10px 5px #5c5c5c;
	box-shadow: 10px 10px 5px #5c5c5c;
	background-image: url('../Images/History/Rom/Bullet Limesweg01.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	z-index: 4;
}
.date {
	font-size: 36px;
	position: absolute;
	left: -35px;
	top: 33px;
	text-transform: none;
	color: #333333;
}
/* End EventDate */
/* Begin Menu */
#menu {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 85px;
	background-image: url('../Images/transparency.png');
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #eaeaea;
	padding-left: 30%;
}
#menu ul {
	text-decoration: none;
	list-style-type: none;
}
#menu ul li {
	float: left;
	width: 175px;
	position: relative;
}
#menu ul li a {
	text-transform: uppercase;
	color: #333333;
	padding: 15px 28px 0px 25px;
	height: 70px;
	display: block;
}
#menu ul li a span {
	text-transform: capitalize;
	font-size: 12px;
	display: block;
	line-height: 1.5em;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #990000;
}
#menu ul li a:hover {
	background-color: #CCCCCC;
}
#menu ul li:hover ul{
	display: block;
}
#menu ul li:hover a {
	background-color: #CCCCCC;
}
#menu ul ul {
	position: absolute;
	z-index: 10;
	background-color: #FFFFFF;
	display: none;
}
#menu ul ul li a{
	height: auto;
	padding: 10px 10px 10px 25px;
	font-size: 14px;
	line-height: 1.8em;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #eaeaea;
	border-bottom-color: #eaeaea;
	border-left-color: #eaeaea;
}
#menu ul ul li a:hover {
	background-color: #eaeaea;
}
/* End Menu */

/* End Header Content */

/* Begin Main Content */

/* Begin Sidebar Content */

#sidebar ul {
	list-style-type: none;
}
#sidebar h3 {
	background-color: #0033CC;
	font-size: 1.4em;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 15px 20px 15px 20px;
	margin-bottom: 10px;
	list-style-type: none;
	-webkit-border-radius: 5px 59px;
	-khtml-border-radius: 5px 59px;
	-moz-border-radius: 5px 59px;
	border-radius: 5px 59px;
	-webkit-box-shadow: 10px 10px 5px #5c5c5c;
	-moz-box-shadow: 10px 10px 5px #5c5c5c;
	box-shadow: 10px 10px 5px #5c5c5c;
}
#sidebar ul ul {
	margin-right: 20px;
	margin-left: 20px;
	list-style-type: none;
	margin-bottom: 10px;
}
#sidebar ul ul li a{
	display: block;
	padding: 7px;
	text-decoration: none;
	color: #EEEEEE;
	height: 100%;
}
#sidebar ul ul li a:hover {
	background-color: #808080;
	color: #80ccff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#sidebar ul ul li a:visited {
	color: #990000;
}
/* End Sidebar Content */

/* Begin Content */
#sidebar ul ul ul {
	margin-right: 20px;
	margin-left: 20px;
	list-style-type: none;
	margin-bottom: 10px;
}
#sidebar ul ul ul li a {
	display: block;
	padding: 7px;
	text-decoration: none;
	color: #D1EDED;
	height: 100%;
}

#content img {
	width: 100%;
}
#imageCL {
	width: 140px;
	position: absolute;
	top: 290px;
	left: 780px;
}
#imageSB {
	width: 140px;
	position: absolute;
	top: 510px;
	left: 780px;
}
#content0 {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#MainRest {
	clear: both;
	float: right;
}
.center {
	float: left;
	clear: both;
}
#maincontent img {
	width: inherit;
	height: inherit;
}
/* End Content */

/* End Main Content */

/* Begin Footer Content */

#footer p {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666666;
}
/* End Footer Content */






