@import "header.css";
@import "content.css";
@import "footer.css";

* {
margin:0;
padding:0;
}

.clear {
clear: both;
line-height: 1px;
height:0px;
}

body{
font-family: Trebuchet MS, Arial;
margin: center;
background-color: #FFF2D0;
background-image: url(../_gfx/bg_linie.gif);
background-repeat: repeat-x;
text-align: center;
}
hebelschule {
font-size: 12px;
}
#bottom {
background-color:#fff;
background-image: url(../_gfx/footer.gif);
background-repeat: no-repeat;
background-color: #FFF2D0;
background-position: center top;
height: 70px;
}
div.page {
margin: auto;
width: 950px;
}



a{
text-decoration: none;
color: #E1AA1A;
}
a:hover{
text-decoration: none;
color: #BB8D16;
}



img.artikel{
float: left;
width: 100px;
margin: 0 10px 0 0;
border: 0 none;
}
table {
border-spacing: 0px;
border-collapse: collapse;
}
table tr td{
color: #444;
}
table tr td input{
border: 1px solid #E1AA1A;
width: 310px;
}
table tr td input:hover{
border: 1px solid #B5870E;
}
table tr td textarea{
border: 1px solid #E1AA1A;
width: 310px;
height: 100px;
}
table tr td textarea:hover{
border: 1px solid #B5870E;
}
table tr td input.button{
color: #444;
margin: 0px 0px 20px 0;
background-color: #F2E2B9;
}

img.pic_left{
float: left;
width: 140px;
height: 90px;
margin: 0 10px 0 0;
border: 0 none;
width: 200px;
}
img.pic_right{
float: right top;
width: 140px;
height: 90px;
margin: 0 0 0 10px;
border: 0 none;
}

#togglediv {
background: #F9EE98;
border: 1px solid #D9C589;
display: none;
padding: 0.5em 1em;
}

.checkbox {
border: none;
margin-right: 5px;
}