/* **************************************************** */
/* 		    		  Texte								*/
/* **************************************************** */

h1 {
	display: none;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 14px;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	color: #fbb929;
	margin-bottom: 14px;
}

.strong {
	font-weight: bold;
}

ul.startseite {
	list-style-image: url(../images/checkbox.gif);
	margin: 10px 0px 10px 26px;
}

*html ul.startseite {
	margin-left: 18px;
}

#content {
	line-height: 16px;
}

ul.content, ul.content_list_narrow{
	margin: 10px 0px 10px 12px;
}

*html ul.content, ul.content_list_narrow {
	margin-left: 16px;
}

ul.content li{
	margin-bottom: 10px;
}

ul.content_list_narrow li {
	margin-bottom: 3px;
}

ol {
	margin-left: 20px;
	padding: 0;
}

/* **************************************************** */
/* 		    		  Links								*/
/* **************************************************** */

/* Navigation
--------------------------------------------------------*/

a.content {
	font-weight: bold;
	color: #2e369d;
	text-decoration: none;
}

a:hover {
	color: #fbb929;
}


/* Teaser
--------------------------------------------------------*/

.strong_teaser {
	font-weight: bold;
	margin-bottom: 12px;
}

.teaser_link {
	margin-top: 10px;
	background-image: url(../images/teaser_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}

.teaser_link:hover {
	background-image: url(../images/teaser_arrow_hi.gif);
	background-repeat: no-repeat;
}

.teaser_link a {
	color: #363487;
	text-decoration: none;
}

.teaser_link a:hover, .teaser_link a:active {
	color: #fff;
}

.teaser_line {
	display: block;
	height: 1px;
	width: 142px;
	background-image:url(../images/teaser_line.gif);
	margin: 10px 0px 10px 0px;
}

/* **************************************************** */
/* 		    		  Formulare							*/
/* **************************************************** */

#form_fem input {
	display: block;
	margin-bottom: 6px;
}

#form_fem input.form_fem_submit {
	display: block;
	width: 160px;
	margin-top: 6px;
}

#kontakt {
	display: block;
	clear: both;
	width: 440px;
	padding-top: 20px;
}

#kontakt input {
	display: block;
	margin-bottom: 6px;
}

#kontakt input.form_kontakt_submit {
	display: block;
	width: 160px;
	margin-top: 6px;
}

