﻿@charset "utf-8";
/* CSS Document */
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-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}


html{
	height: 100%;
}

body{
	height: 100%;
	background: url(../images/bg.jpg) repeat-x #333333;
	font-size:small;
}

#coontainer{
	width: 920px;
	margin: 0 auto;
	padding-top: 85px;
}

#logo{
	float: left;
	background: url(../images/logo.jpg) no-repeat;
	width: 271px;
	height: 78px;
}

#claim{
	float: left;
	background: url(../images/header.jpg) no-repeat;
	width: 646px;
	height: 78px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#claim p{
	color: #B2B2B2;
	margin: 55px 25px 0 0;
	padding: 0;
	float: right;
}

html>body #claim p{
	margin: 55px 50px 0 0;
}

*+html>body #claim p{
	margin: 55px 52px 0 0;
}

#claim span{
	color: #00AEEF;
	font-style:italic;
}

#mid{
	clear:none;
}

html>body #mid{
	clear: both;
}

*+html>body #mid{
	clear:none;
}

/*--------------------------------Menü------------------------------------*/

#menuecoontainer{
	background: url(../images/menuebg.jpg) no-repeat;
	width: 271px;
	height: 212px;
	float: left;
}

#menue{
	padding: 37px 0 0 10px;
	width: 200px;
}

#menue ul li{
	margin-bottom: 26px;
}

#menue li.foyer a{
	width: 200px;
	height: 15px;
	background: url(../images/foyer.gif) no-repeat;
	display: block;
}

#menue li.foyer a:hover{
	background: url(../images/foyer_over.gif) no-repeat;
}

#menue li.foyer a.foyeractive{
	background: url(../images/foyer_over.gif) no-repeat;
}

#menue li.portfolio a{
	width: 200px;
	height: 15px;
	background: url(../images/portfolio.gif) no-repeat;
	display: block;
}

#menue li.portfolio a:hover{
	background: url(../images/portfolio_over.gif) no-repeat;
}

#menue li.portfolio a.portfolioactive{
	background: url(../images/portfolio_over.gif) no-repeat;
}

#menue li.shop a{
	width: 200px;
	height: 15px;
	background: url(../images/shop.gif) no-repeat;
	display: block;
}

#menue li.shop a:hover{
	background: url(../images/shop_over.gif) no-repeat;
}

#menue li.shop a.shopactive{
	background: url(../images/shop_over.gif) no-repeat;
}

#menue li.kontakt a{
	width: 200px;
	height: 15px;
	background: url(../images/kontakt.gif) no-repeat;
	display: block;
}

#menue li.kontakt a:hover{
	background: url(../images/kontakt_over.gif) no-repeat;
}

#menue li.kontakt a.kontaktactive{
	background: url(../images/kontakt_over.gif) no-repeat;
}

#info{
	background: url(../images/infobg.jpg) repeat-x;
	width: 649px;
	height: 212px;
	float: left;
	color:#00ADF0;
	font-family:Georgia,Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

#infotext{
	float: left;
	margin-top: 30px;
}

#ueberschrift{
	width: 51px;
	display: block;
	float: left;
	margin: 4px 10px 0 0;
}

#infotext img{
	margin: 9px 0px 0 0;
	float: left;
}

#teaser{
	margin: 10px 0 0 62px;
	color:#b2b2b2;
	width: 470px;
	clear: both;
}

#teaser a{
	color: #ffffff;
	text-decoration:none;
}

#infoecke{
	background: url(../images/infoecke.jpg) no-repeat;
	width: 18px;
	height: 212px;
	float: right;
}

#coontent{
	background: url(../images/contentbg.jpg) repeat-y;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

#coontentinner{
	margin: 30px 10px 0 10px;
	padding: 0;
	}

#infopod{
	width: 257px;
	float: left;
	border: 1px solid #4d4d4d;
}

#infopod p{
	margin: 10px 0 10px 50px;
	color: #B2B2B2;
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#infopod p span{
	color: #00AEEF;
}

#infopod a{
	color: #FFFFFF;
	text-decoration:none;
}

#infopod a:hover{
	color: #00AEEF;
	text-decoration:none;
}

#coontentpod{
	float: left;
	width: 620px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#coontentpod h1{
	color: #00AEEF;
	line-height: 1.4em;
}

#coontentpod p{
	color: #B2B2B2;
	margin: 2px 0 10px 62px;
	line-height: 1.4em;
}

#icoons{
	padding-left: 58px;
}

#icoons a{
	margin-right: 80px;
}

#galerie{
	margin-top: 70px;
	position: relative;
}

#hiddenimages{
visibility:hidden;
}


#footer{
	background: url(../images/footerbg.jpg) no-repeat;
	height: 61px;
	clear: both;
	margin: 0;
	padding: 0px 0 0 0;
}

div.toggler{
	width: 598px;
	height: 70px;
	padding: 0.9em 0 0.2em 0.3em;
	vertical-align:middle;
    cursor:pointer;
    cursor:hand;
	margin:5px 0px 0px 0px;
	font-weight:normal;
	color: #B2B2B2;
	background:url(../images/ue_balken.gif) no-repeat top right;
}

div.toggler img{
	float: left;
	margin-top: -0.9em;
}

div.accordion{
	width: 602px;
	margin-bottom: 20px;
}

div.youtubeVideo{
	background-color:#696969;
	margin-left: 62px;
	padding: 12px 10px 10px 57px;
	border: 7px solid #FFFFFF;
}

#coontactflash{
	margin-left:58px;
}

#coontentpod a {
color:#FFFFFF;
text-decoration: none;
}

