
html,body {
    margin:0;
    padding:0;
    height:100%;
    overflow:hidden;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

select, input {
	font-size: 11px;
}

.text1 {color: #FFFFFF; font-size: 8pt; letter-spacing: 1 pt; font-weight: regular}
.text2 {color: #000000; font-size: 10pt; font-weight: regular}
.text3 {color: #666666; font-size: 10pt; font-weight: regular}
.text4 {color: #F2E954; font-size: 10pt; font-weight: regular}
.text5 {color: #003366; font-size: 8pt}
.text6 {color: #993333; text-decoration: none; font-size: 12pt; font-weight: bold}
.att {
	margin-left:3px;
	color: #FF0000;
	text-decoration: none; font-size: 13pt;
	font-weight: bold
}
h1 {color: #003366; font-size: 9pt; margin-bottom: 0pt; font-weight: regular}
h2 {color: #666666; font-size: 10pt; margin-bottom: 0pt; font-weight: regular}

.block1 { color: #666666; text-align: justify; font-size: 8pt font-weight: regular}
.block2 {color: #34444C; font-size: 8pt; font-weight: bold}

.visitlink {color: #F2E954; font-size: 8pt; letter-spacing: 1 pt; font-weight: regular}

a:link {color: #003366; text-decoration: none; font-size: 8pt; letter-spacing: 1 pt; font-weight: regular}
a:visited {color: #003366; text-decoration: none; font-size: 8pt; letter-spacing: 1 pt; font-weight: regular}
a:hover {color: #666666; text-decoration: none; font-size: 8pt; letter-spacing: 1 pt; font-weight: regular}

a.grw:link {color: #FFFFFF; text-decoration: none; font-size: 8pt; font-weight: regular}
a.grw:visited {color: #FFFFFF; text-decoration: none; font-size: 8pt; font-weight: regular}
a.grw:hover {color: #92BEFE; text-decoration: none; font-size: 8pt; font-weight: regular}

a.klw:link {color: #FFFFFF; text-decoration: none; font-size: 9px; font-weight: regular}
a.klw:visited {color: #FFFFFF; text-decoration: none; font-size: 9px; font-weight: regular}
a.klw:hover {color: #92BEFE; text-decoration: none; font-size: 9px; font-weight: regular}

a.kl:link {color: #666666; text-decoration: none; font-size: 9px; font-weight: regular}
a.kl:visited {color: #666666; text-decoration: none; font-size: 9px; font-weight: regular}
a.kl:hover {color: #003366; text-decoration: none; font-size: 9px; font-weight: regular}

.borderb {
    border: 1px solid #6B84D3;
}

.borderl {
    border-left: 1px solid #FFFFFF;
}

.borderr {
    border-right: 1px solid #FFFFFF;
}

.borderu {
    border-bottom: 1px solid #FFFFFF;
}

.borderub {
    border-bottom: 1px solid #536FCC;
}

.borderc {
	border: 1px solid #FFFFFF;
	border-collapse:collapse;
}

.bordercornelia {
	border: 1px solid #B5AE5A;
	border-collapse:collapse;
}

#headertxt {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}


#content_container {
    height:95%;
    overflow:auto;
}

#header {
    position:fixed;
    top:0px;
}

#footer {
	width: 100%;
  position:fixed;
  bottom:0px;
}

/* Angaben nur für den Internet Explorer mittels Star-HTML-Hack */

* html, * html body {
    margin:0;
    padding:0;
    height:100%;
    overflow:hidden;
}

* html #content_container {
    padding:0;
    height:90%;
    overflow:auto;
}

* html #footer {
    background:#536FCC;
    height:10%;
    text-align:center;
    padding-top:1%;
}

#textField {
	border:1px solid;
	background-color:#FFFFFF;
	color: #000000;
	font-size:9px;
	text-align:left;
	padding:2px;
}
#prozentField {
	border:1px solid;
	background-color:transparent;
	color: #000000;
	padding:1px;
}
#btnStyle {
	background-color:#536FCC;
	background-image: url(../img/ban2_bg.jpg);
	color:#FFFFFF;
	border:1px solid #000000;
	font-size:9px;
	padding:1pt;
	cursor: hand;
}
#btnStyleCornelia {
	background-color:#536FCC;
	background-image: url(../img/cornelia/ban2_bg.jpg);
	color:#FFFFFF;
	border:1px solid #000000;
	font-size:9px;
	padding:1pt;
	cursor: hand;
}

#btnDelStyle {
	background-color:#FF0000;
	background-image: url(../img/ban3_bg.jpg);
	color:#FFFFFF;
	border:1px solid #000000;
	font-size:9px;
	padding:1pt;
	cursor: hand;
}

/* Calendar */
table.calendar {
    width: 100%;
}

table.calendar td {
    text-align: center;
}

table.calendar td a {
    display: block;
}

table.calendar td a:hover {
	color: #FFFFFF;
    background-color: #003B75;
}

table.calendar th {
	font-size: 11px;
    background-color: #6B84D3;
}

table.calendar td.selected {
    background-color: #92BEFE;
}

img.calendar {
    border: none;
}

form.clock {
    text-align: center;
}

.nowrap {
    white-space: nowrap;
}

div.nowrap {
    margin: 0px;
    padding: 0px;
}