* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: linear-gradient(to bottom, #ab2524, black);
}

#wrapper { 
 margin: 0 auto;
 width: 900px;
 background-color: #ebe7e4;
//* background-image: url('images/mc.jpg');
 background-size: 900px;
 background-position: top;
 background-repeat: no-repeat; *//
 border-top: 1px solid #fff;
 border-radius: 5px;
 margin-top: 5px;
}
#header {
 background-image: url('images/header_fw.png');
 background-size: auto;
 background-position: top;
 background-repeat: no-repeat;
 width: 900px;
 float: left;
 height: 180px;
 margin-top: 0px;
 border-radius: 5px 5px 0 0;
}
#navigation {
 float: left;
 width: 900px;
 height: 50px;
 background: linear-gradient(to bottom, red, black);
 border-top: 1px solid #fff;
 border-bottom: 5px solid #fff;
}
menu {
 margin: 0 4px;
}
#leftcolumn { 
 width: 580px;
 background-color: #ebe7e4;
 float: left;
 margin: 0px 0px 0px 0px;
 padding-top: 20px;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 0px;
}

#rightcolumn { 
 width: 288px;
 background-color: #ebe7e4;
 float: right;
 margin: 0px 0px 0px 0px;
 padding-top: 20px;
 padding-left: 0px;
 padding-right: 0px;
 border-left: 1px solid #fff;
 display: inline;
}

#footer { 
 width: 900px;
 height: 80px;
 clear: both;
 background-color: #ebe7e4;
 background-image: url('images/flame.png');
 background-size: 60%;
 background-position: left bottom;
 background-repeat: repeat-x;
 border-top: 5px solid #fff;
 border-radius: 0 0 4px 4px;
 margin: 0px;
 text-align: center;
 padding-top: 20px;
 font-size: 80%;
}

.bildzoom {
	float: center;
	width: 200px;
	border: 1px solid #000000;
    border-radius: 5px;
	margin: 5px;
	padding: 5px;
	max-width: 200px;
}
.bildzoom p {
	text-align: center;
	font-style: italic;
	font-size: 85%;
}
img.scaled {
	width: 200px;
}

.clear { clear: both; display: block; }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }

a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
