@CHARSET "ISO-8859-1";

/*** background color classes for elements ************/
.sand_light {
	background-color: #e1e1d9;
}

.sand_medium {
	background-color: #d6d2c6;
}

.sand_dark {
	background-color: #b7b09e;
}

.blue_light {
	background-color: #c8cfd7;
}

.blue_medium {
	background-color: #b2bfc5;
}

/*** LINKS *********************************************/
.links,.links a {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	color: #245e62;
}

/*** beide Menus ***************************************/
.topmenu .normal,.topmenu .normal    * {
	color: white;
}

.topmenu .activated,.topmenu .activated *,.content *,.submenu .normal,.submenu .normal *
	{
	color: #245e62;
}

.submenu .activated,.submenu .activated * {
	color: #3e3c25;
}

a {
	text-decoration: none;
}

.submenu .activated {
	background-color: #c8cfd7;
}

* {
	border: 0;
	padding: 0;
	margin: 0;
	color: white;
}

html,body {
	width: 100%;
	height: 100%;
}

body {
	background-color: #e1e1d9;
}

/********** Alignment **************/
.outer {
	height: auto;
	width: 1000px;
	position: absolute;
	top: 5%;
	left: -500px;
	right: -500px;
	margin-left: 50%;
	margin-right: 50%;
	background-color: #26525F;
}

.left {
	float: left;
	width: 850px;
	min-height: 550px;
	height: auto;
	background-color: #d6d2c6;
}

.logo_right {
	float: right;
	height: 550px;
	width: 150px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
}

/*** Schriften: topmenu, submenu, content ******************************************/
.topmenu,.submenu,.content {
	font-family: verdana, arial, sans-serif;
}

.topmenu,.topmenu * {
	font-size: 12px;
}

.submenu,.submenu * {
	font-size: 14px;
}

.content,.content * {
	font-size: 12px;
}

