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


/* CSS MAIN */

html{
margin: 0;
padding: 0;
}

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

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

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

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

#page{
text-align: left;
vertical-align: middle;
margin: 0px auto;
padding: 0;
width: 960px;
border: 0px;
position: relative;
background: #fff;
}

#top {
position: relative;
height: 250px;
background: #ccc;
}

#main-left{
float: left;
width: 190px;
margin: 0;
padding: 0;
}

#main-top{
float: right;
width: 770px;
margin: 0;
padding: 0;
background: #99b4de;
}

#main{
float: right;
width: 770px;
margin: 0;
padding: 0;
}

#left{
clear: both;
width: 770px;
margin: 0;
padding: 0;
}

#right{
width: 770px;
margin: 0;
padding: 0;
}

#bottom{
clear: both;
background: url(../../img/bottom-bg.jpg) no-repeat;
height: 250px;
}

.flags {
position:absolute;
margin-top:15px;
right:0;
top:0;
}

.flags a{
margin-right: 10px;
}


