@import "/styles/konvent.css";

div.clear {
	clear: both;
}

div#quickLinks {
        padding-left:   9px;
        text-align:     left;
}

div#metaHeader {
	background-image:       url(/K/AL/IMAGES/logo_mitte.gif);
        background-repeat:      repeat-x;
	min-width:		350px;
	height:			65px;
        margin:             	10px 10px 0 10px;
}

div#logoLeft {
        background-image:       url(/K/AL/IMAGES/logo_links.gif);
	width:			192px;
	height:			65px;
	float:			left;
}

div#logoRight {
        background-image:       url(/K/AL/IMAGES/logo_rechts.gif);
	width:			135px;
	height:			65px;
	float:			right;
}

#skip0 a { 
	position:	absolute;
	z-index:	2;
	width:		15em;
	overflow:	hidden;
	top:		-100px;
	left:		-1000px;
} 

#skip0 a:focus { 
	position:	relative;
	top:		0;
	left:		0;
}

#skip1 a { 
	position:	absolute;
	z-index:	2;
	width:		15em;
	overflow:	hidden;
	top:		-100px;
	left:		-1000px;
} 

#skip1 a:focus { 
	position:	relative;
	top:		0;
	left:		0;
}

#skip2 a { 
	position:	absolute;
	z-index:	2;
	width:		15em;
	overflow:	hidden;
	top:		-100px;
	left:		-1000px;
} 

#skip2 a:focus { 
	position:	relative;
	top:		0;
	left:		0;
}

div#metaNavigation {
	float:			right;
	text-align: 	right;
}

div#metaNavigation ul {
	margin-bottom:	0;
	margin-top:		0;
	padding-top: 	1px;
	padding-bottom: 2px;
}

div#metaNavigation li {
	display:		inline;
	padding-right:	40px;
	padding-bottom: 0px;
}

div#path {
	padding-left:	13em;
	padding-top:	0.05em;
	padding-bottom: 0.2em;
}

div#pathItems {
	padding-left:	9px;
	font-size:	0.9em;
}

div#path a {
        color: #da0000;
}

span#currentPage {
        color: #da0000;
}

div#pathSeparator {
	background:		#e5e3e4;
	border-bottom:	#ffffff 1px solid;
	padding-bottom: 4px;
}

div#cockpit {
	position:			absolute;
	top:				90px;
	left:				10px;
	width:				12em;
	clear:				both;
}

div#navigation h2.title {
	position:       absolute;
        left:           -500px;
        top:            -500px;
}

div#navigation ul {
	padding-left	:	0;
	list-style-type	:	none;
	margin:				0;
}

div#navigation ul li {
	padding-top		:	0.15em;
	padding-bottom	:	0.15em;
}

div#search {
	padding-top:		0.2em;
}

div#search p {
	margin-top:			0.2em;
	margin-bottom:		0.2em;
	padding-left:		0;
}

div#search form {
	margin:			0;
	padding:		0;
	height:			2em;
}

div#search input {
	font:				0.9em verdana;
	width:				75%;
	height:				2em;
	vertical-align:		middle;
}

div#search button {
	font:                   0.9em;
	width:			23%;
	height:			2em;
	vertical-align:	middle;
}

div.contentSupport {
	width:				12.5em;
	padding-left:		0em;
}

div.contentSupport ul {
	list-style-type:	none;
	margin-top:			0;
	margin-left:		0;
	padding-bottom:		0;
	padding-left:		0;
}

div#content {
	background:     	#ffffff;	
	padding:		1em 0 1em 0;
	margin-left:		13em;
	min-height:		35em;
}

a.navorange {
	font-size: 0.9em;
}

div#footer {
	padding-left:	13em;
}

div#lastUpdated {
	float:		right;
	text-align: right;
}

a.navigation {
	font-family:		Arial, Helvetica, sans-serif; 
	font-size:			0.9em;
	color:				#000000; 
	text-decoration:	none
}

a.navigation:visited {
	color: #000000; 
}

a.navigation:hover {
	color:				#993366;
	text-decoration:	none;
}


