@charset "utf-8";
	body  {
    	font: 100% Arial, Helvetica, sans-serif;
		font-size: 10pt;
		text-decoration: none;
		font-weight: normal;
    	background: #FFFFFF;
    	margin: 0; 
    	padding: 0;
    	text-align: center; 
    	color: #000000;
    }
	table {
    	font: 100% Arial, Helvetica, sans-serif;
		font-size: 10pt;
		text-decoration: none;
		font-weight: normal;
    	background: #FFFFFF;
    	margin: 0; 
    	padding: 0;
    	color: #000000;
	}
	table tr {
		vertical-align: top;
	}
    #container { 
    	position: relative; 
    	width: 950px;  
    	margin: 0 auto; 
    	text-align: left; 
    } 
    #header { 
    	height: 100px; 
    	padding: 0;
		margin: 0;
		text-align: center;
    } 
    #sidebar1 {
		position: absolute;
		top: 100px;
		left: 0;
		width: 180px;
		margin: 0;
		padding: 0;
    }
    #sidebar2 {
		position: absolute;
		top: 100px;
		right: 0;
    	width: 180px; 
		margin: 0;
    	padding: 0;
    }
	#sprachBar {
		position: absolute;
		top: 10px;
		left: 0;
		width: 180px;
		margin: 0;
		padding: 0;
	}
	#mainContent { 
		position: absolute;
		top: 100px;
		left: 195px;
		width: 560px;
		margin: 0;
		padding: 0;
    }
	#flash {
		text-align: center;
	}

	#sprachBar ul {
		margin: 0;
		padding: 0;
	}
	#sprachBar li {
		list-style: none;
		color: #000000;
		margin: 0 0 10px 0;
		padding: 5px 0 0 12px;
		font-weight: bold;
	}
	#sprachBar li a {
		color: #000000;
		text-decoration: none;
	}
	#sprachBar li a:hover {
		color: #000096;
		text-decoration: underline;
	}


	#sidebar1 ul {
		margin: 0;
		padding: 0;
	}
	#sidebar1 li {
		list-style: none;
		color: #000000;
		margin: 0 0 10px 0;
		padding: 5px 0 0 12px;
		font-weight: bold;
	}
	#sidebar1 li a {
		color: #000000;
		text-decoration: none;
	}
	#sidebar1 li a:hover {
		color: #000096;
		text-decoration: underline;
	}

	#sidebar2 ul {
		margin: 0;
		padding: 0;
	}
	#sidebar2 li {
		list-style: none;
		color: #000000;
		margin: 0 0 10px 0;
		padding: 5px 0 0 12px;
		font-weight: bold;
	}
	#sidebar2 li a {
		color: #000000;
		text-decoration: none;
	}
	#sidebar2 li a:hover {
		color: #000096;
		text-decoration: underline;
	}

	.bookm {
		text-align:left;
		font-size:8px;
	}
	.bookm a:hover {
		text-decoration: none;
	}
	.bookm img {
		margin-top:4px;
		margin-bottom:4px;
		margin-left:0;
		margin-right:0;
	}
	
	.backplus {
		background-image: url(bilder/bullet_plus.gif);
		background-repeat: no-repeat;
	}
	.backmal {
		background-image: url(bilder/bullet_mal.gif);
		background-repeat: no-repeat;
	}
	.backminus {
		background-image: url(bilder/bullet_minus.gif);
		background-repeat: no-repeat;
	}
	.backgeteilt {
		background-image: url(bilder/bullet_geteilt.gif);
		background-repeat: no-repeat;
	}
	.backausrufe {
		background-image: url(bilder/bullet_ausrufe.gif);
		background-repeat: no-repeat;
	}
	.backistgleich {
		background-image: url(bilder/bullet_istgleich.gif);
		background-repeat: no-repeat;
	}
	.backfrage {
		background-image: url(bilder/bullet_frage.gif);
		background-repeat: no-repeat;
	}
	.backdown {
		background-image: url(bilder/bullet_down.gif);
		background-repeat: no-repeat;
	}
	.backglobus {
		background-image: url(bilder/bullet_globus.gif);
		background-repeat: no-repeat;
	}
	.backecard {
		background-image: url(bilder/bullet_ecard.gif);
		background-repeat: no-repeat;
	}
	
	.milchig {
		height: 550px;
		background-image: url(bilder/minuplu_milchig.png);
		background-repeat: no-repeat;
	}
	.spracheGross {
		font-size: 1.8em;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		font-style:italic;
		text-align: center;
		color:#000099;
	}
	

	.kleiner {
		font-size: 0.8em;
		font-style: italic;
	}
	.nochkleiner {
		font-size: 0.7em;
		font-style: italic;
	}
	.auflistung {
		display:block;
		width:110px;
		text-align:center;
		float:left;
	}

	#mainContent hr {
		text-align:center;
	}
	#mainContent h1 {
		text-align: center;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.7em;
		margin: 0 0 10px 0;
		padding: 0;
		font-weight: normal;
		font-style: italic;
	}
	#mainContent h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.3em;
		margin: 5px 0 7px 0;
		padding: 0;
		font-weight: normal;
		font-style: normal;
		text-decoration: underline;
	}
	#mainContent p {
		margin: 0 0 6px 0;
		padding: 0;
	}
	#mainContent p.zitat {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 1.1em;
		margin-bottom: 0px;
		margin-top: 10px;
	}
	#mainContent p.autor {
		font-size: 0.8em;
		text-align: right;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	#mainContent a {
		color: #1D418F;
		text-decoration: none;
	}
    #footer { 
    	padding: 0 10px 0 10px; 
    	background:#DDDDDD;
    } 
    #footer p {
    	margin: 0; 
    	padding: 10px 0; 
    }
    .fltrt { 
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { 
    	float: left;
    	margin-right: 8px;
    }
	img {
		margin:0;
		padding:0;
		border:none;
	}
	.einpix {
		margin: 0;
		padding: 0;
		height: 1px;
	}
	.mehrpix {
		margin: 0;
		padding: 0;
		height: 10px;
	}
	.javaapp {
		text-align:center;
	}
	.flBild {
		float: right;
	}
	.untenCopy {
		font-size:8pt;
		color:#aaaaaa;
		text-align:right;
	}


