@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator     YAML Builder V1.0.1 (http://builder.yaml.de)
 * @file        my_layout.css
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */

@import url(screen/basemod.css);
@import url(screen/content.css);
@import url(mystyle.css);

/* import print layout | Druck-Layout einbinden */
/* @import url(yaml/print/print_003_draft.css); */

#startseitentext, #infotext {
	width: 700px;
}
#startseitentext p, #infotext p {
	text-align: justify;
}
#startseitentext a {
	font-weight: bold;
}
.btn-css {
	/* Box-Schatten */
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	
	
	/* Textformatierung und Abstände */
	display:inline-block;
	font-family:arial;
	font-size:16px;
	font-weight:normal;
	padding:12px 12px 16px 12px;
}

.link {
	text-decoration:none;
	
	/* IE 6 */
	cursor:pointer;
}

/* Druck-Effekt bei Klick */
.btn-css:active {
	position:relative;
	top:1px;
}

/* Pfeil */
.arrow {
	font-size:20px;
}

/* Abgerundete Ecken und Umrandung (kein IE) */
.rounded {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #ddd;
}

/* Farben */
.red {

	/* Verlauf Start */
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9615e), color-stop(1, #d23f1e) );
	background:-moz-linear-gradient( center top, #e9615e 5%, #d23f1e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e9615e', endColorstr='#d23f1e');
	
	/* Hintergrundfarbe (alternativ für ältere Browser) */
	background-color:#d23f1e;
	
	/* Textfarbe und Text-Schatten */ 
	color:#ffffff;
	text-shadow:1px 1px 0px #454545;
}

/* Verlauf bei Hover */
.red:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d23f1e), color-stop(1, #e9615e) );
	background:-moz-linear-gradient( center top, #d23f1e 5%, #e9615e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#d23f1e', endColorstr='#e9615e');
	
	/* Wechsel der Hintergrundfarbe (alternativ für ältere Browser) */
	background-color:#e9615e;
}

p.centeredbutton {
	width:100%;
	display:block;
	margin: 0 auto;
	text-align: center !important;
	padding-bottom:10px;
}

ul.vorteile {
    /*float: right;
    font-size: 13px;
    font-weight: bold;
    height: 60px;
    list-style-type: circle;
    width: 400px;
	margin: 0 auto;
	padding-bottom: 10px;*/
	
    background: none repeat scroll 0 0 #EEEEEE;
    font-size: 13px;
    font-weight: bold;
    /*height: 60px;*/
    list-style-image: url("/fileadmin/pfeil2.gif");
    margin: 0 auto 10px;
    padding: 15px 25px;
    width: 200px;
}
p.centered {
	text-align:center !important;
}

