@charset "utf-8";
/*---------------------------------------------------------------------------------------
--------------------------------------STANDARDS------------------------------------------
---------------------------------------------------------------------------------------*/

body, p, h1, h2, h3, h4, h5, h6, ul, span, a, form, img, li, form, object, textarea {
	margin: 0;
	padding: 0;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#5e5e5e;
	text-decoration: none;
	list-style-type: none;
	border:none;
	line-height:20px;
}
body, html {
	background: url(../images/bg-body.jpg) repeat-x;
	min-height:100%;
}


h3 {
	font-size: 20px;
	margin-top: 30px;
	border-top: 1px solid;
	padding-top: 10px;
}

h4 {
	padding: 10px 0 10px 0;
}
/*---------------------------------------------------------------------------------------
--------------------------------------Classen--------------------------------------------
---------------------------------------------------------------------------------------*/

.clear {
	clear:both;
	float:none;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
/*---------------------------------------------------------------------------------------
--------------------------------------CONTAINER---------------------------------------------
---------------------------------------------------------------------------------------*/

#container {
	margin:auto;
	width: 955px;
	position:relative;
	overflow:hidden;
	padding-bottom:50px;
}
/*---------------------------------------------------------------------------------------
--------------------------------------HEADER---------------------------------------------
---------------------------------------------------------------------------------------*/

#header {
	width:955px;
	height:438px;
	float:left;}

h1#branding  {
	display:block;
	width:448px;
	height:438px;
	background:url(../images/logo.jpg);
	float:left;}
	
h1#branding a {
	display:block;
	width:280px;
	height:220px;
	text-indent:-5000px;
	float:left;
	padding:65px 0 0 100px;}
		
	
#navi-add {
	width:507px;
	height:52px;
	float:left;
	color:#5e5e5e;
	font:11px Verdana, Arial, Helvetica, sans-serif;}
	
#navi-add li{
	float:left;
	padding:30px 0 0 5px;}	

#navi-add ul{margin-left:290px;}	

#navi-add a{color:#d4a500;}	

#navi-add a:hover{text-decoration:underline;}		
	
#bildgalerie{
	width:506px;
	height:386px;
	float:left;
	background:url(../images/bildgalerie.jpg);}		
	
#bildgalerie a{
	width:506px;
	height:130px;
	float:left;
		text-indent:-5000px;
	padding:230px 0 0 0;}		
/*---------------------------------------------------------------------------------------
--------------------------------------NAVI-----------------------------------------------
---------------------------------------------------------------------------------------*/
	
#navi {
	width:205px;
	height:293px;
	float:left;
	background:url(../images/navi.jpg);
}
#navi li {
	height:42px;
	width:206px;
	float:left;
	list-style-type:none;
}
#navi li a {
	display:block;
	height:42px;
	text-indent:-6000px;}

#navi li.n1 a:hover {background:url(../images/bg-startseite.jpg)}
#navi li.n2 a:hover {background:url(../images/bg-bastelmaterial.jpg)}
#navi li.n3 a:hover {background:url(../images/bg-handarbeitsmaterial.jpg)}
#navi li.n4 a:hover {background:url(../images/bg-teppiche.jpg)}
#navi li.n5 a:hover {background:url(../images/bg-puppen.jpg)}
#navi li.n6 a:hover {background:url(../images/bg-buecher.jpg)}	
#navi li.n7 a:hover {background:url(../images/bg-wir-helfen.jpg)}

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

#content-main {
	width:411px;
	float:left;
	min-height:100%;
	padding-left:45px;}
	
h2 {
	width:411px;
	height:41px;
	padding-bottom:10px;
	float:left;
	margin:0;}
	
#colum {
	width:411px;
	float:left;
	min-height:100%;}

#colum img{
	border:1px solid #d4a500;
	padding:2px;
	margin-bottom:5px;}
	
#colum p{
	line-height:20px;
	padding:5px 0 5px 0;}
	
#colum li{
	padding-bottom:10px;}	
		
#content-sidebar {
	width:292px;
	height:350px;
	float:left;
	text-align:right;}

#adress{
	width:192px;
	padding-left:100px;
	float:left;}	
/*---------------------------------------------------------------------------------------
--------------------------------------FOOTER---------------------------------------------
---------------------------------------------------------------------------------------*/

/*#footer {
	margin:auto;
	width:955px;
	height:32px;
	background:#902925;
}
#footerContent {
	margin:auto;
	width:955px;
	color:#FFFFFF;
}
#footerContent ul li {
	float:left;
	list-style-type:none;
	padding:5px 23px 0 0;
}
#footerContent li a {
	color:#fff;
}
#footerContent li a:hover {
	color:#e89898;
}
#footerContent li span {
	color: #fff;
}
#footerContent li a:hover span {
	color:#e89898;
}*/
/*---------------------------------------------------------------------------------------
--------------------------------------LINKS----------------------------------------------
---------------------------------------------------------------------------------------*/

a, a:visited, .escape span {
	/*	text-decoration: underline;*/
	color: #d4a500;
	outline: none;
}
a:hover, a:hover span, a:active, a:active span {
	text-decoration:underline;
	color:#d4a500;
}
 a[href$=".pdf"] {
 padding: 4px 0 4px 55px;
 background: url(../images/icon-pdf.gif) no-repeat 0 50%;
 line-height: 30px;
 border-bottom: none;
 display:block;
}

