html {
	background:#ffffff url(http://www.ag-kmu.de/templates/agkmu/imgages/bg_kmu.gif) repeat-y;
	}

body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	}
		
#header_container {
	position: fixed;
	height:81px;
	width: 100%;
	/* z-index:4; */
	background-color: #FFFFFF;
	}

#footer_container {
	position:fixed;
	bottom:0px;
	margin-left:194px;
	height:32;
	background:#ffffff;
	z-index:3;
	}
#footer_container[id] {
	width: 100%;
	height:32;
	overflow: hidden;
	margin-left:180px;
	padding-left: 15px;
	}
		
#kmuHead {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 177px;
	height: 49px;
	}	
	
#agkmuHead {
	position: absolute;
	left: 177px;
	top: 0px;
	height: 49px;
	background-color: #FFFFFF;
	}
	
#hnHead {
	position: absolute;
	top: 0px;
	right:0px;
	width: 242px;
	height: 82px;
	background-color: #FFFFFF;
	border-bottom: 2px dotted #99CCFF;
	z-index: 3;
	}
#hnHead[id] {		
	position: fixed;
	}
		
#breadcrumb {
	position: relative;
	top: 49px;
	left: 0px;
	height: 32px;
	width: 100%;
	right: 260px;	
	background-color: #D2E9FF;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 28px;
	text-indent: 178px;
	}
	
#leftcontent {
	position: absolute;
	left: 24px;
	top: 81px;
	width: 177px;
	}

#leftcontent[id] {
	position: fixed;
	}
	
#centercontent {
	width: auto;
	margin-bottom: 32px;
	margin-left: 192px;
	margin-right: 243px;
	}
	
* html #centercontent {
	overflow: auto;
	height: 80%;
	background-position: 0px 0px;
	}

#centercontent[id] {
	padding-top: 90px;	
	margin-bottom: 50px;
	}
	
h1 img, h2 img, h3 img, h4 img, h5 img {
	margin-right:18px;
	margin-bottom:18px;
	margin-left:0;
	margin-top:0;
	}
	
#rightcontent {
	position: absolute;
	right: 0px;
	top: 138px;
	width: 224;
	border-left: 2px dotted #99CCFF;
	padding: 0px 8px 24px;
	}	
	
#rightcontent[id] {
	position: fixed;
	}
	
h1, .contentheading {
	font-size: 24px;
	color: #002973;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 6px 0px;
	}

h2, .componentheading {
	font-size: 18px;
	color: #002973;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 6px 0px;
	margin: 0px;
	line-height: 24px;
	}

h3 {
	font-size: 14px;
	color: #002973;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding: 0px 0px 6px 0px;
	margin: 0px;
	}

h4 {
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	}	
	

h5 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	}		

a {
	color: #000099;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	}
	
a:hover {
 	text-decoration: none;
	}		

p {
	margin: 0px;
	padding: 0px;
	}
	
.mborder{
	width: 153px;
	border-top: 2px dotted #000099;
	font-weight: normal;
	}

/*
.moduletable .none{
	border-top: none;
	}
*/
.mainlevel{
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	line-height: 24px;
	}

.mainlevel:hover {
	color: #0033CC;
	}

#active_menu{
		color: #0033CC;
		}
		
.sublevel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	display: list-item;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	list-style-type: square;
	}	
	
.sublevel:hover {
	color: #0033CC;	
	font-weight: bold;
	}

.siteInfo {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height:32px;
	}
	
.siteInfo a {
	border-right: 2px dotted #99CCFF;
	padding-right: 4px;
	}
	
.siteInfo a:hover {
	text-decoration: none;
	}	
	
hr {
	border-bottom: 2px dotted #99CCFF;
	height: 2px;
	margin: 6px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}	
* html hr {
	margin: 2px 0px;
	}


.contentpaneopen{
	width: 99%;
	}

.mosFormElement input, .mosFormElement textarea{
		border: 2px dotted #99CCFF;
	}
	
.inputbox {
	padding:0;
	margin:0;
	background-color: #FFFFFF;
	border-top: 2px solid #336699;
	border-right: 2px solid #DFEAF4;
	border-bottom: 2px solid #DFEAF4;
	border-left: 2px solid #336699;
	}
	
.button {
	padding:0;
	margin:0;
	background-color: #99CCFF;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #336699;
	border-bottom: 2px solid #336699;
	border-left: 2px solid #FFFFFF;
	}		
	
td{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	}	

.sectiontableentry1, .sectiontableentry2{
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.small{
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;

	}
	
li {
	list-style-type: square;
	color: #000099;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.s {font-size: 11px}
.n {font-size: 13px}
.xl {font-size: 15px}
.xxl {font-size: 18px}

.mosimage {
	margin-bottom: 18px;
	margin-right: 18px;
	margin-top: 0px;
	margin-left: 0px;
	}

*html .mosimage {
	left: 192px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	}

.mosimage_caption {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #002973;
	line-height:18px;
	background-color: #E1F0FF;
	padding: 4px;
	margin-top: -18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
* html .mosimage_caption {
	margin: -20px 0px 0px 0px;
	position: relative;
	left: 6px;
	}
