@charset "ISO-8859-1";
body{
	background-color: white;
	font: 1.0em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}

#bodyWrapper {
	position:absolute;
	margin-left:5%;
	margin-right:5%;
	margin-top:2%;
	margin-bottom:2%;
	width:90%;
	min-width:900px;
	min-height:500px;
	height:89%;
	background-color:#1758BF;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
}
/*****Main-Navigation*/
#mainNavWrapper {
	background-color: #1758BF;
	width:100%;
	height:100px;	
}
#mainPicWrapper {
	width:100%;
	height:60px;
}
#mainNavLogo {
	width:180px;
	height:96px;
	position:relative;
	top:2px;
	left:2px;
}
#mainNavItems {
	min-width:710px;
	width:80%;
	position:absolute;
	top:35px;
	left:184px;
	text-align:center;
	font-size:110%;
	text-decoration:none;
	overflow:visible;
}
/*****Sidenav-Navigation*/
#sideNavWrapper {
	background-color: #1758BF;
	float:left;
	width:20%;
	min-height:200px;
	height:80%;
	text-align:center;
	font-size:100%;
	text-decoration:none;
	overflow:auto;
}
#sideNavWrapper p{
	text-align:left;
	background-color:#9FC3FF;
	border-color:#9FC3FF;
	border-bottom:dotted;
	border-top:dotted;
	border-width:1px;
	margin-right:5px;
}
#sideNavFirstLevel p{
	margin-top:40px;
	margin-bottom:0px;
}
#sideNavSecondLevel p{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
}
/*****Content-Navigation*/
#contentWrapper {
	float:right;
	width:80%;
	min-width:720px;
	min-height:375px;
	height:83%;
}


#breadcrumbWrapper {
	border-bottom:1px solid #9FC3FF;
	border-right:10px solid #1758BF;
	background-color: #FFFFCC;
	height:40px;
}

#contents {
	min-height:210px;
	height:86%;
	font-size:90%;
	text-decoration:none;
	border-right:10px solid #1758BF;
	background-color: #FFFFCC;
	overflow:auto;
}
#footerWrapper {
	background-color: #1758BF;
	height:18px;
	min-height:18px;
	width:100%;
	min-width:960px;
	border-bottom: 1px solid black;
}
/*Elements&TextItems-Planning*/
p{
	text-align:center;
	text-decoration:none;
}
#mainNavPics img {
	float:right;
	margin:0px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	padding-left:2px;
	margin-right:8%;
	border-color:black;
	border:thin;
	background-color:#9FC3FF;
}

#mainNavItems p {
	padding:0px;
	margin:0px;
}
#mainNavItems a {
	margin-right:6%;
}
#breadcrumbWrapper p,
#serviceWrapper p,
#footerWrapper p {
	padding:0px;
	padding-top:2px;
	margin:0px;
	margin-bottom:2px;
	text-align:left;
	font-size:80%;
}
#serviceWrapper p{
	text-align:right;
}
#footerWrapper p {
	text-align:center;
}



#breadcrumbWrapper a,
#serviceWrapper a {
	color:red;
	text-decoration:underline;
}
#footerWrapper a{
	margin-right:5%;
}

#breadcrumbWrapper a:active, 
#breadcrumbWrapper a:focus, 
#breadcrumbWrapper a:hover,
#serviceWrapper a:active,
#serviceWrapper a:focus,
#serviceWrapper a:hover {
	color:black;
}

#footerWrapper a, 
#mainNavItems a{
	color:white;
	text-decoration:none;

}

#footerWrapper a:active, 
#footerWrapper a:focus, 
#footerWrapper a:hover, 
#mainNavItems a:active, 
#mainNavItems a:focus, 
#mainNavItems a:hover, 
#sideNavWrapper a:active, 
#sideNavWrapper a:focus, 
#sideNavWrapper a:hover{
	background-color: #9FC3FF ;
	color:black;
}

#sideNavWrapper a:visited,
#mainNavWrapper a:visited {
	color: #FFFFCC;
}
#sideNavItems a{
	color:white;
	text-decoration:none;
	width:100px;
}

#contents h1 {
	font-size:130%;
	font-weight:bold;
	color:red;
	margin:20px 50px 20px 10px;
	border-left: 5px solid #2877FF;
	border-bottom: 1px solid #2877FF;
}
#contents h2 {
	font-size:120%;
	font-weight:bold;
	color:red;
	margin:50px 50px 20px 10px;
	border-left: 5px solid #2877FF;
	border-bottom: 1px solid #2877FF;
}
#contents h3 {
	font-size:120%;
	font-weight:bold;
	color:red;
	margin:50px 50px 20px 10px;
	border-left: 5px solid #2877FF;
	border-bottom: 1px solid #2877FF;
}
#contents h4 {
	font-size:90%;
	color:red;
	margin:10px 10px 80px 10px;
	border-bottom: 1px solid #2877FF;
	text-align:right;
}
#contents p{
	text-align:left;
	margin:10px 50px 10px 10px;
}
#contents a{
	color:red;
	text-decoration:underline;
}
#contents a:active,#contents a:focus,#contents a:hover{
	color:black;
}
#contents img{
	float:left;
	margin:0px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	padding-left:2px;
	margin:5px 5px 5px 5px;	
	border-color:black;
	border:thin;
	background-color:#9FC3FF;
}
#contents table{
	margin:5px 5px 5px 5px;
	border:1px solid #2877FF;
}
#contents tr, #contents th, #contents td {
	border:1px solid #2877FF;
}
