@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../pictures/bg.gif);
	margin-top: 20px;
	overflow-y: scroll;
}

a {
	padding: 0;
	border: none;
}

img, img a, img a:hover {
	border: none;
	margin: 5px;
	text-decoration: none;
}

#page {
	position: relative;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 910px;
	background-color: #54697A;
}

#header {
	position: relative;
	margin: 0 0 0 0;
	width: 910px;
	height: 10px;
	background:  url(../pictures/linie_2.gif) center no-repeat;
}

#sikke_gr {
	position: relative;
	width: 200px;
	height: 270px;
	padding: 0 5px 0 5px;
	float: left;
	text-align: center;
	background: #54697A url(../pictures/banner1.gif) bottom center no-repeat;
}

#logo {
	position: relative;
	width: 700px;
	height: 140px;
	padding-top: 20px;
	float: right;
	text-align: center;
	background-color: #54697A;
	background-image: url(../pictures/linie_3.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#breadcrumbs{
	position: relative;
	width: 450px;
	height: 25px;
	float: right;
	padding: 15px 5px 0 5px;
	background-color: #54697A;
}

#bar {
	position: relative;
	width: 230px;
	height: 25px;
	float: right;
	padding: 15px 10px 0 0px;
	background-color: #54697A;
	text-align: right;
}


#main {
	position: relative;
	width: 700px;
	height: auto;
	float: right;
	background-color: #869BAC;
	overflow: hidden;
}

#titel {
	position: relative;
	height: 80px;
	padding: 3px;
	text-align: center;
}

/*horizontale Navigation*/ 
#subnavi {	
	position: relative;
	width: 690px;
	height: 20px;
	margin-top: 10px;
	padding: 0;
	border-bottom: 1px dotted #CDC6AD;
	background-color: #8197A9;	
}

#subnavi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subnavi li { 
		float: left;
		height: 20px;
		padding: 0 5px 0 5px;
		margin: 0 0 0 10px;
}

#subnavi li a { 
		padding: 0 5px 0 5px;
}

#subnavi li a:hover { 
		padding: 0 5px 0 5px;
		background-image: url(../pictures/hover2.gif);
		background-repeat: no-repeat;
		background-position: left;
}

#subnavi ul li ul {
	position: absolute;
	left: -9999px;
	width: 120px;
	margin: 3px 0 0 2px;
	float: none;
	list-style: none;
	display: block;
	height: auto;
}

#subnavi ul li:hover ul {
	position: absolute;
	left: auto;
	width: auto;
	margin: 3px 0 0 20px;
	float: none;
	list-style: none;
	display: block;
	height: auto;
	z-index: 500;
}

#subnavi ul li ul li {
	margin: 0 0 0 -25px;
	float: none;
	height: 16px;
	list-style: none;
	display: block;
	padding: 2px 5px 3px 5px;
	border: 1px dotted #CDC6AD;
	background-color: #8197A9;
}

#subnavi li:hover li ul {
	position: absolute;
	left: -9999px;
	width: 120px;
	margin: 3px 0 0 2px;
	float: none;
	list-style: none;
	display: block;
	height: auto;
	z-index: 500;
}

#subnavi li li:hover ul {
	position: relative;
	left: -120px;
	width: 120px;
	margin: -20px 0 0 0;
	float: none;
	list-style: none;
	display: block;
	height: auto;
}

#subnavi li li:hover li {
	margin: 0;
	float: none;
	height: 16px;
	list-style: none;
	display: block;
	padding: 2px 5px 3px 5px;
	border: 1px dotted #CDC6AD;
	background-color: #71899D;
}


.border {
		padding: 0 5px 0 5px;
		border-top:  1px dotted #CDC6AD;
		border-left: 1px dotted #CDC6AD;
		border-right: 1px dotted #CDC6AD;
		background-color: #869BAC;
}

.border1 {
		padding: 0 5px 0 5px;
		border-right: 1px dotted #CDC6AD;
		border-bottom:  1px dotted #CDC6AD;
		border-left: 1px dotted #CDC6AD;
		background-color: #869BAC;
}

/*Ende horizontale Navigation*/


/*vertikale Navigation*/
#sidebar1 {
	position: relative;
	width: 200px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	background-color: #54697A;
	background-image: url(../pictures/linie_4.gif);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}

#sidebar2 {
	position: relative;
	width: 200px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	float: left;
	background-color: #54697A;
	background-image: url(../pictures/linie_4.gif);
	background-repeat: no-repeat;
	background-position: top;
	overflow: visible;
}

#sidebar3 {
	position: relative;
	width: 200px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	float: left;
	background-color: #54697A;
	background-image: url(../pictures/linie_4.gif);
	background-repeat: no-repeat;
	background-position: top;
	overflow: visible;
}

#sidebar1 ul, #sidebar2 ul, #sidebar3 ul {
	width: 200px;
	padding: 0;
	margin: 0 0px 0px 10px;
	list-style: none;
	overflow: visible;
} 

#sidebar1 li, #sidebar2 li {
	display: block;
	width: 200px;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
	overflow: hidden;
}

#sidebar3 li {
	display: block;
	width: 200px;
	height: 100%;
	padding: 0;
	margin: 0 0px 0px 25px;
	text-align: left;
	overflow: hidden;
}

#sidebar1 li a {
	display: block;
	height: 100%;
	float: none;
	padding: 0 0 0 8px;
	text-align: left;
	overflow: hidden;
}

#sidebar1 li a:hover {
	display: block;
	height: 100%;
	float: none;
	padding: 0 0 0 8px;
	text-align: left;
	background-image: url(../pictures/hover1.gif);
	background-repeat: no-repeat;
	background-position: left;
}


/* Ende vertikale Navigation*/

#footer {
	position: relative;
	clear: both;
	width: 900px;
	height: 20px;
	padding: 10px 0 5px 0;
	text-align: center;
}

#footer a {
	float: none;
	padding-top: 10px;
}


/* Alternative der horizontalen Navigation mit engeren Abständen */ 
#subnavi1 {	
	position: relative;
	width: 690px;
	height: 20px;
	margin-top: 10px;
	padding: 0;
	border-bottom: 1px dotted #CDC6AD;
	background-color: #8197A9;	
}

#subnavi1 ul {
	margin: 0 0 0 8px;
	padding: 0;
	list-style: none;
}

#subnavi1 li { 
		float: left;
		height: 20px;
		padding: 0 4px 0 4px;
		margin: 0px;
}

#subnavi1 li a { 
		padding: 0 4px 0 4px;
}

#subnavi1 li a:hover { 
		padding: 0 4px 0 4px;
		background-image: url(../pictures/hover2.gif);
		background-repeat: no-repeat;
		background-position: left;
}

#subnavi1 ul li ul {
	position: absolute;
	left: -9999px;
	margin: 3px 0 0 2px;
	float: none;
	list-style: none;
	display: block;
	height: auto;
	z-index: 500;
}

#subnavi1 ul li:hover ul {
	position: absolute;
	left: auto;
	margin: 3px 0 0 20px;
	float: none;
	list-style: none;
	display: block;
	height: auto;
	z-index: 500;
}

#subnavi1 ul li ul li {
	margin: 0 0 0 -25px;
	float: none;
	height: 16px;
	list-style: none;
	display: block;
	padding: 2px 5px 3px 5px;
	border: 1px dotted #CDC6AD;
	background-color: #8197A9;
}


/*Ende alternative Version der horizontalen Navigation*/


