body {
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	text-decoration:underline;
	color:#E20072;
}
a:hover {
	text-decoration:none;
	color:#FF9900;
}
.titel {
	height: 70px;
	vertical-align: bottom;
}
h1 {
	font-weight: bold;
	font-size:16px;
	margin-bottom:15px;
	color: #E20072;
}
h2 {
	font-weight: bold;
	font-size:15px;
	color: #E20072;
}
h3 {
	font-weight: bold;
	font-size:13px;
	color: #E20072;
}
h3.nomargin {
	margin-top: 0px;
}
ul, li{list-style-image: url(imgs/list.gif); margin-bottom:5px;}

/**/
.quote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	color: #666666;
	padding-left: 40px;
	background-image: url(/erwachsene/imgs/quote.gif);
	background-repeat: no-repeat;
	/*background-color: #EEEEEE;
	border: 1px #CCC solid;*/
}
.quote .regular {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	padding-top:5px;
}

.hinweis {
	color: #E2001a;
	padding-left: 40px;
	background-image: url(/erwachsene/imgs/icons/hinweis.gif);
	background-repeat: no-repeat;
	/*background-color: #EEEEEE;
	border: 1px #CCC solid;*/
}
.hinweis h3 {
	color: #E2001a;
}
.info {
	padding-left: 40px;
	background-image: url(/erwachsene/imgs/icons/info.gif);
	background-repeat: no-repeat;
	/*background-color: #EEEEEE;
	border: 1px #CCC solid;*/
}
.gut {
	color: #0093D1;
	padding-left: 40px;
	background-image: url(/jugendliche/imgs/icons/gut.gif);
	background-repeat: no-repeat;
}
.schlecht {
	color: #E2001a;
	padding-left: 40px;
	background-image: url(/jugendliche/imgs/icons/schlecht.gif);
	background-repeat: no-repeat;
}
.paragraph	 {
	color: #0093D1;
	padding-left: 40px;
	background-image: url(/erwachsene/imgs/icons/paragraph.gif);
	background-repeat: no-repeat;
	/*background-color: #EEEEEE;
	border: 1px #CCC solid;*/
}
/**/
.link, .mail, .download {
	font-weight: bold;
	color: #E20072;
	padding-left: 20px;
	background-image: url(/jugendliche/imgs/button.gif);
	background-repeat: no-repeat;
}
.link:hover, .mail:hover, .download:hover {
	font-weight: bold;
	color: #FF9900;
	padding-left: 20px;
	background-image: url(/jugendliche/imgs/button-o.gif);
	background-repeat: no-repeat;
}
/**/
.code {
	color:#E20072;
	font-family: Courier, sans-serif;
}
.addr {
	color: #FFF;
	font-weight: bold;
	border: 1px #E20072 solid;
	background-color: #FF9900;
	margin-bottom: 2px;
	width: 200px;
}
.vals {
	color: #FFF;
	font-weight: bold;
	border: 1px #E20072 solid;
	background-color: #FF9900;
	margin-bottom: 2px;
}
.captcha {
	border: 1px #E20072 solid;
	margin-bottom: 2px;
}
.formField {
	background-color: #E20072;
	color: #FFF;
	border: 1px #FF9900 solid;
	font-weight: bold;
}
.error {
	font-size:11px;
	color: #E2001a;
}
small {
	font-size:10px;
	color: #666;
}