body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #938a7a;
	background-color: #fff;	   
	background: url(/_images/back.gif) no-repeat top center;
}

a {
	color: #cb032c;
	text-decoration: none;
}

.clsText {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #938a7a;
}

.clsSmallText {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #938a7a;
}

.clsBildunterschrift {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
	color: #938a7a;
}

#boxcontent h1 { 
	margin: 0 3px 0 5px;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #4C4840;
}

#content h1 { 
	margin: 0;
	padding: 5px;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #4C4840;
	background-color: #dfdcd7;
}

.clsError {
	font-weight: bold;
	color: #cb032c;
}

h1 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #938a7a;
}

.clsProjects {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #938a7a;
}

.clsNavBtn {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 15px;
	z-index: 1;
}

.clsNavBtn a {
	height: 16px;
	display: block;
	line-height: 15px;
	color: #ccc;
	text-decoration: none;
}

.clsNavBtn a.clsBtnOut { color: #ccc; }
.clsNavBtn a.clsBtnOn { color: #fff; }
.clsNavBtn a:hover { color: #fff; }

.clsMenu {
	position: absolute;
	visibility: hidden;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 16px;
	z-index: 1;
}

ul.clsNav  {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #fff;
}
ul.clsNav li { list-style: none; }
ul.clsNav li a {
	display: block;
	padding: 0 3px 0 3px;
}
ul.clsNav li a.clsMenuOut, ul.clsNav li a.clsMenuOn { color: #938a7a; }
ul.clsNav li a:hover { background-color: #dfdcd7; }

ul.clsSub  {
	margin: 0;
	padding: 0;
}
ul.clsSub li {
	list-style: none;
	display: inline;
	padding-right: 12px; 
}
ul.clsSub li a {
	padding-left: 10px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 15px;
}
ul.clsSub li a.clsSubOut {
	color: #938a7a;
	background: url(/_images/subout.gif) no-repeat top left;
}
ul.clsSub li a.clsSubOn {
	color: #cb032c;
	background: url(/_images/subon.gif) no-repeat top left;
}
ul.clsSub li a:hover {
	color: #cb032c;
	background: url(/_images/subon.gif) no-repeat top left;
}

.clsDownBtn {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 15px;
	z-index: 1;
}

.clsDownBtn a {
	height: 16px;
	display: block;
	line-height: 15px;
	text-decoration: none;
}

.clsDownBtn a.clsBtnOut { color: #938a7a; }
.clsDownBtn a.clsBtnOn { color: #cb032c; }
.clsDownBtn a:hover { color: #cb032c; }
