﻿/**************************************
CSS für Walker-Gruppe
04/2010
Layout by: Chr. Kasselmann - DownTown-Art's
**************************************/
body{
	/*background:#fff url(../img/catering/body_bg.jpg) repeat-x top left;*/
	background:url(../img/design/body_bg-kopie.png), url(../img/stickerei/body_bg.jpg);

	/*background-size:80px 60px;
	-moz-background-size:80px 60px; /* Firefox 3.6 */
	background-repeat:repeat-x, repeat;
	background-position:top left,top center;
}
/****** Color class ******/

/*Türkis*/
.color-first{color:#01b5e5;}

/*Lila*/
.color-second{color:#901f82;}


a{
	text-decoration:none;
	/*color:#d10000;*/
	color:#00b6e5;
	font-weight:bold;
}

a:hover{
	color:#787478;
}

#header{
	background:url(../img/design/header_bg-kopie.png) no-repeat top left;
	width:1052px;
	height:210px;
	margin:0 auto;
}

#header #navi{
	width:1024px;
	margin:0 auto;
}

#header #navi ul{
	float:left;
	padding-top:34px;
	margin-left:57px;
}

#header #navi ul li{
	list-style:none;
	display:inline;
	float:left;
	margin-right:31px;
}

#header #navi ul li a,
#header #navi ul li a:visited,
#header #navi ul li a:focus{
	/*color:#787474;*/
	color:#01b5e5;
	font-weight:bold;
	height:31px;
	float:left;
}

#header #navi ul li a:hover,
body#index #navi li.home a,
body#kontakt #navi li.kontakt a,
body#ueber #navi li.ueber a,
body#leistungen #navi li.leistungen a,
body#admin #navi li.admin a{
	/*color:#d10000;*/
	color:#901f82;
	background:url(../img/design/nav_hover.jpg) no-repeat center bottom;
}

#header #navi .log{
	float:right;
}

#header #logo{
float:left;
}

#header #logo h1{
	margin:0;
}

#header #logo h1 a{
display:block;
background:url(../img/stickerei/stickerei_logo.png) no-repeat top left;
width:290px;
height:126px;
margin-left:34px;
margin-top:-4px;
}

#header #text{
	background:url(../img/stickerei/stickerei_text.png) no-repeat top left;
	width:458px;
	height:63px;
	float:right;
	margin:30px 35px 0 0;
	text-indent:-9999px;
}

#header #logo h1 a span{
display:none;
}

#event .date{
	margin:0 0 6px 0px;
}

#event h2{
	margin:0 0 9px 16px;
}

#event .txt{
	margin:0 0 0 16px;
}

#showevent{
	margin:25px 0px;
}

#footer{
	/*border-bottom:5px solid #ea0000;*/
	border-bottom:5px solid #00b6e5;
}

#footer_wrapper #footer_main{
	color:#fff;
}

#footer_wrapper{
	/*display:none;*/
	color:#000;
	/*min-height:250px;
	height:auto !important;
	height:250px;*/
	/*width:100%;*/
	background:#00b6e5;
	/* old color #ea0000 url(../img/catering/footer_wrapper_bg.jpg) repeat-y center*/
}


/*******************************************
Fieldset button
*******************************************/


.button {
	font-size: 			11px;
	font-weight: 		bold;
	padding: 			5px 8px 5px 8px;
	margin: 			0px;
	border: 			1px solid #ea1515;
	color:				#fff;
	background-color: 	#ea1515;
	background-repeat:	repeat-x;
	cursor:pointer;
}

ul.listen li::before{
	content:"■";
	/*background:url(../img/stickerei/news_doot.jpg) no-repeat center left;*/
	list-style-type:square;
	color:#901f82;
	position:relative;
	left:-15px;
}