/* Stylesheet für die CL-Website - PRINTVERSION		*/
/* Martin Fritz Marketing Kommunikation 			*/


/* allgemeine Angaben */

* { margin:0; padding:0; font-size: 100%; }

html {
height:100%;
}

body {
    font-size: 11pt;
    color: #000;
	background: #FFF;
    text-align: left;
    font-family: helvetica, arial, sans-serif;
    height: 100%;
    text-align: left;
}

html[xmlns]
             {

             height : 100%;
             padding-bottom : 0;

             } 
             
ul, li {
list-style: none;
}

/* Layout */

#head_links {
display: none;
}

#head_rechts {
display: none;
}

#head_aussen {
display: none;
}

#wrapper {
width: 100%;
}


#iewrapper {
width: 100%;
margin: 0px;
}

#block_1
	{
	float: left;
	width: 80%;
	margin-left: 0;
	background: #FFF; 	
	}
* html #block_1
	{
	display: inline;
	}
#block_2
	{
display: none;
	}
#block_3
	{
	float: right;
	width: 20%;
	background: none;
	}
	
#block_3 img {
margin: 0px;
}


/* Menu für Screenreader, um direkt zum Inhalt/Menü zu springen */

#schnellmenu { 			
display: none;
}

/* Ende Schnellmenu */

/* Menus */

/* Topmenu */

#topmenu {
display: none;
}


/* Inhalt */

#inhalt {
font-size: 11pt;
color: #000;
margin: 0px;
padding-bottom: 0px;
line-height: 18pt;
}

#inhalt a{
color: #000;
text-decoration: underline;
}

#inhalt h1, #inhalt h2, #inhalt h3 {
font-weight: bold;
margin-bottom: 10px;
text-transform: uppercase;
}

#inhalt p{
margin-bottom: 15px;
}

#inhalt ul {
margin: 15px 0px 15px 0px;
list-style: disc;
}

#inhalt ul li{
padding-left: 0px;
list-style: disc;
background: none;
font-weight: normal;
line-height: 1.5;
margin-left: 25px
}

/* Inhaltsfooter */

#contentfooter{
display: none;
}

