/* HTML                          */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #003386;
	margin: 0px;
	padding: 0px;
	background-color:#DBE8DF;
	background-image: url(/images/structure/mainbg.gif);
	background-repeat: repeat-y;
}

/******* Hyperlinks *******/

a:link, a:visited{
	color: #FF6600;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


/***********************************************/
/* Layout                                 */
/***********************************************/

#topimage{
	position: absolute;
	top: 0px;
	left: 0px;
	width:950px;
	height: 200px;
	background-color: #99CC66;
	
}

#navigation{
	position: absolute;
	top: 200px;
	left: 0px;
	width:950px;
	height: 30px;
	
}

#subnavbg {
	position:absolute;
	left: 5px;
	top:230px;
	width:950px;
	height:30px;
	z-index:1;
	background-color: #EE7F09;
	layer-background-color: #EE7F09;
}

#content {
	position:absolute;
	left: 0px;
	top:260px;
	width:950px;
	min-height: 540px;
	z-index:0;
	background-image: url(/images/structure/bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
}

.headerimage{
	margin: 20px 0px 10px 240px;
}

.inhalt {
	margin: 0px 0px 0px 260px;
	background-image:url(/images/structure/fleur.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.story {
	font-size: small;
	}
	
h1{
font-size:16px;
 color: #FF6600;
 margin: 0px;
 padding: 0px;
}
	
.footer {
	font-size: xx-small;
	}


/************* Navigation ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 60px;
color: #FFFFFF;
padding: 0px;
margin: 0px;
background-image:url(/images/structure/navbg.gif);
}

#globalNav img{
	margin-bottom: -4px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	width: 935px;
}

a.glink, a.glink:visited{
  	font-size: small;
  	color: #003386;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #FFFFFF;
}

a.glink:hover{
  	background-image:    url("images/structure/nav_selected.gif");
	text-decoration: none;
}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 35px;
	left: 0px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #003386;
	z-index: 100;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #003386;
	z-index: 100;
}

.subglobalNav a:hover{
	color: #FFFFFF;
	z-index: 100;
}
/*********** Verschieben der subNavigation nach rechts ************/
#subglobal3 {
	padding: 0px 0px 0px 60px;
}

#subglobal4 {
	padding: 0px 0px 0px 80px;
}

#subglobal5 {
	padding: 0px 0px 0px 120px;
}

#subglobal6 {
	padding: 0px 0px 0px 400px;
}

#subglobal7 {
	padding: 0px 0px 0px 500px;
}

#subglobal8 {
	padding: 0px 0px 0px 700px;
}
.story_klein {

	font-size: 11px;
}
.orange_haut {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}
.orangerahmen {
	border: 1px solid #FF6600;
}
