/* CSS fuer alfa-service
Texte im Content
URI: http://www.alfa-service.eu
Author: Anja Reimann
 */

/* ueberschriften */

h1, h3 {
	margin: 20px 0;
	}

/* rot */
h1 {
	color: #FF0000;
	font-size: 20px;
	}

/* green */
h2 {
	color: #57AD52;
	font-size: 16px;
	margin: 20px 0 5px 0;
	}

/* green */
h3 {
	color: #669933;
	font-size: 14px;
	}

/*green */
h4 {
	color: #57AD52;
	font-size: 14px;
	margin: 20px 0 0 0;
	padding: 0;
	}

/* braungruen */
h5 {
	color: #999966;
	font-size: 14px;
	}

/* kleiner text neben bildern */
.klein {
	font-size: 10px;
}

/*................fette schrift im fliesstext.................*/

.fett {
	font-size: 18px;
	font-weight: bold;
}

/* farbige schrift */
.historie {
	color: #999966;
}


/* linkfarben */

#content a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#content a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#content a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #6699cc;
}
#content a:active {
	text-decoration: none;
	color: #6699CC;
}

/* linkstile aktiver link top navi */

#navigation_links ul,li a.active {
	font-weight: bold;
}

/* roter link mit pfeil im content */

#content a.roterlink {
	color: #ff0000;
	padding: 0 0 0 8px;
	background-image: url(images/roterlink_pfeil.gif);
	background-position: left;
	background-repeat: no-repeat;
}

/* weisser kleiner link mit pfeil */
#content a.weisserlink {
	color: #fff;
	padding: 0 0 0 7px;
	background-image: url(images/pfeil_klein_weiss.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 10px;
}

/* bildrand */
#bildrand {
	border: 1px solid #4C525E;
	padding: 0;
}

.tabellentext_weiss1 {
	padding: 3px 0 3px 10px;
}

/* ggf. formular */
/**? id oder class ?**
textarea, select, input, option {
	border: 1px solid #fff;
	padding: 1px;
	background: #000;
	font-family: Geneva, Verdana, sans-serif;
	color: #fff;
	font-size: 12px;
}
**/