/** RESET **/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/** STYLE **/
@font-face {  
  font-family: "VeraMono" ;  
  src: url("/styles/bitstream_vera_mono/VeraMono.ttf" ) format("truetype");  
} 

body{
  font-family:Arial;
  font-size:14px;
}

h1,h2,h3,h4,h5,h6{
  font-family:VeraMono;
  font-weight:normal;
}

#wrapper{
  width:960px;
  margin:auto;
}

#header{
  width:100%;
  height:120px;
  border-bottom:4px solid #000;
  margin-bottom:10px;
}

#logo{
  font-size:48px;
  line-height:48px;
  position:relative;
  top:72px;
  width:500px;
  height:48px;
}

#menu{
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
  position:relative;
  top:56px;
}

#menu li{
  float: left;
  margin: 0;
  padding: 0;
  height:16px;
  line-height:16px;
  margin-left:6px;
}

#menu li a{
  color:#fff;
  background-color:#000;
  padding:4px;
  text-decoration:none;
}

#menu li a:hover,
#menu li a.active{
  color:#000;
  background-color:#fff;
  padding:4px;
  padding-bottom:0;
  text-decoration:none;
}

#image{
  width:100%;
  height:200px;
  position:relative;
  margin-bottom:10px;
}

#image img{
  position:absolute;
}

#image div{
  position:absolute;
  top:55px;
  padding:4px;
  background-color:#fff;
}

#content{
  width:100%;
}

#boxheader{
  width:100%;
  border-bottom:2px solid #000;
  margin-bottom:10px;
}

#boxheader h2{
  font-size:26px;
}

#boxcontent{
  width:100%;
  margin-bottom:10px;
}

#boxcontent div img{
  margin-bottom:10px;
}

.box-300{
  width:300px;
  float:left;
}

.box-465{
  width:465px;
  float:left;
}

.box-630{
  width:630px;
  float:left;
}

.box-960{
  width:960px;
  float:left;
}

#footer{
  width:100%;
  height:60px;
  font-size:12px;
  text-align:right;
  padding-top:4px;
  border-top:2px solid #000;
  margin-top:10px;
}

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

.rechts{
  text-align:right;
}

p{
  margin-bottom:10px;
  line-height:24px;
}

a{
  color:#078190;
}

h6{
  font-size:36px;
}

ol, ul{
  margin-left:20px;	
	list-style: square; 
}

ol li,
ul li{
  margin-bottom:10px;
  line-height:24px;
}

#footer a{
  color:#000;
  text-decoration:none;
}