/* ============================ */
/* ---- Farben ---------------- */

/*
violett			#9d0157;
dunkelviolett	#7c0346;
*/

/* ============================ */
/* ---- Texte und Titel ------- */

/* Schrift */
p,span,td,h1,h2,h3,li,a,input,textarea,li{
	/*font-family: helvetica,verdana,arial,sans-serif;*/
	font-family: tahoma,arial,verdana;
}

/* Farben */
p,span,td,h1,h2,h3,li,a{
	color: #7c0346;
}
#sitemap h1,#sitemap p, #sitemap a, #sitemap td{
	color: #FFFFFF;
}

a.a-menue{
	color: #9d0157;
}
a.a-menue:hover{
	color: #7c0346;
}
a.a-menue-aktiv{
	color: #7c0346;
}

/* Sonstiges */

p{
	margin: 0px;
}

#sitemap p,#sitemap td{
	font-size: 12px;
	font-weight: normal;
	line-height: 21px;
}
#sitemap h1{
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}

span.text1,p,td{
	font-size: 12px;
	line-height: 16px;
}
span.textKlein{
	font-size: 10px;
	line-height: 16px;
}
span.positiv{
	font-size: 12px;
	color: #00BB00;
}
span.negativ{
	font-size: 12px;
	color: #DD0000;
}
span.hinweis{
	font-size:12px;
	color: #f95505;
}

span.titel1{
	font-size: 15px;
	font-weight: bold;
}

span.sternchen{
	font-size: 10px;
	color: #DD0000;
}

h1{
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2{
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3{
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
}

/* ============================ */
/* ---- Verweise -------------- */

a{
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:hover{
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;	
}

/* Hauptmenü */

a.a-menue{
	font-size: 14px;
	line-height: 31px;
	text-decoration: none;
}
a.a-menue:hover{
	font-size: 14px;
	line-height: 31px;
	text-decoration: underline;
}


/* Menü Sitemap */

#sitemap-sitemap a{
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 21px;
	text-decoration: none;
}
#sitemap-sitemap a:hover{
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
	text-decoration: none;
	font-weight: normal;
}

a.link-extern{
	font-size: 11px;
	color: #371e19;
	text-decoration: none;
	background: url(../img/grundlayout/link-extern.png) no-repeat top right;
	padding-right: 16px;
}
a.link-extern:hover{
	font-size: 11px;
	color: #e74106;
	text-decoration: underline;
	background: url(../img/grundlayout/link-extern.png) no-repeat top right;
	padding-right: 16px;
}

/* Formulare */

input,textarea{
	font-size: 12px;
	line-height: 18px;
}

/* Listen */

ul{
	padding-left: 16px;
}

ul li{
	list-style-type: disc;
	list-style: disc;
}

job-title{
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

job-section-title{
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}