body {
	background: #eee;
}

/* ---------------- Satweb Header Colors---------------- */

#header {
	border-top: 1px solid #ddd;
	background: #eee;
}

#header h1 {
	color: #ffcc00;
}

/* ---------------- Satweb Navigation ---------------- */

#webnav {
	border-top: 1px solid  #c00;
	background: #ffde9c;
	border-bottom: 1px solid  #fff;
}

#webnav a {
	color: #000;
	background: transparent;
	border-right: 1px solid #fff;
}
#webnav a:hover {
	color: #fff;
	background: #c00;
	border-right: 1px solid #fff;
}

#webnav a.active {
	color: #fff;
	background-color: #c00;
}

/* ---------------- Left Navigation ---------------- */

#leftnav h2.navhead {
	color: #eee;
	background: #444;
}

#leftnav a.level1 {
	border-bottom: 1px solid #eee;
	color: #000;
	background: #b1c3e1;
}

#leftnav a.level1:hover {
	color: #fff;
	background: #669;
}

#leftnav a.level1_sel {
	color: #fff;
	background: #669;
}

#leftnav a.level2 {
	border-bottom: 1px solid #eee;
	color: #000;
	background: #b1c3e1;
}

#leftnav a.level2:hover {
	color: #fff;
	background: #669;
}

#leftnav a.level2_sel {
	color: #fff;
	background: #669;
}

#leftcont {
	color: #b1c3e1;
	background: #b1c3e1;
}


/* ---------------- Right Navigation ---------------- */

#rightcont a {
	color: #000;
	background: #b1c3e1;
}

#rightcont a:hover {
	color: #fff;
	background: #b0c4de;
}

#rightcont img {
	border: solid 1px #003399;
}

/* ---------------- Content ---------------- */

#container {
	background: #b1c3e1;
}

#cc_container {
	background: #fff;
}

#centercont {
	color: #334;
	background: #fff;
}

#centercont h1 {
	color: #000;
	background: #ccc;
}

#centercont h2 {
	color: #CC0000;
}

#centercont h3 {
	color: #003399;
}

#centercont a {
	color: #000;
}

#centercont .bildtext {
	color: #666;
}

#centercont a:hover {
	color: #e60;
}

#centercont img {
	border: 1px solid #999;
}

#centercont th {
	color: #fff;
	background: #cc0000;
}

#centercont .signatur {
	color: #666;
}