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

body, html {
	background:#ccc;
	margin:0;
	overflow:auto;
}

#page {
	width:800px;
	height:700px;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	float:left;
	width:400px;
	height:110px;
	background:#04557B url(../images/logo.jpg);
	background-repeat:no-repeat;
}

#top {
	float:left;
	width:395px;
	height:105px;
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.70em;
	font-weight:bold;
	color:#000;
	padding:5px 0 0 5px;
}

#left {
	float:left;
	width:400px;
	height:150px;
	background:#ccc;
}

#right {
	float:left;
	width:400px;
	height:150px;
	background:#fff;
}

#navigation {
	float:left;
	width:800px;
	height:17px;
	background:#666;
}

#navigation ul {
	float:left;
	width:800px;
	height:18px;
	margin:0;
	padding:0;
	white-space:nowrap;
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.80em;
	font-weight:bold;
	color:#fff;
	border-top:1px solid #fff;
}

#navigation ul li {
	float:left;
	width:154px;
	padding:0 0 0 5px;
	display:inline;
    list-style-type:none;
	border-right:1px solid #fff;
}

#navigation ul li a {
	display:inline;
    color:#fff;
	text-decoration:none;
}

#navigation ul li:hover {
	display:inline;
	color:#fff;
	background:#666;
	text-decoration:none;
}

#content {
	float:left;
	width:800px;
	height:auto;
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.80em;
}

#content a {
	text-decoration:underline;
	color:#666699;
}

#content a:visited {
	text-decoration:underline;
	color:#666699;
}

#content ul {
	width:650px;
	height:auto;
}

#content ul li {
	list-style-type:circle;
}

#content ul li a {
	width:400px;
	text-decoration:underline;
	display:block;
	color:#666699;
}

#content ul li a:visited {
	text-decoration:underline;
	color:#666699;
}

#footer {
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	width:795px;
	height:15px;
	background:#666699;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.55em;
	color:#fff;
	padding:3px 0 2px 5px;
}

.menue1 {
	background:#993333;
}

.menue2 {
	background:#D26900;
}

.menue3 {
	background:#898945;
}

.menue4 {
	background:#666699;
}

.menue5 {
	background:#04557B;
}

.button {
	background:#666699;
	border:1px solid #04557B;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.70em;
	font-weight:bold;
}

.breadcrumb {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.70em;
	color:#666699;
}

p {
	padding:0 0 0 20px;
}

table {
	padding:0 0 0 30px;
}
