

/*
==================
Grundeinstellungen
==================
*/


/* HTML-Tags */

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13pt;
color: #000000;


}


	
/*Titel*/
h1 {
font-size:15pt;

}

h2 {
font-size:13pt;

}

h3 {
font-size:20pt;

}


/*Generelle Links*/
a:link {color: #000; text-decoration:underline;}
a:visited {color: #000; text-decoration:underline;}
a:hover {color: #666; text-decoration:underline; font-weight: bold; }
a:active {color: #000; text-decoration:underline;}


/*Wrapper DIV*/
#wrapper {
background-image: none;

}
	
	

/*
==================
Head Bereich
==================
*/

/*Logo*/
#logo {
display: none;

}

#logo-print {
display:inline;
}

/*Header*/
#headerbild {
display: none;

}



/*
==================
Navigation
==================
*/

#navigation {
display: none;
}
	
#mainnav {
display: none;
}
	

#subnav{
display: none;
}




#partner{
margin-top: 100px;
float: right;
padding-top: 10px;

}


/*
==================
Content-Bereich
==================
*/
#maincontent {
width: 900px;
padding: 28px 20px 20px 0px;


}

#content ul {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
margin-left:5px;
vertical-align:top;
}

/*Abstand unterhalb von Bild vergrössern*/
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image{
margin-bottom: 2px;

}
	



/*
==================
Sidebar-Bereich
==================
*/	
#sidebar {
display: none;
}

#sidebar-1 {
display: none;
}

#sidebar-2 {
display: none;
}



/*
==================
Footer-Bereich
==================
*/	

#footer {
padding-top: 20px;
font-size: 11pt;

}

table {
margin: 0px;
padding:0px!important;


}

td {
font-size: 11pt;

}

.seite17 td, .seite19 td {
font-size: 12pt;

}

p {
margin-bottom: 0px;

}

.csc-textpic-imagewrap{
font-size: 10pt;
}





