/* CSS-Reset */
html,body{height:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,em,strong,pre,code,form,fieldset,input,textarea,p,blockquote{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,ul,li,em,strong,address,caption,cite,pre,code,dfn,th,var{line-height:1;font-size:100%;font-weight:normal;font-style:normal;}
fieldset,img{border:0;}
caption,th{text-align:left;}
td{vertical-align:top;}
table{font-size:inherit;table-layout:fixed;}
ol,ul{list-style:none;}
ul,ol,dl{position:relative;}
hr{clear:both;}
strong{font-weight:bold;}
sup{font-size:80%;vertical-align:top;}
/* Rahmen bei Inputfeldern entfernen IE <= 6 */
* html input{margin:-1px 0;}
/* Rahmen bei Inputfeldern entfernen IE > 6 */
*:first-child+html input{margin:-1px 0;}
/* CSS-Reset */

html, body, table, textarea, input {
  line-height: 1.3;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif; 
  color: #000;
}
body {  
  /*overflow: -moz-scrollbars-vertical;*/
}
li {
  padding: 5px 0 5px 20px;
  background: url(../images/list.gif) no-repeat 8px 1px;
  line-height: 1;
}
a{
  text-decoration: none;
}

#page{
  position: relative;
  width: 100%;
  height: 100%;
}

#background{  
  background: url(../images/layout/bg.jpg) no-repeat;
  position: absolute;  
  top:50%;
  left:50%;
  width: 864px;
  height: 398px;
  margin-top: -199px;
  margin-left: -432px;   
}

