@charset "utf-8";

/* CSS Document */

@import url('css/reset.css');
@import url('css/base.css');
@import url('css/typography.css');
@import url('css/form.css');
@import url('css/tables.css');

body {
    background: transparent url(images/bodybg.gif) repeat center top;
}

#container {
    margin: 40px auto;
    width: 960px;
    overflow: hidden;
}

.cnt-section {
    overflow: hidden;
    padding: 0 40px 18px;
}

.opn-cnt {
    width: 960px;
    height: 10px;
}

.cls-cnt {
    width: 880px;
    height: 50px;
    padding: 0 40px 0;
}

#top-cnt {
    background: transparent url(images/header.jpg) no-repeat left top;
    color: #555;
}

#opn-top-cnt {
    background: transparent url(images/opn-top-cnt-bg.gif) no-repeat center top;
}

#cls-top-cnt {
    background: transparent url(images/cls-top-cnt-bg.gif) no-repeat center top;
}



#mid-cnt {
    background: transparent url(images/mid-cnt-bg.gif) repeat-y center top;
    color: #bbb;
    padding-top: 30px;
}

#opn-mid-cnt {
    background: transparent url(images/opn-mid-cnt-bg.gif) no-repeat center top;
}

#cls-mid-cnt {
    background: transparent url(images/cls-mid-cnt-bg.gif) no-repeat center top;
}


#bottom-cnt {
    background: transparent url(images/bottom-cnt-bg.gif) repeat-y center top;
    color: #222;
    padding-top: 30px;
}

#opn-bottom-cnt {
    background: transparent url(images/opn-bottom-cnt-bg.gif) no-repeat center top;
}

#cls-bottom-cnt {
    background: transparent url(images/cls-bottom-cnt-bg.gif) no-repeat center top;
}


.footer {
    padding: 18px 40px 0;
    color: #000;
}

.footer a {
    text-decoration: underline;
    color: #000;
}

.footer a:hover {
    text-decoration: none;
}

h1#logotype {
    margin-bottom: 0;
}

h1#logotype a {
    width: 420px;
    height: 141px;
    display: block;
    text-indent: -9999px;
    border: none;
    background: transparent url(images/logotype.gif) no-repeat left top;
    float: left;
}

p#phone {
    text-indent: -9999px;
    width: 420px;
    height: 141px;
    display: block;
    margin-bottom: 0;
    background: transparent url(images/header-phone.gif) no-repeat left top;
    float: right;
}


#header {
    width: 880px;
    height: 332px;
}

#header-cnt {
    position: relative;
    top: 43px;
    left: 355px;
    color: #fff;
    width: 490px;
}

#top-cnt #header-cnt h2#header-h {
    color: #8DC63F;
    margin-bottom: 0.4em;
    font-size: 1.8em;
}

#header ul {
    font-size: 1.3em;
    color: #fff;
    list-style: none;
}

#top-cnt #header ul li {
    background: transparent url(images/top-list-bullet.gif) no-repeat left 7px;
    padding-left: 18px;
}

#top-cnt h2, #top-cnt h3, #top-cnt h4, #top-cnt h5, #top-cnt h6 {
    color: #0092b2;
}

#mid-cnt h2, #mid-cnt h3, #mid-cnt h4, #mid-cnt h5, #mid-cnt h6 {
    color: #86e10a;
}

.halfcol {
    width: 420px;
}

.halfcol ul {
    margin-top: -1.2em;
}

hr {
    margin-bottom: 1.5em;
}

#top-cnt ul {
    list-style: none;
    margin-left: 0;
}

#top-cnt ul ul {
    margin-left: 12px;
}

#top-cnt ul li {
    background: transparent url(images/top-cnt-list-bullet.gif) no-repeat left 6px;
    padding-left: 14px;
}

#certs {
    float: left;
}

#certs a img {
    width: 100px;
    height: 143px;
    border: #555 3px solid;
    margin: 5px 15px 0 0;
}

#certs a:hover img {
    border: #86e10a 3px solid;
}


h2#minilogo {
    width: 252px;
    height: 46px;
    text-indent: -9999px;
    background: transparent url(images/kontakt-minilogo.gif) no-repeat left top;
    margin-bottom: 30px;
}

.bigger {
    font-size: 140%;
}

p#tel-mail {
    width: 354px;
    height: 104px;
    text-indent: -9999px;
    background: transparent url(images/kontakt-tel-mail.gif) no-repeat left top;
}

#mid-cnt a {
    color: #fff;
    text-decoration: underline;
}

#mid-cnt a:hover {
    color: #fff;
    text-decoration: none;
}

.ddfmerrors {
	display: block;
	float: left;
	width: 27%;
	text-align: right;
	margin: 0 10px 0 0;
	padding-bottom: 15px;
}

.errorlist {
	float: left;
	display: block;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
	text-align: left;
}

.ddfmerrors {
	font-weight: bold;
    color: #ff0000;
}
