/* BVH CSS 2.0 */
/* Allgemeine Elemente */
html, body {
    margin: 0;
    padding: 0;
    text-align: left;
}

body {
    background-color: #B1B1B1;
    /*background-image: url(/_img/bvh_haupthintergrund.png);
    background-repeat: repeat-y;
    background-position: top left;*/
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 12px;
}

h1 {
    font-size: 18px;
    border-bottom: 1px solid #CCCCCC;
}

h2 {
    font-size: 16px;
    border-bottom: 1px solid #CCCCCC;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
    font-weight: bold;
}

img {
    border: none;
}

a {
    color: #003366;
    text-decoration: none;
}

a:hover {
    color: #5F7CB4;
    text-decoration: underline;
}

hr {
    border-bottom: 1px solid #CCCCCC;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

td.separator {
    border-bottom: 1px solid #333333;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
}

td.separator > td {
    padding-top: 5px;
}

input, button, textarea {
    border: 1px solid #333;
	background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	padding: 2px;
}

input[type="radio"] {
	border: none;
}

button > img {
    padding: 2px;
    vertical-align: middle;
}

div {
    border: 0px dashed #006666;
}

.button {
    background-color: #F5F5F5;
    height: 20px;
}

.ratio {
    border: 0px;
}

textarea#comment {
    border: 1px solid #333333;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 480px;
    height: 150px;
}

#loginbar {
	font-size: 11px;
	background: #FDFAA4 none repeat scroll 0 0;
	border-bottom: 1px solid #988753;
	left: 0;
	opacity: 0.85;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	vertical-align: middle;
	display: table-cell;
}

#loginbar p {
	margin: 0;
	padding: 6px;
}

/* Seitenlayout IDs */
#wrapper {
    margin: auto;
    padding: 0;
    padding-left: 9px;
    text-align: left;
    width: 818px;
    background-image: url(/_img/bvh_main_background.png);
    background-repeat: repeat-y;
}

#header_bild {
    background-image: url(/_img/bvh_main_head.png);
    background-repeat: no-repeat;
    margin-left: -9px;
    height: 74px;
    width: 818px;
}

#menue_container {
    background-image: url(/_img/bvh_menue_verlauf.png);
    background-repeat: repeat-x;
    width: 800px;
    margin: 0;
    /*margin-left: 1px;*/
    padding: 0;
    height: 36px;
}

#menue_container ul {
    padding: 0;
    margin: 0;
    /*float: left;*/
}

#menue_container ul li {
    list-style-type: none;
    /*display: inline;*/
    float: left;
    position: relative;
}

#menue_container ul li ul {
    display: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

#menue_container ul li:hover ul {
    display: block;
    position: absolute;
}

#menue_container ul li ul li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    border-top: 1px solid #000;
    text-align: left;
	z-index: 1;
}

#menue_container ul li ul li.separator {
    border-top: 1px solid #000;
    height: 1px;
}

#menue_container ul li ul li a {
    float: none;
    display: block;
    text-align: left;
    width: 200px;
    margin: 0;
    padding: 5px 6px 3px 5px;
    border: 0;
    border-left: 6px solid #dfdfdf;
    background: #fff;
    text-decoration: none;
}

#menue_container ul li ul li a:hover {
    border-color: #6180bb;
    background: #f4f4f4;
}

#menue_container ul li ul li a:link {
    color: #000;
}

#menue_container ul li li a:visited {
    color: #000;
}

#menue_container ul li a {
    display: block;
    padding: 10px 0 7px 0;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

#menue_container ul li a:hover, #menue_container ul li a:visited, #menue_container ul li a:active {
    color: #000;
    text-decoration: none;
}

#Seitenueberschrift {
    color: #FFFFFF;
    height: 20px;
    vertical-align: bottom;
    font-size: 16px;
    font-weight: bold;
    padding: 25px 30px 20px 95px;
}

#hauptbereich {
    width: 800px;
    float: left;
    z-index: 1;
    line-height: 150%;
}

#linkerbereich {
    width: 560px;
    float: left;
    margin: 0;
    padding: 10px 10px 10px 20px;
    float: left;
}

#rechterbereich {
    font-size: 12px;
    width: 180px;
    color: #333333;
    text-align: left;
    margin: 0 0px 0 598px;
    padding: 10px 10px 0 10px;
}

#rechterbereich a {
    color: #666666;
}

#rechterbereich a:hover {
    color: #5F7CB4;
    text-decoration: underline;
}

#rechterbereich li {
    list-style-type: disc;
    text-align: left;
    margin: 0 0 0 -20px;
}

ul#navigation {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #eeeeee;
    border: 0px solid #999999;
    border-top: 0px;
    border-bottom-color: #333333;
}

ul#navigation li {
    text-align: left;
    margin: 0;
    color: #003366;
    border: solid 1px #CCCCCC;
    background-color: #fafafa;
    border-top: 0px;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    display: block;
    line-height: 120%;
}

ul#navigation li.separator {
    height: 1px;
    line-height: 1px;
}

ul#navigation a {
    padding: 4px;
    min-height: 20px;
    display: block;
    background-color: #fafafa;
}

ul#navigation a:hover {
    background-color: #F5F5F5;
}

#navigation_title {
    list-style-type: none;
    text-align: left;
    margin: 10px 0 0 0;
    color: #FFFFFF;
    border: solid 1px #333333;
    padding: 2px 0 2px 4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    height: 16px;
    background-image: url(/_img/bvh_untermenue_verlauf.png);
    font-weight: bold;
}

.navigation h4 {
    color: #003366;
}

#footer {
    float: left;
    height: 20px;
    width: 818px;
    background-image: url(/_img/bvh_main_foot.png);
    background-repeat: no-repeat;
    font-size: 9px;
    margin-left: -9px;
}

#inhalt_links {
    float: left;
    width: 270px;
    margin: 0;
    padding: 0;
}

#inhalt_rechts {
    float: right;
    width: 270px;
    margin: 0;
    padding: 0;
}

/*
 Seitenlayout Ende
 */
.news_date {
    border: 1px solid #CCCCCC;
    /*background-color: #F5F5F5;*/
    background-color: #E4EBEF;
    font-size: 9px;
    padding: 4px;
    margin-bottom: 1px;
}

.news {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 4px;
}

.news a {
    font-weight: bold;
    font-style: italic;
}

.info {
	font-size: 11px;
    border: 1px solid #CCCCCC;
    background-color: #E4EBEF;
    padding: 4px;
}

.error {
	font-size: 11px;
    border: 1px solid #CCCCCC;
    background-color: #ff6a6a;
    padding: 4px;
}

.small {
    font-size: 9px;
}

#breadcrumb {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #999999;
    height: 14px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 0px;
}

#breadcrumbrechts {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #999999;
    height: 14px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 0px;
}

.textblocklinks {
    float: left;
    width: 48%;
}

.textblockrechts {
    float: right;
    width: 48%;
}

.windowtop {
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5;
    font-size: 12px;
    padding: 4px;
    font-weight: bold;
    margin-bottom: 1px;
}

.window {
    border: 1px solid #CCCCCC;
    /*background-color:#FFFFFF;*/
    padding: 4px;
    margin-bottom: 1px;
}

/* #content element attributes */

a.pdf {
	background: url('/_img/icons/pdf.gif') no-repeat;
	padding: 2px 0 2px 18px;
}

a.excel {
	background: url('/_img/icons/excel.png') no-repeat;
	padding: 2px 0 2px 18px;
}


/* CSS classes for PicUploader */
#status .progress {
    background: white url(/_img/assets/uploader/progressbar/progress.gif) no-repeat;
    background-position: +50% 0;
    margin-right: 0.5em;
}

#file-list {
    list-style: none;
    width: 400px;
    margin: 0;
}

#file-list {
    padding-left: 0;
}

#file-list li.file {
    border-bottom: 1px solid #eee;
    background: url(/_img/assets/uploader/file.png) no-repeat 4px 4px;
}

#file-list li.file.file-uploading {
    background-image: url(/_img/assets/uploader/uploading.png);
    background-color: #D9DDE9;
}

#file-list li.file.file-success {
    background-image: url(/_img/assets/uploader/success.png);
}

#file-list li.file.file-failed {
    background-image: url(/_img/assets/uploader/failed.png);
}

#file-list li.file .file-name {
    margin-left: 44px;
    display: block;
    clear: left;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
}

#file-list li.file .file-size {
    font-size: 0.9em;
    line-height: 18px;
    float: right;
    margin-top: 2px;
    margin-right: 6px;
}

#file-list li.file .file-info {
    display: block;
    margin-left: 44px;
    font-size: 0.9em;
    line-height: 20px;
    clear: both;
}

#file-list li.file .file-remove {
    clear: right;
    float: right;
    line-height: 18px;
    margin-right: 6px;
}