/* 
    Document   : print
    Created on : 10.10.2008, 18:02:10
    Author     : Nico Geisler
    Description:
        Purpose of the stylesheet follows.
*/

html, body {
font-size: 100.01%;
background-color: #fff;
}

/* Links */
a:link	{
	color: #000;
	background: transparent; 
}
a:visited	{
	color: #000;
	background: transparent;
}
a:focus, a:hover, a:active	{
	color: #000;
	background: transparent;
}

/* Textauszeichnung */
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
} 
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	margin-bottom: 0.5em;
	}
h3, h4, h5, h6 {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	margin-bottom: 0.5em;
}

hr	{
	background-color:#000; /* Mozilla 1.4 */
	color:#000; /* IE 6 */
	border: #000; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}


/* Struktur für Ausdehnung */
#main_content {width:100%; display:block;}
#inner {display:block; margin-left:0; margin-right:0;}
#navigation_left {display:none;}
#navigation_right {display:none;}
#content {width:100%; display:block;}
.clear {clear:both;}


/* Kopfbereich */

div#head {
	display:none;
}


div#head div#font-size {
	display:none;
}

#font-size p {
	display:none;
}


div#head div#top_navi {
	display:none;
}
div#head h1 {
	position:absolute;
        font-weight:bolder;
	left:23%;
	top:75px;
	color:#000;
	font-size:1.8em;
}


/* Navigation */

/*main*/ 
ul.navi_main {
	display:none;
}
/*breadcrumb navigation (deshalb höhenänderung) */

div#breadcrumb_navi {
	display:none;
}

/* Inhaltsbereich */

h2.aktuell {
	font-size:1.4em;
	color:#000;
	font-weight:normal;
}

#content {
        color:#000;
}

#content p, #content li {
	margin-bottom:0.5em;
	font-size:0.8em;
	line-height:150%;
        color:#000;
}

#content a:link, #content a:visited 	{
	color: #000;
}
#content a:visited	{
	color: #000;
}

#content p.article_info {
    font-size:0.7em;
}

#content .news_article img {
    margin:20px;
}

#content ul, #content ol {
    margin-left:20px;
}

#content .small_font {
    font-size:0.5em;
}


#content div.pagination {
    text-align:center;
    padding-top:30px;
}

#content div.pagination a {
    margin:0 10;
    font-size:0.75em;
}


a:link.printlink {
    display:none;
}


 /* Inhalte rechts & links */
form {
    display:none;
}

/* Formulare */
input {
        display:block;
	margin-left:5%;
}
input#submit {
        
	
}
textarea {
	margin-left:5%;
}


legend	{
	font-size: 0.8em;
	font-weight: bold;
        color:#333333;
}
label {
        margin-left:5%;
        display:block;
	font-size: 0.64em;
	font-weight: bold;
	color: #666666;
}

label.formerror {
        color:#ff6666;
}

div.forminfo {
        font-size:0.8em;
        color:#ff6666;
        font-weight:bold;
}

