/* Start of CMSMS style sheet 'bestatterdesign' */
body {
	margin: 0;
	padding: 0;
	background: url(images/bg01.jpg);
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A554E;
}

html {
        height:101%
}

h1, h2, h3, h4 {
	margin: 0;
}

h1, h2, h3, h4{
	font-weight: normal;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 22px;
        padding:10px 0;
}

h3{
	font-size: 20px;
        padding:10px 0;
}

h4{
	font-size: 17px;
        padding: 0 0 10px 0;
}

p, ol, ul, dl {
	margin-top: 0;
	line-height: 1.5;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

li {           
                margin-top:10px;
}

li li {
	margin-left: 15px;
	list-style: square;
}

strong {
	color: #5A554E;
}

a {
	color: #5A554E;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0 auto;
}

img.alignleft {
	margin: 0 27px 0 0;
}

img.alignright {
	margin: 0 0 0 27px;
}

img.border {
	padding: 4px;
	border: 1px solid #E9E4D8;
}

/* Wrapper */

#wrapper {
	background: url(images/bg02.jpg) repeat-x;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.clearfix {
	clear: both;
}

/* Header */

#header {
	height: 211px;
	background: url(images/bg04.jpg);
}



/* Menu */

#menu {
	height: 76px;
	background: url(images/bg04.jpg) no-repeat 0 -211px;
}

#menu ul {
	height: 67px;
	margin: 0 25px;
	padding: 9px 0 0 14px;
	/*background: url(images/bg05.jpg);*/
                background:transparent;
	list-style: none;
	line-height: 1;
}

#menu li {
	float: left;
	height: 35px;
	padding: 15px 18px 0 18px;
                margin:0;
	list-style: none;
}

#menu li.currentpage{
	background: url(images/bg06.jpg) no-repeat;
                padding-bottom:2px;
}

#menu a {
	text-transform: lowercase;
	text-decoration: none;
	/*letter-spacing: -1px;*/
	font-size: 18px;
                color:#9a978f;
}

#menu a:hover {
	/*text-decoration: underline;*/
	color: #FFFFFF;
                
}

#menu li h3 { /*currentpage */
                padding:0;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 18px;
	color: #343027;
}

/* Bar */

.bar {
	height: 48px;
	margin: 0 25px;
	background: url(images/bg07.jpg);
}

.bar .text {
	float: left;
	padding: 17px 0 0 25px;
	text-transform: lowercase;
	font-size: 14px;
	color: #809064;
}

/* Top Bar */

#top-bar {
	background: url(images/bg04.jpg) no-repeat 0 -287px;
}

/* Search */

#search {
	float: right;
	width: 245px;
	height: 48px;
	background: url(images/bg08.jpg) no-repeat 0 12px;
}

#search form, #search fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#search .input-text {
	float: left;
	width: 178px;
	margin: 12px 0 0 0;
	padding: 4px 10px;
	font: inherit;
	line-height: normal;
	border: none;
	background: none;
	color: inherit;
}

#search .input-submit {
	display: none;
}

/* Page */

#page {
	background: url(images/bg03.jpg) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 655px;
	padding: 0 25px 0 35px;
}

#contentreferenzen {
	float: left;
	width: 900px;
	padding: 0 25px 0 35px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 260px;
	padding: 0;
        margin: 55px 0 0 0;


}

/* Referenzen*/

#referenzen li{
	float: left;
	width: 390px;
        height: 290px;
	padding: 5px 0 10px 35px;
        margin: 0 20px 20px 0;
        background: #e6e4df;
	border: 1px solid #c3bdaf;
}


#referenzen img{
	border: 1px solid #c3bdaf;
        margin-top:5px;
}


/* 2 Columns */

.two-cols {
	margin: 0 25px;
	padding: 15px 15px 0 15px;
	background: #28241E url(images/bg09.jpg) repeat-x;
	color: #736F6A;
}

.two-cols .col1 {
        padding: 0 20px 0 0;
	float: left;
	width: 630px;
}

.two-cols .col2 {
	float: left;
	width: 210px;
	padding: 0 0 0 23px;
	border-left: 1px solid #423C31;
}

.two-cols h2 {
	font-size: 26px;
	color: #e3ded1;
}

.two-cols a {
	color: #736F6A;
                margin:0;
                padding:0;
                line-height:1em;

}


/* Footer */

#footer {
	background: url(images/bg10.jpg) no-repeat;
	padding: 25px 0;
}

#footer p {
                font-size:11px;
	text-align: center;
	color: #8F8B83;
}

#footer a {
                font-size:11px;
	color: #8F8B83;
}
/* End of 'bestatterdesign' */

