/* @override 
	http://fs-dialogmarketing.medianotions.de/assets/site/css/default.css
	http://www.fs-dialogmarketing.de/assets/site/css/default.css
*/

/* @group Allgemein */

/* TinyMCE Allgemein Anfang */

/* @group Grunddefinitionen */

*
{
	margin: 0;
	padding: 0;
	
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

/* @end */

/* @group Links */

a
{
	color: black;
}

/* @end */

/* @group Bilder */

img
{
	border: 0;
}

/* @end */

/* @group Listen */

ul 
{
	list-style-type: none;
}

/* @end */

/* @group Tabellen */

table
{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

table tr th,
table tr td
{
	vertical-align: top;
	text-align: left;
	padding: 2px 4px 2px 0;
}

/* @end */

/* TinyMCE Allgemein Ende */

/* @group Formularfelder */

input.text,
textarea,
select
{
	border: 1px solid grey;
	padding: 1px;
	
	color: grey;
}

input.button 
{	
	padding: 0 4px 0 4px;
	
	cursor: pointer;
	cursor: hand;
	
	border: 1px solid grey;
	background: lightgrey;
}

*html input.button,
html* input.button
{
	height: 20px;
	line-height: 10px;
}



/* @end */

/* @group Anti Spambot */

span.anti_spambot
{
	unicode-bidi: bidi-override;
	direction: rtl;
	white-space: nowrap;
}

/* @end */

/* @end */

/* @group Seite */

body
{	
	color: 6c6c6c;
	background: #ffffff url(/assets/site/images/background.jpg) repeat-y;
}

div.site
{
	position: relative;
	width: 980px;
	margin: 0 auto;
	background: url(/assets/site/images/site_bg.png) repeat-y;
	padding-bottom: 32px;
}

/* @end */

/* @group Kopf */

div.head
{
	position: relative;
	width: 970px;
	height: 254px;
}

/* @group Logo */

div.head h1

{
	position: absolute;
	left: 0;
	top: 0;
	width: 248px;
	height: 254px;
	
	text-indent: -1000em;
	overflow: hidden;
	background: url(/assets/site/images/logo.jpg) no-repeat;
}

div.head h1 a
{
	display: block;
	width: 100%;
	height: 100%;
	
	text-decoration: none;
}

/* @end */

/* @group Slogan */

div.head h2
{
	position: absolute;
	left: 248px;
	top: 0;
	width: 722px;
	height: 254px;
	
	text-indent: -2000em;
	overflow: hidden;
}

/* @end */

/* @group Sprachauswahl */

div.head ul.language_selection
{
	position: absolute;
	right: 732px;
	top: 235px;
}

* html div.head ul.language_selection
{
	top: 236px;
}

*+html div.head ul.language_selection
{
	top: 236px;
}

div.head ul.language_selection li.active
{
	display: none;
}

div.head ul.language_selection li a
{
	padding: 2px 4px 3px 4px;
	
	font-size: 11px;
	text-decoration: none;
	white-space: nowrap;
	
	color: white;
	background: #bf1900;
}

div.head ul.language_selection li a:hover
{
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group Navigation */

div.navigation
{
	float: left;
	display: inline;
	width: 201px;
	border-top: 2px solid black;
	margin: 0 0 0 37px;
	padding-top: 31px;
	margin-right: 10px;
	
	background: #fafafa;
}

/* @group Ebene 1 */

div.navigation ul
{
	list-style-type: none;	
}

div.navigation ul li a
{
	padding: 8px 0 8px 0;
	display: block;
	height: 1%;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #9c9c9c;
}

div.navigation ul li.parent.active a
{
	padding-bottom: 0;
	border: none;
}

div.navigation ul li a:hover, 
div.navigation ul li.active a
{
	text-decoration: none;
	color: #6c6c6c;
}

/* @end */

/* @group Ebene 2 */

div.navigation ul li ul
{
	display: none;
	text-decoration: none;
	color: #6c6c6c;
	border-bottom: 1px solid #9c9c9c;
	padding: 0 0 8px 0;
}

div.navigation ul li.active ul
{
	display: block;
}

div.navigation ul li ul li a
{
	padding: 5px 0 0 13px;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	border: none;
	color: #6c6c6c;
	background: url(/assets/site/images/nav_arrow.gif) no-repeat 0 12px;
}

div.navigation ul li ul li.active a, 
div.navigation ul li ul li a:hover
{
	text-decoration: underline;
}

/* @end */

/* @group Ebene 3 */

div.navigation ul li.active ul li ul
{
	display: none;
	border: none;
	
	padding: 0 0 0 0;
}

div.navigation ul li.active ul li.active ul
{
	display: block;
}

div.navigation ul li ul li.active ul li a
{
	padding: 2px 0 0 26px;
	background-position: 13px 9px;
	text-decoration: none;
}

div.navigation ul li ul li ul li.active a, 
div.navigation ul li ul li ul li a:hover
{
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group Inhalt */

div.content
{
	width: 720px;
	float: left;
	min-height: 400px;
	
	margin-bottom: 20px;
	padding: 40px 0 0 1px;
	
	border-left: 1px solid #c20009;	
	color: #6c6c6c;
	background: white;
}

* html div.content
{
	height: 550px;
}

/* TinyMCE Inhalt Anfang */

/* @group Absatzformate */

div.content h3
{
	font-size: 18px;
	color: #bf1900;
	border-bottom: 1px solid #9c9c9c;
	font-style: italic;
	padding-bottom: 4px;
	margin: 0 60px 25px 27px;
}

div.content h4
{
	font-size: 18px;
	font-weight: normal;
	margin: 22px 60px 5px 27px;
}

div.content h4 strong
{
	font-size: 18px;
}

div.content h5

{
	font-size: 14px;
	margin: 5px 60px 0 27px;
}

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

div.content p.Bild
{
	margin: 0 0 0 27px;	
}

div.content strong,
div.content .strong
{
	font-weight: bold;
}

div.content .highlight
{
	color: #bf1900;
	font-weight: bold;
}

div.content small,
div.content .small
{
	font-size: 10px;
}

/* @end */

/* @group Links */

div.content a

{
	color: #bf1900;
	text-decoration: none;
}

div.content a:hover
{
	text-decoration: underline;
}



/* @end */

/* @group Listen */

div.content ul 
{
	margin: 10px 60px 12px 27px;	
}

div.content ul li
{
	margin-bottom: 6px;
	padding-left: 12px;
	height: 1%; /* Stupid IE Hack */
	background: url(/assets/site/images/contentListSquare.gif) no-repeat 0 6px;
}

div.content ol 
{
	margin: 0 60px 12px 27px;
}



/* @end */

/* @group Liste Quer */

div.content ul.quer
{	
	margin: 0 0 37px 27px;
}

div.content ul.quer li
{	
	float: left;
	width: 218px;
	margin: 0;
	
	overflow: hidden;
}

div.content ul.quer h4
{
	display: inline;
	margin-left: 0;
}


/* @end */

/* @group Liste Bildunterschrift */

div.content ul.Bildunterschrift
{	
	margin: 0 0 27px 17px;
}

div.content ul.Bildunterschrift li
{	
	float: left;
	width: 218px;
	margin: 0;
	
	overflow: hidden;
	list-style-type: none;
	background: none;
	
	color: #00447d;
	font-style: italic;
	font-weight: bold;
}

/* @end */

/* @group Liste Adressen */

div.content ul.Adressen
{	
	margin: 8px 0 130px 17px;
}

div.content ul.Adressen li
{	
	float: left;
	width: 218px;
	margin: 0;
	
	overflow: hidden;
	list-style-type: none;
	background: none;
}

div.content ul.Adressen li p
{
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Tabelle */

div.content table
{
	margin: 20px 0 20px 27px;
	width: 640px;
}

div.content table tr td
{
	vertical-align: top;
}

div.content table tr td img.left
{
	margin: 0;
	padding: 0 10px 10px 0;
}


/* @end */

/* TinyMCE Inhalt Ende */

/* @group Formulare */

div.content form 
{
	width: 450px;
	margin-top: 30px;
}

div.content form p
{
	position: relative;
	margin-right: 0;
	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,
html* div.content form p select
{
	width: 206px;
}

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

*html div.content form p span.input,
html* div.content form p span.input
{
	position: absolute;
	left: 189px;
}

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

/* @end */

/* @group Bilder */

div.content img
{
	margin: 10px 0 10px 0;
}

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

div.content a.img_left,
div.content img.img_left
{	
	float: left;
	clear: both;
	display: inline;
	
	margin: 0 10px 10px 0;
}

div.content a.img_wide,
div.content img.img_wide
{
	clear: both;
	display: block;
}

div.content p.Bild a.img_wide img,
div.content p.Bild img.img_wide
{
	margin: 0;
}

div.content img.mitarbeiterfoto
{
	float: right;
	display: inline;
	position: relative;

	bottom: -30px;
	margin-top: -20px;
}

* html div.content img.mitarbeiterfoto
{
	bottom: -42px;
}

*+html div.content img.mitarbeiterfoto
{
	bottom: -42px;
}

/* @end */

/* @group Google Maps */

div.content div#map
{
	height: 400px;
	margin: 0 60px 0 27px;
	
	border: 1px solid #979797;
}

/* @end */



/* @end */

/* @group MetaNav */

div.meta_navigation
{
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 980px;
	height: 42px;
	background: url(/assets/site/images/footer.png) no-repeat left bottom;
}

div.meta_navigation ul
{
	border-top: 1px solid #9c9c9c;
	text-align: right;
	margin: 0 60px 0 37px;
}

div.meta_navigation ul li
{
	display: inline;
	font-size: 10px;
}

div.meta_navigation ul li.first
{
	color: white;
}

div.meta_navigation ul li a
{
	text-decoration: none;
	line-height: 30px;
	font-size: 10px;
}

div.meta_navigation ul li a.active,
div.meta_navigation ul li a:hover
{
	text-decoration: underline;
	color: #6c6c6c;
}
/* @end */
