body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #444;
}

h1 {
    color: #9BC34B;
    font-family: "Times New Roman", Times, serif;
    font-size: 2.5em;
    font-weight: normal;
    letter-spacing: 0.1ex;
    line-height: 1.2em;
    margin: 0;
    padding: 0.25em 0 0.333em 0;
	
}

h3 {
     color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    padding-bottom: 0.833em;
    padding-top: 1.5em;
    width: auto;
}

input {
    font-family: Arial,Helvetica,sans-serif;
    padding: 0.1em 0px 0.1em 0.167em;
    border: 1px solid #BBB;
    width: 99%;
    height: 1.3em;
    color: #666;
    font-size: 1em;
    margin-bottom: 1em;
    background-color: #FFF !important;
}

select {
    font-family: Arial,Helvetica,sans-serif;
    padding: 0.1em 0px 0.1em 0.167em;
    border: 1px solid #BBB;
    width: 99%;
    height: 1.6em;
    color: #666;
    font-size: 1em;
    margin-bottom: 1em;
    background-color: #FFF !important;
}

fieldset {
	border: 1px solid #bbbbbb;
	padding: 0.9 em;
	margin-bottom: 1.2em;
}

legend {
	display: block;
	font-weight: bold;
}

table {
	border: 0;
    margin: 1em 0 2em 0;
    padding: 0;
    border-collapse: collapse;
    font-size: 1em;
    line-height: 1.6em;
    clear: both;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

th {
	padding: 0.3em 0.7em 0.3em 0.7em;
    background: #eee;
	text-align: left;
    vertical-align: top;
	border: 1px solid #bbb;
}

td {
    padding: 0.7em;
    text-align: left;
    vertical-align: top;
    border: 1px solid #bbb;
}

.footer {
    text-align:center;
	color: #aaa;
    border-top: 1px solid #aaa;
    padding-bottom: 1.5em;
    font-size: 0.9em;
    height: 2.1em;
    font-weight: normal;
}

a:link {
	color: #6aa101;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.achtung {
	background-color: #fa8072;
	border-width: 1px;
	border-style: solid;
	border-color: #ee0000;
	border-right-color: #ff0000;
	border-bottom-color: #ff0000;
	padding: 5px;
}

a.tooltip {
    position: relative;
    text-decoration: none;
  }
  a.tooltip:after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 130%;
    left: 20%;
    background: #eeeeee;
    padding: 5px 15px;
    color: #444;
    -webkit-border-radius: 10px;
    -moz-border-radius   : 10px;
    border-radius        : 10px;
    white-space: nowrap;
    opacity: 0;
     /* At time of this creation, only Fx4 doing pseduo transitions */
    -webkit-transition: all 0.4s ease;
    -moz-transition   : all 0.4s ease;
  }
  a.tooltip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid #9BC34B;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    /* At time of this creation, only Fx4 doing pseduo transitions */
    -webkit-transition: all 0.4s ease;
    -moz-transition   : all 0.4s ease;
    opacity: 0;
    left: 30%;
    bottom: 90%;
  }
  a.tooltip:hover:after {
    bottom: 100%;
  }
  a.tooltip:hover:before {
    bottom: 70%;
  }
  a.tooltip:hover:after, a:hover:before {
    opacity: 1;
  }
  
  #studienschwerpunkt option:first-child {color: red; }

