@charset "UTF-8";
/* CSS Document */

body, html {
     
	 margin:0%;
     padding:0%;
     height:101%;
	 background-color:#4e344c;
	 font-family: Arial, Helvetica, sans-serif;
	 color: #401646;
}

h2 {
  font-size:20px;
  line-height:30px;  
}

abbr, acronym {
  border-bottom:dotted thin;
}

p {
	line-height:20px;  
	font-size: 16px;
}

a:link {
	color:#000066;	
}


/*a:hover {
	color:#F11D0D;
}*/

img {
	font-size:11px; /* this is for the alt ! */
}

hr {
	width:95%;
	height:1px;
	border:dotted #CC0066 1px;  	
    }
	
/* id formate */

#container { 
	background-image: url(systemisches/vers-hg.gif);	
	background-repeat:repeat-y;
    width: 1030px;
    }
	
#spiralen {
    	float: left; 
    	background: #EBEBEB; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
    	width:228px;
   		height: 100%;
		background-image:url(systemisches/spiralen2.jpg);
    	background-repeat:repeat-y;
    }
#content {	
    	margin: 0px 0px 0 240px; 
    	padding: 30px 20px 0px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    } 
#titel {		
	background-color:#4e344c;
	height: 80px;
	color:#FDD0F1;
	/*font-weight: bold;*/
	font-size: 17px;		
}
#logo {
	position:absolute;
	width:764px;
	top:110px;
	left:235px;
	z-index:1;
}

#text {
	padding:30px 30px 10px 150px;	
}

#foto {
	color:#333333;
	position:absolute;
	top:395px;
	left:155px;
	height: 240px;
	width: 227px;
	z-index:2;
}

#foto2 {
	color:#333333;
	position:absolute;
	top:400px;
	left:155px;
	height: 227px;
	width: 213px;
	z-index:2;
}	  


/* klassen formate */

.big {
	font-size: 20px;
	line-height:28px; 
}
.bigger {
	font-size: 26px;
	line-height:5px; 
}
.bigger2 {
	font-size: 20px;
	line-height:5px; 
}
.b3 {
	font-size: 20px;
	line-height:0px; 
}



.small {
	font-size: 13px;
}

.fltre { /*  ein Element nach rechts fließen lassen. */
	float: right;
	margin-left: 8px;
}

.fltli { /*ein Element nach links fließen lassen. */
    float: left;
    margin-right: 8px;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

 .kursiv {
	font-style:italic;
	margin-top:5px;
	margin-bottom:5px;
}



/* footer formate */


#footer p,
#footer a {
	margin-top:60px;
	font-size:12px;
	text-align:right;
	color:#401646;
}


/* navigation formate */

#menue {
	position:absolute;
	width:535px;
	top:57px;
	left:460px;
	padding-left: 0px;
	z-index:0;
}

#menue ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menue li {
	display:inline;
	margin:0 2px 0 0;
	padding:0;
}

#menue a {
	float:left;
	color:#311136;
	background: #E9581C url(systemisches/color_tabs_left2.gif) no-repeat left top;
	margin:0 3px 0 0;
	padding:0 0 0px 2px;
	padding-top:0px;
	font-size:16px; 
	font-weight:bold; 
	text-align:center;
	text-decoration: none;
}

#menue a span {
	float:left;
	display:block;
	background: transparent url(systemisches/color_tabs_right2.gif) no-repeat right top;
	padding:4px 9px 0px 6px;
}

#menue a span {
	float:none;
}

#menue a:hover {
	background-color: #f76e3f;
}

#menue a:hover span {
	background-color: #f76e3f;
}

#menue #current a, 
#menue #current span { /*currently selected tab*/
	background-color:#f76e3f;
}

