@import url('reset.css');
@import url('header.css');
@import url('content.css');
@import url('shopNavi.css');
@import url('produktBeschreibung.css');
@import url('tinymce.css');

body {
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
}

#webseite  {
   width: 1000px;
   _height: 500px;
   min-height:  500px;
   margin: auto;
}

#logo   {
   float: left;
   width:320px;
   height: 169px;
   background-image:url('../_img/logo.png');
}


#clear  {
   clear: both;
}

#content  {
   width: 970px;
   background-image:url('../_img/content.png');
   background-repeat:repeat-y;
   _min-height: 300px;
   min-height: 300px;
   padding-left: 30px;
   margin-bottom:20px;
}

#content-left  {
   float: left;
   width: 580px;
   background-image:url('../_img/contentleft.png');
   background-repeat:repeat-y;
   _min-height: 300px;
   min-height: 300px;
   padding-left: 30px;
}


#content-right  {
   float: right;
   width: 390px;
   background-image:url('../_img/contentright.png');
   background-repeat:repeat-y;
   _min-height: 300px;
   min-height: 300px;
}


#footer   {
   float: right;
   width:100%;
   background-color:white;
   text-align:right;
   border-top:1px solid black;
   font-size:12px;
   padding-top:5px;
}

#footer a {
   color:black;
}


