/*------------------------------- screen START ---------------------------------------*/
@media screen {
/*------------------------------- screen START ---------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----|| reset browser defaults ||--------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, abbr, acronym {
	border:0;
}
abbr, acronym {
	border-bottom:1px dotted;
}
address, caption, cite, code, dfn, em, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
a:focus { /* prevents ugly (but maybe useful) outlining on focus */
	outline:none;
}
embed:focus, object:focus { /* prevents ugly (but maybe useful) outlining on focus */
	outline:none;
}
img, embed, object, legend {
	display:block;
}
/*-----------------------------------------------------------------------------------*/
/*-----|| predefined styles ||-------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.clear { /* clearing floats within html-code about the <br /> tag */
	clear:both;
	height:0;
	font-size:0;
}
.clearfix:after { /* clearfix-method without additional markup. needs surrounding element. */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:block;
}
hr { /* hr is invisile, but visible in print-view */
	display:none;
}
.invisible { /* makes elements invisible but readable */
	position:absolute;
	left:-1000em;
}
/*-----------------------------------------------------------------------------------*/
/*-----|| global font definitions ||-------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
* { /* basic font family/groundcolor */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#716971;
}
h1 {
	margin:0 0 7px 0;
	padding-bottom:6px;
	font-size:1.4em;
	line-height:16px;
	color:#f60000;

}

h2 {
	margin:0 0 7px 0;
	padding-bottom:6px;
	font-size:1.45em;
	line-height:16px;
	color:#716971;
	background:url(images/trenner.gif) 0 100% no-repeat;
}
h3 {
	margin:0 0 10px 0;
	font-size:11px;
	color:#f60000;
}

a, a:link, a:visited, a:active, a:focus { /* basic link groundcolor */
	color:#464646;
	text-decoration:none;
}
a:hover { /* basic link hover color */
	color:#ff0000;
}
p {
	margin:0 0 15px 0;

}
#sprungmarke { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:15px;
	color:#716971;
	text-decoration:underline;
	background:url(images/pfeil.gif) 0 3px no-repeat;
	margin-bottom:2px;
}
#slotlink { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:25px;
	color:#f60000;
	background:url(images/pfeil_rot.gif) 10px 2px no-repeat;
	font-weight:bold;
}

.linkextern {
	color:#716971;
}
a.linkextern {  
	color:#716971;
	font-size: 11px;
	text-decoration: underline; 
} 
a.linkextern:hover { 
	color:#716971;
	font-size: 11px;
	text-decoration: underline;
} 
.linkrot {
	color:#f60000;
}
a.linkrot {  
	color:#f60000;
	font-size: 11px;
} 
a.linkrot:hover { 
	color:#f60000;
	font-size: 11px;
} 

/*-----------------------------------------------------------------------------------*/
/*-----|| document ||----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#dcCont { /* document container */
	width:950px; 
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

/*-----------------------------------------------------------------------------------*/
/*-----|| header ||------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#hdCont { /* header  container */
	width:950px; 
	height: 192px;
	position:relative;
	
}
/*-----------------------------------------------------------------------------------*/
/*-----|| main navigation ||---------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#mnCont { /* main navigation  container */
	
	margin-left: 38px;
	width:912px;
	height: 23px;
	background-color:#FF0000;
	position:absolute; bottom:0px;
}
#mnCont .ct { /* contentbox inside main navigation */
	
}

#mnCont ul {
	float:left;
}
#mnCont ul li {
	float:left;
	color: #fff;
	margin:4px 13px 0 0;
	padding-left:23px;
	font-weight:bold;
	
}
#mnCont ul li.ulFirst {
	background:none;
}

#mnCont ul li a {
    color:#fff;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;

}
#mnCont ul li a:hover, #snCont .ct ul li a:active {
	color:#000000;
	font-weight:bold;

}

/*-----------------------------------------------------------------------------------*/
/*-----|| content ||-----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*-----|| footer ||------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#ftCont { /* footer container */
	margin-top:20px;
	margin-left:57px;
	padding-bottom:20px;
}
#ftCont .ct { /* footer container */
 font-size:10px;
 color:#787878;
}
#ftCont .ct a { /* footer container */
 font-size:10px;
 color:#787878;
}


/*-----------------------------------------------------------------------------------*/
/*-----|| other ||------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#dcImpressum { /* document container */
	width:385px; 
	background-color:#FFFFFF;
	padding: 10px;
}
#dcHaftung { /* document container */
	width:385px; 
	background-color:#FFFFFF;
	padding: 10px;
}


/*------------------------------- screen END ----------------------------------------*/
}
/*------------------------------- screen END ----------------------------------------*/

/*------------------------------- print START ---------------------------------------*/
@media print {
/*------------------------------- print START ---------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*-----|| reset browser defaults ||--------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
* { /* resets all predefined values to 0 */
	margin:0;
	padding:0;
}
body {
	background:#fff !important;
}
table { 
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, abbr, acronym {
	border:0;
}
address, caption, cite, code, dfn, em, var {
	font-style:normal;
	font-weight:normal;
}
caption, th {
	text-align:left;
}
/*-----------------------------------------------------------------------------------*/
/*-----|| predefined styles ||-------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.clear { /* clearing floats within html-code about the <br /> tag */
	clear:both;
	height:0;
	font-size:0; 
}
.clearfix:after { /* clearfix-method without additional markup. needs surrounding element. */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:block;
}
hr { 
	clear:both;
	display:block;
	margin:15px 0;
	height:1px;
	line-height:1px;
	font-size:1px;
}
.invisible { /* makes elements invisible but readable */
	position:absolute;
	left:-1000em; 
}
/*-----------------------------------------------------------------------------------*/
/*-----|| hide areas ||--------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#loremipsum {
	display:none;
}
/*-----------------------------------------------------------------------------------*/
/*-----|| global font definitions ||-------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
* { /* basic font family/groundcolor */
	color:#000;
	font:12pt Georgia, "Times New Roman", serif; /* Zeichensatz auf Serifen umstellen */
	/*quotes: "\201E" "\201C" "\201A" "\2018";*/
}
h1, h2, h3, h4, h5, h6 { /* no page-break after headings */
	page-break-after:avoid; 
}
a:link, a:visited, a:active, a:focus { /* basic link groundcolor */
	text-decoration:underline;
}
a[href]:after { /* set urls visible after links --> modern browsers */
	content:" <"attr(href)">"; 
	background-color:inherit;
	color:#369; 
	font-style:italic;
}
abbr[title]:after, acronym[title]:after { /* set text of acronyms visible --> modern browsers */
	content:'(' attr(title) ')';
	background-color:inherit;
	color:#369; 
	font-style:italic; 
}
*[cite]:after {
	content:close-quote" (Quelle: "attr(cite)")";
}
q:before, blockquote:before {
	content:open-quote;
}
q:after, blockquote:after {
	content:close-quote;
}
/*-----------------------------------------------------------------------------------*/
/*-----|| document ||----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#dcCont {
	width:100% !important;
	margin:0 !important;
	padding:0 !important; 
}
/*-----------------------------------------------------------------------------------*/
/*-----|| content ||-----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#ctCont {
	
}
/*-----|| main content - basic font settings ||-----*/
#ctCont h1 {

}
/*------------------------------- print END -----------------------------------------*/
}
/*------------------------------- print END -----------------------------------------*/
