body {
	background: #CACACA url(img/background.png) repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#container {
	margin: 0 auto;
	width: 760px;
	background-color:#FFFFFF;
	position:relative;
}
#header {
	width: 100%; 
	margin:0;
	border:0;
}
/*Navi*/
#modernbricksmenu {
	padding: 0;
	margin: 0;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#modernbricksmenu ul {
	font: bold 11px Arial;
	background-color:#FFFFFF;
	margin:0;
	margin-left: 0px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}
#modernbricksmenu li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}
#modernbricksmenu a {
	float: left;
	display: block;
	color: white;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: black; /*Default menu color*/
	border-bottom: 1px solid white;
}
#modernbricksmenu a:hover {
	background-color: gray; /*Menu hover bgcolor*/
}
#modernbricksmenu #current a { /*currently selected tab*/
	background-color: #C00101; /*Brown color theme*/
	border-color: #C00101; /*Brown color theme*/
}
#modernbricksmenuline {
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #C00101; /*Brown color theme*/
}
#myform { /*CSS for sample search box. Remove if desired */
	float: right;
	margin: 0;
	padding: 0;
}
#myform .textinput {
	width: 190px;
	border: 1px solid gray;
}
#myform .submit {
	font: bold 11px Verdana;
	height: 22px;
	background-color: #C00101;
}
/*Navi End*/
#main_content {
	margin: 0 auto;
	width: 100%;
	background-color:#FFFFFF;
	min-height:450px;
}

#footer {
position:relative;
	text-align: center;
	font-size: 12px;
	margin: 10px auto;
	padding-bottom: 14px;
	background-color: #FFFFFF;
	clear:both;
}

/*content*/
.content {
	float: left;
	width: 490px;
	text-align: left;
	padding: 30px;
	background-color:#FFFFFF;
}
.content ul {
	list-style-type: square;
}

.content li {
	list-style-type: square;
}
.content h1 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #A40008;
	clear:both;
}
.content h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #A40008;
	clear:both;
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.menu {
	width: 159px;
	float: right;
	padding: 30px 20px 0 20px;
	border-left: #B5B5B5 1px solid;
	font-size: 12px
}
.menu_title {
	font-size: 18px;
	font-weight: bold;
	color: #A40008;
}
.menu ul {
	margin: 0;
	padding: 10px 0 20px 15px;
}
.menu li {
	padding-top: 2px;
	list-style-type: circle;
}
a {
	color: #A40008;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: underline;
}
a.menu_link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a.menu_link:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: none;
}
.quote {
	font-size:16px;
	text-align: center;
	font-weight: bold;
	font-style: italic;

	padding-top: 10px;
}
/*Content-Tabelle */
.contenttab {
	border-right: 1px solid #FFFFFF;
	/*border-collapse: collapse;*/
	empty-cells: show;
	float: none;
	clear: both;
	margin-bottom: 20px;
}

.contenttab caption {
	border: 1px #FFFFFF solid;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align: left;
	padding: 6px 10px;
	background-color: #000000;
} 

.contenttab th {
	border:1px #FFFFFF solid;
	padding: 4px;
	text-align: left;
} 

.contenttab td {
	border-left:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	background-color:#CCCCCC;
} 
