/*=====================================================
  Inhaltsverzeichnis
======================================================*/
/*
1. Algemeine Definitionen
2.Seiten Container
3.Kopf-Container
4.Wrapper-Continer 
4.Linke-Seite
5.Inhalts-Container
6.Rechte-Seite
7.Footer-Continer
*/

/* ======= Algemeine Definitionen ===================*/
* {
     margin:0;
     padding:0;
     border:0
}

body{
     background-color:#ffceff;
	 font:.8em/1.2em  Verdana, Arial, Helvetica, sans-serif;
	 color:#ffceff;
	 text-align:center;
	 }
/* ======== Seiten-Continer ========================*/
#container{
     width:800px;
	 /*height:250px;*/
	 background-color:#FFFFFF;
	 margin:0px auto;
	 padding:0px;
	 border:1px solid #ffceff;
	 align:center;
	 }


/* ======= Kopf Container =========================*/
#header{
    width:800px;
	height:220px;
	background-color:#ffceff;
	vertical-align:bottom;
	background-image:url(partnerlinx.jpg);
	background-repeat:no-repeat;
	}
	}
	

/* ====== Wrapper-Continer =========================*/

#wrapper{
    width:798px;
	overflow:auto;
    background-color:#FFFFFF;
	background-image:url(siteimage/contentbackground.jpg);
	background-repeat:repeat-x;
	border: 1px;
	border-style: dotted;
	border-color: #810000;
	}

/* ====== Linke-Seite ============================*/
#leftside{
    float:left;
	width:145px;
	border: 1px;
	border-style: dotted;
	border-color: #FFFFFF;
	}

#leftside ul li {
    margin:10px 10px 0;
    line-height:22px;
    list-style:none;
    margin-bottom:2px;
	text-align:center;
}

#leftside ul li a {
    display:block;
    width:100%;
    color:#FFFFFF;
    text-decoration:none;
}

#leftside ul li a:hover {
    color:#8f0000;

}

#bannerleftside{
   margin:10px 20px 0px 5px;
   padding:0px;
   
   }
/* ====== Inhalts-Container =====================*/

#content{
    float:left;
	width:470px;
	margin:10px 0px 0px 0px;
	padding:0px;
	}
#content h1 {
   font-size: 1.0em;
   color:#000;
   margin-bottom:20px;
  }

#content h2 {
   font-size: 1.1em;
   margin:15px 0;
}
#bild{
    float: left;
   /*margin-left:1em;*/
   margin-right:1em;
  padding-top: 4px;
  }
/* ====== Rechte Seite =========================*/
#rightside{
    float:left;
	width:145px;
	
	}
	
#rightside ul li {
    margin:10px 10px 0;
    line-height:22px;
    list-style:none;
    margin-bottom:2px;
    text-align:center;
}

#rightside ul li a {
    display:block;
    width:100%;
    color:#8f0000;
    text-decoration:none
}

#rightside ul li a:hover {
   color:#8f0000;
   
}
#bannerrightside{
   margin:10px 0px 0px 20px;
   padding:0px;
   
   }
/* ====== Footer-Continer ====================*/

#footer{
    clear:left;
    background-color:#810000;
	height:20px;
	width:800px;
	text-align:center;
	color:#ffceff;
	
	}
#footer a{
    color:#FFFFFF;
	text-decoration:none;
	}
#footer a:hover{
    color:#CCCCCC;
	text-decoration:none;
	}
/* ======== END ============================*/