/**
 * Seite: jensen-emmerich.de
 * Datei: screen.css
 * Media: screen
 *
 * Datum: 2006-06
 * Autor: Niels Weber
 ****************************************************************************************************
 * Basisdaten
 ****************************************************************************************************/

#copyrightCon h5 {
		text-align:right;
		font-style:italic;
font-weight:normal;
}

a.linkVersteckt {
	color:#666666 !important;
	text-decoration:none !important;
}

a.linkVersteckt:hover {

	text-decoration:underline !important;
}

#copyrightCon1 {

}

#copyrightCon h6 {
	text-align:right;

}

#copyrightCon {
	padding:20px;
background:#dedede;


}

#copyright {
	clear:left;

}

* {
	margin: 0;
	padding: 0;
}
.hidden {
	display: none;
}
body {
	height: 100%;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #e4e4e4;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
/****************************************************************************************************
 * Seitenaufbau
 ****************************************************************************************************/
#container {
	width: 970px;
	height: auto;
	min-height: 100%;
	margin: 0 auto 0 auto;
	overflow: visible;
	display: block;
	background-image: url(../images/bg_body.gif);
	_background-image: none;
	background-repeat: repeat-y;
	background-position: top center;
	text-align: left;
}
#main {
	width: 950px;
	height: auto;
	margin: 0 0 0 10px;
	_margin: 0 0 0 11px;
	display: block;
	overflow: visible;
	text-align: left;
}
/****************************************************************************************************/
#header {
	width: 950px;
	height: 120px;
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
}
#lang {
	width: 462px;
	_width: 475px;
	height: 20px;
	padding: 10px 0 0 13px;
	
	float: left;
}
#lang a {
	margin: 0 10px 0 4px;
}
#lang #deutsch {
	float: left;
}
#lang #deutsch a {
	width: 46px;
	height: 10px;
	display: block;
	background-image: url(../images/lang_deutsch.gif);
}
#lang #deutsch a:hover {
	width: 46px;
	height: 10px;
	display: block;
	background-image: url(../images/lang_deutschRO.gif);
}
#lang #dansk {
	float: left;
}
#lang #dansk a {
	width: 35px;
	height: 10px;
	display: block;
	background-image: url(../images/lang_dansk.gif);
}
#lang #dansk a:hover {
	width: 35px;
	height: 10px;
	display: block;
	background-image: url(../images/lang_danskRO.gif);
}
#lang #svenska {
	float: left;
}
#lang #svenska a {
	width: 46px;
	height: 10px;
	display: block;
	background-image: url(../images/lang_svenska.gif);
}
#lang #svenska a:hover {
	width: 46px;
	height: 10px;
	display: block;
	background-image: url(../images/lang_svenskaRO.gif);
}
#lang #english {
	float: left;
}
#lang #english a {
	width: 42px;
	height: 10px;
	display: block;
	background-image: url(../images/lang_english.gif);
}
#lang #english a:hover {
	width: 42px;
	height: 10px;
	display: block;
	background-image: url(../images/lang_englishRO.gif);
}
#logo {
	width: 475px;
	float: right;
	text-align: right;
}
/****************************************************************************************************/
#navi-main {
	width: 937px;
	_width: 950px;
	height: 25px;
	padding: 5px 0 0 13px;
	background-color: #eaeaea;
}
#navi-main a IMG {
	margin: 0 15px 0 0;
}
/****************************************************************************************************/
#catpic {
	width: 950px;
	height: 222px;
	padding: 0 0 30px 0;
	display: block;
	background-color: #ffffff;
}
#pic01 {
	width: 475px;
	height: 222px;
	float: left;
}
#pic02 {
	width: 475px;
	height: 222px;
	float: left;
}
/****************************************************************************************************/
#content {
	width: 554px;
	height: auto;
	min-height: 400px;
	padding: 0 0 30px 0;
	float: left;
	display: block;
	background-color: #ffffff;
}
#content h1 {
	margin: 0 0 10px 60px;
	color: #a5a5a5;
	font-size: 2em;
}
#content h2 {
	margin: 0 0 20px 60px;
	color: #004178;
	font-size: 2em;
}
#content h3 {
	margin: 0 0 0 84px;
	padding: 0 0 0 12px;
	line-height: 1.6em;
	border-left: 1px solid #a5a5a5;
	font-size: 1em;
}
#content p.bodytext {
	margin: 0 0 0 84px;
	padding: 0 0 0 12px;
	line-height: 1.6em;
	border-left: 1px solid #a5a5a5;
	font-size: 1em;
}
#content p a {
	color: #004178;
	text-decoration: underline;
}
#content p a:hover {
	color: #7E8483;
}
/****************************************************************************************************/
#serviceblock {
	float: left;
}
/****************************************************************************************************/
#navi-sub {
	width: 380px;
	background-color: #ffffff;
}
#navi-sub h1 {
	margin: 0 0 10px 60px;
	color: #a5a5a5;
	font-size: 2em;
}
#navi-sub ul {
	margin: 15px 0 30px 84px;
	padding: 0 0 0 12px;
	border-left: 1px solid #a5a5a5;
	list-style: none;
}
#navi-sub ul li {
	margin: 0 0 22px 0;
}
#navi-sub ul li a {
	padding: 0 0 0 20px;
	background-image: url(../images/button_plus.gif);
	background-repeat: no-repeat;
	color: #004178;
	text-decoration: underline;
}
#navi-sub ul li a.current {
	padding: 0 0 0 20px;
	background-image: url(../images/button_plusRO.gif);
	background-repeat: no-repeat;
	color: #7E8483;
	text-decoration: underline;
}
/****************************************************************************************************/
#news,
#newsletter {
	width: 380px;
	background-color: #ffffff;
}
#news h1,
#newsletter h1 {
	margin: 0 0 10px 60px;
	color: #a5a5a5;
	font-size: 2em;
}
#news h2,
#newsletter h2 {
	margin: 0 0 20px 60px;
	color: #004178;
	font-size: 2em;
}






/**
 * PLUGIN: mailform
 ****************************************************************************************************/
#mailform fieldset {
	margin: 0 0 0 84px;
	padding: 20px 0 0 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 1px solid #a5a5a5;
}
#mailform div.csc-mailform-field {
	padding: 0 0 4px 12px;
}
#mailform div.csc-mailform-field label {
	width: 450px;
	padding: 0 0 2px 0;
	display: block;
}
#mailform input[type=text] {
	width: 450px;
	margin: 0 0 5px 0;
	border: 1px solid #a5a5a5;
	color: #666666;
	font-size: 10px;
}
#mailform textarea {
	width: 450px;
	margin: 0 0 5px 0;
	border: 1px solid #a5a5a5;
	color: #666666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}
#mailform input[type=submit] {
	padding: 0 10px 0 10px;
	border: 1px solid #a5a5a5;
	background-color: #dedede;
	color: #666666;
	font-size: 11px;
}
/**
 * PLUGIN: direct_mail_subscription
 ****************************************************************************************************/
#newsletter fieldset {
	margin: 0 0 30px 84px;
	padding: 0 0 0 12px;
	border-top: 1px solid #ffffff;
	border-right: 0;
	border-bottom: 0;
	border-left: 1px solid #a5a5a5;
	font-size: 1em;
}
#newsletter div.newsletter-field {
	padding: 0 0 4px 0;
}
#newsletter div.newsletter-field label {
	width: 270px;
	padding: 0 0 2px 0;
	display: block;
}
#newsletter input[type=text] {
	width: 270px;
	margin: 0 0 5px 0;
	border: 1px solid #a5a5a5;
	color: #666666;
	font-size: 10px;
}
#newsletter fieldset legend {
	display: none;
}
#newsletter input[type=submit] {
	padding: 0 10px 0 10px;
	border: 1px solid #a5a5a5;
	background-color: #dedede;
	color: #666666;
	font-size: 11px;
}
/**
 * PLUGIN: croncssstyledimages
 ****************************************************************************************************/
#content .csi-intext-left {
	height: 55px;
	margin: 0 0 0 84px;
	padding: 10px 0 0 12px;
	display: block;
	overflow: hidden;
	border-left: 1px solid #a5a5a5;
}
#content .csi-intext-left .csi-imagewrap {
	margin: 0 17px 0 0;
	float: left;
}
#content .csi-intext-left p.bodytext {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	border-left: 1px solid #ffffff;
	font-size: 1em;
}

/****************************************************************************************************
 Direkter Kontakt - PID 8 (rechte Spalte)
****************************************************************************************************/
#direkter_kontakt {
	margin-bottom: 40px;
}

#direkter_kontakt p.bodytext {
	margin: 0 0 0px 84px;
	padding: 0 0 0 12px;
	border-left: 1px solid #a5a5a5;
	font-size: 1em;
}

#direkter_kontakt h1 {
	margin: 0 0 10px 60px;
	color: #a5a5a5;
	font-size: 2em;
}

#direkter_kontakt h2 {
	margin: 0 0 20px 60px;
	color: #004178;
	font-size: 2em;
}

#direkter_kontakt a:link,
#direkter_kontakt a:visited {
	color:#004871;
}

.headerwrap{
  text-indent: -99999px;
  background-repeat: no-repeat;
}
