@charset "ISO-8859-1";
/* intro.css*/

#intro{
	color:#000000;
	font-size:1em;
	line-height:1.7;
	margin:0 auto;
	text-align:justify;
	width:90%;
}
#intropage
	{
	background:#FFFFFF none repeat scroll 0 0;
	border:5px groove #000000;
	font-size:1em;
	height:99%;
	margin:2em auto;
	min-width:640px;
	width:99%;
	
	}


#eintritt{
	background-color:#FDC502;
	clear:both;
	color:#000000;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.2;
	padding:0 0 0.3em;
	text-align:center;
}


.punkte{
	margin: 1em 0 0;
}

.email{
	margin: 1em 2em;
	
	}

.punkt_adresse{
	list-style: none;
	}

.introh3{
	font-size:1em;
	width: 89%;
	
}


a:link { 
	color:#000; 
	font-weight:bold;
	text-decoration:none; 
	}
a:visited {
	color:#000; 
	font-weight:bold;
	text-decoration:none; 
	}
	
/*a:focus { color:red; text-decoration:underline; }*/
a:hover {  
	color:#000;
	font-weight: bold;
	text-decoration:underline; 
	}
a:active {  
	color:#000; 
	text-decoration:underline; }

#h2intro{
	color:#000000;
	font-size:2em;
	font-weight:normal;
	margin:1em auto;
	text-align:center;
	text-transform:uppercase;
	}


#kasten_links{
	color:#000000;
	display:inline;
	float:left;
	margin:1em auto 1em 3em;
	min-width:400px;
	padding:0.5em;
	width:44%;
	}
	
#kasten_rechts{
	color:#000000;
	display:inline;
	float:right;
	margin:1em 3em auto auto;
	min-height:151%;
	min-width:400px;
	padding:0.5em;
	width:44%;
}


.introlink
{
	background-color: #FFF;
	border:thin dotted #000000;
	font-size: 1.5em;
	}