@charset "utf-8";
/* CSS Document */
/* v1.0 | 20080212 */

/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


/* main style */

body {  
    background: url(../images/background.gif);
    font-family: Arial, Verdana, Helvetica, sans-serif;
    position: relative;
    }

#sprechzeit {
    border-collapse: collapse;
	border-spacing: 0;
	border: #808080 solid 2px;
	margin: 15px 0 0 32px;
    background-color:#F0F0F0;
    color:#333333;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
    line-height:18px;
    text-align: center;
}


a {
    text-decoration: none;
    color: #0000FF;
}

a:hover {
    color: #878787
}

.wichtig {
     font-weight: bold;
}

   
.hb {
    float: right;
} /*Class fr Header Bild rechts*/

.liste {
    list-style-position: outside;
    list-style-type:disc;
    padding: 0 0 10px 0; 
}

.liste li {
    color: #4B4B4B;
    text-align: left;
    line-height: 1.2em;
    font-size:14px;
    margin: 10px 30px 10px 43px;        
    }
    
.unterliste {
    list-style-type: circle;
}

#container {
    width: 850px;
    overflow: hidden;
    margin: 20px auto;
	position: relative;

}    

#header {
    width: 850px;
    border: 1px #CCCCCC solid;
    overflow: hidden;
    height: 199px;
    background: url(../images/bg-header.gif) no-repeat;
    position: relative;
    }

#hauptteil {
    width: 848px;
    border: 1px #CCCCCC solid;
    /* min-height: 441px; */
    height: auto !important;
	height: 441px;
    background: #F6F6F6 url(../images/bg-body-Oggersheim.jpg) no-repeat;

    
    }


#hauptteil h1 {
    position: relative;
    background-color: #CCCCCC;
    font-weight: bold;
    text-align: left;
    line-height: 1.2em;
    font-size:14px;
    margin: 20px 20px 0px 20px;
    padding: 4px 10px 2px 10px;   
}

#hauptteil h2, h3, h4 {
    color: #4B4B4B;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    line-height: 1.2em;
    font-size:14px;
    margin: 20px 30px 0px 30px;
    
}

#hauptteil p {
    color: #4B4B4B;
    text-align: left;
    line-height: 1.2em;
    font-size:14px;
    margin: 10px 30px 10px 30px;     
}

#link-impessum {
    clear: both;
	height: 40px;
    position: relative;
    float: right;
}

#link-impessum a {
    font-size: 14px;
    line-height: 40px;
}