* {  
	margin:0;
	padding:0;
}
#wrapper {
  position: absolute;
  left: 50%;
  width: 950px;
  margin-left: -475px;
}
#head {
  margin: 10px 0 10px auto;
  background: url(/fileadmin/online-bob.com/images/header.jpg) no-repeat 0 0;
  width: 950px;
  height: 115px;
  text-align: right;
}
#head #searchbox {
  padding-top: 40px;
}
#content {
  position: relative;
  width: 100%;
  min-height: 700px;
}
#content_main {
  margin: 0px 240px;
}
#content_left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  min-height: 600px;
}
#content_right {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 200px;
  min-height: 600px;
}
#footer {
  width: 1000px;
  font-size:90%;
  height:40px;
}

* { 
  font-family: Verdana,Arial,Helvetica,sans-serif;
  background-color: transparent;
  font-size: 1em;
}

html {
  font-size: 100.01%;
}
body { 
  color: #000;
  font-size: 70%;
} 

p {
  line-height: 130%;
  margin: 0 0 1em 0px; 
}
a { 
  color: #387DB4; 
  text-decoration: underline; 
}
a:hover { 
  color: #009; 
}
h1 { 
  font-size: 130%;
}
h2 { 
  font-size: 120%;  
}
h3 { 
  font-size: 115%;  
}
h1, h2, h3 { 
  margin: 1em 0px; 
  color:#387DB4;
}
h1.csc-firstHeader, h2.csc-firstHeader, 
h3.csc-firstHeader {
  margin-top: 0px; 
}

/* Headers, with link */
h1 a, h2 a, h3 a, h4 a, h5 a {  
  text-decoration: none; 
}

h1 a:hover, h2 a:hover, 
h3 a:hover, h4 a:hover, 
h5 a:hover { 
  text-decoration: underline; 
}

#rootline {
  font-size:90%;
  margin-bottom: 10px;
}
.csc-menu {
  margin-top: 15px;
  list-style-type: none;
}
