/* CSS Document */
body {
	font-family: verdana;
	font-size: 11px;
	background-color:#CCC
}

td {
	font-size: 13px;
}

ul#nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page{ border: 1px #667 solid; background: #ccc; }

#nav a {
    display: block;
    width: 100px;
    padding-left: 10px;
    margin: 3px 0;
    text-decoration: none;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    font-weight: bold;
}

#nav a:link, #nav a:visited {
    border-left: #00425E solid 10px;
    color: #cccccc;
}

#nav a:hover, #nav a:active {
    border-left-color: #fff;
    background-color: #00425E;
    color: #fff;
}

a#here {
    border-left-color: #fff !important;
    background-color: transparent !important;
    color: #0074A5 !important;
}

.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italique;
	font-weight: bold;
	background-color: #999999;
}

.bg_alternativ{
	background-color: #E3FFDD;
}

td.inhalt {
	padding-left: 5px;
	padding-top: 10px;
}

detail_einsatz {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #0F5C82;
}

#tb_details td {
	text-align: center;
	padding: 5px;
}


a:link {color:#00425e; text-decoration:none}
a:hover {text-decoration:underline; color:#ffffff;}
a:active {text-decoration:underline; color:#00425e; }
a:focus {text-decoration:blink; }
a:visited {text-decoration:none; color:#00425e; }


h3:focus { background-color:red; }
h3:hover { background-color:silver; }
h3:active { background-color:green; 
h3: { background-color:green;}

#footer {
    /*margin-left: 400px;*/
    text-align: center;
    font-size: 75%; 
}
