/* IAESTE München css stylesheet
   (c) 2005 IT-Team */


                                                        /* define basic elements */

body {
        font: 8pt/10pt arial;
                                                        /*color: #000000;*/
        background-image:url(../images/bg.jpg);
                                                        /*background-repeat:no-repeat;*/
        background-attachment:fixed;
        margin: 0 0 0 0;
        margin-top:0px;
        }

table {
        margin-top:0px;
        }

td#head {
	                                                 /*background-image:url(../images/bild.jpg);*/
	                                                 /*text-align: right;*/
	}

                                                         /*anderer menu versuch*/
td#menu_left div.submenu-no{list-style:none;
}

td#menu_left div.submenu-no a{
color:#ffffff;                                         /* text farbe */
text-decoration:none;
display:block;
width:120px;
height:21px;
background-color:#6ea2d5;                   /*hintergrund farbe button*/
border:1px solid #e6eaec;                     /* umrandung und farbe rechts */
border-left:1px solid #e6eaec;               /* farbe links */
text-align:left;
padding-left: 2px;
overflow: hidden;
white-space:nowrap;
}

td#menu_left div.submenu-no a:hover{  /* hover fläche */
color:#ffffff;
background-color:#35618f;
border:1px solid #e6eaec;
border-left:1px solid #e6eaec;}

td#menu {                                           /* obere menüfläche */
	                                                  /*background: #4169E1;*/
	font: 8pt arial;
	                                                  /* font-weight: bold; */
	color: #ffffff;
	/* padding: 5px 15px 5px 15px; */
	}



        /*td#menu a {
	color: #EEEEEE;
	}

        td#menu a:hover {
	color: #000000;
	}*/



td#menu span.main-menu-no {               /* menu oben */
	margin-left: 0px;
        margin-right: 3px;
	float: left;
	background-color: #6ea2d5;             /* bg buttons oben */
 	width: 70px;
	height: 18px;
	text-align:center;
	}

td#menu span.main-menu-no a {
	color: #EEEEEE;
	text-decoration: none;
	}

td#menu span.main-menu-no a:hover {
	color: #000000;
	}

td#menu span.main-menu-act {
	margin-left: 0px;
        margin-right: 3px;
 	float: left;
	background-color:#366391;
 	width: 70px;
	height: 18px;
	text-align:center;
	}

td#menu span.main-menu-act a {
	color: #EEEEEE;
	text-decoration: none;
	}

td#menu span.main-menu-act a:hover {
	color: #000000;
	text-decoration: none;
	}





        /*td#menu_left div.submenu-no {
	padding-left: 10px;
	font-weight: normal;
	display: block;

        float: left;
	}

        td#menu_left div.submenu-no a {
	color: #000000;
	text-decoration: none;
	}

        td#menu_left div.submenu-no a:hover {
	color: #ffffff;
	 }

        td#menu_left div.submenu-no-act a {
                padding-left: 10px;
                font-weight: normal;
	color: #31B5D6 ;
                text-decoration: none;
	}*/




td#menu_left div.submenu-no-2 {
         padding-left: 20px;
   	text-align: left;
	font-weight: normal;
	display: block;
                                                          /*width:120px;*/

	}

td#menu_left div.submenu-no-2 a {

	text-decoration: none;
	}

td#menu_left div.submenu-no-2 a:hover {
	color: #ffffff ;
	}

td#menu_left div.submenu-no-2-act {
	color: #31B5D6 ;
	}

td#content {
	background: #;
	font: 10pt arial;              /* kontentfont*/
	color: #35618f;
	padding: 15px;
        text-align: justify;
        }

td#content p {
	line-height: 120%;
	}

td#content h1 {
	font: italic bold 11pt arial;     /* überschrift textfeld */
	}

td#content h3 {
	font: italic bold 11pt arial;     /* überschrift */
	}

td#content a {
	color: blue;
	text-decoration: none;
	}

td#content a:hover {
	color: blue;
	text-decoration: underline;
	}

td#creator {
	text-align: center;
	font-size: 8pt;
	color: #FFFFFF;
	}
