body {
	color: #000000;
	font-size: 0.75em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight:bold;
}

a,a:visited {
	color: #000;
	text-decoration: none;
}

img {border:0;}
a img {border:0;}

#links1 a,a:visited {
	color: #000;
	text-decoration: none;
	line-height: 18px;
}

#links2 a,a:visited {
	color: #000;
	text-decoration: none;
	line-height: 14px;
}

#name a,a:visited {
	color: #000;
	text-decoration: none;
	line-height: 14px;
}

#box_bottom a,a:visited {
	color: #000;
	text-decoration: none;
}
/* COLORS */
.blue:hover {
	background:#5dc0fe;
}
.blue_active{
	background:#5dc0fe;
}

.blue2:hover {
	background:#5983fd;
}
.blue2_active {
	background:#5983fd;
}

.red:hover {
	background:#f7172a;
}
.red_active {
	background:#f7172a;
}

.yellow:hover {
	background:#feff2e;
}
.yellow_active {
	background:#feff2e;
}

.violett:hover {
	background:#e08eaa;
}
.violett_active {
	background:#e08eaa;
}
.orange:hover {
	background:#f9862b;
}
.orange_active {
	background:#f9862b;
}
.green:hover {
	background:#37c08a;
}
.green_active {
	background:#37c08a;
}
/* positions */
#name {
	position:absolute;
	top: 20px;
	left: 30px;
}
#new {
	position: absolute;
	top:95px;
	left: 30px;
}
#new ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#new a:hover{
	background: #e2007a;
}
#new .active {
	background: #e2007a;
}

#box_bottom {
	position: absolute;
	top: 600px;
	left: 30px;
	line-height: 14px;
}
#links1 {
	position:absolute;
	left: 200px;
	top: 20px;
}
/* MENUEPUNKTE LISTEN */
#links2 {
	position:absolute;
	left: 160px;
	width:240px;
	top:80px;
}
#links2 ul {
	list-style-type:none;
	
}
#links2 ul li {
	padding:2px 0 2px 0;	
	
}
#links2 ul li ul{
	padding:2px 0 0 7px;
}
/* TABELLEN */
#desc  {
	margin:25px 0 0 40px;
	font-weight:normal;
	letter-spacing:0em;
	font-size: 0.9em;
	color:#000;
	width: 200px;
}

#desc2 {
	margin-top:25px;
}
#desc2 ul {
	margin:0;
	padding:0 0 0 0px;
}
#desc2 li {
	list-style-type: none;
}
#content {
	position: absolute;
	left: 400px;
	top: 95px;
	font-size:11px;
	font-weight: normal;
}
#info {
	position: absolute;
	left:33px;
	top: 400px;
}

.indent {
	position: relative;
	left: 8px;
}
.new {
	color: #f99839;
}