img {
    border: none
}
body {
     background: url(../pics/bg.gif);
     margin-top: 30px;
     font-family: arial, sans-serif;
     font-size: 72%;
     color: #999;
}
/*IE 6*/
* html body {
  background-color: #333;
}
/*IE 7*/
*:first-child+html body {
  background-color: #333;
}
h1 {
     font-size: 140%;
}
h2 {
     font-size: 140%;
}
a, a:visited {
     text-decoration: none;
     color: #999;
     font-weight: bold
}
a:hover {
     color: #fff
}
#wrap {
      background-image: url(../pics/schere.png);
      background-position: bottom right;
      background-repeat: no-repeat;
      width: 1000px;
      height: 830px;
      margin: auto;
}
#header {
       width: 850px;
       clear: both;
       /*background: url(../pics/start.png);  */
       background: url(../pics/bg.gif);
       height: 111px;
       position:relative;
       left: 100px;
       
}
/*IE 6*/
* html #header {
  background-color: #333;
}
/*IE 7*/
*:first-child+html #header {
  background-color: #333;
}
#main-content {
     width: 800px;
     margin: auto;
     margin-top: 10px;
}

/*JQUERY - Cycle*/
#s6 {
      width: 482px;
      height: 472px;
      border: none;
      background-color: #fff;
      float: left;
      margin-top: 5px
}
.ro {
	background:url(../pics/roundedbox_ro.png) top right no-repeat;
	margin:0;
	padding:0;
	background-color: transparent
}
.lo {
	background:url(../pics/roundedbox_lo.png) top left no-repeat;
	margin:0;
	padding:0;
	background-color: transparent
}
.ru {
	background:url(../pics/roundedbox_ru.png) bottom right no-repeat;
	margin:0;
	padding:0;
	background-color: transparent
}
.lu {
	background:url(../pics/roundedbox_lu.png) bottom left no-repeat;
	margin:0;
	padding:0;
	background-color: transparent
}
.inhalt {
	margin:0;
	padding:2.5em 2.5em 3.5em 2em;
	background-color: transparent;
        height: 500px
}
/*IE 7*/
*:first-child+html #nav {
   margin-top: 6px
}
#right  {
        float:right; width: 60%
}
.mini_pic.left {
          width: 200px;
          text-align: left;
          float: left;
          margin-left: 0;
}
.mini_pic.right {
          width: 200px;
          text-align: left;
          float: right;
          margin-right: 0;
}
#inner {
       margin: auto;
       width: 700px
}
.mini_pic{
          width: 200px;
          margin: 5px 25px 5px 25px;
          text-align: left;
          float: left;
}
.mini_pic img{
          width: 200px;
}
/*Menu
----------------------------------------------------------------------------*/
#menu {
    width: 535px;
    float:left;
    position:relative;
    top: +70px;
    left: +98px;
}
#nav {
    width: 450px;
    float:right;
}
#nav ul {
    list-style:none;
    display:inline;
    width: 400px;
}
#nav ul li {
    float:left;
    padding-right: 10px;
}
#current a {
    color: white;
}
/*Footer
----------------------------------------------------------------------------*/
.footer {
     clear: both;
     width: 820px;
     height: 55px;
     margin:auto;
     font-weight: normal;
     background: url(../pics/start.png);
     margin-top: 8px;
     padding-top: 5px
}
.footer_column {
    float: left;
    text-align: left;    	
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #999;
}

.footer_column_right {
    float: right;
    text-align: left;    	
    margin-left: 10px;
    padding-left: 10px;
    width: 110px;
}
