/* SET BASE FONT ATTRUBUTES */
html, body, body * { font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; color: #333; }
body { margin: 0px; padding: 0px; background: #fff; font-size: 62.5%; text-align: center; } /* padding: 0px wegen Opera 7 */

/* REMOVE PADDING AND MARGIN VALUES */
* { margin: 0; padding: 0; }

/* cms_editor needs this!*/ 
body#html_body { padding: 10px; text-align: left ! important;} 

/* container */
div#container	{ position: relative; width: 780px; margin: 0px auto 0px auto; border: 1px solid #000; text-align:left; background:#fff url(/img/mvt/_bg_container.gif); }

/* header */
div#header { width: 780px; height: 74px; border-bottom: 1px solid #fff; background: url(/img/mvt/_bg_header.gif); }
img#logo { position: absolute; left: 724px; top: 11px; border: none; }

/* metanav */
div#metanav { position: absolute; top: 50px; left: 500px; width: 280px; height: 20px; text-align: right; background: #cfc;  }
div#metanav a {  }
div#metanav a.active {  }
div#metanav a:hover {  }

/* credit */
div#credit {  }

/* search */
div#search {  }

/* auxnav */
div#auxnav {  }

/* breadcrumb */
div#breadcrumb {  }


div#nav		{ float: left; width: 200px; font-size: 1.1em;  }


.lvl1, .lvl1l, .lvl1a, .lvl1al, .lvl1e, .lvl1el, .lvl1ae, .lvl1ael
{ display:block; width: 180px; color: #333; padding: 3px 10px 3px 10px; border-bottom: 1px solid #fff; font-size: 1.1em; text-decoration: none; }
.lvl1:hover, .lvl1l:hover, .lvl1a:hover, .lvl1al:hover, .lvl1e:hover, .lvl1el:hover, .lvl1ae:hover, .lvl1ael:hover
{ color: #fff; background: #4e4e4e; }

.lvl1, .lvl1l 	 					{  }
.lvl1:hover, .lvl1l:hover 		{  }

.lvl1a, .lvl1al  					{ color: #fff; background: #4e4e4e; font-weight: bold; }
.lvl1a:hover, .lvl1al:hover	{  }

.lvl1e, .lvl1el  					{  }
.lvl1e:hover, .lvl1el:hover	{  }

.lvl1ae, .lvl1ael  				{  }
.lvl1ae:hover, .lvl1ael:hover	{  }


.lvl2, .lvl2l, .lvl2a, .lvl2al, .lvl2e, .lvl2el, .lvl2ae, .lvl2ael
{ display:block; width: 170px; color: #333; padding: 3px 10px 3px 20px; border-bottom: 1px solid #fff; font-size: 1.0em; text-decoration: none; background: #BBC8B2; }
.lvl2:hover, .lvl2l:hover, .lvl2a:hover, .lvl2al:hover, .lvl2e:hover, .lvl2el:hover, .lvl2ae:hover, .lvl2ael:hover
{ color: #fff; background: #767E70; }

.lvl2, .lvl2l 	 					{  }
.lvl2:hover, .lvl2l:hover 		{  }

.lvl2a, .lvl2al  					{ color: #fff; background: #767E70; font-weight: bold; }
.lvl2a:hover, .lvl2al:hover	{  }

.lvl2e, .lvl2el  					{  }
.lvl2e:hover, .lvl2el:hover	{  }

.lvl2ae, .lvl2ael  				{  }
.lvl2ae:hover, .lvl2ael:hover	{  }


.lvl3, .lvl3l, .lvl3a, .lvl3al, .lvl3e, .lvl3el, .lvl3ae, .lvl3ael
{ display:block; width: 160px; color: #333; padding: 3px 10px 3px 30px; border-bottom: 1px solid #fff; text-decoration: none; background: #99A492; }
.lvl3:hover, .lvl3l:hover, .lvl3a:hover, .lvl3al:hover, .lvl3e:hover, .lvl3el:hover, .lvl3ae:hover, .lvl3ael:hover
{ color: #fff; background: #767E70; }

.lvl3, .lvl3l 	 					{  }
.lvl3:hover, .lvl3l:hover 		{  }

.lvl3a, .lvl3al  					{ color: #fff; font-weight: bold; text-decoration: underline; }
.lvl3a:hover, .lvl3al:hover	{  }

.lvl3e, .lvl3el  					{  }
.lvl3e:hover, .lvl3el:hover	{  }

.lvl3ae, .lvl3ael  				{  }
.lvl3ae:hover, .lvl3ael:hover	{  }



/* content */
div#content	{ float: left; overflow: hidden; width: 560px; padding: 10px 10px 10px 10px; background: url(/img/mvt/_bg_content.gif) no-repeat; }
div#contentleft	{ float: left; width: 380px; background: #cff; }
div#contentright	{ float: left; width: 200px; background: #fcf; }
div#contentbottom	{ float: left; width: 580px; background: #ffc; }

/* footer */
div#footer	{ clear: both; width: 780px; height: 20px; }

/* google  */
div#google	{ display: none; }	

/* links */
/*nach http://dbaron.org/css/1999/09/links*/
/*:link, :visited { text-decoration: underline overline; }
:link:focus, :visited:focus { color: green; }
:link { color: red; }
:visited { color: yellow; }
:link:hover, :visited:hover { color: blue; }
:link:active, :visited:active { color: fuchsia; }*/

/* links general */
div#content a:link, div#content a:visited	{ color: #AA2F00; font-weight: bold; text-decoration: none;}
div#content a:hover 				{ color: #EC4100;text-decoration: underline; }
div#content a:active				{  }


/* SORT OUT HEADER FORMATTING AND SIZES */
h1, h2, h3, h4, h5, p, ul, ol { margin-top: 2em; margin-bottom: 1em; }
h1, h2, h3, h4, h5 {font-weight: bold; }
h1 {font-size: 1.8em; margin-top: 0;}
h2 {font-size: 1.5em; }
h3 {font-size: 1.1em; }
h4 {font-size: 1.1em; }
h5 { }
h6 { }
p, table, li	{ font-size: 1.1em; line-height: 1.8em; }
li	li { font-size: 1em !important; }


/* images */
img { border: 0px; float: none; }
img.left { float: left; margin: 3px 10px 10px 0px; }
img.right { float: right; margin: 3px 0px 10px 10px;}


/* tables */
table { border-collapse: collapse; font-size: 100%;  } /* font-size: 100% wegen ie5 */
th, td { padding: 0px; vertical-align: top; text-align: left; }
th {  }
td {  }

/* tables */
table.standard { border-collapse: collapse; font-size: 100%; border: 0px;} /* font-size: 100% wegen ie5 */
table.standard th, table.standard td { padding: 0px 15px 15px 0px; vertical-align: top; text-align: left; border: 0px solid red !important ; }

table.box { border-collapse: collapse; border-left: 1px solid #767E70; border-top: 1px solid #767E70;  font-size: 100%; } /* font-size: 100% wegen ie5 */
table.box th, table.box td { border-right: 1px solid #767E70; border-bottom: 1px solid #767E70; padding: 10px 10px 10px 10px; vertical-align: top; text-align: left; }
										
table.dates { width: 100%;border-top: 1px solid #767E70;border-left: 1px solid #767E70;	}
table.dates th { padding: 3px;border-bottom: 1px solid #767E70; border-right: 1px solid #767E70; font-weight:bold; background-color:#767E70; color:white; }
table.dates td { padding: 3px;border-bottom: 1px solid #767E70; border-right: 1px solid #767E70; }

table.forum { width: 100%;border-top: 1px solid #767E70;border-left: 1px solid #767E70;	}
table.forum th { padding: 3px;border-bottom: 1px solid #767E70; border-right: 1px solid #767E70; font-weight:bold; background-color:#767E70; color:white; }
table.forum td { padding: 3px;border-bottom: 1px solid #767E70; border-right: 1px solid #767E70; }

table.document { width: 100%;border-top: 1px solid #767E70;border-left: 1px solid #767E70;	}
table.document th { padding: 3px;border-bottom: 1px solid #767E70; border-right: 1px solid #767E70; font-weight:bold; background-color:#767E70; color:white; }
table.document td { padding: 3px;border-bottom: 1px solid #767E70; border-right: 1px solid #767E70; }


/*outer table*/
table.outer { width:560px; margin-left:0px;border-collapse: collapse; border: 1px solid #000;  } 
.leftcol, .rightcol { width: 50%; }
table.outer th, table.outer td { vertical-align: top; text-align: left; padding: 0px;  }

/*table th.title { font-size: 100%; text-align: center !important;}*/
table th.title { text-align: left;padding: 3px;border-bottom: 1px solid #4E4E4E; border-right: 1px solid #4E4E4E; font-weight:bold; background-color:#4E4E4E; color:white; }
					
/*inner table*/
table.outer table { width: 100%; border-collapse: collapse; } 
td.left table 		{  border-right: 1px solid #000; }
table.outer table th, table.outer table td { vertical-align: top; text-align: left; padding: 5px; border: 0px solid #000; }
table.outer table th { border-top: 1px solid #000;}
table.outer table td { border-top: 1px solid }
				

/* Lists */
ul, ol, dl {list-style-type: disc; margin:5px 0px 0px 16px; }
li { padding-bottom: 5px; }

/* forms */
fieldset { padding: 10px; margin-bottom: 10px; }
legend 	{ margin-bottom: 10px; font-size: 1.1em; font-weight: bold;  }
label 	{ font-size: 1.1em; margin: 10px; }
textarea, input { width: 200px; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: 1.0em; border: 1px solid #666;}
textarea { height: 120px;  }
input.button { width: 120px; border: 1px solid #666; }
input.catalog { width: 60px;  }
input.catalogmedium { width: 160px;  }
input.checkbox { width: 20px; border: 0px;}
select 	{  }
option 	{  }
