/* Allgemein */

body {
font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
font-size: 12px;
background: #99CCFF;
}

.page {
width: 815px;
background: #F9F9F9;
padding: 12px;
margin: 5px 10px 10px 10px;
border: 4px dashed #CCCCCC;
}

a {
color: #333333;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

h1 {
margin: 0px 12px 12px 12px;
color: #666666;
font-size: 14px;
font-weight: bold;
text-align: left;
}

h2 {
margin: 0px 12px 12px 0px;
color: #0066CC;
font-size: 13px;
font-weight: bold;
text-align: left;
}

h3 {
margin: 0px 12px 12px 0px;
color: #666666;
font-size: 14px;
font-weight: bold;
text-align: left;
}

/* Header */

.header_title {
margin: 0px 12px 12px 12px;
font-size: 24px;
font-weight: bold;
text-align: left;
font-family: tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.header_title a {
text-decoration: none;
}

.search {
float: right;
text-align: right;
padding: 3px 6px 0px 0px;
}

/* Navigation */

.navbar {
color: #666666;
font-size: 11px;
font-weight: bold;
padding: 6px;
text-align: right;
}

.navbar a {
color: #666666;
text-decoration: none;
}

.navbar a:hover {
text-decoration: underline;
}

.navbar a:hover, .navbar .active {
color: #0066CC;
}

.navbar-abc {
font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
color: #0066CC;
font-weight: bold;
border: 8px solid #E6F5FA;
text-align: center;
padding: 0px;
background: #E6F5FA;
}

.navbar-abc td {
border-right: 1px solid #0066CC;
text-align: center;
padding: 3px 0px 3px 0px;
width: 12px;
background: #E6F5FA;
}

.navbar-abc a {
color: #0066CC;
text-decoration: underline;
padding: 3px 7px 3px 8px;
}

.navbar-abc a:hover {
color: #FFFFFF;
background: #0066CC;
text-decoration: none;
padding: 3px 7px 3px 8px;
}

.navbar-abc a:hover, .navbar-abc .active {
color: #FFFFFF;
background: #0066CC;
text-decoration: none;
padding: 3px 7px 3px 8px;
}

/* Content */

.container {
background: #E6F5FA;
padding: 10px;
text-align: left;
line-height: 140%;
clear: both;
}

.text {
background: #E6F5FA;
padding: 10px;
text-align: left;
line-height: 140%;
clear: both;
min-height: 306px;
}

.text_links {
background: #E6F5FA;
padding: 10px;
text-align: left;
line-height: 140%;
clear: both;
}

.smallfont  {
font-size: 10px;
line-height: 140%;
clear: both;
}

.trow {
margin: 6px 0px 6px 0px;
border-top: 2px dotted #FFFFFF;
clear: both;
}

.title-fearfor {
float: left; 
width: 362px; 
padding: 6px 12px 6px 12px;
background: #F9F9F9;
margin-right: 12px;
text-align: left;
font-weight: bold;
}

.title-fearname {
padding: 6px 12px 6px 12px;
background: #F9F9F9;
margin-bottom: 6px;
text-align: left;
font-weight: bold;
}

.list-fearfor {
border-right: 2px dotted #FFFFFF;
float: left; 
width: 360px; 
padding: 6px 12px 6px 12px;
background: #E6F5FA;
margin-right: 12px;
text-align: left;
clear: both;
}

.list-fearname {
padding: 6px 12px 6px 12px;
background: #E6F5FA;
margin-bottom: 6px;
text-align: left;
}

legend {
font-weight: bold;
}

/* Footer */

.copyright {
font-size: 10px;
text-align: center;
}