/* ##################################################################################################################
** ### CSS Programmirung: KE GRAFIK visuelle Kommunikation ##########################################################
** ##################################################################################################################
*/

/* ##################################################################################################################
** ### Allgemein ####################################################################################################
** ##################################################################################################################
*/
body {
	padding: 0;
	margin: 0;
	height: 100%;
	background-image: url(../bilder/web/bg_index_30Jahre.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-position: top;
}
.cl {
	clear: both;
}
/* ##################################################################################################################
** ### Seitenaufteilung #############################################################################################
** ##################################################################################################################
*/	
#container {
	width: 430px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
#seiteninhalt {
	margin-bottom: 10px;
	padding-top: 161px;
		}
/* ##################################################################################################################
** ### Allgemeine Textformatierung ##################################################################################
** ##################################################################################################################
*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 0px;
	padding-left: 15px;
	padding-top: 15px;
	height: 20px;
	text-align: center;
}
.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.ueberschrift_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
/* ##################################################################################################################
** ### Linkformatierungen ###########################################################################################
** ##################################################################################################################
*/
a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

