/* ----------   Grundlage  ---------- */

html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

body {
	text-align: center;
	font-family: Verdana,Tahoma, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 13px;
}

img {
	border: 0px;
}

#contentarea {
	width: 880px;
	height: 570px;
	text-align: left;
	margin: auto;
	vertical-align: center;
}

#lcontent {
	width: 200px;
	height: 445px;
	float: left;
	text-align: center;
}

#rcontent {
	width: 200px;
	height: 445px;
	float: right;
	text-align: center;
}

#mcontent {
	position: relative;
	top: 6px;
	height: 426px;
	overflow: auto;
}

#menu {
	height: 125px;
	clear: both;
	background: url(../bilder/menu.jpg) no-repeat;
}


/* ----------   Links   ---------- */

a {
	text-decoration: none;
	color: #660000;
	border: 0px;
	font-weight: bold;
}

a:hover {
	color: #808080;
	border: 0px;
}


/* ----------   Menu  ---------- */

.tmitem {
	position: relative;
	float: left;
	width: 215px;
	top: 22px;
	text-align: center;
}

.bmitem {
	position: relative;
	float: left;
	width: 215px;
	top: 65px;
	text-align: center;
}

.menu-space {
	margin-left: 3px;
}


/* ----------   ???   ---------- */

.label {
	position: relative;
	width: 20px;
	height: 321px;
	top: 0px;
	left: 7px;
	z-Index: 1000;
}

.space {
	width: 200px;
	height: 30px;
}

.littlespace {
	width: 200px;
	height: 15px;
}

.lpicture {
	position: relative;
	float: left;
	padding-right: 8px;
}

.rpicture {
	position: relative;
	float: right;
	padding-left: 8px;
}

.ttitle {
	height: 18px;
	background-color: #E2E0E5;
}

.btitle {
	height: 18px;
	text-align: right;
}

.abox {
	width: 412px;
	padding: 1px;
	margin: auto;
	border: 1px solid #E2E0E5;
	margin-bottom: 6px;
	margin-top: 6px;
	margin-left: 2px;
	margin-right: 2px;
}

.min {
	min-height: 100px;
}

.topleft {
	width: 120px;
	padding-top: 1px;
	padding-bottom: 1px;
	float: left;
	text-align: center;
}

.topright {
	width: 286px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	float: right;
	text-align: left;
	border-left: 1px solid #ffffff;
}

.boxtext {
	margin-top: 4px;
}

.boxbg {
	float: left;
	width: 412px;
	background-color: #E2E0E5;
	clear: both;
}

/* ----------   Formate   ---------- */

.headline {
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	text-align: center;
	margin-bottom: 20px;
}

.subtitle {
	font-size: 13px;
	font-weight: bold;
	color: #660000;
	text-align: center;
}

.text {
	margin-top: 10px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.error {
	color: #990033;
	font-weight: bold;
}


/* ----------   Inputs  ---------- */

input,textarea {
	border: 0px;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
}

.inputfield {
	background-color: #E2E0E5;
}

fieldset {
	border: 1px solid #E2E0E5;
	padding: 4px;
	margin: auto;;
	text-align: center;
	width: 420px;
}

legend {
	font-size: 11px;
	font-weight: bold;
}