body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.trenner {
	border-bottom-style: none;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #000000;
	width: 500px;

}
input , select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}



/* Layout */

#container {
	width: 734px;

/*
	background-image: url('/fileadmin/template/main/images/bg_content.png');
	background-repeat: repeat-y;
*/
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
#header {
	background-image: url('/fileadmin/template/main/images/header.png');
	height: 100px;
}

.menu {
	padding: 59px 186px 0 162px;
	text-align: center;
	width: 386px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.menu li {
	display: inline;
	padding: 0 13px 0 13px;
}
.menu a,.menu a:link,.menu a:visited,.menu a:active {
	text-decoration: none;
	color: black;
}
.menu a:hover {
	text-decoration: underline;
	color: black;
}





#content {
	margin-left: 182px;
	margin-right: 206px;
/*	padding: 0 40px; */

}
#left {
        padding: 0 0 0 40px;
	width: 142px;
        float: left;
	font-size: 11px;
}
#right {
	width: 166px;
        float: right;
        padding: 0 40px 0 0;
}


#bottom {
	height: 200px;
	background-image: url('/fileadmin/template/main/images/bottom.gif');
	background-repeat: no-repeat;
	text-align: center;
}
#footerMenu {
        position: relative;
	top: 180px;
}
#bottom a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: black;
}

.align-center {
	text-align: center;
}