html, body {
	margin:0;
	padding:0;
	font-family: verdana;
	font-size:11px;
	color: #070707;
	
}

img{ border: 0px;}
*{outline: none;}


body {
    background-color: #fff;
    background-image: url(img/background.jpg);
    background-position: top center;
    height: 700px;
    background-repeat: no-repeat;
}

html {
    background-color: #fff;
    background-image: url(img/background_bottom.jpg);
    background-position: center;
    background-repeat: repeat-y;
}
	
#frame {
	width:900px;
	min-height:410px;
	margin-top: 11px
    
}

.center {
	margin:0 auto;
	text-align:left;
}

/* ### Header ### */

#top_line {
    background-color: #fad402;
    width: 1100px;
    height: 17px;
}

#header {
    margin-top: 35px;
    width: 900px;
}

#header_l{
    float: left;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop  src='http://www.flobis.de/works/zmk-pforzheim/klittich/css/img/header_bg_left.png');
    background-position: top left;
    background-repeat: no-repeat;
    height: 292px;
    width: 10px;
}

#header_l[id]{
    background-image: url(img/header_bg_left.png);
}

#header_c{
    float: left;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale  src='http://www.flobis.de/works/zmk-pforzheim/klittich/css/img/header_bg_center.png');
    background-position: top;
    background-repeat: repeat-x;
    height: 292px;
    width: 865px;
    padding: 16px 6px 0px 6px;
}

#header_c[id]{
    background-image: url(img/header_bg_center.png);
}

#header_r{
    float: left;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop  src='http://www.flobis.de/works/zmk-pforzheim/klittich/css/img/header_bg_right.png');
    background-position: top right;
    background-repeat: no-repeat;
    height: 292px;
    width: 10px;
}

#header_r[id]{
    background-image: url(img/header_bg_right.png);
}

#header_c img {
    float:left;
    padding: 0px 2px 0px 2px;
}

#logo_text {
    float: right;
    
    background-position: top left;
    background-repeat: no-repeat;
    height: 180px;
    width: 222px;
    margin: -190px 30px 0 0;
}

#logo_text[id]{
    background-image: url(img/zahnarzt-dr-klittich.png);
}

.balken {
    float: left;
    background-color: #af3c33;
    height: 212px;
    width: 18px;
}

/* ### Navigation ### */

#nav_div {
    float:left;
    height: 40px;
    width: 863px;
    margin-top: 5px;
    background: #fff url(img/nav_bg.jpg);
    background-repeat: repeat-x;
    border: 1px solid #d4d3d3;
}

#nav_div  li {
    display: block;
    list-style-type: none;
    float: left;
	margin: 0 5px 0 5px;
	padding:0;
    text-align: center;
    width: 109px;
    font-size: 12px;
    /*border: 1px solid #000; */
}

#nav_div li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #9a3c50;
}

#nav_div li a:hover {
    text-decoration: none;
    color: #f9d302;
}

#sub_nav_div {
    float:left;
    min-height: 40px;
    height:auto !important;
    height:40px;
    width: 850px;
    border-bottom: 1px solid #d4d3d3;
	margin-bottom: 12px;
	margin-left:10px;
}

#sub_nav_div  li {
    display: block;
    list-style-type: none;
    float: left;
	margin: 0px 12px 3px 0px;
	padding:0px;
    text-align: left;
    font-size: 12px;
    /*border: 1px solid #000; */
}

#sub_nav_div li a {
    text-decoration: none;
    text-transform: none;
    color: gray;
    font-size:8pt;
}

#sub_nav_div li a:hover {
    text-decoration: none;
    color: #9a3c50;
}


/* ### content ### */

#content {
    float:left;
    margin-left: 5px;
    margin-top: -10px;
    width: 885px;
    min-height: 300px;
    background: #fff;
    border: 1px solid #d3d2d2;
}

#c_text {
    float: left;
    margin: 15px;
    width: 550px;
}

#c_text h1{
    font-size: 14px;
    color: #9a3c50;
}

#c_text h2{
    font-size: 14px;
    color: #9a3c50;
}

#sidebar {
    float: right;
    width: 300px;
}

/* ### Öffnungszeiten ### */

#open {
    float: right;
    padding: 10px 10px 0 0;
    height: 178px;
}

#open_l{
    float: left;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop  src='http://www.flobis.de/works/zmk-pforzheim/klittich/css/img/open_bg_left.png');
    background-position: top left;
    background-repeat: no-repeat;
    height: 178px;
    width: 7px;
}

#open_l[id]{
    background-image: url(img/open_bg_left.png);
}

#open_c{
    float: left;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale  src='http://www.flobis.de/works/zmk-pforzheim/klittich/css/img/open_bg_center.png');
    background-position: top;
    background-repeat: repeat-x;
    height: 178px;
    width: 232px;
    padding: 15px 6px 0px 6px;
}

#open_c[id]{
    background-image: url(img/open_bg_center.png);
}

#open_r{
    float: left;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop  src='http://www.flobis.de/works/zmk-pforzheim/klittich/css/img/open_bg_right.png');
    background-position: top right;
    background-repeat: no-repeat;
    height: 178px;
    width: 7px;
}

#open_r[id]{
    background-image: url(img/open_bg_right.png);
}

    
#datum {
    float: right;
    padding: 0px 5px 0px 0px;
    color: #868686;
    font-size: 9px;
}

#open_font {
    float:left;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop  src='http://www.flobis.de/works/zmk-pforzheim/klittich/css/img/oeffnungszeiten.png');
    background-position: top left;
    background-repeat: no-repeat;
    height: 17px;
    width: 93px;
    margin: 0px;
}

#open_font[id] {
    background-image: url(img/oeffnungszeiten.png);
}

/* ### Notdienst ### */

#notdienst {
    float: right;
    margin: 4px 9px 10px 0px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop  src='http://www.flobis.de/works/zmk-pforzheim/klittich/css/img/notdienst_bg.png');
    background-position: top right;
    background-repeat: no-repeat;
    height: 127px;
    width: 259px;
}
#notdienst[id] {
    background-image: url(img/notdienst_bg.png);
}

#notdienst_font {
    float:left;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop  src='http://www.flobis.de/works/zmk-pforzheim/klittich/css/img/notdienst.png');
    background-position: top left;
    background-repeat: no-repeat;
    height: 11px;
    width: 160px;
    margin: 15px;
}
#notdienst_font[id]{
    background-image: url(img/notdienst.png);
}

#notdienst_text {
    float: left;
    width: 135px;
    margin: -17px 0 0 15px;
}

#notdienst_link {
    float: right;
    margin: 63px 9px 0 0;
}

#notdienst_link a{
    color: #5d5d5d;
}

#notdienst_link a:hover{
    color: #9a3c50;
}

/* ### Impressionen ### */

#impressionen_font {
    float:left;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop  src='http://www.flobis.de/works/zmk-pforzheim/klittich/css/img/impressionen.png');
    background-position: top left;
    background-repeat: no-repeat;
    height: 11px;
    width: 160px;
    margin: 20px 0 0 10px;

}

#impressionen_font[id] {
    background-image: url(img/impressionen.png);
}

#impressionen {
    float:left;
    margin-top: 5px;
}

#impressionen_l{
    float: left;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop  src='http://www.flobis.de/works/zmk-pforzheim/klittich/css/img/impr_bg_left.png');
    background-position: top left;
    background-repeat: no-repeat;
    height: 175px;
    width: 9px;
}

#impressionen_l[id]{
    background-image: url(img/impr_bg_left.png);
}

#impressionen_c{
    float: left;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale  src='http://www.flobis.de/works/zmk-pforzheim/klittich/css/img/impr_bg_center.png');
    background-position: top;
    background-repeat: repeat-x;
    height: 175px;
    width: 868px;
    padding: 14px 0px 0px 12px;
}

#impressionen_c[id]{
    background-image: url(img/impr_bg_center.png);
}

#impressionen_r{
    float: left;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop  src='http://www.flobis.de/works/zmk-pforzheim/klittich/css/img/impr_bg_right.png');
    background-position: top right;
    background-repeat: no-repeat;
    height: 175px;
    width: 9px;
}

#impressionen_r[id]{
    background-image: url(img/impr_bg_right.png);
}

#impressionen_c img {
    margin-left: 3px;
}



table a, div a, p a, a {
	color: #9a3c50;
	text-decoration:none;
}