html,body 	{
		padding:0;
		margin:0;
		background-color:#7d75ee;
		font-family: trebuchet ms;
		font-size: 14px;
		color:#868686;
                height: 100%;
		}



img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container 	{
		width: 1086px;
		padding:0px;
		margin: 0px;
		margin-left: auto;
		margin-right: auto;
                color:#868686;
/*              border: yellow 1px dotted;  */
		} 

#contentcontainer { 
                float:left;
		width: 1086px;
		padding: 0 0 0 0px;
		margin: 0px;
		background-image:url(../img/middle.png);
/*           	border: blue 1px dotted;  */
}


#topboarder	{
		height: 41px;
		padding: 0px;
		margin: 0 0 0 0px;
		background-image:url(../img/top_winter.png);
/* 		border: red 1px dotted; */
 		}


#headerparts	{ 
		width: 1030px;
		height: 150px;
		padding: 0 0 0 30px;
		margin-left: 0px;
/*		border: black 1px dotted;   */
 		}



#search		{ 
		float:left;
		width: 176px;
		height: 22px;
		padding: 0px 0 0 0px;
		margin: -22px 0 0 -50px;
/*		border-left: #868686 1px dotted; */
/*		border-bottom: #868686 1px dotted; */
/*		border-right: #868686 1px dotted; */

 		}

#logo		{ 
		float:left;
		width: 1020px;
		height: 150px;
		padding: 0px;
		margin-left: 0px;
		margin-top: -12px;
/*		border: blue 1px dotted;  */
 		}


#navigation	{ 
		width: 1020px;
		height: 30px;
		margin-left: 30px;
		padding: 0 0 0 0px;
		background-image:url(../img/navigation_winter.jpg);
/*		border: yellow 1px solid;   */
 		}






/* *********************************************************************************************** */

 		

#subnavigationsbereich	{
                position: relatve;
                clear: both;
                float: left;
		width: 190px;
		min-height: 300px;
		padding: 0 0 0 0px;
		margin:0 0 0 -3px;

 		}


#subnavigation	{ 
                position: relatve;
	        width: 150px;
		height: 260px;
		padding: 0 0 0 28px;
		margin: 10px;
		
                border-right: #868686 1px dotted;

 		}


#advertising 	{ 
                position: relatve;
		width: 180px;
		height: 40px;
		padding: 0 0 0 30px;
		margin: 0px;
/*		border: blue 1px dotted; */
 		} 		
 		
 	 		
#contentelement { 
                clear: both;
                float: left;
		width: 750px;
		padding: 0px;
                margin: -317px 0 0 203px;
/*		border: blue 1px solid;  */

 		}


/* *********************************************************************************************** */


#footer		{
		width: 1086px; 
                float:left;
		background-image:url(../img/middle.png);
/* 		border: green 1px solid;  */

 		}


#footerelement  { 
		width: 1000px;
		height: 60px;
		padding: 0px;
		margin-left: 0px;
/* 		border: yellow 1px solid; */
 		}



 		
 		

#bottomboarder 	{
                clear: both;
                witdh: 1080;
		height: 60px;
		padding:0px;
		margin:0px;
		background-image:url(../img/footer_new.png);
/*		border: red 1px dotted;		*/
		} 


#bottomadvertising A	{ 
                float: left;
		padding: 0px;
		margin: 45px 0 0 978px;
		color:black;
 		} 











/* -----------------Inhalt--------------------- */ 


p {
       margin-top: 0 0 0 0;
       margin: 0 0 0 0; 
}





/*****************************************************/
/*                                                   */
/*  DEFINITIONEN FÜR DEN CONTENT                     */
/*                                                   */
/*****************************************************/


/*****************************************************/
/* ÜBERSCHRIFT H1 HAUPTTITEL IM CONTENTBEREICH       */
/*****************************************************/
 
H1 {
	font-size:16px;
	font-weight:bold;
	color:#0d2d94;
	line-height:19px;
        margin-bottom:-25px;
}

/*****************************************************/
/* ÜBERSCHRIFT H2 ZWEITER TITEL IM CONTENTBEREICH    */
/*****************************************************/

H2 {
	font-size:14px;
	line-height:19px;
	color:#00600b;

} 



/*****************************************************/
/* EINLEITUNGS-TAG FÜR AUFZÄHLUNGEN IM CONTENTAREA   */
/*****************************************************/

UL {
        list-style-position: outside;
        list-style-type: square;    
        padding-left:0px;
        margin-left:15px;
        font-size:14px;
        color:#000000;
}

/*****************************************************/
/* LISTENPUNKTE BEI AUFZÄHLUNGEN IM CONTENTAREA      */
/*****************************************************/

LI {
	padding:0px;
	margin:0px;
}


/*****************************************************/
/* ABSATZFORMATIERUNGEN IM CONTENTAREA               */
/*****************************************************/

P {

            line-height:18px;
            font-size:14px;
            color:#000000;

}







/*****************************************************/
/* FORMATIERUNGEN FÜR "GELINKTE" CONTENTINHALTE      */
/*****************************************************/

P A {
	color:#696969; 
        text-decoration:none;

}


A {
	color:#696969; 
        text-decoration:none;

}




/*****************************************************/
/*                                                   */
/*  ICONS FÜR cONTENT LINKS                          */
/*                                                   */
/*****************************************************/


.internal-link {
	background-image:url(../img/internal_link.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:2px;
	text-decoration:none;
}


.external-link-new-window {
	background-image:url(../img/internal_link.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:2px;
	text-decoration:none;
}


.download {
	background-image:url(../img/downloads_adobe.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:2px;
}

.mail {
/* 	background-image:url(../img/downloads_adobe.gif); */
	background-repeat:no-repeat;
	padding-left:0px;
	padding-top:2px;
        text-decoration: underline;
	color:blue;
	
}








/*****************************************************/
/* Videothek FLV            */
/*****************************************************/


.flvplayer_listpic {
  height: 70px;
	width: 70px;
	border: 0px solid #888888;
  	padding: 0px 4px 4px 0px;
	margin: 20px 0px 20px 20px;
	background-repeat:	no-repeat;
	background-position: 0px 0px;
}

.flvplayer_listpic_firstofrow {
  height: 70px;
	width: 70px;
	border: 0px solid #888888;
 	padding: 20px 4px 4px 0px;
	margin: 0px 0px 20px 0px;
	background-repeat:	no-repeat;
	background-position: 0px 0px;
}




#flvcaption { 
	padding: 7px 0px 7px 0px; 
	width: 660px; 
	text-align: left; 
}




/*****************************************************/
/*                                                   */
/*  NAVIGATION                                       */
/*                                                   */
/*****************************************************/




/*****************************************************/
/* HAUPTNAVIGATION NORMALE ANSICHT                   */
/*****************************************************/
 
.menu_level_1 {
	float:left;
/*	background-color:#ECECED; */
	margin: 0 0 0 0;
        padding: 0px 13px 0 10px;
/*	width:140px;  */
	height:22px;
	border-right: black 1px solid;
	font-size:14px;
	text-decoration:none;
}

.text_1 {
	float:left;
	margin-top:5px;
	margin-left:4px;
	height:20px;
 	font-size:14px;
	text-decoration:none;
}

.text_1 A {
	color:#0b478a;
	font-size:14px;
	text-decoration:none;
}


/*****************************************************/
/* HAUPTNAVIGATION TEXTDEFINITION AKTIV              */
/*****************************************************/


.menu_level_1_active {
	float:left;
/*	background-color:#FDB913; */
/*	width:120px; */
        padding: 0 13px 0 10px;
	border-right: black 1px solid;
	margin: 0 0 0 0;
	height:25px;
	font-size:14px;
	text-decoration:none;

}

.text_1_active {
	float:left;
	margin-top:5px;
	margin-left:4px;
	height:20px;
	font-size:14px;
	text-decoration:none;
}

.text_1_active A {
 	color:#c40041;
	font-size:14px;
	text-decoration:none;
}



/*****************************************************/
/* Sub-NAVIGATION NORMALE ANSICHT                   */
/*****************************************************/
 
.menu_level_2 {
	float:left;
	margin: 0 0 0 6px;
	width:160px;
	min-height:20px;
	font-size:14px;
}

.text_2 {
	float:left;
	margin-top:5px;
	margin-left:4px;
	min-height:20px;
 	font-size:14px;
	text-decoration:none;
}

.text_2 A {
	color:#0b478a;
	font-size:14px;
	text-decoration:none;
}


/*****************************************************/
/* Sub-NAVIGATION TEXTDEFINITION AKTIV              */
/*****************************************************/

.menu_level_2_active {
	float:left;
	margin: 0 0 0 6px;
	width:160px;
	min-height:20px;
	font-size:16px;
}

.text_2_active {
	float:left;
	margin-top:5px;
	margin-left:4px;
	min-height:20px;
	font-size:14px;
	text-decoration:none;
}

.text_2_active A {
 	color:#c40041;
	font-size:14px;
	text-decoration:none;
}






/*************************************************************/
/* Sprache Standardeinstellungen                             */
/*************************************************************/
.tx-srlanguagemenu-pi1 {
	font-size:14px;
	font-weight:lighter;
        color:#868789;
	line-height:30px;
}

/*************************************************************/
/* Sprache zeigt den moelichen Status                        */
/*************************************************************/

.tx-srlanguagemenu-pi1 .NO a {
	font-size:14px;
	font-weight:lighter;
        color:#868789;
	line-height:30px;
}


/*************************************************************/
/* Sprache zeigt den Auswahlmoeglichkeiten (Status)          */
/*************************************************************/

.tx-srlanguagemenu-pi1 .INACT {
	font-size:14px;
	font-weight:lighter;
        color:#dedede;
	line-height:30px;
}



/*************************************************************/
/* Sprache zeigt den aktuell gewählten aktiven Status        */
/*************************************************************/

.tx-srlanguagemenu-pi1 .CUR a {
	font-size:14px;
	font-weight:bolf;
        color:black;
	line-height:30px;

}

/*************************************************************/
/* Sprache zeigt den aktuellen gewählten nicht aktiven Status*/
/*************************************************************/

.tx-srlanguagemenu-pi1 .CUR {
	font-size:14px;
	font-weight:bolf;
        color:black;
	line-height:30px;

}

#assistmenu	{
		float:left; 
		width: 135px;
		height: 30px;
		padding: 0px;
		margin:-18px 0 0 600px;
/*		border: yellow 1px solid; */
		text-decoration:none;
                color:#ffffff;
 		}


#assistmenu ,a	{
                color:#ffffff;
 		}


/* Dieser CSS Befehl definiert den Bildabstand im Text mit Bild */

DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { margin-top: 5px; float: left; }

.csc-textpic-above {
                margin-top: 13px;
                }
