
* {
	color: #1d1d1d;
	font: 13px verdana,tahoma,arial,helvetica;
	line-height: 1.3em;
}


/* Elements */

a {color: #C90119; text-decoration: none;}
a:hover { text-decoration: underline; }
a.more { padding-right: 15px; background: url('images/16x16/bullet.gif') no-repeat right 0; }

h1, h2, h3, h4, h5, h6 {
	color: #C90119;
	margin: 10px 0;
	font-weight: bold;
}

h1, h1 a { font-size: 16px; font-weight: bold}
h2, h2 a { font-size: 14px; font-weight: bold}
h3, h3 a { font-size: 12px; font-weight: bold}
h4, h4 a { font-size: 10px; text-decoration: underline; font-weight: bold}
h5, h5 a { font-size: 10px; font-weight: bold}
h6, h6 a { font-size: 10px; font-weight: normal; }

label,
label span { font-weight: bold !important;}

/* container */
.dotted {
	background: url('images/dotted.gif') repeat-x;
	height: 1px;
}

.pc {
	margin: 0 auto;
	width: 960px;
	background-color: #fff;
	height: 400px;
}

.container {
	margin: 0 auto;
	width: 960px;
	background-color: #fff;
}

.breadcrumb, .breadcrumb li { float: left; margin-top: 1px }
.breadcrumb li a { margin: 0 0 0 5px; padding-left: 16px; background: url('images/16x16/bullet.gif') no-repeat 0px -1px; }

/* HEADER */
.header {
	color: #7e7f81;
	position: relative;
}
.header .dotted {
	position: absolute;
	top: 64px;
	left: 145px;
	width: 805px;
	z-index: 2;
}
.header img {float: left;}
.header .links {
	position: absolute;
	right: 70px;
	top: 54px;
	color: #7e7f81;
	background-color: #fff;
	z-index: 3;
}
.header .links a {
	color: #7e7f81;
	margin: 0 5px;
}

/* SEARCH */
.search {
	position: relative;
	height: 30px;
	margin-top: 7px;
}

.search form {
	float: right;
	margin-right: 20px;
}

.search .dotted {
	position: absolute;
	bottom: 0px;
	left: 5px;
	width: 950px;
}

.search img {float: left;}

.search .searchfield input.search_input {
	border: 1px solid #fff;
	position: absolute;
	width: 108px;
	height: 15px;
	left: 5px;
	top: 3px;
}
.search .searchfield {
	background: url('images/searchfield.png') no-repeat;
	width: 120px;
	height: 23px;
	position: relative;
	float: left;
}

/* Content */
.contentcontainer .left {
	float: left;
	width: 180px;
	margin: 10px;
}

.contentcontainer .content {
	margin: 10px;
	float: left;
	width: 540px;
}

.content li {
	padding-left: 20px;
	background: url('images/square.gif') no-repeat 5px 4px;
}


/* BOXs */
table.box {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #c90119;
	float: left;
	margin-bottom: 20px;
	width: 180px;
	clear:both
}
table.box thead td { white-space: nowrap;}

.content table.box { clear: both;}
.content table.box thead {background-color: #c90119;  border-right: 1px solid #c90119;}

.left table.box { border-right: 1px solid #c90119; }
.left table.box thead {background: url('images/boxleft.gif') no-repeat #c90119;  border-right: 1px solid #c90119;}

.content table.box tbody,
.left table.box tbody {border-right: 1px solid #c90119;background: url('images/dot.gif') repeat-y;}

.right { margin: 10px 10px 0 0; float: right}
.right table.box { border-left: 1px solid #c90119; border-right: 0px; }
.right table.box thead {background: url('images/boxright.gif') no-repeat #c90119 top right; border-left: 1px solid #c90119; border-right: 0px;}
.right table.box tbody {border-left: 1px solid #c90119;	background: url('images/dot.gif') repeat-y right;}

table.box th {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	width: 220px;
}

table.box th span {
	margin: 3px 15px;
	float: left;
	color: #fff;
}

.right table.box td,
.right table.box div,
.right table.box span,
.right table.box a {
	font-size: 11px !important;
}

.menu div, .menu ul {margin: 15px;}
.menu ul ul { margin: 0 0 5px 15px; }
.menu ul {font-size: 14px;}

.menu li { margin: 3px 0; clear: both; }
.menu li a {
	background: url('images/16x16/bullet.gif') no-repeat 4px 0px;
	padding-left: 20px;
	float : left;
	margin: 2px 0;
}
.menu li a.active { font-weight: bold; }

/* Footer */
.footer {
	clear: both;
	float: left;
	width: 960px;
	margin-top: 20px;
}

.footer .logofooter {
	width: 220px;
	float: left;
	height: 80px;
	margin: 0 10px;
}
.footer .logofooter img {
	margin: 10px 25px;
}

.footer .links {
	width: 460px;
	float: left;
	margin: 10px;
	text-align: center;
}

.footer .links div {
	margin: 10px;
	font-size: 10px;
}
.footer .links div a {
	font-size: 10px;
}


/* Blätterfunktion */

.sheets {
	margin: 10px auto;
	text-align: center;
	width: 100%;
	padding: 2px 0;
}

.sheet {
	float: left;
	font-size: 10px;
	margin-left: 2px;
	padding: 2px;
	cursor: pointer;
	border: 1px solid #fff;
}

.sheethover {
	border: 1px solid #8BB98B;
	background-color: #E6FFBF !important;
}

.sactive {
	background-color: #FFFFCC !important;
	border: 1px solid #FFCC33;
	font-weight: bold;
}

.disabled {
	border: 1px solid #ccc;
	color: #ccc;
	cursor: default;
	padding: 0 5px;
}

.sheets a:hover,
.sheets a.active {
	border:1px solid #816464;
	color: #fff;
	background-color: #C90119;
}

.sheets span.current {
	border: 1px solid #C90119;
	padding: 0 3px;
	background-color: #DFA7A7;
	color: #551C1C;
}

