/* CSS Document */

/****************************************/
/* KMU Personal Layout related */
/****************************************/


/*
* Logo top left
*/

#logo {
	position: absolute;
	top:   37px;
	left:  14px;
}

#logo img {
	border: 0;
}


/*
* Title of the page above content - defined in TYPO3 as subtitle
*/
#page_title {
	font-size: 20px;
	line-height: 30px;
	color: #005696;
	position:absolute;
	top: 122px;
	left: 256px;

}


/*
* the navigation
*/

#mainnav {
	position: absolute;
	width: 196px;
	top: 164px;
	left: 12px;
	z-index: 1001;
}
#mainnav SPAN.hide {
	display: none;
}

/* First navigation level */


#mainnav UL {
	float: left;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}


#mainnav UL LI A{
	font-size: 11px;
	text-decoration: none;
	color: #005696;
	font-weight: bold;
	width: 196px;
	text-transform:uppercase;
	border-bottom: 2px #94ABCF solid;
	display: block;
	line-height: 26px;
	padding: 0 0 0 5px; 
	margin-bottom: -2px;
}

#mainnav UL LI A.cur {
	color: #FFFFFF;
	background-color: #005696;
	border-bottom: 2px #94ABCF solid;
}

#mainnav UL LI A:hover, A:active  {
	color: #FFFFFF;
	background-color: #005696;
	border-bottom: 2px #94ABCF solid;
}


/* Second navigation level */
#mainnav UL UL {
	position: absolute;
	left: 203px;
	top: 2px;
	
}
#mainnav UL UL LI {
	padding: 0;
	border-bottom: none;
	display: none; 
}
#mainnav UL UL LI A {
	font-size: 11px;
	text-decoration: none;
	color: #005696;
	font-weight: normal;
	background-color: #C9D5E7;
	text-transform: none;
	border-bottom: 2px #FFF solid;
	font-weight: bold;
	margin: 0 0 0 0;
}
#mainnav UL UL LI A.cur {
	color: #BC1220;
	background-color: #C9D5E7;
	border-bottom: 2px #FFF solid;
	margin: 0 0 0 0;
}
#mainnav UL UL LI A:hover, A:active {
	color: #BC1220;
	background-color: #C9D5E7;
	border-bottom: 2px #FFF solid;
}
#mainnav UL LI A.mouseenter  {
	color: #FFFFFF;
	background-color: #005696;
	border-bottom: 2px #94ABCF solid;
}
/*
* search box below the navigation - only shown for jobs and employees
*/

#search {
	position: absolute;
	width: 201px;
	top: 520px;
	left: 12px;
}
#search H2 {
	background-color: #005696;
	border-bottom: 2px #FFF solid;
	color:#FFFFFF;
	padding: 5px 0 5px 6px;
}
#search .wrap {
	background-color: #C9D5E7;
	height: 100px;
}
#search INPUT.text {
	width: 187px;
	border: 1px #AFC0DB solid;
	margin: 0 0 0 6px;
}
#search P {
	margin: 0 0 0 6px;
	font-size:10px;
}
#search INPUT.submit {
	background-color: #005696;
	color: #FFF;
	border: none;
	margin: 0 6px 6px 0;
	float: right;
	font-size:12px;
}


/*
* picture on start page onley
*/
#start_pic {
	position: absolute;
	top: 80px;
	left: 241px;
}


/*
* Content
*/
#middle_wrap {
	position: absolute;
	left: 228px;
	top:  154px;
	width: 720px;
}

#content {
	float:left;
	width: 440px;
	margin: 0 0 20px 28px;
}

#pic_right {
	width: 220px;
	height: 387px;
	display: table-cell;
	text-align: center;
	float: right;
}
/*
* Footer elements
*/
#footer {
	clear:both;
	color: #94ABCF;
	position:relative;
	bottom: 0px;
	width: 100%;
	font-size:10px;
	border-top: 2px #015696 solid;
}

.createdby {
	float: left;
	margin: 0 0 0 18px;
}
.createdby A{
	font-weight: normal;
	color: #94ABCF;
	margin: 0 0 0 10px;
}
.createdby A:hover {
	color: #015696;
	text-decoration: none;
}

.copyright {
	float: right;
	margin: 0 37px 0 0;
}
.copyright A {
	font-weight: normal;
}
.copyright A:hover{
	color: #015696;
	text-decoration: none;
}

#footer_start {
	color: #94ABCF;
	position: absolute;
	top: 550px;
	left: 257px;
	width: 600px;
	font-size:10px;
}

#teampic {
	width: 220px;
	height: 220px;
	margin: 0 0 0 0;
	position: absolute;
	top: 178px;
	left: 500px;
}

/*
* Sitemap
*/
UL.sitemap LI{
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #0B6EBF;
}

UL.sitemap A {
	text-decoration: none;
}

UL.sitemap .usb {
	display: none;
}
UL.sitemap LI.sm1 {
	list-style: disc;
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 10px;
	margin-top: 15px;
}
UL.sitemap UL LI.sm2 {
	list-style: square;
	font-size: 1.0em;
	margin-left: 20px;
}
UL.sitemap UL LI UL LI.sm3 {
	list-style: circle;
	font-size: 0.9em;
	margin-left: 30px;
}
UL.sitemap UL LI UL LI UL LI.sm4 {
	list-style: none;
	font-size: 0.8em;
	margin-left: 40px;
}


