/* CSS Document Cs2 Informatik.de Fonts */
/****************************************/

/*normalschrift */
body{
	font-family: Arial,sans-serif;
	color: #000000;
}


/*Überschriften */
h1 {
	display: block;
	padding-left: 12px;
	color: black;
	background-color:#e2e2e2;
	color: #343759;
	font-size: 12px;
	margin-bottom: 10px;
}

h2 {
	display: block;
	padding-left: 12px;
	color: #343759;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	display: block;
	padding-left: 12px;
	color: #343759;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

/*Links */
a:link, a:visited
{
	
	text-decoration: none;
	color: #343759;
}

a:hover 
{
	text-decoration: underline;
	color: #b20e19;
}


/* Suchergebnisse */

.tx-indexedsearch-searchbox {
	display: none;
}

.tx-indexedsearch td {
font-size: 12px;
}

.tx-indexedsearch-title {
	background-color: #a2b2b9;
	padding-left: 5px;
}

.tx-indexedsearch-title a , .tx-indexedsearch-title a :visited{
	color: white;
}

.tx-indexedsearch-descr {
	padding-left: 5px;
}

.tx-indexedsearch-info {
	display: none;
}

.tx-indexedsearch-percent {
	background-color: #a2b2b9;
	color: white;
}

/* Stellenbeschreibung */
#nummer {
display: block;
padding-left: 12px;
color: black;
background-color:#e2e2e2;
color: #343759;
font-size: 12px;
}
#bezeichnung {
	display: block;
	padding-left: 10px;
	color: black;
	color: #343759;
	font-size: 12px;
	margin-top: -5px;
	margin-bottom: 5px;
	font-weight: bold;
}
#aufgabenstellung,
#anforderungen,
#sonstiges {
	padding-left: 10px;
	display: block;
}

/* Mailformular */
.mailplusformular {
		padding-left: 10px;
}

/* Newsticker */

#newsticker .bodytext {
	margin: 0px;
}

#newsticker h1 {
	background-color: transparent;
	color: #343759;
	font-size: 13px;
	padding-left: 0px;
	margin-top: 0px;
}

#newsticker h3 {
	font-size: 12px;
	margin-bottom: 0px;
	font-style:italic;
}

#newsticker a, #newsticker a:visited {
	color:  #343759;
}

#newsticker .news-latest-morelink {
	font-weight: bold;
}

div.news-latest-item{
	margin-top: 12px;
}


/* Contentbereich CSS */
#content p {
padding-left: 10px;
padding-right: 10px;
margin-bottom: 10px;
}

#content ul {
	padding-left: 20px;
	padding-right: 10px;
	list-style-type: none;
	margin-bottom: 5px;
	margin-top: 5px;
}

#content ul li {
	margin-bottom: 3px;
	margin-top: 3px;
}

#content ol {
	padding-left: 30px;
	padding-right: 10px;
	list-style-type: decimal;
	margin-bottom: 5px;
	margin-top: 5px;
}

#content ol li {
	margin-bottom: 3px;
	margin-top: 3px;
}
