/* CSS for larossa.de made by Sissi */

* {
  padding:0;
  margin:0;
  }
  
body {
  background-image: url(background_body.jpg);
  background-repeat: repeat-x;
  background-color: #CDD2D9;
  height:100%;
  } 
  
html {
  height:100%;
  }  
  
/*clearfix*/

.clearfix:after {
clear:both;
content:".";
display:block;
height:0pt;
visibility:hidden;
}
.clearfix {
}
.clearfix {
display:block;
}
* html .clearfix {
height:1px;
}  

/* Main div's */

#pagetitle {
  margin-bottom: 20px;
  }

#mainmenu {
  padding-top: 105px;
  }

#content_rechts {
  width:60%;
  float:right;
}

#content {
  width:754px;
  }
  
div.contentelement {
  margin-bottom:20px;
  }

#page_background {
  background-image: url(background_small.jpg);
  background-repeat: repeat-y;
  width:827px;
  height:100%;
  margin:0px auto;
  }

#page {
  background-image: url(background_small.jpg);
  background-repeat: repeat-y;
  padding: 1px 0 2em 24px;
  width:100%;
  }

#header {
  background-image: url(headerpic.jpg);
  background-repeat: no-repeat;
  height: 300px;
  padding: 4px 0 0 0;
}

#content {
  padding: 12px;
}

  
div.tx-newloginbox-pi1 {
  background-color: #96B5D2;
  padding:2px;
  margin-bottom: 10px;
}
  

/* Main Styles */

p, dd.csc-textpic-caption {
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  line-height: 150%;
  color: #3F4854;
}

a {
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  color: #841E00;
  line-height: 100%;
}

div.csc-textpic-text {
  margin-right: 20px;
  }



h1 {
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 150%;
  color: #841E00;
  font-weight:bold;
  margin-bottom:1em;
}

h2,h3 {
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  line-height: 150%;
  color: #841E00;
  font-weight: bold;
}

h2 {margin-top:1em;}

table.imgtext-table img {
  border: 1px solid #ededed;
}

ul {
 margin-left: 14px;
 }

ul li { 
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  line-height: 150%;
  color: #3F4854;
  list-style-stype: circle;
}

img.rahmen {
  border:1px solid #EFF0F0;
  }

/*News*/

.news-archive-item {
margin-bottom:10px;
}

p.news-catmenu-header {
margin-bottom:10px;
}

/*RTE Styles*/
.htmlarea-content-body {
  background: url(background_small.jpg) repeat-y -30px 0;
      }


