
/*COLORS
gray: #4D4D4D;
COLORS*/
body { background: url(imgs/rough_diagonal.png) repeat; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; }
center p { font-size: 0.8em; }
center h1 { font-size: 1em; }

#topline { width: 800px; background: #4D4D4D; vertical-align: middle; padding: 0; border-right: 6px solid #4D4D4D; border-top: 3px solid #4D4D4D; margin: 0; }
#Rahmen { text-align: center; width: 800px; height: 30px; padding-top: 10px; padding-bottom: 10px; background: #4D4D4D; margin: 0px; font-weight: 900; border-left: 3px solid #4D4D4D; border-right: 3px solid #4D4D4D; }
#inhalt{ min-height: 370px; width: 800px; background: #eee; text-align: left; border-left: 3px solid #4D4D4D; border-right: 3px solid #4D4D4D; border-bottom: 3px solid #4D4D4D; }

a:link { color: red; text-decoration: underline; }
a:visited { color: red; text-decoration: underline; } 
a:hover { color: red; text-decoration: underline; }
a:active { color: #000; text-decoration: underline; }

td { font-size: 11px; color: #000; border:none;  margin:0; padding:0; text-align:left; }
tr { text-align:center; }

a.languageKnow, a.universityChoosing { text-align: center; padding: 0; text-decoration: underline; color: red; font-weight: bolder; font-size: 1em; }

table#tabletracks td  { border: 1px solid black; text-align:center; width: 80px; padding: 3px;}
table#tabletracks th { border: 1px solid black; width: 80px; padding: 3px;}

#inhalt h1 { color: #4D4D4D; }
h1, h2, h3 { color: #4D4D4D; }

tr.header { font-size: 1em; background: #96ceed; text-align: center; color: #343A92; border:0px; }
tr.odd { background: #fff; font-size: 11px; }
tr.even { background: #E0E0E0; font-size: 11px; }
tr.imp { background:#eee; border-color:red; border-width:1px; font-size: 11px; }

input,textarea { border:1px solid #555555; padding:2px; font-size: 11px; margin-top:2px; }

.content { font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

P.expl { font-size:9px; color: red; }

p.application_page { padding: 0 10px; }

ul { font-size: 14px; list-style-type: circle; padding-left: 1px;  color: #333333; line-height: normal; }
 
ol { font-size: 14px; list-style-type: decimal; color: #333333; line-height: normal;  font-family: Verdana, Arial, Helvetica, sans-serif; }

li {
	font-size: 14px; 
	margin: 6px 0px 0px; 
	padding-right: 8px; 
	color: #333333;
	line-height: normal; 
}
td.radio { width: auto; padding: 0 20px 0 0; }

.header1 { 
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF6600;
}

.header2 { FONT-SIZE: 16px;
	COLOR: #FF6600;
	font-weight: bold;

}

.header3 { FONT-SIZE: 14px;
	COLOR: #FF6600;
	font-weight: bold;
}
table{ width: auto; margin:0;  padding:0; }
table.language_page { border: 2px solid #4D4D4D; }
table.language_page td { border-bottom: 1px solid #4D4D4D; }
table.language_page p {  }

SELECT { border:1px solid #555555;
color: black;
font-size:11px;
background-color:white;
}



#menu_left{   position:relative;
    left: -200px;
    top: 3px;
    background-color: #4D4D4D;
    color: #eeeeee;
    padding: 0px;
    margin:7px;
    font-size:14px; }

#menu_center{    position:relative;
    left: 50px;
    top: 3px;
    background-color: #4D4D4D;
    color: #eeeeee;
    padding: 0px;
    margin: 7px;
    font-size: 14px; }

#menu_right{
    position:relative;
    right: -160px;
    top: 3px;
    background-color: #4D4D4D;
    color: #eeeeee;
    padding: 0px;
    margin: 7px;
    font-size: 10px;
}

  div#Rahmen div {
     clear: left;
/*      vertical-align:middle; */
  }
  ul#Navigation { text-align: center;
    vertical-align:middle;
    margin: 0; padding: 0;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.0em; padding: 0;
    vertical-align:middle;
  }
   html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 25px; left: 0.0em;
    vertical-align:middle;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul { left: -1.5em; }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:silver; padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    vertical-align:middle;
    margin-bottom: 0.0em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 110px;  /* Breite den in li enthaltenen Elementen zuweisen */
    height: 20px;
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 0px solid black;
    color: white; 
    background-color: #660033;
    vertical-align:middle;
    #opacity: 0.9;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    width: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border: 0px;
    color: white; 
    background-color: #990033;
    vertical-align:middle;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: maroon; 
    background-color: #660033;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
  }

#logo_right{
    position:relative;
    height: 70px;
    padding: 0px;
    border-width: 0px;
    margin:0px;
    top: -140px;
    left: 323px;
}

#menu_button{
    height:23px;
    background-color: #000066;
    border-top:1px solid gray;
    border-left:1px solid gray;
    text-align:center;
    color:white;
    font-size: 13px;
    vertical-align:middle;
    line-height:1.8em }

#menu_button:hover{ background-color: #0000AA; }

#contact{ position: relative;
    left: 300px;
    top:-20px;
}

#rahmen2{ min-width:200px;
    max-width:350px;
    min-height:300px;
    background-color: #EEEEEE;
    border: 0px;
}

#rahmen3{ min-width:200px;
    max-width:550px;
    min-height:400px;
    background-color: #EEEEEE;
    border: 0px;
}

#rahmen4{ min-width:300px; max-width:600px; min-height:500px; background: #EEEEEE; border: 0px; }
#tableInfos {  }

input[type=hidden] { display: none; }

#b_submit {
    font-size: 14px;
    padding: 8px 24px;
    font-weight: bold;
    background: #3b3bab;
    color: white;
}

#b_submitpaper{
    font-size: 14px;
    padding: 8px 24px;
    font-weight: bold;
    background: #3b3bab;
    color: white;
}