/* CSS Document */

/* browser reset*/
body,html,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul,li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* end of browser reset */

/*Style Definitions*/

body {
	font-family:'Lucida Sans', Verdana, Geneva, sans-serif;
	font-size:10pt;
	color:#FFFFFF;
	background-color:#000000;
}

h1 {
	font-size:16pt;
	font-weight:bold;
	margin-top:25px;
	margin-bottom:15px;
	color:#B68202;
}

h2 {
	font-size:12pt;
	font-weight:bold;
	font-style:italic;
	margin-top:25px;
	margin-bottom:15px
}

ul {
	margin:15px;
}

li {
	list-style:disc;
	margin-bottom:10px;
	margin-left:10px;
}

p {
	margin-bottom:25px;
	margin-left:15px;
}

iframe {
	margin:0 0 15px 15px;
	padding:8px;
	border: 1px dotted #666666;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

a, a:active, a:visited, a:hover{
	color:#FFFFFF;
	font-weight:bold;
}

a:hover {
	color:#FCB913;
}

.center {
	width:92%;
	max-width:1200px;
	margin:auto;
	margin-bottom:15px;
	margin-top:15px;
	min-height:15px;
}

.right {
	float:right;
/*	background-color:#AE4E01;*/
	background-image:url(../images/bgr-right.gif);
	background-position:top right;
	background-repeat:no-repeat;
	width:280px;
	height:100%;
	min-height:15px;
}

#contentcontainer .right {
	width:15px;
}

.right-bottom {
	float:right;
	background-image:url(../images/bgr-right-bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:15px;
	height:100%;
	min-height:15px;
}

.left {
	float:left;
	background-image:url(../images/bgr-left.gif);
	background-position:top right;
	background-repeat:no-repeat;
	width:15px;
	height:100%;
	min-height:15px;
}

#footer .left {background-image:none;}

.left-bottom {
	float:right;
	background-image:url(../images/bgr-left-bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:15px;
	height:100%;
	min-height:15px;
}

.img_right {
	float:right;
	clear:right;
	margin:5px 0 5px 5px;
}

.img_left {
	float:left;
	margin:5px 5px 5px 0;
}

#header {
	height:360px;
	background-image:url(../images/bgr-header.jpg);
}

#header h1{
	font-size:32pt;
	padding-top:15px;
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
}

#header-right {
/*	border-left:1px dotted #666666; */
	margin-left:10px;
}

#header-right p, #header-right h1,#header-right h2 {
	margin:0;
	margin-left:30px;
	margin-bottom:10px;
	font-size:10pt;
}

#header-right h1 {
	margin-top:10px;
/*	padding-top:0px;*/
	font-size:14pt;
}

#header-right h2 {
	font-size:10pt;
}

#logo{
	float:right;
	margin:15px;
	margin-right:25px;
}

#contentcontainer {
/*	height:85px;*/
	background-color:#212125;
	margin-bottom:0px;
}

#content {
	padding:15px;
	padding-bottom:0px;
/*	text-align:center;
	min-height:120px;*/
}

#footer {
	background-color:#212125;
	margin-top:0px;
}

#aktion {
	float:right;
	border:1px dotted #FFFFFF;
	width:400px;
	margin-left:25px;
	margin-bottom:25px;
	padding:10px;
	font-size:10pt;
	font-weight:bold;
	background-color:#212125;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow:0 0 10px #000000;
	-webkit-box-shadow:0 0 10px #000000;
	box-shadow:0 0 10px #000000;
}

#aktion p, h1, h2{
	margin: 5px 0 15px 0;
}
	