* {
vertical-align: baseline;
font-family: inherit;
font-style: inherit;
font-size: 100%;
border: none;
padding: 0;
margin: 0;
}
body {
padding: 5px;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl {
margin: 20px 0;
}
li, dd, blockquote {
margin-left: 40px;
}
dt {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
border:2px solid #ccc
}
table td {border:1px solid #ccc;padding:2px;font-sie}

/* reset end */


body {
  font-family: verdana,arial;
  background: #555 url('/Mwerkzeug/images/linen_bg.png');
  font-size:13px;
}

body.basic {
  background: #fff;
  background-image: none;
}

div.info,
div.wide {
  background: rgb(250,250,250); 
  background:rgba(250,250,250,0.8);
  margin:150px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.5);
  border:3px solid #777;
  padding:20px;
}

div.info {
  width:400px;  
}

div.wide {
  margin:20px;
}

div.wide li {
  border: 1px solid #ccc;
  margin:5px auto 5px 0px;
  display:block;
  width:auto;
  padding:4px;
  background:rgba(255,255,255,0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
}

li {list-style:square}

div.info h1 {
  font-size:30px;
  font-family:'PT Sans';
  text-shadow: 1px 1px 2px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}


div.info.error h1 {font-family:verdana;font-size:12px;letter-spacing: normal;}
div.xdebug-error {font-size:11px}

.error {color:#900}

.space {
    padding: 10px 0px;
}

.relative {position:relative}



