@charset "UTF-8";
/* CSS Document */

#body {
	background-color: #b3101e;
	color: #646567;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: lighter;
	line-height: 1.3;
	text-align: center;
	margin: 0;
	padding: 20px 0px 20px 0px;
}

div#outer-wrap {
	background-color: #ffffff;
	margin: auto;
	width: 1000px;
	box-shadow: 5px 5px 5px #760c15;
	-moz-box-shadow: 5px 5px 5px #760c15;
	-webkit-box-shadow: 5px 5px 5px #760c15;
	position:relative;
}

div#inner-wrap {
	margin-left: 30px;
	margin-right: 30px;
	width: 940px;
}

@font-face {
    font-family: 'antonioregular';
    src: url('antonio-regular-webfont.eot');
    src: url('antonio-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('antonio-regular-webfont.woff') format('woff'),
         url('antonio-regular-webfont.ttf') format('truetype'),
         url('antonio-regular-webfont.svg#antonioregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Navigation*/

nav {
	width: 1000px;
	height: 60px;
	background-color: #c6c7c8;
	font-family: 'antonioregular';
	letter-spacing: 2.5px;
	text-transform: uppercase;
}

nav ul {
	margin: auto;
	margin-left: 80px
}

nav ul:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	visibility: hidden;
}

nav ul,nav ul li{
	background-color: #c6c7c8;
}

nav ul li {
	list-style: none;
	float: left;
}

nav ul li a {
	height: 25px;
	font-size: 11pt;
	text-decoration: none;
	text-align: left;
	display: block;
	color: #646567;
	padding: 22px 15px 13px 15px;
	transition: color 0.3s ease-out; /* explorer 10 */
	-webkit-transition: color 0.3s ease-out; /* chrome & safari */
	-moz-transition: color 0.3 ease-out; /* firefox */
	-o-transition: color 0.3 ease-out; /* opera */
}

nav ul li:hover > a {
	color: #b3101e;
}

nav ul li:hover > ul {
	visibility: visible;
}

nav ul li ul{
	width: 185px;
	display: inline;
	visibility: hidden;
	position: absolute;
	padding:0px;
	margin-left: -92px
}

nav ul li ul li{
	float: none;
}

nav ul li ul li a {
	color: #646567;
}

nav ul li ul li a:hover{
	color: #b3101e;
}

/*Inhalt*/
  
h1 {
    color: #b3101e;
	font-family: 'antonioregular';
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2.5px;
    font-size: 25pt;
}

h2 {
    color: #646567;
	font-family: 'antonioregular';
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2.5px;
    font-size: 15pt;
	text-align: center;
}

p { 
	text-align: justify;
	font-size: 12pt;
}

a  {
	text-decoration: none; 
	color: #333333;
}

a:hover {
	color: #b3101e;
	text-decoration: none;
}

/*Footer*/

#footer {
	display: inline-block;
	position: relative;
	background-color: #c6c7c8;
	height: 60px;
	width: 1000px;
}

#copyright {
	top: 23px;
	position: relative;
	display: inline-block;
	left: 30px;
	width: 201px;
	position: absolute;
	font-family: 'antonioregular';
	letter-spacing: 2.5px;
	text-transform: uppercase;
	font-size: 14px;
	color: #646567;
	text-decoration: none;
}

#optionen {
	position: relative;
	display: inline-block;
	font-family: 'antonioregular';
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: #646567;
	left: 300px;
	top: 23px;
	font-size: 14px;
	width: 340px;
}

#optionen a{
	display: inline-block;
	color: #646567;
	text-decoration: none;
}

#optionen a:hover {
	display: inline-block;
	color: #b3101e;
}
