@charset "UTF-8";
@import url("menu.css");
@import url("artikel.css");

@import url("tabelle.css");
@import url("module.css");
@import url("toolbar.css");
@import url("mailform.css");
@import url("arrangements.css");

html{
margin: 0;
padding: 0;
}

body{
margin: 0;
padding: 0;
border: 0;
text-align: center;
font-family: "Trebuchet MS";
font-size: 16px;
background: #c9e6f8 url(../../img/body-bg.jpg) repeat-x;
}

img{
border: 0;
}

.hidden{
visibility: hidden;
height: 0;
width: 0;
overflow: hidden;
}

.killfloat{
clear: both;
height: 0;
width: 0;
overflow: hidden;
}

#page{
width: 930px;
margin: 0 auto;
padding: 0;
text-align: left;
position: relative;
}

#headimage{
margin-bottom: 30px;
position: relative;
}

#left{
float: left;
width: 215px;
}

#main{
float: left;
width: 715px;
overflow: hidden;
padding: 90px 0 0 0;
}

#path {
position: absolute;
left: 20px;
height: 20px;
bottom: -25px;
font-size: 0.8125em;
}

#right{
float: left;
clear: both;
}

#flashhead{
position: absolute;
left: 215px;
top: 90px;
}