/* DOORSY - style.css */


html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana,sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #5B5D67;
	background: #EFEFEF url(../img/body-bg.png) repeat-x 0 0;
	-webkit-text-size-adjust: none;
}

strong,em,b,i,h1,h2,h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;
	-webkit-text-size-adjust: none;
}

a {
	color: #E85C40;
	text-decoration: none;
}

a:visited {
	color: #E85C40;
}

a:hover {
	color: #E85C40;
	text-decoration: underline;
}

a:focus {
	outline-style: none;
}

h1, p {
	margin-top: 0;
	padding-top: 0;
}

p {
	margin-bottom: 18px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 34px;
	margin-bottom: 25px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #E85C40;
}

h2 {
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	margin: 0px 0 15px 0;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

img, img a {
	border: none;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* WRAP
----------------------------------------------------------------------------- */

#wrap {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	width: 850px;
	height: 100%;
}


/* HEADER
----------------------------------------------------------------------------- */

#header {
	position: relative;
	width: 850px;
	height: 209px;
	background: transparent url(../img/header-bg.png) no-repeat 0 0;
}

#header .glow {
	position: absolute;
	width: 980px;
	height: 209px;
	background: transparent url(../img/header-bg-glow.png) no-repeat 0 0;
	top: 0;
	left: -150px;
}

#header h1 {
	position: absolute;
	top: 65px;
	left: 0px;
	width: 277px;
	height: 75px;
	margin: 0;
	overflow: hidden;
	font-size: 12px;
	text-indent: -9998px;
	border: none;
	padding: 0;
	background: transparent url(../img/logo.png) no-repeat 0 0;
}

#header em {
	position: absolute;
	top: 96px;
	right: 0px;
	width: 334px;
	height: 19px;
	text-indent: -545px;
	overflow: hidden;
	background: transparent url(../img/claim.png) no-repeat 0 0;
}

/* CONTENT
----------------------------------------------------------------------------- */

#content {
	clear: both;
	padding: 30px 0 240px 0;
	width: 850px;
	min-height: 450px;
}

.main {
	float: left;
	width: 520px;
	padding: 0 50px 0 0;
	background: transparent;
}

.side {
	float: left;
	width: 280px;
	overflow: hidden;
}

/* Simple Modal JS */

#modal-kontakt,
#modal-impressum {
	display: none;
}

/* Overlay */

#simplemodal-overlay {
	background-color: #999;
}

/* Container */

#simplemodal-container {
	height: 530px;
	width: 650px;
	background-color: #EFEFEF;
	padding: 12px;
	
	-webkit-box-shadow: 1px 1px 15px #999;
	-moz-box-shadow: 1px 1px 15px #999;
	box-shadow: 1px 1px 15px #999;
}

#simplemodal-container .simplemodal-data {
	padding: 8px;
}

#simplemodal-container a.modalCloseImg {
	background: transparent url(../img/close.gif) no-repeat 0 0;
	width: 27px;
	height: 27px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
}


/* FOOTER
----------------------------------------------------------------------------- */

#footer {
	position: relative;
	height: 200px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	background: #5C5D68;
	z-index: 10;
}

#footer p {
	margin: 0 auto;
	width: 850px;
	padding: 10px 0 0 0;
	text-align: right;
}

#footer p a {
	color: #FFF;
	padding: 0 5px 0 13px;
}

