html {
	margin: 0px;
	padding: 0px;
}

body {
    margin: 0px;
	background: url(../images/mainback.png) repeat-x #f4f4f4;
    overflow-y: scroll;
    font-family: Verdana,Helvetica,Verdana,sans-serif;
    font-size: 12px;
    color: #333333;
}

table#wrapper {
    margin: 40px auto;
    width: 1010px;
    height: 765px;
    background: url(../images/content_bg.png) no-repeat;
    padding: 15px 15px 0px 15px;
}

/************************* ALLGEMEIN ******************/
p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

h1 {
    font-family: "Myriad Pro", Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: condensed;
    line-height: 24px;
    color: #1c98d2;
    margin: 0px 0px 20px 0px;
}

h2 {
    font-family: Verdana,Helvetica,Verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    margin: 0px 0px 3px 0px;
}

a {
    text-decoration: none;
    font-family: Verdana,Helvetica,Verdana,sans-serif;
    color: #000;
}

p a {
    text-decoration: underline;
    color: #333333;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

ul {
    padding: 0px 0px 0px 25px;
    margin-top: 0px;
    list-style-type: square;
}

.clear {
    clear: both;
    height: 15px;
    width: 100%;
    background: #ffffff;
}

a.contentlink {
    text-decoration: none;
    color: #333;
    font-style: italic;
}

table {
    border: 0;
    padding: 0;
    margin: 0;
}


/************************ LINKE SPALTE - Bilder **********************/
td#column-left {
    width: 400px;
    height: 740px;
    background: #ffffff;
    margin: 0px;
    padding: 0px;
}

#logo {
    width: 400px;
    height: 90px;
    background: url(../images/logo.png) no-repeat;
    position: absolute;
    margin-top: 352px;
    z-index: 1000;
}

#slideshow {
    width: 400px;
    height: 740px;
    top: 0;
}



/************************ Mittlere Spalte - Content **********************/
td#column-right {
    width: 580px;
    height: 740px;
    background: #ffffff;
    padding: 0px;
    margin: 0px;
}

.claim {
    width: 450px;
    height: 100px;
    background: url(../images/claim.png) no-repeat #ffffff;
}

.sidebar-top {
    width: 118px;
    height: 100px;
    background: #f6f6f6;
}


/* ------CONTENT------ */
#content-left {
    width: 414px;
    height: 565px;
    padding: 25px 30px 0px 19px;
    margin: 0px;
    clear: left;
}

/*Textbereich*/
.normal {
    font-size: 11px;
    font-family: Verdana, Helvetica, Verdana, sans-serif;
    line-height: 1.42em;
}

ul.home-list {
    padding: 0px 0px 0px 14px;
    margin: 0px 0px 5px 0px;
    list-style-type: square;
}

ul.vorteile {
    padding: 0px 0px 0px 25px;
    margin-top: 0px;
}

ul.vorteile li {
    margin-bottom: 8px;
}

/*Kontaktformular*/

table.kontakt .eingabe {
    width: 277px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    background: #fafafa;
    border: 1px solid #d0d0d0;
    padding: 2px;
}


input.button {
    margin-top: 2px;
}


/*********** News ***********/
#buchhalterseite_Lang b a {
    color: #000;
    margin-right: 10px;
    font-style: normal;
    text-align: left;
    background: transparent;
    padding: 0px;
    float: left;
    text-decoration: underline;
    width: 390px;
}

#buchhalterseite_Lang a {
    font-style: italic;
    margin: 0px;
    color: #4b4b4b;
    padding-left: 13px;
    background: url(../images/buchhalter-textlink.png) left center no-repeat;
}

#buchhalterseite_Lang a.contentlink {
    font-style: italic;
    margin: 0px;
    color: #4b4b4b;
    padding: 0px;
    background: transparent;
}


/*********** Rechte Spalte - Schmuckelemente ***********/
#sidebar-bottom {
    width: 118px;
    height: 574px;
    padding: 0px;
    margin: 0px;
    background: url(../images/schmuckelement.png) no-repeat bottom #f6f6f6;
}


/************************ FOOTER **********************/
td#footer {
    width: 980px;
    padding: 0px;
    margin: 0px;
    background: transparent;
}

.bottom_navi_box {
    margin: 10px 15px 0px 0px;
    background: transparent;
}

.bottom_navi_box a:link {
    color: #707070;
    font-size: 11px;
    text-decoration: underline;
}

.bottom_navi_box a:hover {
    color: #000000;
    font-size: 11px;
    text-decoration: underline;
}

.bottom_navi_box a:visited {
    color: #707070;
    font-size: 11px;
    text-decoration: underline;
}


/***********css hacks only for IE7***********/


html* table#wrapper {
    background: url(../images/content_bg_ie7.png) no-repeat;
    width: 1001px;
    padding: 0px 21px 0px 0px;
}

#content-left {
    height: 540px\9
}

table.kontakt tr td table tr td {
    padding: 0px\9
}

h1 {
    font-size /*\**/: 17px\9
}




/***********css hacks only for IE8***********
@media \0screen {
h2 { margin: 12px 0px 19px 0px;}
} */

/***********css hacks only for Safari***********
html:not([dummy]) h2 { margin: 10px 0px 15px 0px; }
*/

/* End */