body {
	/*background:url("../images/bg.jpg") repeat-x #ffffff;*/
	font-family:Arial, Helvetica, Sans-serif;
	font-size:.8em;
	margin:0;
}

#wrapper {
	width:900px;
	margin-top:0px;
}
#innerwrapper {
	width:900px;
	float:left;
}
#header, #nav, #nav ul, #left, #dropshadow, #footer, #trinax {
	display:none;
}

#main {
	background:#ffffff;
}
#left {
	width:0px;
}
#contents {
	float:none;
	width:675px;
	min-height:200px;
	padding:0 10px 0 10px;
}

.tabs-nav, form{
	display: none;
}

#contents p {
	margin:0;
	padding-bottom:10px;
}
#bigBox {
	height:184px;
	width:824px;
	padding:20px 0 0 20px;
	margin:0 0 15px 0;
	color:#ffffff;
}
#bigBox h1 {
	margin:0;
	font-size:64px;
	padding-bottom:10px;
	font-weight:normal;
}
#bigBox p {
	font-size:1.2em;
}
.smallBox {
	width:270px;
	float:left;
	margin:0 5px 0 6px;
}
.smallBox h2 {
	margin:0;
	font-size:1.2em;
	padding-left:2px;
	color:#ffffff;
	background:#000000;
}
.smallBox p {
	padding:0 0 0 8px;;
	font-size:.9em;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
h1 {
	color:#000000;
}
h2 {
	color:#000000;
}
a:link, a:visited {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}
a:hover, a:active {
	color:#7b1111;
	text-decoration:none;
		font-weight: bold;
}
input {
	border:1px solid #333333;
	padding:0 3px 0 3px;
}
#adm_nav, #left ul {
	list-style-type:none;
	padding:15px 0 0 15px;
	margin:0;
}
#adm_nav li, #navigation li {
	margin:6px 15px 0 0;
}
#left ul li a:link, #left ul li  a:visited {
	color:#7b1111;
	text-decoration:none;
	font-weight: bold;
}
#left ul li a:hover, #left ul li a:active {
	color:#000000;
	text-decoration:none;
		font-weight: bold;
}
.submit {
	border:1px solid #333333;
	background-color:#CCCCCC;
	color:#2D6D9E;
	font-size:1.08em;
}
.std_table {
	border-collapse:collapse;
}
.std_table td {
	border:1px solid #333333;
	padding:3px 5px 3px 5px;
}
.std_table th {
	padding:0 10px 0 10px;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.odd {
	background-color:#D0D2D9;
}
.even {
	background-color:#FFFFFF;
}
.clear {
	clear:both;
}
.italic {
	font-style:italic;
}
.bold {
	font-weight:bold;
}
/*Datumkomponent*/
input.date {
	float: left;
}
.dateButton {
	display: block;
	float: left;

	width: 19px;
	height: 14px;
	margin-top:3px;
	margin-left:2px;

	background-image: url("../images/tableDate.gif");
	background-repeat: no-repeat;
}
.clearButton {
	clear: both;
}
.dateButton span {
	display: none;
}
#dateContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #000;
	margin-bottom: 20px;
}
#dateTable .weekday {
	font-weight: bold;
}
#dateTable td {
	border: 1px solid #ccc;
	text-align: center;
}
#dateTable td.hover {
	background-color: #ccc;
	cursor: pointer;
}
#dateTable td.prevCell {
	border: 0;
	text-align: left;
}
#dateTable td.nextCell {
	text-align: right;
	border: 0;
}
p {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:1.0em;
}
