/*  all material copyright 2009

    design & code by creativegroup.de
    author: jonas emde
    country: germany
    phone: ++49 (0) 178 / 81 78 183
   
    thank you for examining our code
    feel free to ask us about webdesign, advertisment and editorial design
---------------------------------------------------------------------------------*/


/*  modified eric meyer’s css reset
---------------------------------------------------------------------------------*/
*{padding:0;margin:0;}
option{padding-left:0.4em;}
html{height:100%;margin-bottom:1px;}
:focus{outline:0;}
fildset,img{border:none;overflow:hidden;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{font-weight:normal;text-align:left;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}


/*  basic class
---------------------------------------------------------------------------------*/
.hide{display: none;}
.clr:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clr{display:inline-table;}
* html .clr{height:1%;}
.clr{display:block;}
.clear{clear:both;}
.tab:focus,
.tab:active {
	position: absolute;
	display: block;
	width: 150px;
	height: auto;
	top: 0px;
	left: 0px;
	padding: 5px;
	background-color: #000;
	color: #000;	
}


/*  generic
---------------------------------------------------------------------------------*/
body {
	background-color: #000;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4;
    height: 101%;
}


/*  paragraphs and text formatting
---------------------------------------------------------------------------------*/
p,
blockquote {
	margin: 15px 0 0 7px;
}

div#sidebar p {
	margin: 3px 0 9px;
}

a.hoch {
	background: url("/img/img_boarder-hoch.jpg") no-repeat;
	overflow: hidden;
	display: block;
	width: 120px;
	float: left;
	height: 152px;
}

a.hoch img {
	padding: 5px;
	height: 122px;
	width: 91px;
}

a.uebersicht {
	height: 182px;
	width: 241px;
	font-size: 12px;
	background: url("/img/img_boarder-hoch-uebersicht.jpg") no-repeat;	
}

a.uebersicht span {
	display: block;
	padding: 10px 10px 0 5px;
	text-align: center;
}

a.uebersicht img {
	padding: 11px;
	height: 114px;
	width: 200px;
}

a.uebersicht:hover span {
	padding: 12px 10px 0 5px;
}

div.galerie {
	overflow: hidden;
	margin: 15px 0 0 0;
}

* html div.galerie {
	height: 1%;
}

p.presse {
	background-color: #F0F1F2;
	border: 3px solid #EEEEEE;
	border-right: none;
	border-left: none;
	padding: 10px 10px 11px;
	text-align: center;
	display: block;	
	margin-top: 30px;
	font-size: 12px;
}
p.presse span {
	padding: 0px 10px;
}


/*  headlines
---------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6	{
	font-family: Georgia, Times, serif;
	color: #334f6a;
	font-weight: normal;
}

h1	{
	padding: 50px 0 0 17px;
	font-weight: normal;
	font-size: 60px;
	text-transform: uppercase;
}

h1 a {
	color: #fff;
	width: 400px;
	display: block;
}

h1 a:hover {
	text-decoration: none;
}


h2 {
	font-size: 36px;
	line-height: 1.2em
}

h3 {
	font-size: 24px;
}

h3.presse {
	margin-top: 10px;
	padding-bottom: 10px;
}

h3 small {
	color: #000;
}

div#sidebar h3 {
	margin-top: 35px;
	margin-bottom: 8px;
}

h3 {
	margin-top: 35px;
}

h4 {

}


/*  links
---------------------------------------------------------------------------------*/
a {
	color: #334f6a;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a:focus {
	
}

div#foot a {
	color: #fff;
}

div#foot a:hover {
	color: #e1c8b3;
}

a.valid {
	background: url("/img/icon_valid.gif") no-repeat left center;
	padding-left: 16px;
	margin-left: 8px;
}


/*  list
---------------------------------------------------------------------------------*/
/**
 * unordered list
 */
div#content ul {
	list-style: disc;
	padding-left: 20px;
	margin: 15px 0;
}
	
	ul li {
	
	}
	
		ul li ul {
		
		}
		
			ul li ul li {
			
			}

ul.presse li small {
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 18px;
}

ul.presse li {
	line-height: 22px;
	margin-bottom: 15px;
}

ul.presse small span {
	display: block;
	float: left;
	padding-right: 10px;
}

a.pdf,
a.jpg {
	background: url("/img/icon_pdf-normal.png") no-repeat 0 2px;
	padding-left: 18px;
	padding-right: 10px;
	display: block;
	float: left;
}


a.jpg {
	background: url("/img/icon_img-normal.png") no-repeat 0 2px;
}

a.jpg:hover {
	background: url("/img/icon_img.png") no-repeat 0 2px;
}

a.pdf:hover {
	background: url("/img/icon_pdf.png") no-repeat 0 2px;
}


/**
 * ordered list
 */
div.preise h3 {
    font-size: 15px;
    clear: both;
    float: none;
}

div.preise a {
    float: left;
}
	
/*  formulare
---------------------------------------------------------------------------------*/
form {
	margin: 20px 0 20px;
}

form p {
	margin: 8px 0;
	overflow: hidden;
}

* html form p {
	height: 1%;
}

label {
	display: block;
	float: left;
}

input,
textarea {
	width: 250px;
	padding: 3px;
	font-size: 13px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
}

input:focus,
textarea:focus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999;
}

select {
	width: 206px;
}

textarea {
	display: block;
	width: 450px;
	height: 200px;
}

input.submit,
input.checkbox {
	width: auto;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}

input.submit {
	background-color: #fff;
	width: 190px;
	border: 1px solid #ccc;
	height: 32px;
}



/*  google maps api
---------------------------------------------------------------------------------*/
div.twGmapInfo {
	width: 270px;
	height: 100px;
	padding: 0;
	margin: 0;
	font-size: 0.7em;
}

div.twGmapInfo h3,
div.twGmapInfo p {
	margin: 0;
	padding: 0;
	width: auto;
}

div.twGmapContent {
	height: 100px;
	width: auto;
}

div#copyright {
	display: none;
}

/*  basic layout
---------------------------------------------------------------------------------*/
/**
 * main
 */
div#main {
	margin: 0;
	background: url("/img/platzhalter.jpg") no-repeat center;
	background-color: #f8f8f8;
	overflow: hidden;
}

/**
 * navi
 */
ul#navi {
	width: auto;
	height: auto;
}

ul#navi li {
	width: auto;
	height: auto;
}
	
/**
 * head
 */
div#head {
	width: auto;
	height: 365px;
	position: relative;
	border-bottom: 4px solid #303c4f;
	background: #000 url("/img/bg_top.gif") no-repeat top center;
}

div#head div.inner {
	width: 987px;
	margin: 0 auto;
	display: block;
	position: relative;
}

div#teaser {
	position: absolute;
	right: -150px;
	top: 0;
}

div#flashTeaser {
	position: absolute;
	top: 97px;
	left: 120px;
	width: 436px;
	height: 194px;
	overflow: hidden;
}

/**
 * content
 */
div#content_wrapper {
	background:  #f8f8f8 url("/img/bg_content_wrapper.gif") repeat-y;
	width: 987px;
	color: #000;
	margin: 0 auto;
	overflow: hidden;
}

div#content {
	width: 548px;
	height: auto;
	float: right;
	padding-bottom: 50px;
}

div#content div.inner {
	padding: 30px 0 30px 30px;
}

div#content p {
	margin-left: 2px;
}

div#sidebar {
	width: 439px;
	float: right;
	height: auto;
	background: url("/img/bg_sidebar.gif") no-repeat;
	padding-bottom: 120px;
}

div#sidebar div.inner {
	padding: 0 0px 80px 20px;
}

ul#gallery_teaser {
	font-size: 12px;
	margin-left: -10px;
	overflow: hidden;
}

ul#gallery_teaser li {
	width: 205px;
	height: 41px;
	background: url("/img/bg_button.png") no-repeat;
	float: left;
}

ul#gallery_teaser li a {
	display: block;
	text-align: center;
	line-height: 30px;
}
ul#gallery_teaser li a:hover {
	display: block;
	text-align: center;

	line-height: 32px;
}

/**
 * footer
 */
div#foot {
	width: auto;
	height: 102px;
	overflow: hidden;
	border-top: 4px solid #303c4f;
	background: #000 url("/img/bg_foot.gif") no-repeat top center;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

div#foot div.inner {
	width: 987px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
}

div#foot p {
	display: block;
	float: left;
}

div#foot ul {
	display: block;
	float: right;
	overflow: hidden;
	position: relative;
	right: -5px;
	top: 25px;
}

div#foot ul li {
	display: block;
	margin-left: 5px;
	border-right: 2px solid #54a1c3;
	padding-right: 5px;
	float: left;
}


/**
 * navigation
 */
 
ul#navi {
	display: block;
	overflow: hidden;
}
 
ul#navi li {
	float: left;
	display: block;
	width: 111px;
	height: 102px;
}

ul#navi li.active {
	background: url("/img/bg_navi_li.png") no-repeat;
}

ul#navi li.active a {
	color: #e1c8b3;
}

ul#navi a {
	display: block;
	padding-top: 70px;
	text-align: center;
	color: #fff;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	text-transform: uppercase;
	margin-left: -2px;
}

ul#navi a:hover {
	color: #e1c8b3;
	text-decoration: none;
}