/* CSS Document */

/* Haupteinstelllungen */
html, body {
        margin: 0;
        padding: 0;
        width: 100%;
      }

body {
        text-align: center;
        background-color: #e1a6de;
        background-image: url(http://test.elanee.de/fileadmin/template/main/grafik/bg.jpg);
        background-repeat: repeat-x;
        background-attachment: fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em; /*11px;*/
	color: #000;
      }

body a {
	color:#b118aa;
	text-decoration: none;
       }
       
body a:hover {
	color:#b118aa;
	text-decoration: underline;
	  }

*{
	margin: 0px;
	padding:0px;
		}

/* Mainframe, Layout */

#header {
	position: relative;
        height: 132px;
	line-height: 0px;
      }
      
#headframe {
        background-color: #b117a9;
	text-align: center;
	padding-top: 40px;
      }

#header, #outer, #footer, #main-navi {
        margin: 0 auto;
        width: 900px;
        text-align: left;
      }
      

      
#main-navi {
      	height: 50px;
      	background-color: #FFF;
      }
      
#main-navi-buttons {
        padding-left: 200px;
        float: left;
      }
      
#langs {
      	margin-left: 810px;
      	padding-top: 10px;
      	
      }

.langbutton {
      	margin-left: 5px;
      }

#outer {
       	background-color: #FFF;
	min-height:350px;
	height:auto !important;  /* für moderne Browser */
	height:350px;  /*für den IE */
	border-bottom: 1px solid #b118aa;
	padding-bottom: 20px;
      }

#submenue {
  	margin: 0;
	float: left;
	width: 200px;
	min-height:450px;
	height:auto !important;  /* für moderne Browser */
	height:450px;  /*für den IE */
	  }

#content {
  	float: left;
	width: 390px;
      }

/** html #content { /*star hack voor IE */
	/*height : 1%;
	  }*/
	  
#rightcontent {
	float: right; 
	width: 235px;
        padding-right: 15px;
        padding-left: 30px;
        border-left: 1px dotted #b118aa;
	}
	
/* Darstellung von Inhalten */
	
#content p {
	margin: 10px 0px 10px 0px;
	text-align: justify;
	}

ul {
	list-style-position: outside;
	margin: 10px 0px 10px 20px;
	}


#rightcontent p {
	margin: 10px 0px 10px 0px;
	text-align: justify;
	font-size: 0.73em;
	}

h1 {
	font-size: 15px;
	font-weight:bold;
	padding-bottom: 5px;
	}

h2 {
	font-size: 12px;
	font-weight:bold;
	padding: 20px 0px 0px 0px;
	}
	
#footer {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: right;
	color: #b118aa;
	font-size: smaller;
	}

#footer a {
	color:#b118aa;
	text-decoration: none;
       }
       
#footer a:hover {
	color:#b118aa;
	text-decoration: underline;
	  }
	  
.csc-textpic-caption {
	font-size: 0.73em;
	padding-bottom: 15px;
	}
