/* @group Allgemein */
a
{
	color: black;
}
/* @end */

/* @group Seite */

body
{	
	background: white;
	padding: 0 20px 10px 20px;
}

div.site
{
	background: none;
	width: auto;
}

/* @end */

/* @group Kopfbereich */

div.head 
{
	display: none;
	height: 144px;
	background: none;
	padding-top: 20px;
}

div.head_print
{
	display: block;
}

div.head img.head
{
	display: none;
}

div.head img.logo
{
	position: absolute;
	right: 30px;
	top: 0;
}


/* @group Logo */

div.head h1.company 
{
	background: none;
	left: 0;
	top: 125px;
	color: black;
}

/* @end */

/* @group Slogan */

div.head h2
{
	color: black;
	margin-top: 50px;
}

div.head h2, p
{
	color: black;
}

/* @end */



/* @end */

/* @group Navigation */

div.navigation 
{
	display: none;
}



/* @end */

/* @group Inhalt */

div.content 
{
	float: none;
	width: auto;
}

div.content *
{
	color: black;
}

/* TinyMCE Inhalt Anfang */

/* @group Absatzformate */

div.content h3 
{
	font-size: 20px;
	margin-bottom: 10px;
	color: black;
	margin: 0 0 12px 0;
}

div.content h4
{
	font-size: 16px;
	color: black;
	margin: 0 0 5px 0;
}

div.content h5
{
	font-size: 12px;
	color: black;
	margin: 0 0 5px 0;
}

div.content p
{
	margin: 0 0 12px 0;
}

/* @end */

/* @group Beispiel PHP-Typo */

div.contentX h5
{
	height: 55px;
	overflow: hidden;
	margin: 0 0 20px 0;
	
	text-indent: -1000em;
	background-repeat: no-repeat;
}

div.contentX h6
{
	height: 55px;
	overflow: hidden;
	margin: 0 0 20px 0;
	
	text-indent: -1000em;
	background-repeat: no-repeat;
}



/* @end */

/* @group Listen */

div.content ul 
{
	margin-bottom: 11px;
	margin-left: 20px;
	
	list-style-type: disc;
}

div.content ol 
{
	margin-bottom: 11px;
	margin-left: 25px;
}

/* @group PDF-Listen */

div.sidebar ul.pdf li a
{
	display: block;
	height: 1%;
	padding: 3px 0 4px 23px;
	background: url(/assets/site/images/icon_pdf.gif) no-repeat;
}

/* @end */



/* @end */

/* @group Spalten */

div.content .float_left
{	
	float: left;
	width: 40%;
	margin-right: 5%;
}

* html div.content .float_left
{
	display: inline;
}

div.content .float_right
{
	float: right;
	width: 40%;
	margin-left: 5%;
}

* html div.content .float_right
{
	display: inline;
}

/* @end */

/* TinyMCE Inhalt Ende */

/* @group Suchergebnisse */

div.content div.ajaxSearch_result
{
	margin: 0 10px 12px 0;
}

div.content div.ajaxSearch_result a.ajaxSearch_resultLink
{
	font-weight: bold;
}

div.content div.ajaxSearch_result span.ajaxSearch_highlight
{
	font-weight: bold;
	padding: 0 1px;
}

/* @end */

/* @group Formulare */

div.content form 
{
	width: 350px;
}

div.content form p
{
	position: relative;
	padding-bottom: 10px;
}

div.content form p input.text,
div.content form p textarea,
div.content form p select
{
	position: absolute;
	right: 0;
	
	width: 200px;
}

div.content form p select
{
	width: 204px;
}

* html div.content form p select
{
	width: 206px;
}

*+html div.content form p select
{
	width: 206px;
}

div.content form p span.input
{
	position: absolute;
	left: 145px;
}

* html div.content form p span.input
{
	left: 115px;
}

*+html div.content form p span.input
{
	left: 115px;
}

div.content form p.Nachricht,
div.content form p.Nachricht textarea
{
	height: 100px;
}

/* @end */

/* @group Bilder */

div.content .image,
div.content .image img,
div.content .image a,
div.content a.image
{
	display: block;
}

div.content .img_right
{	
	float: right;
	clear: both;
	display: inline;
	
	margin: 0 0 10px 10px;
}

div.content .img_left
{	
	float: left;
	clear: both;
	display: inline;

	margin: 0 10px 10px 0;
}

div.content .img_wide
{
	display: block;
	margin-bottom: 10px;
}

div.content .img_list
{
	clear: none;
}

/* @group Fußnote */

div.content .image p
{	
	font-style: italic;
}



/* @end */

/* @group Enlarge Icon */

div.content .image a,
div.content a.image
{	
	position: relative;
}

div.content .image span.icon_enlarge
{	
	position: absolute;
	right: 0;
	bottom: 0;
	
	width: 26px;
	height: 26px;
	
	background: url(/assets/site/images/icon_enlarge.png) no-repeat;
}

div.content .image:hover span.icon_enlarge,
div.content a.image:hover span.icon_enlarge
{	
	background-position: -26px 0;
}

* html div.content .image span.icon_enlarge
{	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/icon_enlarge.png', sizingMethod='crop');
	background: none;
}



/* @end */



/* @end */

/* @group Teaser-Boxen */

/* @group Boxenarten */

div.content div.teaser_box
{
	margin-bottom: 10px;
	border: 1px solid grey;
	overflow: hidden;
}

div.content div.tb_wide
{

}

div.content div.tb_narrow
{
	width: 48%;
}

div.content div.tb_left
{
	float: left;
}

div.content div.tb_right
{
	float: right;
}



/* @end */

/* @group Absatzformate */

div.content div.teaser_box h4
{
	height: 30px;
	margin: 0 0 5px 0;
	padding: 0 10px;
	
	font-size: 16px;
	font-weight: normal;
	line-height: 27px;
	
	color: black;
}

* html div.content div.teaser_box h4
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/round_corners_550.png', sizingMethod='crop');
	background-image: none;
}

div.content div.tb_narrow h4
{
	background-image: none;
	background-color: white;
}

* html div.content div.tb_narrow h4
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/round_corners_270.png', sizingMethod='crop');
	background-image: none;
}

div.content div.teaser_box h5
{
	margin: 0 10px 0 10px;
	
	font-size: 12px;
	font-family: arial, sans-serif;
	font-weight: bold;
	
	color: black;
}

div.content div.teaser_box p
{
	margin: 0 10px 0 10px;
	padding-bottom: 10px;
}

div.content div.teaser_box a
{
	color: black;
}

/* @end */

/* @group Bilder */

div.content div.teaser_box a.img_left,
div.content div.teaser_box img.img_left
{
	margin-left: 10px;
}

div.content div.teaser_box a.img_list,
div.content div.teaser_box img.img_list
{
	margin-right: 0;
	margin-bottom: 10px;
}

div.content div.teaser_box a.img_wide,
div.content div.teaser_box img.img_wide
{
	margin-top: 0px;
	margin-left: 10px;
}

/* @group Enlarge Icon */

div.content .image span.icon_enlarge
{	
	display: none;
}

/* @end */

/* @end */

/* @group Unter-Boxen */

div.content div.teaser_box div.box
{
	margin: 5px 10px 10px 0;
}

div.content div.teaser_box div.box a.img_left,
div.content div.teaser_box div.box img.img_left
{
	margin-top: 3px;
}

div.content div.teaser_box div.narrow
{
	float: left;
	display: inline;
	
	width: 45%;
	margin-bottom: 0;
}



/* @end */

/* @group Farben */

/* @group Rot */

div.content div.tb_red
{
	background-color: white;
}

div.content div.tb_red h4
{
	background-color: white;
}



/* @end */

/* @group Grün */

div.content div.tb_green
{
	background-color: white;
}

div.content div.tb_green h4
{
	background-color: white;
}



/* @end */

/* @group Orange */

div.content div.tb_orange
{
	background-color: white;
}

div.content div.tb_orange h4
{
	background-color: white;
}


/* @end */


/* @end */

/* @end */

/* @group Google Maps */

div.content div#map
{
	height: 400px;
}

/* @end */



/* @end */

/* @group Seitenleiste */

div.sidebar 
{
	clear: both;
	float: none;
	display: block;
	margin-right: 0;
	margin-top: 100px;
	width: auto;
}

div.sidebar div.box
{
	float: left;
	display: inline;
	width: 200px;
	margin-right: 20px;
}

/* @group Box */

div.sidebar div.box h4
{
	display: block;
	height: 30px;
	padding: 0 10px;
	margin-bottom: 7px;
	
	font-family: Chalkboard, Comic Sans MS, Comic Sans, ComicSans, Trebuchet MS, Trebuchet, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 27px;
	
	color: black;
	background: white;
}

/* @end */

/* @end */

/* @group Fußzeile */

div.footer
{
	display: none;
}

div.footer_print
{
	border-top: 1px solid grey;
	margin: 20px 0;
	padding-top: 20px;
	background: none;
}

div.footer_print *
{
	color: black;
}

/* @end */