/***
---Farben---
hellblau Navi: C6DBEE
Hellblau Lines: E7EEF8
blau Hintergrund Body:B6CBE6
Dunkelblau H1, links usw:184072
Hellblau Partner:D1DFEF

***/

/*** Alles auf Null setzen ***/

*       {
        margin:0;
        padding:0;
        border:0;
		color:#184072;
		text-decoration:none;
        }


/*** BODY ***/

BODY    {
		font-size:11px;
        font-family:Verdana;
		padding:0 20px 0 20px;
        }
        
#breadcrumb {margin:0 0 20px 0;}
      

/***ALLGEMEINES***/


H1		{
		font-size:18px;
		line-height:1.1;
		margin-bottom:5px;
		}

H2		{
		font-size:12px;
		line-height:1.5;
		margin-bottom:5px;
		}

H3		{
		font-size:11px;
		margin-bottom:5px;
		}





ul {line-height:160%; text-align:left}
ul,ol 	{margin:0 0 10px 20px}

P		{
		margin:0 0 10px 0;
		}

P.noMargin {
		margin:0;
		}

H2 P, DIV.children P, TD P 	{
		margin:0 0 0 0;
		}

DIV.left {display:none;}

/***LINE ANSICHT***/

DIV.line {
		/*background-color:#C6DBEE;*/
		background-color:#E7EEF8;
		font-size:11px;
		width:100%;
		}

DIV.line DIV.image {
		width:100px;
		height:100px;
		overflow:hidden;
		float:left;
		}

DIV.line DIV.text {
		height:100px;
		width:255px;
		overflow:hidden;
		float:right;
		}

DIV.line DIV.textLong {
		height:100px;
		width:355px;
		overflow:hidden;
		float:right;
		}

DIV.line DIV.text DIV.inner, DIV.line DIV.textLong DIV.inner {
		padding:0 0 0 10px;
		}

DIV.lineLeft {
		
		width:355px;
		}

DIV.lineRight {
		
		width:355px;
		}



A, P A, A P {text-decoration:none;}
