* {
    margin:0;
    padding:0;
}

/*html {
    overflow-x:expression(document.body.clientWidth <= 800 ? "auto" : "hidden");
}*/

body {
    background-color:black;
    font-family:Helvetica,Arial,Sans;
    font-size:10pt;
}

h2, h3 {
    font-size:13pt;
    font-weight:bold;
}

a {
    text-decoration:none;
    color:black;
}

.closer {
	visibility:hidden;
	width:0;
	height:0;
	clear:both;
}

img { border:0; }

#header {
    margin-top:50px;
    background:url(images/bg-stripe-top.gif);
    background-repeat:repeat-x;
    background-color:white;
    min-width:800px;
    width:expression(document.body.clientWidth <= 800 ? "800px" : "auto");
}

#singlemainheader {
    margin-top:50px;
    background:url(images/bg-stripe-top.gif);
    background-repeat:repeat-x;
    background-color:white;
    min-width:950px;
    width:expression(document.body.clientWidth <= 950 ? "950px" : "auto");
}

#header #edge, #singlemainheader #edge {
    background:url(images/ecke.gif);
    background-repeat:no-repeat;
    height:80px;
}

#header #toptext, #singlemainheader #toptext {
    padding:30px 0 0 200px;
    height:20px;
    margin-top:20px;
    float:left;
}

#header #toplogo, #singlemainheader #toplogo {
    float:right;
    margin-right:20px;
}

#mainbody {
    background:url(images/bg-stripe-left.gif);
    background-repeat:repeat-y;
    background-color:white;
    min-width:800px;
    width:expression(document.body.clientWidth <= 800 ? "800px" : "auto");
    overflow:hidden;
}

#singlemainbody {
    background:url(images/bg-stripe-left.gif);
    background-repeat:repeat-y;
    background-color:white;
    min-height:650px;
    *height:650px;
    padding-left:90px;
    min-width:860px;
    width:expression(document.body.clientWidth <= 950 ? "950px" : "auto");
    overflow:hidden;
}

body > #singlemainbody {
    min-height:650px;
    height:auto;
}

#menu {
    position:absolute;
    left:75px;
    /*top:150px;*/
    width:120px;
}

#content {
    padding:10px;
    margin-left:180px;
    min-height:650px;
    *height:650px;
}

#mainbody > #content {
    min-height:650px;
    height:auto;
}

#footer {
    padding:10px 0 5px 90px;
    text-align:center;
    color:black;
    background:url(images/bg-stripe-left.gif);
    background-repeat:repeat-y;
    background-color:white;
    font-size:8pt;
    min-width:710px;
    /*width:expression(document.body.clientWidth <= 800 ? "710px" : "auto");*/
    width:expression(document.body.clientWidth <= 800 ? "800px" : "auto");
}

#singlemainfooter {
    padding:10px 0 5px 90px;
    text-align:center;
    color:black;
    background:url(images/bg-stripe-left.gif);
    background-repeat:repeat-y;
    background-color:white;
    font-size:8pt;
    min-width:860px;
    /*width:expression(document.body.clientWidth <= 950 ? "860px" : "auto");*/
    width:expression(document.body.clientWidth <= 950 ? "950px" : "auto");
}

/****************** Neue Startseite ***********************/

#lbar {
    background-image:url(images/barbg.png);
    background-repeat:repeat-x;
    min-width:600px;
}

#lbar div {
    height:40px;
    background-image:url(images/shadow-right.png);
    background-repeat:repeat-y;
    background-position:right;
}

a.lselect {
    cursor:pointer;
    display:inline-block;
    width:145px;
    height:30px;
    padding-top:10px;
    background-image:url(images/lang.png);
    background-repeat:no-repeat;
    text-align:center;
}

a.lselect.active { background-image:url(images/lang-sel.png); }

a.lselect.first { background-image:url(images/lang-first.png); }
a.lselect.first.active { background-image:url(images/lang-first-sel.png); }

#content-start {
    display:block;
    min-width:600px;
}

#padder-start {
    padding:0 20px 20px 70px;
}

#content-start .language {
    background-color:#fef4b7;
    margin-bottom:30px;
    background-image:url(images/bg-start.png);
    background-repeat:repeat-x;
}

#content-start .language .l1 {
    background-image:url(images/shadow-bottom.png);
    background-repeat:repeat-x;
    background-position:bottom;
}

#content-start .language .l2 {
    background-image:url(images/shadow-right.png);
    background-repeat:repeat-y;
    background-position:right;
}

#content-start .language .l3 {
    padding:20px;
    background-image:url(images/shadow-corner.png);
    background-repeat:no-repeat;
    background-position:bottom right;
}

#content-start .language .l4 {
    background-image:url(images/graypixel.gif);
    background-repeat:repeat-y;
    background-position:right;
}

#content-start .language h1 {
    font-size:15pt;
    margin-bottom:10px;
}

#content-start .language h2, #content-start .language p {
    margin-bottom:10px;
}

#content-start .language .hp-image-container {
    width:220px;
    height:165px;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}

#content-start .language .hp-image {
    width:220px;
    height:165px;
}

#content-start .language .langcontent {
    padding-right:290px;
    background:none;
}

#content-start .language .offer {
    display:block;
    float:right;
    width:250px;
    padding:0 0 0 20px;
    margin-left:20px;
    background:none;
}

#content-start .language .offer h2 {
    margin-bottom:10px;
}

#content-start .language .offer img {
    border:1px solid black;
}

#content-start .language .offer table td {
    vertical-align:top;
}

#content-start .language .offer table td.label {
    padding-right:10px;
}

#content-start a { text-decoration:underline; }
#lbar a { text-decoration:none; }

.clearer {
    width:0 !important;
    height:0 !important;
    margin:0 !important;
    padding:0 !important;
    visibility:hidden !important;
    clear:both !important;
    background:none !important;
    background-color:transparent !important;
}

.startanimcontainer {
    width:301px;
    height:251px;
    float:right;
    margin-left:10px;
    margin-bottom:10px;
}

.startanim {
    width:300px;
    height:250px;
}

a.button {
    display:block;
    margin:0 20px;
    background-image:url(images/button.png);
    background-repeat:no-repeat;
    background-position:top right;
    padding-top:7px;
    width:105px;
    height:30px;
    color:yellow;
    text-align:center;
    text-decoration:none !important;
}

a.buttonde, a.buttonen, a.buttonit, a.buttonfr {
    display:block;
    margin:0 0px;
    background-image:url(images/button2.png);
    background-repeat:no-repeat;
    background-position:top right;
    padding-top:12px;
    padding-right:10px;
    width:140px;
    height:40px;
    color:yellow;
    text-align:right;
    text-decoration:none !important;
    float:right;
    font-size:14px;
}

a.buttonen {
	 padding-right:25px;
}

a.buttonit {
	 padding-right:50px;
}

a.buttonfr {
	 padding-right:55px;
}

.pcbutton {
    border:none;
    font-size:9pt;
    background-image:url(images/button.png);
    background-repeat:no-repeat;
    width:105px;
    height:30px;
    color:yellow;
    text-align:center;
    text-decoration:none !important;
    margin:20px 0;
    cursor:pointer;
}

