div.inhalt h1 {
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0 0 40px 0;
	display: block;
	}

div.inhalt p {
	margin:0 0 15px 0;
	text-align:justify;
	line-height:150%;
	}

div.inhalt ul {
	margin:25px 0 25px 15px;
	padding:0;
	list-style:inside;
	}

div.inhalt li {
	width:45%;
	float:left;
	padding: 10px 0 10px 10px;
	margin-bottom:-1px;
	margin-right:15px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	text-transform:uppercase;
	font-size:11px;
	list-style:none;
	display:inline;
	}	

li, h1 {
	color:#004488;
	}
	
a:link, a:active, a:visited {
	color:#004488;
	text-decoration:none;
	}
	
a:hover {
	color:#389b1d;
	text-decoration:none;
	}
	
img {
	border:0;
	}

div.inhalt img {
	float:left;
	clear:both;
	padding: 0 15px 5px 0;
	}	
	
input, textarea {
	border: 1px solid #e3e3e3;
	}	

	
/***********************			Allgemeine Elementausrichtung			**************/

.right {
	float:right;
	}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

.left {
	float:left;
}

/***********************			Clearen			**************/

.floatbox {
	overflow:hidden;
	clear: left;
	background: white;
	}
	
div.floatbox p {
	margin-left: 0px;
	}
	
.clear {
	clear:both;
	margin-bottom: 15px;
	}
	
/***************************	 DivBox um Bild	für den Untertitel	***************************/

div.bildbox,.bildbox {
	padding: 2px;
	margin: 1em 0.2em 0em 0.2em;
	text-align: center;
	min-width: 120px;
	}
	
div.bildbox img {
	text-align: center;
	}
		
div.bildbox p {
	font-style: oblique;
	font-size: 0.8em;
	text-align: center;
	margin-top: 0.4em;
	margin-bottom: 0; 
	clear:both;
	}
	
/***************************	 DivBox für Template Bildorganisation	***************************/
div.bilder {
	width: 255px; 
	float: left; 
	margin: 0 5px 10px 0;
	}
	
/***************************	 Was erledige ich wo!	***************************/	
.WasWo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#5e5e5e;
	}
	
/***************************	 Veranstaltung!	***************************/	
	
#veranstaltung ul {
	margin:25px 0 25px 0px;
	padding:0;
	list-style:inside;
	}

#veranstaltung li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#5e5e5e;
	width:100%;
	padding: 10px 0px 0px 0px;
	margin-bottom:-1px;
	margin-right:15px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 0px solid #e3e3e3;
	text-transform:none;
	list-style:none;
	display:inline;
	}	

