/*########################################################*/
/*#### RESET #############################################*/
/*########################################################*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
            margin: 0;
            padding: 0;
            border: 0;
            outline: 0;
            font-weight: inherit;
            font-style: inherit;
            font-size: 100%;
            font-family: inherit;
            vertical-align: baseline;
}
:focus {
            outline: 0;
}

/*Fonts*/
/* tangerine-regular - latin */
@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/tangerine-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Tangerine Regular'), local('Tangerine-Regular'),
       url('fonts/tangerine-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/tangerine-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/tangerine-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/tangerine-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/tangerine-v9-latin-regular.svg#Tangerine') format('svg'); /* Legacy iOS */
}

html {overflow-y:scroll;}

body {
            line-height: 1;
            color: black;
            background: white;
}
ol, ul {
            list-style: none;
}
table {
            border-collapse: separate;
            border-spacing: 0;
}
caption, th, td {
            text-align: left;
            font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
            content: ;
}
blockquote, q {
            quotes:  ;
}

* {
	margin:0;
	padding:0;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size:0;
} 

h1 span{display:none;}

h2{
	font-family: 'Tangerine', arial, serif; 
	font-size:39px;
	line-height:1.0em;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
 
*+html h2{
	font-size:30px;
}
* html h2{
	font-size:30px;
}

img, div { behavior: url(iepngfix.htc) }

body{
	background:#000 url(header_bg.jpg) repeat-x;
	color:#fff;
	font-size:14px;
	font-family: Arial, Verdana, Trebuchet MS, sans-serif; 
	line-height:1.4em;
	letter-spacing:0.01em;
}

#pagetop{
	width:980px;
	margin:auto;
}

#navi{
	height:99px;
	position:relative;
}

#navi ul{
	position:absolute;
	right:70px;
	bottom:20px;
}

#navi ul li{
	display:inline;
}

#navi ul li a{
	font-size:15px;
	color:#fff;
	text-decoration:none;
}

#naviul{
	width:400px;
	height:40px;
	overflow:hidden;
}

#home{margin-left:-60px;}

.lavaLampBottomStyle li {
	float: left;
}
.lavaLampBottomStyle li.back {
	border-bottom: 5px solid #3C0300;
	height: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLampBottomStyle li a {
	text-decoration: none;
	text-align: center;
	top: 7px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}                   

* html .lavaLampBottomStyle li a {
	margin: auto 5px;
}      

#header{
	height:213px;
}

#header ul{
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
}

#header ul li{
	margin:0;
	padding:0;
}

#head_img1{
	width:382px;
}

#head_img2{
	width:393px;
	margin-left:382px;
}

#head_img3{
	width:203px;
	margin-left:775px;
}

#pagebottom{
	background:#111 url(pagebottom_top.gif) repeat-x;
	width:100%;
	padding-top:35px;
	padding-bottom:35px;
	position:relative;
	z-index:98;
}

#pagecontent{
	/*background:#0E0E0E;*/
	width:775px;
	padding:25px;
	margin:auto;
	overflow:hidden;
}

#pagebottom_bottom{
	background: url(pagebottom_bottom.gif) repeat-x;
	width:100%;

}

p{
	margin-top:14px;
}

a{
	color:#999;
}

a:hover{
	color:#666;
}

#logo_top{
	float:right;
	position:relative;
	right:-90px;
	top:26px;
	font-size:30px;
	margin-bottom:40px;
	margin-left:-50px;
}

#logo_top h2{
	font-size:30px;
}

#logo{
	float:right;
	background:url(logo.png) no-repeat top right;
	width:160px;
	height:170px;
}

label{
	display:block;
	width:200px;
	float:left;
	margin-bottom:5px;
}

input{
	width:200px;
	float:left;
	margin-bottom:5px;
	border:1px solid transparent;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
	padding:2px;
	font-size:13px;
}

textarea{
	width:398px;
	float:left;
	margin-bottom:5px;
	border:1px solid transparent;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
	padding:2px;
	font-size:13px;
}

#submit{
	margin-bottom:5px;
	border:1px solid #fff;
	background:#ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
	text-shadow: 1px 1px 1px #fff;
	width:204px;
	margin-top:35px;
}

form{
	width:410px;
	margin-top:20px;
	margin-bottom:20px;
}

.error{
	color:#950008;
}

ul{
	list-style-type:circle;
	margin:5px;
	margin-left:15px;
}

.kontaktbild{
	float:right;
	width:300px;
	border:1px solid #333;
	padding:11px;
	background:#121212;
	margin-top:20px;
}

#pagebottom_bottom_content{
	width:980px;
	margin:0 auto;
}

#pagebottom_bottom_content a{
	text-decoration:none;
	color:#666;
	display:block;
	text-align:right;
	line-height:22px;
	font-size:12px;
}

*:first-child+html {overflow-x:hidden;}
*:first-child+html #galerie {margin-right:-260px;}

address {font-style:normal;}

#datenschutz {
	margin-top:24px;
	width:auto;
}

#submit[disabled] {opacity:0.5;}

hr {
    margin: 2rem 0;
    border: none;
    height: 1px;
    background: rgba(255,255,255,0.5);
}
