/* CSS Document */

body{
	margin: 0;
	padding: 0;
	line-height: 1em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #EAEAEA;
height: auto; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 180px; /*Set margin to that of -(MainContainerWidth)*/
	background-color: #CCCCCC;
	margin-left: -840px;
}

#rightcolumn{
	float: left;
	width: 190px; /*Width of right column*/
	margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
	background: #FDE95E;
	background-color: #CCCCCC;
	height: auto;
}

#footer{
	clear: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	background-color: #993333;
}

#footer a{
color: #FFFF80;
}
#modernbricksmenu{
	padding: 0;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	clear: both;
	float: none;
	background-color: #000000;
}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;

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: #993333; /*Brown color theme*/ 
border-color: #D25A0B; /*Brown color theme*/ 
}

#menuline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 10px;
	line-height: 5px; /*Brown color theme*/
	background-color: #993333;
}
.innertube{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.titelbordeau {
	color: #990000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
