/*
 *CSS-Style to build slideoutmenu by Alex.Elsner <alexander.elsner@sci-worx.com>
 */

.mmContent DIV A {
	font-size: 9px; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
	font-weight: bold;
	line-height: 11px;
	padding: 5px;
	text-decoration: none;
	display: block;
	color: #0068B4;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	border-bottom: solid 1px #0068B4;
}

/* für IE >5 */
* html .mmContent DIV A {
	width: 177px;
	w\idth: 177px; /* für IE 6 */
	-moz-opacity:.9; /* für IE 5.5+ */
	filter:alpha(opacity=90); /* für IE 5.5+ */
}

.mmContent DIV.mmlink A.submenu {
	background: #ffffff url(/fileadmin/template/images/menu_sub.gif) top left no-repeat;
	color: #0068B4;
}

.mmContent DIV.mmlink A.submenu:hover {
	background: #ffffff url(/fileadmin/template/images/menu_sub.gif) bottom left no-repeat;
	color: #0068B4;
}

.mmContent[id] DIV.mmlink A.submenu {
	background: url(/fileadmin/template/images/menu_sub.png) top left no-repeat;
	color: #0068B4;
}

.mmContent[id] DIV.mmlink A.submenu:hover {
	background: #ffffff url(/fileadmin/template/images/menu_sub.png) bottom left no-repeat;
	color: #0068B4;
}

.mmContent DIV.mmlink A:hover {
	background: #ffffff;
	color: #0068B4;
}

/* folgende anweisung wird nicht vom ie interpretiert */
.mmContent[id] DIV.mmlink A {
	background:#ffffff url(/fileadmin/template/images/menu.png) top left no-repeat;
}

.mmContent[id] DIV.mmlink A:hover {
	background:#ffffff url(/fileadmin/template/images/menu.png) bottom left no-repeat;
}



body,
html {

}

#background {
position: absolute;

width: 100%;
height: 100%;
z-index: 1;
left:27px;
top:0px
}

#logo {
position: relative;
width: 100%;
height: 100%;
z-index: 2;
left: 27px;
top: 1px
}

#cMenu {
position: absolute;
width: 721px;
height: 25px;
z-index: 5;
left: 255px;
top: 40px
}

#inhalt {
z-index: 4;
position: absolute;
width:436px;
height:411px;
left:278px;
top:118px;
font-family: 'Arial';
font-size: 10pt;
color: #0068B4;
overflow: auto;
scrollbar-highlight-color: #0068B4; 
scrollbar-base-color: #D8E5F5;
scrollbar-arrow-color:#0068B4;
scrollbar-face-color:#D8E5F5;
scrollbar-track-color:#D8E5F5;
scrollbar-shadow-color:#0068B4;

}

#inhalt2 {
text-align: right;
position: absolute; 
width: 178px; 
height: 140px; 
z-index: 5; 
left: 42px; 
top: 431px;
font-family: 'Arial';
font-size:10pt;
color: #0068B4;
}

#header {
position: absolute;
z-index: 4;
font-family: 'Arial';
color: #FF6703;
left:140px;
top:20px;
}

#inhalt2 p {
margin: 0 0 0 0;
font-size:11pt;
font-weight: bold;
}

#inhalt h1 {
font-family: 'Arial';
font-size: 11pt;
font-style: bold;
color: #0068B4;
}

a {
font-size: 10pt;
font-family: 'Arial';
text-decoration: none;
color: #0068B4
}

a:hover {
color: #FF6600;
}

table {
color: #0068B4;
font-family: 'Arial';
font-size: 10pt;
}

td {
text-align: left;
}

#inhalt input {
color: #0068B4;
font-family: 'Arial';
font-size: 10pt;
}

#inhalt textarea {
color: #0068B4;
font-family: 'Arial';
font-size: 10pt;
}