/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
	background-color: #ffffff;
	font-size: 0.8em;
	font-family: trebuchet ms;
	color:#564b47;
	padding:0;
	margin:0;
}



img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */

#mainbox{
        margin-left: auto;
        margin-right:auto;
        margin-top: 0px;
	width:1070px;
	height: 100%;
	background-color:orange;
        border: #dddddd 1px solid; 	
}

#container {
	width: 1060px;
	margin: 0 0 0 10px;
	padding: 0;
	background-color:#fef6e4;
}

#seitenstreifen{
	float:left;
	background-color:orange;
	text-align:left;
	width:10px;
	min-height: 100%;
/*      border:#dedede 1px solid; */
	}

/* ----------banner for logo-------------- */
#header {
	margin: 0 0 0 0;
	padding: 0;
	background-color: #ffffff;
/*        border:blue 1px dotted; */
	height:185px;
}


#sprachbereich {
	float:left;
	width:5px;
	height:150px;
        margin-top: 20px;
        margin-left: 25px:
	} 


#sprachen {
	float:left;
/*	background-color:yellow; */
	width:80px;
	height:150px;
        margin-top: 63px;
        margin-left: 25px:
        color: #000000;
/*      border:blue 1px dotted; */

}

#logo {
	width: 624px;
	height:150px;
	float:left;
	margin-left:144px;
/*	border:#dedede 1px solid; */
	}


#suche{
	width: 166px;
	height:25px;
	float:left;
        margin-top: 6px;
	margin-left:1px;
        background:#ECECED;
/*	border:blue 1px solid; */
	}

#adresse{
	width: 316px;
	height:25px;
	float:left;
        margin-top:9px;
        margin-left:458px;
/*	border:blue 1px solid; */
	vertical-align:bottom; 
}

#mainnavigation{
  	float:left;
	width:1060px;
        height: 35px;
	background-color: #ffffff;
        margin: -30px 0px 0 0;
/*	border:green 3px double; */
	}



#navigation{
  	float:left;
	width:1035px;
	text-align:left;
        margin: 4px 5px 0 0;
/*	border:green 3px double; */
	}



#contentcontainer {
  	float:left;
        width: 893px;
	min-height:600px;
	background-color: #ffffff;
	padding: 0;
	margin-top: 35px 0 0 166px;
/*      border:green 2px solid; */
}


#content {
  	float:left;
        width: 683px;
	min-height:600px;
	background-color: #ECECED;
	padding: 0 -10px 0 10px;
	margin: 0 0 0 6px;
/*    border:red 2px dotted;  */
}



#contentinhalt {
  	float:left;
        width: 680px;
	margin: 0px 0 0 0px;
/*        border:red 2px dotted; */
}




#subnavigationsbereich{
  	float:left;
	width:166px;
	text-align:left;
        margin-top:6px;
/*	border:orange 3px dotted; */
	}


#subnavigation{
  	float:left;
	width:166px;
        margin-top:00px;
	min-height:400px;
	text-align:left;
/*	border:black 3px double; */
        }

#advertising {
  	float:left;
	width:150px;
	height:50px;
	text-align:left;
/*	border:red 3px double; */ 
	}


#rechtespalte{
  	float:left;
        width: 170px;
	min-height:100%;
	background-color: #ffffff;
	padding: 0;
	margin: 0 0 0 -199px ;
/*      border:green 1px dotted; */
}

#seitenimageeins{
  	float:left;
	width:166px;
	text-align:left;
        margin:0px 0 0 0;
	border:blue 3px double;
	}

#seitenimagezwei{
  	float:left;
	width:166px;
	text-align:left;
        margin:0px 0 0 0px;
	border:black 3px double; 
	}


/* -----------footer--------------------------- */
#footer {
        clear:both;
	background-color: #ffffff;
	padding: 0 0 0 166px;
	margin-left: 166px;
/*	border:blue 1px dotted; */
	font-size: 0.4em;
}




.p {

	}
	



/*****************************************************************************************************************/







/*****************************************************/
/*                                                   */
/*  DEFINITIONEN FÜR DEN CONTENT                     */
/*                                                   */
/*****************************************************/


/*****************************************************/
/* ÜBERSCHRIFT H1 HAUPTTITEL IM CONTENTBEREICH       */
/*****************************************************/
 
H1 {
	font-size:16px;
	font-weight:bold;
	color:#daa628;
	line-height:19px;
}


/*****************************************************/
/* ÜBERSCHRIFT H2 ZWEITER TITEL IM CONTENTBEREICH    */
/*****************************************************/

H2 {
	font-size:14px;
	line-height:19px;
	color:#d00606;

} 


/*****************************************************/
/* EINLEITUNGS-TAG FÜR AUFZÄHLUNGEN IM CONTENTAREA   */
/*****************************************************/

UL {
	list-style:inside; 	
	padding:0px;
	margin-top:-15px;
	margin-bottom: 10px;
}


/*****************************************************/
/* LISTENPUNKTE BEI AUFZÄHLUNGEN IM CONTENTAREA      */
/*****************************************************/

LI {
     	list-style-position: outside;
 	list-style-type: square;
 	font-size:1.1em;
	margin-left: 30px;
}


/*****************************************************/
/* ABSATZFORMATIERUNGEN IM CONTENTAREA               */
/*****************************************************/

P {
	line-height:18px;
	font-size:14px;
}






/*****************************************************/
/* FORMATIERUNGEN FÜR "GELINKTE" CONTENTINHALTE      */
/*****************************************************/

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.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:2px;
	
}












/*****************************************************/
/* Videothek FLV            */
/*****************************************************/


.flvplayer_listpic {
  height: 70px;
	width: 70px;
	border: 0px solid #888888;
  	padding: 0px 4px 4px 0px;
	margin: 20px 0px 50px 50px;
	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 50px 0px;
	background-repeat:	no-repeat;
	background-position: 0px 0px;
}

.flvplayer_listpic_lastofrow {
  	height: 70px;
	width: 70px;
	border: 0px solid #888888;
  	padding: 0px 0px 4px 0px;
	margin: 0px 50px 50px 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 6px 0 0;
	width:166px;
	height:25px;
	
	font-size:14px;
}

.text_1 {
	float:left;
	margin-top:5px;
	margin-left:4px;
	height:20px;
 	font-size:14px;
}

.text_1 A {
	color:#868789;
	font-size:14px;
}


/*****************************************************/
/* HAUPTNAVIGATION TEXTDEFINITION AKTIV              */
/*****************************************************/

.menu_level_1_active {
	float:left;
	background-color:#FDB913;
	width:166px;
	margin: 0 6px 0 0;
	height:25px;
	font-weight:bold;

	font-size:14px;
}

.text_1_active {
	float:left;
	margin-top:5px;
	margin-left:4px;
	height:20px;

	font-size:14px;
}

.text_1_active A {
 	color:#000000;
	font-size:14px;
}



/*****************************************************/
/* Sub-NAVIGATION NORMALE ANSICHT                   */
/*****************************************************/
 
.menu_level_2 {
	float:left;
	margin: 0 0 0 6px;
	width:160px;
	height:20px;
	font-size:14px;
}

.text_2 {
	float:left;
	margin-top:5px;
	margin-left:4px;
	height:20px;
 	font-size:14px;
}

.text_2 A {
	color:#868789;
	font-size:14px;
}


/*****************************************************/
/* Sub-NAVIGATION TEXTDEFINITION AKTIV              */
/*****************************************************/

.menu_level_2_active {
	float:left;
	margin: 0 0 0 6px;
	width:160px;
	height:20px;
	font-weight:bold;
	font-size:14px;
}

.text_2_active {
	float:left;
	margin-top:5px;
	margin-left:4px;
	height:20px;

	font-size:14px;
}

.text_2_active A {
 	color:#000000;
	font-size:14px;
}




/*****************************************************/
/* Sub-NAVIGATION NORMALE ANSICHT                   */
/*****************************************************/
 
.menu_level_3 {
	float:left;
	margin: 0 0 0 16px;
	width:160px;
	height:20px;
	font-size:14px;
}

.text_3 {
	float:left;
	margin-top:5px;
	margin-left:4px;
	height:20px;
 	font-size:14px;
}

.text_3 A {
	color:#868789;
	font-size:14px;
}


/*****************************************************/
/* Sub-NAVIGATION TEXTDEFINITION AKTIV              */
/*****************************************************/

.menu_level_3_active {
	float:left;
	margin: 0 0 0 16px;
	width:160px;
	height:20px;
	font-weight:bold;
	font-size:14px;
}

.text_3_active {
	float:left;
	margin-top:5px;
	margin-left:4px;
	height:20px;

	font-size:14px;
}

.text_3_active A {
 	color:#000000;
	font-size:14px;
}






/*************************************************************/
/* 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;

}


IMG {
        border: 0;
        border-style: none
}

	div#content img {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #b5b3cb;
		border-right-color: #b5b3cb;
		border-bottom-color: #b5b3cb;
		border-left-color: #b5b3cb;
		background-color: white;
		background-image: none;
		background-repeat: repeat;
		background-attachment: scroll;
		background-x-position: 0%;
		background-y-position: 0%;
	}
