/* elemente für die index/startseite */

/* standard tags */

h1 {
	color: #993399;
}

h3 {
	font-size: 100%;
	padding: 0px;
	color: #333333;
}

h4 {
	font-size: 100%;
	padding: 12px 0px 0px 0px;s
	color: #993399;
}


/* ids und klassen für die startseite */

#index {
	width: 650px;
	float: left;
}

/*Original
#dots_bottom {
	background-image: url(/fileadmin/elkwue/images/index_dots_bottom.gif);
	background-repeat: no-repeat;
	width: 648px;
	height: 13px;
	font-size: 0px;
	margin-bottom: 15px;
}

###Schwinge###*/

#dots_bottom {
	background-color:#999999;
	background-repeat: no-repeat;
	width: 648px;
	height: 4px;
	font-size: 0px;
	margin-bottom: 15px;
}

/*###*/

/* topmeldungen boxen ids und klassen */

#index_box_top {
	background-color: #EEEEEE;
	background-repeat: no-repeat;
	width: 648px;
	height: 5px;
	font-size: 0px;
}

#index_box_back {
	width: 628px;
	background-color: #EEEEEE;
	padding: 3px 10px 3px 10px;
}

#index_box_bottom {
	background-color: #EEEEEE;
	background-repeat: no-repeat;
	width: 648px;
	height: 5px;
	font-size: 0px;
	margin-bottom: 20px;
}

#topnews_left {
	width: 250px;
	float: left;
	margin-right: 10px;
}

#topnews_right {
	width: 360px;
	float: left;
}

.topnews_klein {
	width: 319px;
	float: left;	
	margin-bottom: 5px;
}

.topnews_klein img {
	float: left;
	padding: 0px 10px 5px 0px;
}

/* ids für kurzmeldungen */

#kurzmeldungen {
	margin-bottom: 20px;
}

#kurzmeldungen ul {
	padding: 0px;
	list-style-type: none;
}

#kurzmeldungen li {
	padding-bottom: 3px;
}

a.box {
	font-weight: bold;
}


/* box mit rahmen */

.index_box2_top {
	background-image: url(/fileadmin/elkwue/images/index_box2_top.gif);
	background-color: #EEEEEE;
	background-repeat: no-repeat;
	width: 650px;
	height: 28px;
}

.index_box2_back {
	background-image: url(/fileadmin/elkwue/images/index_box2_back.gif);
	background-color: #EEEEEE;
	background-repeat: repeat-y;
	padding: 4px 8px 4px 8px;
	width: 634px;
}

.index_box2_bottom {
	background-image: url(/fileadmin/elkwue/images/index_box2_bottom.gif);
	background-color: #EEEEEE;
	background-repeat: no-repeat;
	width: 650px;
	height: 6px;
	font-size: 0px;
	margin-bottom: 20px;
}

.box_headline {
	#background-image: url(/fileadmin/elkwue/images/service_box_icon.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding: 5px 2px 0px 25px;
	font-weight: bold;
	float: left;
}

.box_headline2 {
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 5px 2px 0px 5px;
	font-weight: bold;
	float: left;
}

.box_links {
	float: right;
	text-align: right;
	padding: 5px 10px 0px 0px;
}


/* definitionen für die meldungen */
.meldungen_klein {
	float: left;
	width: 305px;
}


.veranstaltungen_klein {
	margin: 0px 0px 20px 0px;
	padding: 0px 2px 0px 5px;
	float: left;
	margin-right: 18px;
}


