/* CSS Document */
html {height:100%;}
body {
	height:99.5%;
	padding:0;
	margin:0;
	text-align:left;
	background:url(img/bg.gif) repeat-x #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 12pt;	
}
#container {
	height:97%;
	margin:10px auto;
  	padding:10px;
	width:899px;
	background-color:#FFFFFF;
}

#menu {
	float:left;
	width:224px;
	background-color:#dde7f4;
	height:65%;
}
#content {
	float:left;
	padding:10px 0px 10px 10px;
	width: 664px;
}
#content_left {
	float:left;
	padding:0px 10px 0 0 ;
	width: 434px;
}
#content_right {
	float:left;
	padding:0px;
	width: 220px;
}
ul.menu-0 {margin:0; padding:0; list-style-type:none;}
li.menu-0 {
	background-color: #dde7f4;
	width:224px;
	color: #000000;
	border-top:1.0px solid #FFFFFF;
	border-bottom:1.0px solid #8a9eb8;
	line-height:30px;
}
li.menu-0 a {
	width:224px;
	text-decoration:none;
	display:block;
	color:#002b6f;
	padding-left:20px;
	font-weight:bold;
}
li.menu-0 a:hover {
	background-color:#002b6f;
	width:201px;
	border-left:13px solid #b20049;
	padding-left:10px;
	font-weight:bold;
	color:#FFFFFF;
}

li.menu-0-active a {
	line-height:30px;
	background-color:#002b6f;
	width:204px;
	border-left:13px solid #b20049;
	text-decoration:none;
	display:block;
	color:#002b6f;
	padding-left:7px;
	font-weight:bold;
	color:#FFFFFF;
}

img a {border: 0 none;}
h1, h2, h3, h4, h5, h6 {margin: 0;}
h1 {
	font-size:18px;
	font-weight:bold;
	color:#b20049;
	margin-bottom:5px;
	line-height: 16pt;	
}
h2, h3, h4 {
	color: #b20049;
	font-weight:bold;
	font-size:16px;
}
h5, h6 {
	color: #b20049;
	font-weight:bold;
	font-size: 12px;
}
.clear {clear:both; padding-bottom:2px;}
a:link, a:visited { 
	color: #b20049;
	font-weight:bold;
	text-decoration:underline;
} 
a:hover { 
	color: #b20049;
	font-weight:bold;
	text-decoration:none}
a:active, a:focus { 
	color: #b20049;
	font-weight:bold;
} 

hr { border: 1px solid #DDDDDD; color: #DDDDDD;}

TEXTAREA, TEXT, TEXTFIELD, INPUT, SELECT, input#submit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.pic1 img {
	float:left;
	margin-right: 10px;
}
div.pic1 ul {
	margin-left: 310px;
}
/*
 * Topangebot
 */ 

div.tabody {
	float:left;
	width: 410px;
	border: 1px solid #969696;
	padding:8px;
	background-color:#ffdd99;
}
div.taimg {
	width: 140px;
	float:left;
}
div.tabeschreibung {
	width: 250px;
	float:left;
	padding: 0 5px 10px 10px;
}
div.tazeit {
	clear:left;
	width: 400px;
	line-height: 25px;
	margin: 5px 0;
	padding-right:5px;
	font-weight:bold;
	color:#b20049;
	background-color: #fff2d7;
	text-align:right;
}
div.tabottom {
	height: 7px;
	clear: left;
}

/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-color: #ACD6F5;
}
div#tcal td.today {
	border: 1px solid red;
}
div#tcal td.selected {
	background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}

/* Formularstyles */
fieldset {border:0 none; font-size: 1em;}
legend {display: none;}
label.left {
    float: left;
    text-align: right;
    width: 8.5em;
    margin-right: .5em;
	font-weight:bold;
}
input[type=text], select {float: left;}

textarea {
	width: 20em;
	height:80px;
}
input.right, div.right {
    float: left;
}
input, textarea, select {
background-color: #eeeeee;
border:1px solid #777777;
margin:3px;

}
input:focus, textarea:focus, select:focus {
 color: #000;
 background: #fff;
 outline: 1px solid red;
}
br.clear {clear:left;}

/*  Extrawurst fuer Mozilla*/
input[type=checkbox].right, input[type=radio].right, input[type=submit].right{margin-left: 9.3em;}
form br {clear: both;}
label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {cursor: pointer;}
form {line-height: 200%;}
.required {color: #E2001A;}
