body {
	background-color: #7A7D9E;
}
.celleft {
	background-color: #CCCCCC;
	background-image: url(../images/bgleft.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.celright {
	background-color: #CCCCCC;
	background-image: url(../images/bgright.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.celmiddle {
	background-color: #F3F3F3;
}
.celtitel {
	background-color: #061944;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 200px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: "Century Gothic", Verdana, Arial, Helvetic, sans-serif;
}
.celmenu {
	font-family: "Century Gothic", Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #FF9900;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	padding: 5px;
	border: 1px solid #FF9D3C;
	margin: 10px;
	letter-spacing: 0.3em;
}
a:link#celmenu, a:visited#celmenu {
	text-decoration: none;
	color: #000033;
}
a:hover#celmenu {
	text-decoration: underline;
	color: #FF9900;
}
a:active#celmenu {
	text-decoration: none;
	color: #FF9900;
}
.celcontent {
	font-family: "Century Gothic", Arial, Verdana, Tahoma;
	font-size: 13px;
	color: #333333;
	letter-spacing: 0.2em;
	text-align: left;
	vertical-align: text-top;
	white-space: normal;
	font-weight: normal;
	word-spacing: 0.2em;
	height: 560px;
	padding-top: 32px;
	padding-right: 60px;
}
.celcontent p a:link, .celcontent p a:active, .celcontent p a:visited {
	color: #ff9d3c;
}
.celcontentright a:link, .celcontentright a:active, .celcontentright a:visited {
	color: #ff9d3c;
}
a #celcontent, a:link #celcontent, a:visited #celcontent {
	text-decoration: none;
	color: #FF9D3C;
}
a:hover #celcontent {
	text-decoration: underline;
	color: #FF9D3C;
}
a:active #celcontent {
	text-decoration: none;
	color: #FF9D;
}

.celcontentright {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF9D3C;
	vertical-align: top;
	text-align: left;
}
.celcontentright2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF9D3C;
	vertical-align: bottom;
	text-align: left;
}
.celboxorange {
	border: 1px solid #FF9D3C;
}
.celboxsmall {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #061944;
	text-align: center;
}
.celsubmenu {
	font-family: "Century Gothic", Arial, Verdana, Tahoma;
	font-size: 10px;
	color: #666666;
	letter-spacing: 0.2em;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
.celtiteltext {
	font-family: "Century Gothic", Arial, Verdana, Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
ul {
	text-align: left;
}

