* {
    margin:0;
    padding:0;
    border:0;
}

body {
    background	: white;
    margin			: 0;
	font-family: tahoma;
	font-weight: 300;
    font-size		: 12px;
    color			: #232323;
}


 
#grayBG {
	position: absolute;
	background-color: #eceded;
	width 	: 100%;
	height	: 242px;
	top	: 0px;
	z-index: 0;
}

#imgGallery {
	position: relative;
	background-color: none;
	width: 100%;
	margin-top: 50px;
}

p#imgGallery {
overflow: hidden;
padding-left: 220px;
back
}

#imgGallery ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	text-align: left;
}

#imgGallery li {
list-style-type: none;
width: 220px;
height: 220px;
float: left;
display: block;
margin: 10px;
}


.container {
	width: 960px;
	margin: auto;
}

#whiteBG {
	position: absolute;
	background-color: white;
	background-image: url(../img/BG.png); 
	opacity: 0.5;
	width 	: 100%;
	height	: 452px;
	top	: 0px;
	z-index: 0;
}


#hrTop {
	position	: absolute;
	background-color	: #3c3b3e;
	top			: 0px;
	left			: 0px;
	width		: 100%;
	height		: 5px;
	z-index: 66;
}

#header {
	position	: relative;
	margin-top	: 50px;
	z-index		: 5;
}

#headerNavigation {
	position	: relative;
	margin-left	: 560px;
	width		: 400px;
	height		: 70px;
}

#logo {
top: -15px;
position:absolute;
width:105px;
height:80px;
}

#logo a {
	display: block;
	width: 103px;
	height: 80px;
	overflow: hidden;
	background-repeat:no-repeat;
	background-image: url(../img/LOGO.png);
}

#headerNaviTxt {
	font-family: 'Economica', sans-serif;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	width	: 60px;
	height	: 60px;
	float: left;
	border-bottom: 2px solid #3c3b3e;
}

#headerNaviTxt hr {
	position: absolute;
	color: #3c3b3e;
	background-color: #3c3b3e;
	height: 1px;
	bottom: 4px;
	width : 60px;
}

#headerNaviTxt a {
	display: block;
	width: 60px;
	height: 40px;
	overflow: hidden;
}

#headerNaviTxt a.about {
background-image: url(../img/about/BTN.png);
}
#headerNaviTxt a.work {
background-image: url(../img/work.png);
}
#headerNaviTxt a.store {
background-image: url(../img/store_navi.png);
}
#headerNaviTxt a.blog {
background-image: url(../img/blog.png);
}
#headerNaviTxt a.contact {
background-image: url(../img/contact.png);
}


#banner {
	position	: relative;
	margin-top	: 40px;
	height		: 290px;
	background-image: url(../img/banner.png);
}

#bannerNavi {
	position: relative;
	background-color: #3c3b3e;
	background-image: url(../img/bannerBG.png);
	top: 2px;
	height: 150px;
	z-index: 5;
}

.viertel {
	background-color: none;
	width	: 220px;
	float: left;
	margin: 15px 10px 10px 10px;
}

#bannerNavi .picto {
	position: absolute;
	width	: 40px;
	height	: 40px;
}

#bannerNavi .picto#design {background-image: url(../img/design.png);}
#bannerNavi .picto#blog {background-image: url(../img/blog_main.png);}
#bannerNavi .picto#musik {background-image: url(../img/musik.png);}
#bannerNavi .picto#store {background-image: url(../img/store.png);}

a.btn {
	position: absolute;
	background:-moz-linear-gradient(bottom,#ed8620,#f06323); /* Firefox */
	background:-webkit-gradient(linear,left top,left bottom,from(#ed8620),to(#f06323)); /* Chrome, Safari */
	filter: progid:DXImageTransform.Microsoft.gradient(start Colorstr='#ed8620',endColorstr='#f06323'); /* Internet Explorer */
	top: 20px;
	margin-left: 140px;
	padding: 7px 25px 7px 25px;
	font-size: 16px;
	font-weight: normal;
	color: white;
	font-family: 'Economica', sans-serif;
	line-height: 16px;
	text-decoration: none;
	border: 1px solid #f06323;
	moz-border-radius:3px; /* Firefox */
	-webkit-border-radius:3px; /* Safari, Chrome */
	-khtml-border-radius:3px; /* Konqueror */
	border-radius:3px; /* CSS3 */
	z-index: 55;
}

a:hover.btn {
	text-decoration: line-through;
	background:-moz-linear-gradient(bottom,#f06323,#ed8620); /* Firefox */
	background:-webkit-gradient(linear,left top,left bottom,from(#f06323),to(#ed8620)); /* Chrome, Safari */
	filter: progid:DXImageTransform.Microsoft.gradient(start Colorstr='#f06323',endColorstr='#ed8620'); /* Internet Explorer */
}

#bannerNavi .btnOpacity {
	background-color: white;
	opacity: 0.3;
	position: absolute;
	line-height: 16px;
	top: 17px;
	margin-left: 137px;
	width	: 80px;
	height: 38px;
	moz-border-radius:3px; /* Firefox */
	-webkit-border-radius:3px; /* Safari, Chrome */
	-khtml-border-radius:3px; /* Konqueror */
	border-radius:3px; /* CSS3 */
	z-index: 5;
}

#bannerNavi p {
	position: relative;
	font-size: 10px;
	font-weight: lighter;
	color: white;
	font-family: Verdana;
	line-height: 16px;
	margin-top: 50px;
	}


#bannerNavi h1 {
	position: absolute;
	font-size: 21px;
	font-weight: normal;
	color: white;
	font-family: 'Economica', sans-serif;
	line-height: 18px;
	top: 15px;
	margin-left: 50px;
}

#bannerNavi h2 {
	position: absolute;
	font-weight: lighter;
	font-size: 16px;
	color: white;
	font-family: 'Bilbo Swash Caps', cursive;
	top: 35px;
	margin-left: 50px;
}

#containerContent {
	background-image: url(../img/contentBG.png);
	background-repeat: no-repeat;
	position	: relative;
	margin		: 90px auto;
	width	: 960px;
	z-index: 55;
}

#containerContentNormal {
	position	: relative;
	margin		: 120px auto;
	width	: 960px;
	min-height 	: 250px;
	z-index: 55;
}

#containerContent hr#duennEins {
position: absolute;
color: #3c3b3e;
background-color: #3c3b3e;
height: 1px;
top: 4px;
width : 230px;
}

#containerContent hr#duennZwei {
position: absolute;
color: #3c3b3e;
background-color: #3c3b3e;
height: 1px;
top: 4px;
left: 730px;
width : 230px;
}

#containerContent hr#dickEins {
position: absolute;
color: #3c3b3e;
background-color: #3c3b3e;
height: 2px;
top: -2px;
width : 230px;
}

#containerContent hr#dickZwei {
position: absolute;
color: #3c3b3e;
background-color: #3c3b3e;
height: 2px;
top: -2px;
left: 730px;
width : 230px;
}

#containerContent h1 {
	position: relative;
	font-size: 70px;
	font-weight: bold;
	color: #3c3b3e;
	font-family: 'Economica', sans-serif;
	text-align: center;
	top: -40px;
	letter-spacing: 1px;
}

#containerContent h2 {
	position: relative;
	font-weight: lighter;
	font-size: 35px;
	color: #3c3b3e;
	font-family: 'Bilbo Swash Caps', cursive;
	top: -50px;
	text-align: center;
}

#containerContent p {
	width: 460px;
	position: relative;
	font-size: 12px;
	font-weight: lighter;
	color: #3c3b3e;
	font-family: Verdana;
	line-height: 21px;
	margin: auto;
	margin-bottom: 12px;
	top: -30px;
}

a#content:link, a#content:visited, a#content:active, a#content:focus {
	font-size: 12px;
	font-weight: lighter;
	color: #ed8620;
	font-family: Verdana;
	line-height: 21px;
	text-decoration: none;
}

a#content:hover {
text-decoration: line-through;
}

#containerFooter {
	position: relative;
	width: 100%;
	min-height: 150px;
	margin-top: 50px;
	background-color: #eceded;
	z-index: 55;
}

#containerFooter hr#duenn {
position: absolute;
color: #3c3b3e;
background-color: #3c3b3e;
height: 1px;
top: 4px;
width : 100%;
}

#containerFooter hr#dick {
position: absolute;
color: #3c3b3e;
background-color: #3c3b3e;
height: 2px;
top: -2px;
width : 100%;
}

#FOOTERtext {
	color: #3c3b3e;
	position: relative;
	width: 960px;
	margin: auto;
	z-index: 55;
	font-size: 10px;
	font-weight: lighter;
	font-family: Verdana;
	line-height: 21px;
	text-decoration: none;
}

#FOOTERtext ul {
	margin-top: 50px;
	padding: 0px;
	list-style-type: none;
}

#FOOTERtext li {
	display: inline;
	margin-right: 10px;
}

#FOOTERtext li a#footer:link, a#footer:visited, a#footer:active, a#footer:focus {
	font-size: 10px;
	font-weight: lighter;
	color: #9c9e9f;
	font-family: Verdana;
	line-height: 21px;
	text-decoration: none;
}

#FOOTERtext li a#footer:hover {
	color: #ed8620;
	text-decoration: line-through;
}


.caption {
	background: #333;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	font-family: tahoma;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 1px;
	padding: 8px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	color: #eee;
	}

/* Standarddefinitionen */


b {

font-weight: bold;
margin: 5px;
}

p#fliesstext {
	width: 460px;
	position: relative;
	font-size: 12px;
	font-weight: lighter;
	color: #3c3b3e;
	font-family: Verdana;
	line-height: 24px;
	margin: auto;
	margin-bottom: 12px;
}

.left {
    float:left;
}

.right {
    float:right;
}

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