@import url("artikel.css");

/* Fuer die Druckausgabe ueberfluessiges abschalten */


	
#top, #top-menu, #left-menu-box, #statische_suche, #tagcloud_suche, #movie, #right, #service-navi, #schriftzug
{
  display: none;
}


/* Geeignete Eigenschaften fuer die Druckausgabe setzen */
#logo
{
  position: relative;
  left: 30px;
}

#table_for_print
{
  width: 500px;
}

h1, h2, h3, h4, h5, h6 { font-family: Verdana;
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}


/*body, html {
	position: relative;
	text-align: center;
	border: 0;
	margin: 5px 0 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
	font-size: 11px;
}*/

#outer-wrapper {
	text-align: center;
	position: relative;
	z-index: 0;
	text-align: left;
	margin: 0 auto;
	height: 100%;
	
}

#content-wrapper {
	position: absolute;
	top: 130px;
	left: 0;
	width: 100%;
	height: auto;
	clear: both;
	
}


#middle {
	width: 800px;
	z-index: 2;
	background: #FFFFFF;
 
}
#middle-content {
	/*position: absolute;
	z-index: 3;*/
	width: 800px;
  background: #FFFFFF;
}

#middle-marker {
	margin: 0 0 0 0;
	padding: 0 12px 0 12px;/*Abstand Content zur Hauptnavigation*/
}

div#middle-marker h1.csc-firstHeader
{
  color: #004f69;
  font-size: 16px;
}

#middle {
	float: left;
	width: 630px;
	margin: 15px 20px 0 20px;
}

#footer
{
  position: relative;
  left: 210px;
  margin-top: 5em;
  font-size: 8px;
}

a { text-decoration: none; color: #000000; }
P, UL, OL ,table{ font-size: 11px; }
P { margin: 0px 0px 0px 0px; }

/*H1 { font-size: 14px; color: #000000; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ffffff; padding: 0px 0px 0px 0px; }*/
H1 { font-size: 14px; margin: 0; padding: 0; }
H2 { font-size: 14px; color: #000000; }
H3 { font-size: 12px; color: #000000; }
H4 { font-size: 11px; color: #000000; }
H5 { font-size: 10px; color: #000000; }
H6 { font-size: 9px; color: #333333; font-weight: normal; }
H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; /*margin-top: 20px;*/ }
H1 { margin: 0px 0px 0px 0px; /*margin-top: 20px;*/ margin-bottom: 20px; }
H2, H3 { margin: 0px 0px 0px 0px; margin-top: 20px; margin-bottom: 10px; }
H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 20px; margin-bottom: 10px; }
H1.csc-firstHeader, H2.csc-firstHeader  { margin-top: 0px; }
H3.csc-firstHeader { margin-top: 0px; }
H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }

P.bodytext { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #000000; line-height: 14px;}

UL { list-style-type: disc; list-style-position: outside; }
UL UL LI { font-size: 10px; }
LI { padding-left: 2px; }

IMG { border-style: none; }

P.csc-caption { font-size: 10px; }

.csc-textpic-caption { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 10px; }



/* Diese Regel fuegt in CSS2-Browsern die Link-Adresse hinter Links ein. 
a:link:after, a:link:visited:after {

  content: " (Link auf <" attr(href) ">) ";

  font-size: 76%;
  color: #999;

  background: transparent;
}
*/ 

/* Bei internen Links muss noch die eigene Domain ausgegeben werden 

a[href^="/"]:link:after {

  content: " (Link auf <http://www.vvvv.de " attr(href) ">) ";

}*/ 

