body, div, a, h1, h2, p, input, textarea {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 150%;
}

body {
    text-align:center;
    margin:0px auto;
    background-color:#eeeeee;
}

h1 {
    font-size:12pt;
    letter-spacing: 0.2em;
    font-variant:small-caps;
}

h2 {
    font-size:10pt;
    letter-spacing: 0.1em;
    font-variant:small-caps;
}

#logo {
	margin-top:25px;
	margin-left:25px;
	float: left;
	width: 192px;
}

#title {
    text-align:right;
    font-size:20pt;
    color:#2F3D46;
    font-variant:small-caps;
    font-weight:bold;
    /* border-top:1px solid black; */
    padding-top:10px;
    padding-right:50px;
    /* background-image:url(../images/logo.gif); */	
    background-repeat:no-repeat;
    height:123px;
}

#title h1 {
    font-size:20pt;
    letter-spacing: 0.1em;
    font-variant:small-caps;
    margin-bottom:-10px;
}

#title h2 {
	color: #0072BB;
    font-size:13pt;
    letter-spacing: 0.1em;
    font-variant:small-caps;
}

thead tr th {
    font-size:13pt;
}

caption {
    font-weight:bold;
    font-size:13pt;
    letter-spacing: 0.1em;
}

input {
    border:0px;
    border-bottom:1px solid gray;
    background-color:#EEEEEE;
    margin-bottom:10px;
    font-size:10pt;
}

textarea {
    border:1px solid gray;
    background-color:#EEEEEE;
    margin-bottom:10px;
    font-size:10pt;
}

input.submit_button {
    border:1px solid gray;
    background-color:white;
}

table {
/*    margin-bottom:20px; */
}

td {
    vertical-align: top;
}

#outer {
    margin:auto;
    margin-top:40px;
    width:980px;
    text-align:left;
    border:1px solid #bbb;
    background-color:#FFFFFF;
}

#menu {
    font-size:13pt;
    font-family: Courier, Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: white;
    background-color:#0072BB;
    text-align:right;
    padding:10px 0px;
    border-top:1px solid black;
    padding-right:50px;
}

/* Die Hyperlinks im Menü */
#menu a:link,
#menu a:visited
{
    color: white;
    font-family: Courier, Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration:none;
}
#menu a:active,
#menu a:hover
{
    color: white;
}
#menu span
{
    color: white;
    font-weight:bold;
    text-decoration:underline;
}

#content {
    font-family: Arial, Helvetica, sans-serif;
    border-top:1px solid black;
    color: black;
    padding:20px;
    padding-right:50px;
    font-size:11pt;
}

#footer {
    font-size:9pt;
    padding:10px;
    background-color: #0072BB;
    text-align:right;
    color: white;
    border-top:1px solid black;
    padding-right:50px;
}

#footer a {
    color: white;
}

a:link, a:visited, a:active, a:hover
{
    text-decoration:none;
    font-weight:bold;
    color:#2F3D46;
}

a:active, a:hover
{
    color:#5E7B8D;
}

/* hover-Effekt bei Tabellenzeilen */
tr.highlight_row:hover {
    background-color:#EEEEEE;
}