/* -- HTML Elemente -- */
* {
	margin:0;
	padding:0;
	list-style:none;
}

html,
body,
table {
    height:100%;
}

body {
	color:#5F6062;
	font:12px/1.5em Georgia, Bitstream Vera serif, sans-serif;
	background:#FFF;
}

img {
    vertical-align:middle;
	border:0;
}

address {
    display:block;
    font-style:normal;
}

a:link,
a:visited { 
    color:#5F6062;
	text-decoration:none;
    border-bottom:1px solid #C41230;
}

a:hover,
a:active {
    border-bottom:none;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clearer {
	clear:both;
}

/* -- Tabellen -- */
table {
	width:100%;
	border-collapse:collapse;
	border:0;
}

	th {
		font-weight:bold;
		text-align:center;
	}
    
    td {
        vertical-align:bottom;
    }

/* -- Formular Elemente -- */
form {
	margin:0;
	padding:0;
	display:inline;
}

input,
textarea,
select,
option {
	font:11px Verdana, Arial, sans-serif;
}

.input_option {
	
}

input.submit_option {
	cursor:pointer;
}

fieldset {
	padding:5px 10px;
}

	legend {
		padding:0 5px;
		font-weight:bold;
	}

label {
	cursor:pointer;	
}

/* -- Haupt Elemente -- */
div#outer_wrapper {
    padding:0 0 125px 0;
    background:url(outer_wrapper.gif) no-repeat 100% 0;
}

div#main_wrapper {
    width:900px;
    margin:0 auto;
    background:url(matzke.gif) no-repeat 0 0;
}

    div#mast_head {
        height:85px;
        background:url(mast_head.gif) no-repeat 0 0;
    }
    
    p#content_top { 
        padding:89px 0 0 157px;
        color:#FFF;
    }
    
        p#content_top em {
            font-style:normal;
            font-weight:bold;
        }
    
    address#content_main {
        padding:20px 0 5px 144px;
    }
    
        address#content_main img {
            margin:0 2px;
        }
	
    div#impressum {
        padding:5px 0 5px 144px;
    }
    
        div#impressum img {
            margin:0 2px;
        }
	
	
	
	
body.impressum h1 {
	background:url(./imp_icon.gif) no-repeat top right #C41230;
	margin:18px 0 10px 0;
	color:#FFF;
	font-size:12px;
	padding:8px 36px;
	font-weight:normal;
}	
body.impressum p {
	margin:6px 0 6px 0;
	font-size:12px;
	padding:4px 36px;
}
