html {
height: 100%;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#header{
	background: #660032;
	height: 89px;
}
#services_tbl.td{
	border:1px solid #ddd;
}	
#menubar{
	border-top: 1px solid #ff9c6c;
	border-bottom: 1px solid #ff9c6c;
	background-color: #CC0000;
	color: black;
}
#main { 
	display: table;
	height: 400px;
}
#footer{
	height:25px;
	background: url("../images/InnoFooterUnicolor.png");
	background-color:#FFA36C;
} 

#nav { 
	background: white url("../images/navbg.png") no-repeat scroll top;
	width: 264px;
	height: 600px;
}
#upperNavCorner{
}
#lowerNavCorner{
}
#divSubMenuTitle {
	padding-left: 14px;
	padding-top: 9px;
}
.divSubMenuTitle {
	background-color: #D3D3D3;
	color: black;
	padding: 2px 16px 2px 16px;
	position: relative;
	top: -2px;
	font-weight: bold;
}
a.divSubMenuLink{
	color: black;
	text-decoration:none;
}
#divSubMenu {
	margin: 0px 0px 0px -20px;
}
#divSubMenu li {
	padding: 0px 0px 8px 0px;
}
a {
	color:#660033; 
	font-family: Arial, Helvetica, sans-serif;
}

a.textLink {  
	text-decoration:none; 
	color:#666666; 
}
a.textLink:link {  
	text-decoration:none; 
	color:#666666; 
}
a.textLink:visited {  
	text-decoration:none; 
	color:#666666; 
}
a.textLink:hover {  
	text-decoration:none; 
	color:#660033; 
}
#buttons{
	bottom: 0;
}
#divContent{
	/*height: 470px;*/
	width:98%;
	min-height: 470px;
	padding-left: 10px;
}
.divContent{
	/*height: 470px;*/
	min-height: 470px;
	padding: 0px 0px 0px 15px;
}
iframe {
	width: 100%;
	height: 520px;
	border-width: 0px 0px 0px 0px;
}

#Content { 
	height: auto;
	min-height: 470px;
	padding-left: 10px; 
	z-Index: 0;
} 

.listTable{
	top:1px;
	vertical-align:top;
}
h1, #SeminarTitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #660032;
}

h2, #cPrevTitle {
	font-size: 1.1em;
	font-weight: normal;
	color: #660032;
}
p, #SeminarContainer {
	font-size: 1em;
	font-weight: normal;
	color: #333;
}
#SeminarContainer a {
	color: #660033;
	text-decoration: underline;
}
img {
	border: none;
}
.content_liste_element {
	width: 140px;
	padding-left: 5px;
	padding-right: 20px;
	float: left;
}

.content_liste_punkt {
	float: left;
	padding-left: 10px;
}
.content_block_liste {
	padding-top: 2px;
	padding-left: 15px;
	clear: both;
}

.content_block {
	padding-top: 2px;
	padding-left: 10px;
	float: left;
}
a.Leftmenu{
	font-size: 90%;
	font-weight: normal;
	color: #660033;
	text-decoration: none;
	white-space: nowrap;
}
a.LeftmenuInact {
	font-size: 90%;
	font-weight: normal;
	color: #660033;
	text-decoration: none;
	white-space: nowrap;
}
a.Leftmenu:hover{
	text-decoration: underline;
}
a.Leftmenu:active{
	text-decoration: underline;
}


/*- Menus --------------------------- */
#tabs9 {
	float:right;
	width:100%;
	bottom:0;
	font-size:93%;
	line-height:normal;
	background: transparent;
	height: 24px;
}
#tabs9 ul {
	float:right;/*added in order to display items rightpositioned AND with correct order, setting this for #tabs9 a will fail since menuitems will appear in reverse order*/
	margin:0;
	padding:10px 0px 0 50px;
	list-style:none;
	position: relative;
	top: -10px;
}
#tabs9 li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs9 a {
	float:left;
	background:url("../images/tableft92.png") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	font-weight: bold;
	letter-spacing: 1px;
}
#tabs9 a span {
	float:right;
	display:block;
	background:url("../images/tabright92.png") no-repeat left top;
	padding:5px 15px 5px 6px;
	color:#000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs9 a span {float:none;}
/* End IE5-Mac hack */
#tabs9 a:hover span {
	color:#fff;
}
#tabs9 a:hover span {
	background-position:100% -42px;
}
#tabs9 #current a {
	background-position:0% -42px;
}
#tabs9 #current a span {
	background-position:100% -42px;
	color: white;
}
