@charset "UTF-8";
/* CSS Document */

/* 
##############################################################################
Programming // Der Hersteller // www.der-hersteller.de
XXX
##############################################################################
*/


/*font
############################################################################*/
@font-face {
    font-family: 'PTSansRegular';
    src: url('../font/pts55f-webfont.eot');
    src: url('../font/pts55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/pts55f-webfont.woff') format('woff'),
         url('../font/pts55f-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansBold';
    src: url('../font/pts75f-webfont.eot');
    src: url('../font/pts75f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/pts75f-webfont.woff') format('woff'),
         url('../font/pts75f-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*body
############################################################################*/
html {
	/*height:101%;*/
}
body {
	font:89%/1.3 'PTSansRegular', Helvetica, Arial, sans-serif;
	color:#fff;
	background:#017a71;
}
html,
body,
#container {
	width:100%;
	height:100%;
	overflow:hidden;
}



/*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;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
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: "" "";
}
a {
	text-decoration:none;	
}



/*html5
############################################################################*/
article, aside, figure, figcaption, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}



/*typosatz
############################################################################*/
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

h1 {
	margin:0 0 52px 0;
	font-family: 'PTSansBold';
	letter-spacing:1px;
	font-size:14px;
}
h2 {
	background:#8db7b1;
	font-family: 'PTSansBold';
	letter-spacing:1px;
	font-size:14px;
	padding:4px 6px;
	display:inline;
}
h3 {
}
h4 {	
}
h5 {	
}
p {
}



/*class
############################################################################*/
.left {
	float:left;
	margin:0 45px 0 0;
}
.right {
	float:right;
}
.clear {
	clear:both;
}



/*layout
############################################################################*/
#bg {
    position:absolute;
    width:100%;
    height:100%;
}
#bg img {
    min-height:100%;
    height:auto !important;
    height:100%;
    min-width:100%;
    width:auto !important;
    width:100%;
    margin:0 auto;
    display:block;
    position:absolute;
    bottom:0;
    right:0;
}
#container {
	position:absolute;
    top:0;
    left:0;
    z-index:70;
    overflow:auto;
    padding:0;
}
#content {
	margin:0 0 0 120px;
	padding:0 0 40px 0;
}
#kontakt {
	width:680px;
	margin:10px 0 0 0;
	font-family: 'PTSansBold';
}
#kontakt a {
	text-decoration:underline;
	color:#fff;
}
#kontakt a:hover {
	text-decoration:none;
}


/*header
############################################################################*/
#header {
	padding:50px 0 0 0;
	margin:0 0 50px 0;
	background:url(../img/bogen.png) no-repeat 350px 84px;
}



/*nav
############################################################################*/
#nav {
}



