/*-----------------------------------------------------------------------------------------*/
/* HTML Elemente
*/

/*
 Setzt die AussenabstŠnde und alle InnenabstŠnde auf 0
*/
*{
    margin:0;
    padding:0;
}
body{
    background-image:url( ../bilder/pattern8-pattern-20d-dunkellila.png);
    font-family: Verdana, sans-serif;
    font-size: 62.5%;
    color: #333333;
    line-height: 1.4;
}

p{
	margin-bottom:1em;
	font-size:1.3em;
	color: #2b4d59;
	
}

/* Navigationszustände für allgemeine links: ein nicht besuchter link */
a:link{color: #2b4d59;
    
}
/* ein besuchter link */
a:visited{color: #2b4d59;
}

/* wenn man mit der Maus Ÿber den link geht*/
a:hover{color: #ffffff;
    
}

/* wie hover, wenn man mit der tastatur navigiert wird */
a:focus{
    
}
/* zustand beim klick auf den link*/
a:active{
    
}

/*-----------------------------------------------------------------------------------------*/
/* Seitenstruktur
  Beispiel:borderrahmen abgerundet sowie shadow:
  setze runde rahmen/css3,moz,safari
      border:1px solid #000000;

    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:5px 5px 5px #959595;
    -moz-box-shadow:5px 5px 5px #959595;
    -webkit-box-shadow:5px 5px 5px #959595;
*/
div#wrapper{
    width:960px;
    margin-left:auto;
    margin-right:auto;
    padding-top:90px;
    position:relative;

    
}



div#contentleft{
   float:left;
   width:490px;
   border:1px solid #4E2B59;
   min-height:340px;
   background-color:#ffffff;
   border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-image:url( ../bilder/pattern8-pattern-20d-hell-lila.gif);
    color:#2b4d59;
    padding:80px;
    
    
   
}

div#contentright{
    float:right;
    width:200px;
    color:#2b4d59;
    padding:10px;
	text-align:right;
    

}
div#footer{
	/* hier kann ich eventuell ein Bild/Text einfügen*/
	



}



/*-----------------------------------------------------------------------------------------*/
/* Navigation
*/

div#header a{
    
}
div#header a:link{
    
}
div#header a:visited{
    
}
div#header a:hover{
    
}
div#header a:active{

    
}
div#header a:focus{
    
}
div#contentright ul{
    list-style:none;
	margin-top:40px;
	position: absolute;
	top: 296px;
	


	
}
div#contentright ul li a {
	font-size: 1.4em;
    background-color: #f60e68;
	background-color: rgba(255,0,102,0.4); 
	color:#ffffff;
    display:inline-block;
    padding: 8px 15px 8px 15px;
    text-decoration:none;
    margin-top:15px;
	-moz-box-shadow: 1px 1px 1px #492e55;
-webkit-box-shadow: 1px 1px 1px #492e55;
box-shadow: 1px 1px 1px #492e55;
} 
    
	

div#contentright ul li a:visited{
	
}
div#contentright ul li a:hover{
	background-color:#f69c0e;
	background-color: rgba(255,153,0,0.7);
}
div#contentright ul li a:focus{
	background-color:#f69c0e;
	background-color: rgba(255,153,0,0.7);
}
a.aktiv{
	background-color:#f69c0e !important;
	background-color: rgba(255,153,0,0.7) !important;
}

/*-----------------------------------------------------------------------------------------*/
/* linke Inhaltsbox
*/
h2{
	font-size: 4em;
	font-family: 'Abel', sans-serif;
	line-height:1.1;/*zeilenhöhe*/
	color:#fff;
	margin-bottom:1.5em;
}
h3{
    margin-bottom: 15px;
    font-size: 2em;
    font-weight: lighter;
}






/*-----------------------------------------------------------------------------------------*/
/* rechte Inhaltsbox
*/
h1#ueberschrift{
  /* font-size:1.5em;
   color:#2b4d5;
   background-color:#f69c0e;
   display:inline;
   -moz-box-shadow: 1px 1px 1px #492e55;
-webkit-box-shadow: 1px 1px 1px #492e55;
box-shadow: 1px 1px 1px #492e55;
   */
   background-image:url(../bilder/anja-wohlgemuth.png);
   width:284px;
   height:341px;
   background-repeat:no-repeat;
   position:absolute;
   right:-46px;
   top:-180px;
   text-indent:-99999px;
   
}
/*-----------------------------------------------------------------------------------------*/
/* Allgemeines
*/
.clearall{
    
    clear:both;
}
.profil{float: left;
padding-right: 25px;
padding-bottom: 7px;}
