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

@import url(style-m-weihnacht-navi.css);

html, body {
margin: 0;
padding: 0;
widht: 100%;
height: 100%;
background: #c82b19;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:small;
}



#header {
	width: 1020px;
	margin: 0 auto;
	background-image: url(img/mw-top.jpg);
	height:520px;
}



/* ------------ Inhalt --------------- */

#wrapper {
	width: 1020px;
	margin: 0px auto;
	background-image: url(img/mw-bg.jpg);
}

#column1 {
	float: left;
	width: 220px;
	display: inline;
}

#navi-img-abstand {
	background:url(img/mw-navi-bg.jpg) repeat-y;
}

#navi-img-top {
	width: 220px;
	height: 34px;
	background:url(img/mw-navi-top.jpg) no-repeat;
}

#navi-navigation {
	padding:0 15px 0 25px;
}

#navi-img-bottom {
	width: 220px;
	height: 33px;
	background:url(img/mw-navi-bottom.jpg) no-repeat;
}

#column2 {	
	float: left;
	width: 580px;
	display: inline;
	margin: -130px 10px 0 10px;
	overflow:hidden;
	text-align:justify;
}



#spalte-rechts-top {
	width: 260px;
	height: 40px;
	background: url(img/mw-rechts-top.jpg) no-repeat;
}

#spalte-rechts-bg {
	width: 260px;
	background: url(img/mw-rechts-bg.jpg) repeat-y;
}

#spalte-rechts-abstand {
		padding:0 30px 0 35px;
}


#spalte-rechts-bottom {
	width: 260px;
	height: 40px;
	background:url(img/mw-rechts-bottom.jpg) no-repeat;
}


/* --------------- footer ---------*/


.alles {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* margin bottom muss die gleich höhe wie der Footer haben */
	width:1020px;
	background:url(img/mw-bg.jpg) repeat-y;
}
.footer, .push {
	height: 150px; /* .push muss die gleiche höhe wie der .footer haben */
	
}

.footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background:url(img/bg-bottom.jpg) repeat-x;
}

#footer-innen {
	position:relative;
	top: 0;
	width:1020px;
	height: 150px;
	margin: 0 auto;
	font-size: 80%;
	text-align:center;
	background: url(img/mw-bottom.jpg) no-repeat;
}

#footer-innen-text {
	padding-top:50px;

}



/* ------------------------------- Schrift ------------------------------------ */

#column1, #column3 {
	color: #c82b19;
}

#unten-links, #column2, #footer-innen {
	color: #fff;
}

a img {
	border:none;
}


/* ------------ footer Links --------- */


#footer-innen a:link {
	color: #fff;
	text-decoration: none;
}
#footer-innen a:visited {
	color: #fff;
	text-decoration: none;
}
#footer-innen a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer-innen a:active {
	color: #000;
	text-decoration: underline;
}

/* ------------ #column2 Links --------- */

#unten-links a:link, #column2 a:link {
	color: #fff;
	text-decoration: underline;
}
#unten-links a:visited, #column2 a:visited {
	color: #fff;
	text-decoration: underline;
}
#unten-links a:hover, #column2 a:hover {
	color: #000;
	text-decoration: underline;
}
#unten-links a:active, #column2 a:active {
	color: #000;
	text-decoration: underline;
}




/* ------------ #column3 Links --------- */

#column3 a:link {
	color: #c82b19;
	text-decoration: underline;
}
#column3 a:visited {
	color: #c82b19;
	text-decoration: underline;
}
#column3 a:hover {
	color: #666;
	text-decoration: underline;
}
#column3 a:active {
	color: #000;
	text-decoration: underline;
}





/* ------------------- Überschriften ----------- */


.csc-firstHeader, h1 {
	font-size: 220%;
	font-weight:bold;
	text-align:center;
	padding:0 0 30px 0;
}

h1 {
	font-size: 160%;
	font-weight:bold;
	text-align: left;
	padding:20px 0 0 0;
}
