/* start.css */

div.st_contentrahmen {
	position:relative;
	width:920px;height:auto;
	margin:8px 0 0 0;
	background-color:transparent;color:white;
}

#st_content {
	position:relative;top:0px;
	width:409px;height:auto;
	margin:0 0 0 485px;padding:10px 8px 0 10px;
	background-color:#edfbea;color:#202020;
	border:4px solid #184a17;
	font-family:arial,verdana,tahoma,sans-serif;
}

#st_content h2 {margin-top:8px;}


#st_menubox {
	position:absolute;
	top:0px;
	width:485px;height:auto;
	border:none;
}

.st_leistung {
	position:relative;
	width:485px;height:auto;
	margin:8px 0 0 0;
	padding:1px 0 3px 0;
	background-image:url(img/mnuverl.jpg);background-repeat:repeat-y;background-position:top right;
	background-color:#194e16;color:white;
	border:none;
}

.st_leistung h2 {
	color:white;padding:3px 0 2px 6px;
}

.st_leistung div.bild {
	position:relative;left:15px;
	width:205px;height:120px;
	float:left;
	margin:0;padding:0;
	border:2px solid white;
	overflow:hidden;
}

.st_leistung .text {
	position:relative;
	margin:0 2px 0 237px;
	background-color:transparent;color:white;
	border:none;
}

.st_leistung .text p {
	color:white;padding:0;
}

a.leistung, a.leistung:link, a.leistung:visited, a.leistung:active {
	color:white;
    font-size:17px;font-weight:normal;
}
a.leistung:hover, a.leistung:focus {
	text-decoration:underline;
}

a.button, a.button:visited, a.button:active {
    display:block;position:relative;left:0;
    float:left;
    height:20px;
    margin:0; padding:2px 10px 0 18px;
    background-image:url(img/btnvorn_st.gif); background-repeat:no-repeat;background-position:top left;
    color:#ffffff;
}
a.button:hover, a.button:focus {
	text-decoration:none;
}
