/**********************************************************/
/* CSS (Cascading Stylesheets mit der Sie HTML-Elemente   */
/* exakt formatieren und positionieren können.            */
/* Weitere Infos unter: www.selfhtml.org                  */
/**********************************************************/
body {
	background-color:		#C0C0FF;
    font-family:			verdana;
    font-size:				10pt;
	border: 				0px;
	margin: 				0px;
}
/**********************************************************/
#mybody{
    background-image:		url('images/weispx.gif');
	height: 				800px; 
	width: 					500px;
}
/**********************************************************/
#inhalt {
    width:					1000px;
    margin:       			0px;
	
}
/**********************************************************/
#menueoben {
	background-image: 	  url('images/oben.jpg');
	background-repeat:    no-repeat;
    height:       		  100px;         /* Höhe der Hintergrundgrafik beachten */
    width:        		  1000px;
}
/**********************************************************/
#menueobentext {
    height:         100px;
    width:          1000px;
    padding-top:    78px;
    text-align:     right;
}
/**********************************************************/
#inhaltmitte {
    margin:           		0px;
    width:          		1000px;
	background-color: 		white;
    padding-top:			7px;
    padding-bottom:			7px;
	float:			 		left;   /**** ?????????      **/

}
/**********************************************************/
#inhaltlinks {

    float:        		left;
    width:        		224px;     /*** max-... --> damit Netscape Breite richtig interpretiert */
	
	min-height: 		460px;
	border:         	1px solid #C0C0FF;
	padding:			4px;
}
/**********************************************************/
#rahmenlinks {
    float: 				center;
	border: 			1px solid #C0C0FF; 
	width:         		216px;
	padding: 			2px;
	text-align: 		center;
	
}
/**********************************************************/
#menuelinks {
    	padding-bottom:   	5px;
		padding-top:      	5px;
		font-size:    		11px;
		color:      	  #2E3E6C;
		line-height:  		27px;
		letter-spacing:		1px;
   		text-align:			left;
		background-color:	#FFFFFF;
		
		
}
/**********************************************************/
#kategorie {
    background-image:  		url('images/hb1pix.gif');
	background-position :   center;
	width:       			208px;	
	height:       			14px;
	text-align: 			center;
	padding: 				5px;
    font-size:   			12px;
    letter-spacing:     	3px;
    color:  				#2E3E6C;
    float:        			center;	
	font-weight:			bolder;	
	
    
}
/**********************************************************/
#inhaltmittemitte {
    width:      	  51%;     /*** max-... --> damit Netscape Breite richtig interpretiert */
    color:      	  #2E3E6C;
	margin-left:  	  6px;
	padding:		  4px;
	min-height: 	  460px; /** NICHT nur height verwenden, da firefox-fehler! **/
	border:     	  1px solid #C0C0FF;
	float:			  left;
}

/**********************************************************/
#textmittemitte {
	text-align: 				justify;
	padding: 					20px;
    font-size:   				12px;
    letter-spacing:     		1,5px;
    font-color:  				#2E3E6C;
    float:        				left;		
    

}
/**********************************************************/
#linkmitte {
   		text-align:			left;

				
}
/**********************************************************/
#textuebers {
	font-size:   				12px;
    letter-spacing:     		1,5px;
    font-color:  				#2E3E6C;
    float:        				left;	
	font-weight:				bolder;	
	padding:	                10px;
	width:						100%;
    font-weight:				bolder;	

}
/**********************************************************/
#kuebers {
	font-size:   				12px;
    letter-spacing:     		1,5px;
    font-color:  				#2E3E6C;
    float:        				left;	
	font-weight:				bolder;	
	padding-left:               10px;
	width:						40%;
    font-weight:				bolder;	

}
/**********************************************************/
#kuebers2 {
	font-size:   				12px;
    letter-spacing:     		1,5px;
    font-color:  				#2E3E6C;
    float:        				left;	
	font-weight:				bolder;	
	padding-left:               10px;
	width:						55%;
    font-weight:				bolder;	

}
/**********************************************************/
#kmich {
	font-size:   				12px;
    letter-spacing:     		1,5px;
    font-color:  				#2E3E6C;
    float:        				left;	
	font-weight:				bolder;	
	padding-left:               10px;
	width:						40%;
    font-weight:				bolder;	

}
/**********************************************************/
#inhaltrechts {
        width:        218;     /*** max-... --> damit Netscape Breite richtig interpretiert */
		float:        right;
		min-height:	  460px;
		border:       1px solid #C0C0FF;
		padding:	  6px;
		margin-right: 2px;
}
/**********************************************************/
#menuerechts {
	min-height: 		150px;
	width:       		216px;	/*** gleiche Breite wie div #logo  */
	padding-top: 		2px;
	float:        		center;
	font-size:    		11px;
	text-align: 		justify;
	    
}
/**********************************************************/
#menueunten {
	background-image:  	url('images/unten.jpg');
	background-repeat:  no-repeat;
    height:         	64px;
    width:        		1000px;	
}
/**********************************************************/
#menueuntentext {
    height:         64px;
    width:          500px;
	padding-top:    5px;
    text-align:     right;
	font-size:      12px;
	color:          #2E3E6C;
}

/*********************************************************/
/******** Link-Effekte ***********************************/
/******** 1. Menü ****************************************/
/**********************************************************/

#menueoben a:link {
    color:             #2E3E6C; 
    text-decoration:   none;
   
}
#menueoben a:visited {
    color:             #2E3E6C; 
    text-decoration:   none;
}
#menueoben a:hover {
    color:               #2E3E6C;
    font-weight:         bold;
    text-decoration:     none;
}
#menueoben a:active {
    color:               #2E3E6C;
    text-decoration:     none;
    font-weight:         bold;

}
/******* 2.Menü Links  **********************/
#menuelinks a:link {
    padding-top:       2px;
    padding-bottom:    2px;
    padding-left:      7px;
    padding-right:     7px;
    color:             #2E3E6C; 
    text-decoration:   none;
}
#menuelinks a:visited {
    padding-top:       2px;
    padding-bottom:    2px;
    padding-left:      7px;
    padding-right:     7px;
    color:             #2E3E6C; 
    text-decoration:   none;
}
#menuelinks a:hover {
    padding-top:       2px;
    padding-bottom:    2px;
    padding-left:      7px;
    padding-right:     7px;
    color:               #2E3E6C;
    font-weight:				 bolder;
    text-decoration:     none;
}
#menuelinks a:active {
    padding-top:       2px;
    padding-bottom:    2px;
    padding-left:      7px;
    padding-right:     7px;
    color:                #2E3E6C;
    font-weight:				 bolder;
    text-decoration:      none;
}
/******* Sitemap  **********************/
#sitemap a:link {
    padding-top:       2px;
	padding-bottom:    7px;
    color:             #2E3E6C; 
    text-decoration:   none;
}
#sitemap a:visited {
    padding-top:       2px;
	padding-bottom:    7px;
    color:             #2E3E6C; 
    text-decoration:   none;
}
#sitemap a:hover {
    padding-top:       2px;
	padding-bottom:    7px;
    color:               #2E3E6C;
    font-weight:				 bolder;
    text-decoration:     none;
}
#sitemap a:active {
    padding-top:       2px;
	padding-bottom:    7px;
    color:                #2E3E6C;
    font-weight:				 bolder;
    text-decoration:      none;
}
/******* Mitte  **********************/
#linkmitte a:link {
    padding-top:       2px;
    padding-bottom:    2px;
    padding-left:      7px;
    padding-right:     7px;
    color:             #2E3E6C; 
    text-decoration:   none;
}
#linkmitte a:visited {
    padding-top:       2px;
    padding-bottom:    2px;
    padding-left:      7px;
    padding-right:     7px;
    color:             #2E3E6C; 
    text-decoration:   none;
}
#linkmitte a:hover {
    padding-top:       2px;
    padding-bottom:    2px;
    padding-left:      7px;
    padding-right:     7px;
    color:               #2E3E6C;
    font-weight:				 bolder;
    text-decoration:     none;
}
#linkmitte a:active {
    padding-top:       2px;
    padding-bottom:    2px;
    padding-left:      7px;
    padding-right:     7px;
    color:                #2E3E6C;
    font-weight:				 bolder;
    text-decoration:      none;
}
/******* 2.Menü Rechts  **********************/
#menuerechts a:link {
    padding-top:       2px;
    padding-bottom:    2px;
    padding-left:      7px;
    padding-right:     7px;
    color:             #2E3E6C; 
    text-decoration:   none;
}
#menuerechts a:visited {
    padding-top:       2px;
    padding-bottom:    2px;
    padding-left:      7px;
    padding-right:     7px;
    color:             #2E3E6C; 
    text-decoration:   none;
}
#menuerechts a:hover {
    padding-top:       2px;
    padding-bottom:    2px;
    padding-left:      7px;
    padding-right:     7px;
    color:               #2E3E6C;
    font-weight:				 bolder;
    text-decoration:     none;
}
#menuerechts a:active {
    padding-top:       2px;
    padding-bottom:    2px;
    padding-left:      7px;
    padding-right:     7px;
    color:                #2E3E6C;
    font-weight:				 bolder;
    text-decoration:      none;
}

/******* 3.Menue unten  **********************/

#menueunten a:link {
    color:             #2E3E6C; 
    text-decoration:   none;
}
#menueunten a:visited {
    color:             #2E3E6C; 
    text-decoration:   none;
}
#menueunten a:hover {
    color:               #2E3E6C;
    font-weight:         bold;
    text-decoration:     none;
}
#menueunten a:active {
    color:               #2E3E6C;
    text-decoration:     none;
    font-weight:         bold;
}



/***** Ende *********************************************/


