@charset "utf-8";
/* CSS Document */

/* #########################-----------------------------Standarts-----------------------------######################### */

* {
	margin:0;
	padding:0; }
	
:focus {
	outline: 0;
}
	
html {
	height:100%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #554432;
	font-size: 16px;
}
	
body {
	padding: 0; 
	background: url(../images/bg.jpg) center 0px repeat-x ;
	}

#container {margin: 0 auto; width: 923px;}

a, a:visited { color: #554432; text-decoration: none; border-bottom: none;}
a:hover { color: #554432; text-decoration: underline; border-bottom: none;}



.margin-right { margin:0 15px 15px 0; }
.floatright { float:right; margin:0 0 15px 15px;}
/* #########################-----------------------------Head-Bereich-----------------------------######################### */

h2.logo a {
	background: url(../images/logo.jpg) 0px 0px no-repeat;
	display:block;
	font-size:0.01em;
	float:left;
	height:261px;
	margin:0px 0 0 0px;
	position: absolute;
	text-indent:-9999px;
	width:227px;
	
}

h2.logo a:hover {
	background: url(../images/logo.jpg) 0px -261px no-repeat;
	display:block;
	font-size:0.01em;
	float:left;
	height:261px;
	margin:0px 0 0 0px;
	position: absolute;
	text-indent:-9999px;
	width:227px;
	
}


#header { background: url(../images/header.jpg) no-repeat; width: 923px; height: 307px;}

/* #########################-----------------------------Navigation-----------------------------######################### */

#navi ul{list-style-type:none; position: absolute; margin: 261px 0 0 227px;}	
#navi li  {display:block; text-indent:-9000px; float: left;}
#navi li a {display:block; padding:0px;text-decoration:none;}


#holzfenster a {background: url(../images/navi/navi.jpg) 0px 0px; background-repeat:no-repeat; 
height:46px; width: 139px;}
#holzfenster a:hover { background: url(../images/navi/navi.jpg) 0px -46px; background-repeat:no-repeat; 
height:46px; width: 139px;}
#holzfenster-aktiv a { background: url(../images/navi/navi.jpg) 0px -46px; background-repeat:no-repeat; 
height:46px; width: 139px;}

#denkmalschutzfenster a {background: url(../images/navi/navi.jpg) -139px 0px; background-repeat:no-repeat; 
height:46px; width: 181px;}
#denkmalschutzfenster a:hover { background: url(../images/navi/navi.jpg) -139px -46px; background-repeat:no-repeat; 
height:46px; width: 181px;}
#denkmalschutzfenster-aktiv a { background: url(../images/navi/navi.jpg) -139px -46px; background-repeat:no-repeat; 
height:46px; width: 181px;}

#holz-alu-fenster a {background: url(../images/navi/navi.jpg) -320px 0px; background-repeat:no-repeat; 
height:46px; width: 141px;}
#holz-alu-fenster a:hover { background: url(../images/navi/navi.jpg) -320px -46px; background-repeat:no-repeat; 
height:46px; width: 141px;}
#holz-alu-fenster-aktiv a { background: url(../images/navi/navi.jpg) -320px -46px; background-repeat:no-repeat; 
height:46px; width: 141px;}

#fensterlaeden a {background: url(../images/navi/navi.jpg) -461px 0px; background-repeat:no-repeat; 
height:46px; width: 112px;}
#fensterlaeden a:hover { background: url(../images/navi/navi.jpg) -461px -46px; background-repeat:no-repeat; 
height:46px; width: 112px;}
#fensterlaeden-aktiv a { background: url(../images/navi/navi.jpg) -461px -46px; background-repeat:no-repeat; 
height:46px; width: 112px;}

#haustueren a {background: url(../images/navi/navi.jpg) -573px 0px; background-repeat:no-repeat; 
height:46px; width: 123px;}
#haustueren a:hover { background: url(../images/navi/navi.jpg) -573px -46px; background-repeat:no-repeat; 
height:46px; width: 123px;}
#haustueren-aktiv a { background: url(../images/navi/navi.jpg) -573px -46px; background-repeat:no-repeat; 
height:46px; width: 123px;}

#subnavi ul { list-style-type: none; margin: 40px 0 0 28px; }
#subnavi ul li { display: block; float: left;}
#subnavi ul li a { display: block; text-decoration: underline; margin-right: 8px;}
#subnavi ul li a:hover { text-decoration: none;}

#footer1 { list-style-type: none;  margin: 0 auto; font-family: Georgia, "Times New Roman", Times, serif; width: 520px; }
#footer1 li { float: left; margin: 0 auto;}
#footer1 li a { text-decoration: none; margin: 0 8px 0 8px; color: #554432; }
#footer1 li a:hover { text-decoration: underline; }

#footer2 { list-style-type: none;  margin: 0 auto; font-family: Georgia, "Times New Roman", Times, serif; width: 320px; }
#footer2 li { float: left; margin: 0 auto;}
#footer2 li a { text-decoration: none; margin: 0 8px 0 8px; color: #554432; }
#footer2 li a:hover { text-decoration: underline; }



/* #########################-----------------------------Content-----------------------------######################### */

#content { background: url(../images/content.jpg) no-repeat; width: 645px; min-height: 526px; float: left; padding: 10px 0 20px 43px;}
#content p { width: 557px; line-height: 22px; margin-top: 15px;}

/* #########################-----------------------------Extra-----------------------------######################### */

#extra { background: url(../images/extra.jpg) no-repeat; width: 227px; height: 426px; float:left; font-size: 14px; padding-top: 95px;}
#extra p { width: 190px; margin: 15px 0 0 28px;}
#extra a, a:visited, a:link { color: #005b9a; text-decoration: underline;}
#extra a:hover { text-decoration: none;}

/* #########################-----------------------------Footer-----------------------------######################### */

#footer { height: 100px; border-top: 1px solid #554432; width: 565px; margin-top: 50px;}

/* #########################-----------------------------Klassen-----------------------------######################### */

.nofloat {float: none; clear: both;}

.pix { border: 1px solid #999999; background-color: white; padding: 4px; }
.blue { color: #005b9a; font-weight: bold;}

/* #########################-----------------------------Schriften-----------------------------######################### */

h1 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 28px; color: #554432; font-weight: normal; margin-bottom: 25px;}

/* #########################-----------------------------CMS Stuff-----------------------------######################### */

/* --7. cms -editmode --*/
#ewcms_edit_controller {
    position: absolute;
    top:0px; left:0px;
    z-index:100;
    width:99%;    
	height:50px;
    padding: 24px 0px 0px 20px;
    background-image: url(../images/bg_logout.gif);
    background-repeat: repeat-x;
    background-position: right center;
	background-color: #004b80;
	border-bottom: 2px solid #fff;
}
#ewcms_edit_controller img {
    border: none;
}

/* -- sonstige ew-cms --*/
a img.ewcms_edit_img{
	width: 16px;
	height: 16px;
	float: none;
	
	}


/*.ewcms_edit_logout img{
	display: none;
	
	}*/
	
.ewcms_loopline{
	margin: 50px 0 50px 0;
	float: none;
	clear: both;
	}
.ewcms_loopend{
	margin: 30px 0 20px 0;
	}
a.ewcms_edit_logout {
	color: #fff;
	text-decoration: underline;
	
	}
a:hover .ewcms_edit_logout {
	color: #f90;
	text-decoration: underline;
	}
/* --end of editmode --*/
a.ewcms_edit_link{
	float: none;
	background-image: none;
	
	padding: 5px 0 5px 0px;
	margin: 0px 0 15px 0px;
	line-height: 20px;
	
	width: auto;
	}
	
a.ewcms_edit_link:hover{
	float: none;
	background-image: none;
	
	padding: 5px 0 5px 0px;
	margin: 0px 0 15px 0px;
	line-height: 20px;
	
	width: auto;
	}

ul.liste {
	margin: 10px 0 10px 0;
}

ul.liste li {
	list-style: circle;
	margin: 0 0 8px 22px;
	padding: 0 0 6px 1px;
}










