/*	html
------------------------------------------------------------------------------*/
html {
	min-height: 100%;
	margin-bottom: 1px;
}

body{
margin-top: 12px;
padding:0;
background-image: url(../images/bg.gif);
background-repeat:repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #d50509;
}

#maincontainer{
width: 924px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background:#FFF url(../images/logo-mtp.gif) 0 0 no-repeat;
height: 120px; /*Height of top section*/
}

#logo {
	position:relative;
	top:0px;
	left:0px;
	width:420px;
	height:120px;
	background: url(../images/logo.gif) 0 0 no-repeat;
}

#logo a {
	display:block;
	height:120px;
	width:120px;
	text-indent:-1000em;	
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background: #FFF;
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -924px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
}

#footer{
clear: left;
width: 100%;
text-align: center;
color: #606060; 
font-size: 10px;
border-top: 1px solid #820000;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.innertubecontent{
	margin: 20px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 1.2em;
	font-size: 12px;
	color: #606060;
}

.innertuberight{
	margin: 20px;
	margin-top: 0px;
	padding-top: 20px;
	color: #606060;
}






/* Beginn Menu */

.mtpmenu{
list-style-type: none;
margin: 0px 0;
padding: 0;
padding-top: 25px;
width: 180px;
border: 0px solid;
}

.mtpmenu li a{
background: white url(../images/list-off.gif) no-repeat 2px center;
/* font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; */

font-size: 13px;
font-weight: bold;
color: #606060;
display: block;
width: auto;
padding: 5px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #800000;
}


* html .mtpmenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 160px;
}

.mtpmenu li a:visited, .mtpmenu li a:active{
color: #606060;
}

.mtpmenu li a:hover{
color: #820000;
background-color: #DCDCDC;
background-image:url(../images/list-on.gif); /*onMouseover image change. Remove if none*/
}


/* Infobox rechts */


.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 150; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
font-size: 10px;
background-color: white;
border: 1px solid #820000;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}









