body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	/*background: #fff url("./images/listinus_background.jpg");*/
	color: #335;
	text-align: center;
	padding: 0px;
}

table {
	font-family: arial;
	font-size: 11px;
	border-spacing : 0px 0px;
	border-collapse: collapse;
}

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

a:hover {
	text-decoration: underline;
}

label {
	color: #335;
	font-style: normal;
}

span.required, label.required {
	color: #00a;
	font-weight: normal;
}

input, select, button {
	vertical-align: baseline;
}

input, select, textarea, button {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

button.cmdcommand {
	width: 80px;
	margin: 0px 5px;
}

input.readonly, select.readonly, textarea.readonly {
	background: #F6F7F8;
	border: solid 1px #707172;
	color: #505152;
}

input.error, select.error, textarea.error {
	border: dotted 1px #c00;
	background: #fee;
}

span.error, div.error, label.error {
	color: #c00;
}

input.action {
	width: 110px;
}

input.checkbox {
	vertical-align: middle;
}

img {
	border: none;
}

img.navicon {
	width: 14px;
	height: 14px;
}

div.master {
	width: 980px;
	/*background: #fff;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
}

div.mainnavigation {
	width: 165px;
	float: left;
	overflow: hidden;
}

div.maincontent {
	width: 610px;
	overflow: hidden;
	float: left;
	border: none;
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
}

div.werbung {
	text-align: center;
}

div.werbung div.wmaster {
	margin: 0px auto;
	text-align: right;
}

div.momentsimage {
	text-align: center;
}

div.momentsimage div.momentsmaster {
	margin: 0px auto;
	text-align: right;
}

div.localnavigation {
	width: 165px;
	float: left;
	overflow: hidden;
}

div.breadcrumbs {
	margin: 10px 0px 10px 0px;
}

div.menu {
}

div.menu a {
	display: block;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #335;
}

div.menu a.highlight {
	font-weight: bold;
	color: #002;
}

div.menu a:hover {
	background: #fff;
}

div.mainnavigation div.screlembodybottom {
	background: #fff url("../images/navigation_shadow_b.gif") right top no-repeat;
}

div.maincontent div.screlembodybottom {
	background: #fff url("../images/bg_shadow_contentbox.gif") right top no-repeat;
}

div.localnavigation div.screlembodybottom {
	background: #fff url("./images/navigation_shadow_b.gif") right top no-repeat;
}

div.screlemadvertising {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.advert {
	width: 600px;
	height: 80px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}

div.pages {
	font-size: 13px;
	text-align: center;
	width: 600px;
	padding: 10px 0px;
	background: #E3E4E3;
}

div.pages span {
	font-weight: bold;
	font-size: 16px;
	color: #4B659E;
}

div.pages a:hover {
	color: #4B659E;
}

div.navigationarea {
	position: relative;
	padding: 5px 10px;
}

div.navigationarea input {
	width: 110px;
	margin-right: 5px;
}

ul.privflags {
	list-style-type: none;
}

