﻿/* CSS Document */

html {
    width:100%;
}
body {
	height:100%;
    width:100%;
	font-weight:normal;
	font-size:11px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align:left;
	padding:0px
}

table, td, p, div, a, input, textarea, select {
	font-weight:normal;
	font-size:11px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align:left;
	color:#6b6b6b;
	padding:1px;
}

div.datenschutz {
	margin: 50px 50px 50px 0px;
}	

a.button {
    background: #a7a7a7;
    color: white;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    text-decoration: none;
	float:left
}	

.bmval input {
    width: 50%;
	border: 1px solid;
	border-color: #e0e0e0 #a3b1c3 #a3b1c3 #bec3c8;
}
.bmval select {
	width: 50%;
	border: 1px solid;
	border-color: #e0e0e0 #a3b1c3 #a3b1c3 #bec3c8;
}

td.trennlinie, div.trennlinie  {
    border-bottom:1px solid #CCCCCC;
    padding: 5px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 15px;	
}	

td.beschreibung {
    padding-bottom: 10px;
    padding-top: 10px;
    font-style: italic;	
}	

h1 {
	font-size:14px;
	font-weight:bold;
	color:green;
	margin: 20px 0 10px 0
}

h2 {
	font-size:13px;
	font-weight:bold;
	color:#a7a7a7;
	margin: 20px 0 10px 0
}

h3 {
	font-size:13px;
	font-weight:bold;
	color:#9e9e9e;
	margin: 10px 0 10px 0
}

#main {
	border: 1px solid;
	border-color: #cccccc #7c7c7c #7c7c7c #cccccc;
	width:978px;
	padding: 0px;
	text-align:left;
	height:auto;
    margin-left:auto;
    margin-right:auto;
}

#bild {
	float:left;
	border:0px;
	margin:0 0 0 1px;
	padding:0px;
	width:318px;
	vertical-align:top;
	background:#cccccc;
	position:relative;
}

#inhalt {
	float:left;
	border:0px;
	margin: 0px 0px 50px 50px;
	padding:0px;
	position:relative;
	background:#ffffff;
	width:90%;
}

#fuss {
	width:976px;
	border: solid #ffffff;
	border-width: 0 0 1px 0;
	margin:0 1px 0 1px;
	padding:5px 0 0 0;
	clear:both;
	background-color:#454545;
	text-align:right;
	height:25px;
	color:#ffffff;
}

#fuss a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	margin: 0 20px 0 0;
	line-height:13px
}

#profil {
	width: 876px;
}	

/* Formular */

.bewerberform {
	margin: 50px 50px 50px 0px;
}	

tr.trlist {
}

table.tableliste{
	border: #000 solid 1px;
	margin:3px;
	padding:3px
}


.error{
background-color: #eaa;
}
ul.tabs li {
	border-left: solid 1px #ccc;
	margin-right: 0px;
	width:15%;
	text-align:left;
	background: #f4f4f4
	}
ul.tabs, #main ul.tabs li a {
	height:30px;
	}
ul.tabs {
	padding-bottom:2px;
	}

ul.tabs li a.active {
	background:#cdcdcd;
	color:#000000
}
	
.tdliste0, 
.bmdesc {
	width:350px; 
	font-weight:bold;
	color:#000000;
	background:#cdcdcd;
	padding: 3px 2px 2px 3px;
    vertical-align:top
}
.bmlister0 .tdliste0 {
	width:50%;
}

.tdliste1 {
	padding-left:10px;
	width:65%
}

a.filelink {
	padding-left:3px;
	color: #000099; 
}

input[type=text], select, textarea {
	width: 50%;
	border: 1px solid;
	border-color: #e0e0e0 #a3b1c3 #a3b1c3 #bec3c8;
	margin:0px
}

#inhalt .tableliste {
	border:0px
}

table.items {
    border-collapse: collapse;
    width: 95%;
}
.items td {
    border: 1px solid #e0e0e0;
    margin:4px;
    font-size: 9px;
}
.items a {
    font-size:9px;
}

.items td.action {
    width:20px;
}

.filedel{
	float:right;
}

.reqnode {
	margin: 10px 0px 10px 0px;
	font-style: italic;
}


div.bewerberform {
	width:98%;
	margin:1px
}

.tabcontainer table {
	width: 98%;
}

#kopf {
	width:978px;
	border:1px solid #fff;
	margin:0px;
	padding:0px;
	clear:both;
	background: #fff;
	text-align:left;
}

input#itemSubmit,
input#uploadSubmit {
	background: #a7a7a7;
    color: white;
    padding: 4px;
    font-weight: bold;
    text-decoration: none;
}

a.oben {
    display: none;
}

a.unten {
    display: inline;
}

