@import url("icons.css");

body, html {
	height: 100%;
	margin: 0;
	padding: 0;

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;

	background-color: #c0c0c0;
	scrollbar-face-color:#DDDDDD;
	scrollbar-shadow-color:#DDDDDD;
	scrollbar-highlight-color:#DDDDDD;
	scrollbar-3dlight-color:#EEEEEE;
	scrollbar-darkshadow-color:#BBBBBB;
	scrollbar-track-color:#EEEEEE;
	scrollbar-arrow-color:#333333;
	
	background-image: url("../../resources/pics/background.gif");
	background-repeat: repeat-y;
	background-position: center;
}

form {
	margin: 0;
	padding: 0;
}

input, select {
	padding-left: 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px
}

textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 3px;
}

select {
	padding: 0;
	margin: 0;
}

label {
	cursor: hand;
}

a, a:visited, a:hover {
	color: #000000;
}

a.but:visited, .moveUp:visited, .moveDown:visited {
	color: #000000;
	text-decoration: none;
}

a.but:hover, .moveUp:hover, .moveDown:hover {
	color: #535353;
	background-color: #CCCCCC;
	text-decoration: none;
}

a.but, .moveUp, .moveDown {
	text-decoration: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Vor IE Mac verstecken \*/
* html .clearfix {height: 1%;}
/* Ende */

.clear-float {
	clear: both;
}

#content-container {
	position: absolute;
	left: 50%;
	margin-left: -330px;
	width: 660px;

}

#spacer {
	padding: 10px;
}

h1 {
	margin: 0;
	padding: 0;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.logo {
	margin: 0;
	float: right;
}

#reiter-liste {
	margin-top: 15px;
	height: 20px;
}

#reiter-liste a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	line-height: 18px;
	font-size: 11px;
	color:#000000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;

	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0;
}

#reiter-liste .reiter-active {
	color: #01558E;
	cursor: default;
	height: 20px;
	background-color: #eeeeee;
	border-color: #ffffff #aaaaaa #aaaaaa #ffffff;
}

#reiter-liste .reiter-inactive {
	height: 19px;
	background-color: #E3E3E3;
	border-color: #f7f7f7 #aaaaaa #aaaaaa #f7f7f7;
}

#inner-container {
	padding: 10px;
	background-color: #eeeeee;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff #aaaaaa #aaaaaa #ffffff;
}
	
#breadpath ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#breadpath ul li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
	padding-left: 7px;
	padding-right: 12px;
	background-image: url("../../resources/pics/pfeil.gif");
	background-position: right 4px;
	background-repeat: no-repeat;
}

#breadpath ul li a {
	float: left;
	text-decoration: none;
	font-weight: bold;
}

#breadpath ul li a.active, #breadpath ul li a.active:visited {
	color: #01558E;
}

#breadpath ul li a:hover {
	color: #4B4B4B;
}

.section-container {
	width: 604px;
	padding: 6px;
	background-color: #f4f4f4;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa #ffffff #ffffff #aaaaaa;
}

.line {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 7px;
	font-weight: normal;
	width: 604px;
}

.line input {
	width: 481px;
	float: left;
}

.line textarea {
	float: right;
	width: 481px;
}

.line .check-container {
	padding-top: 3px;
	float: left;
}

.line .check-container input {
	cursor: hand;
	margin: 0;
	padding: 0;
	float: none;
	height: 14px;
	width: 13px;
}

.line .textarea-fix {
	float: right;
	margin-right: 2px;
}

.section-container .line p {
	float: left;
	margin-left: 0;
	width: 115px;
}

.section-container .line .upload {
	width: 486px;
}

.section-container .no-top-space {
	margin-top: 0;
}

.top-space {
	margin-top: 20px;
}

.line p {
	width: 116px;
	float: left;
	margin: 0;
	margin-top: 3px;
	margin-left: 3px;
	padding: 0;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.line p.text {
	font-weight: normal;
	width: 400px;
}

.firstupload {
	width: 100%;
	border-top: 1px solid #bbbbbb;
	padding-top: 8px;
}

.top-line {
	border-top: 1px solid #bbbbbb;
	padding-top: 8px;
}

.but, .input, .moveUp, .moveDown {
	height: 14px;
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #000000;

	background-color:#dddddd;
	border: 1px solid #000000;
	padding-top: 1px;
}

.big {
	height: 18px;
	padding-top: 3px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
}

#balkenBG {
	height: 25px;
	margin-top: 10px;
	background-color: #EAEAEA;
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa #FFFFFF #FFFFFF #aaaaaa;
	z-index: 1;
}

#balken {
	position: absolute;
	margin-top: 12px;
	left: 30px;
	height: 23px;
	background-color: #979797;
	z-index: 50;
}

#prozent {
	position: absolute;
	margin-top: -20px;
	left: 300px;
	font-weight: bold;
	color: #000000;
	z-index: 100;
}

#mailsversendet {
	font-weight: normal;
	margin-top: 10px;
	height: 200px;
	overflow: auto;
}

.ok {
	color: #24510E;
}

.failed {
	color: #DD171C;
	font-weight: bold;
}

.headline {
	color: #01558E;
	font-weight: bold;
}

.none-bold {
	font-weight: normal;
}
