body,html {
	padding:				0px;
	margin:					0px;
	font-size: 10px;
	font-family: Verdana;
}
td{
	font-size: 10px;
	font-family: Verdana;
}

FORM {
	display:				inline;
}

#alles {
	font-size:				10px;
	font-family:			verdana;
	height:					100%;
	background-image:		url(../images/left_back.jpg);
	background-repeat:		repeat-y;
	width:					750px;
}

#content {
	background-image:		url(../images/bg_content.gif);
	background-repeat:		repeat;
	font-size: 10px;
}

#right {
	background-image:		url(../images/bg_content.gif);
	background-repeat:		repeat;
	width:					50px;

	padding-left:			5px;
	padding-right:			5px;
	padding-top:			40px;
}

A {
	color:					#198b5b;
}

#left {
	background-image:		url(../images/left.jpg);
	background-repeat:		no-repeat;
}
#menu {
	margin-left:			52px;
	overflow:				hidden;
	width:					158px;
}

.menu_item {
	background-image:		url(../images/menu/back.gif);
	background-repeat:		no-repeat;
	background-position:	bottom left;
	display:				block;
	width:					152px;
	height:					20px;
	padding-left:			26px;
	font-size:				10px;
	color:					black;
	text-decoration:		none;
	font-weight:			bolder;
	padding-bottom:			7px;
	margin-bottom:			7px;
	margin-top:				7px;
}

.menu_item_on {
	background-image:		url(../images/menu/back_on.gif);
	background-repeat:		no-repeat;
	background-position:	bottom left;
	display:				block;
	width:					152px;
	height:					20px;
	padding-left:			26px;
	font-size:				10px;
	color:					black;
	text-decoration:		none;
	font-weight:			bolder;
	padding-bottom:			7px;
	margin-bottom:			7px;
	margin-top:				7px;
}

.menu_item_rechts{
	text-align: 			right;
	margin-top:				100px;
	margin-left: 			630px;
	position:				absolute;
	display:				block;
	width:					100px;
	float:					right;
}
.menu_item_rechts a{
	color:					#198b5b;
	font-weight:			normal;
	line-height:			15px;
	font-size:				10px;
	text-decoration:		none;
}
.menu_item_rechts a.selected{
	font-weight:			bold;
}

.menu_item_links{
	text-align: 			left;
	padding-left:			10px;
	padding-bottom:			4px;
}
.menu_item_links a{
	color:					#198b5b;
	font-weight:			normal;
	line-height:			auto;
	font-size:				10px;
	text-decoration:		none;
}
.menu_item_links a.selected{
	font-weight:			bold;
}

a:hover{
	text-decoration:		underline;
}

h1{
	font-size:				16px;
}

input, textarea{
	font-size:				10px;
	border:					1px solid #198b5b;
	font-family: 			Verdana;
}

#logo{
	width:				279px;
	height:				71px;
	position:			absolute;
	left:				0px;
	top:				0px;
}
