/*
________________________________________________

Normalisierung aller wichtigen Elemente
________________________________________________

*/

html
{
    /*Scrolleisten immer aktivieren, um das Springen des Bildschirms zu verhindern*/
    overflow:scroll;
}

/* Normalisierung von margin, padding */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, from, fieldset, input, p, /*blockquote,*/ th, td
{
	margin: 0;
	padding: 0;
}

/* Normalisiert font-size für Überschriften */

h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
}

/* Entfernt list-style aus Listen */

ol, ul
{
	list-style: none;
}


/* Normalisiert font-style und font-weight auf normal */

address, caption, cite, code, dfn, em, stong, th, var
{
	font-style: normal;
	font-weight: normal;
}

/* Entfernt list-style aus Listen */

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* Entfernt border aus fieldset und img */

fieldset, img
{
	border: 0;
}

/* Richtet Text in caption und th links aus */

caption, th
{
	text-align: left;
}

/* Entfernt Anführungszeichen aus q */

q:before, q:after
{
	content: '';
}

/*
________________________________________________

=Layout
________________________________________________

*/
html, body
{
	height: 100%;	
 	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
}

body
{
	background: #e5e5e5;
}


#wrapper
{
	position: relative;
	width: 815px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-color: #ffffff;
	border-left: 1pt solid #808080;
	border-right: 1pt solid #808080;
}

#branding
{
    margin-top: -200px;
    position: absolute;
	height: 250px;
	width: 815px;
	background: url(images/dt_logo.jpg) no-repeat 0 0;
}

#brandingIndex
{
    margin-top: -25px;
    position: absolute;
	height: 250px;
	width: 815px;
	background: url(images/dt_logo.jpg) no-repeat 0 0;
}

#branding h1, 
#brandingIndex h1
{
    margin-top: 250px;
    background: #000000;
    color: #FFFFFF;
    height: 20px;
    font-size: 20pt;
    text-align: center;
    padding: 3px 0 18px 0;
    font-variant:small-caps;
}

#branding h1 span, 
#brandingIndex h1 span
{
    color: #FFB700;
}

#navigation
{
	position: relative;
}

#nav_main
{
	position: absolute;
	width: 815px;
	margin-top: 91px;
	height: 135px;
	font-variant: small-caps;
	text-indent: -9999px;
}

#nav_mainIndex
{
	position: absolute;
	width: 815px;
	margin-top: 266px;
	height: 135px;
	font-variant: small-caps;
	text-indent: -9999px;
}

#nav_main ul, 
#nav_mainIndex ul {
	height: 135px;
}

#nav_main ul li, 
#nav_mainIndex ul li 
{
	width: 203px;
	height: 135px;
	padding: 0px 1px 0px 0px;
	float: left;
}

#nav_main ul li a, 
#nav_mainIndex ul li a
{
    text-decoration: none;
    font-size: 11pt;
    color: #FFFFFF;
    font-weight: bold;
}


#nav_main ul li, 
#nav_mainIndex ul li
{
	text-align: center;
	height: 135px;

}

#nav_sub
{
	position: absolute;
	margin-top: 226px;
   	background-image:url(images/navigation/subNav_bg.gif);
   	background-position: 203.5px;
   	background-repeat: repeat-y;

}

#nav_subIndex
{
	position: absolute;
	margin-top: 401px;
   	background-image:url(images/navigation/subNav_bg.gif);
   	background-position: 203.5px;
   	background-repeat: repeat-y;

}

#nav_sub ul, 
#nav_subIndex ul
{
   	width: 203px;
   	float: left;
}

#nav_sub ul li, 
#nav_subIndex ul li 
{
	padding: 0px 0px 0px 20px;
	vertical-align: middle;
}


li#structure a, li#productinfo a, li#technology a, li#about a,
li#structure_active, li#productinfo_active, li#technology_active, li#about_active,
li#structure_active a, li#productinfo_active a, li#technology_active a, li#about_active a
{
	display: block;
	width: 203px;
	height: 135px;
}

li#structure a
{
	background: url(images/navigation/nav_main01.jpg) no-repeat;
}

li#structure a:hover
{
	background: url(images/navigation/nav_main01_over.jpg) no-repeat;
}

li#structure_active
{
	background: url(images/navigation/nav_main01_active.jpg) no-repeat;
}

li#structure_active a:hover
{
	background: url(images/navigation/nav_main01_active_over.jpg) no-repeat;
}

li#productinfo a
{
	background: url(images/navigation/nav_main02.jpg) no-repeat;
}

li#productinfo a:hover
{
	background: url(images/navigation/nav_main02_over.jpg) no-repeat;
}

li#productinfo_active
{
	background: url(images/navigation/nav_main02_active.jpg) no-repeat;
}

li#productinfo_active a:hover
{
	background: url(images/navigation/nav_main02_active_over.jpg) no-repeat;
}

li#technology a
{
	background: url(images/navigation/nav_main03.jpg) no-repeat;
}

li#technology a:hover
{
	background: url(images/navigation/nav_main03_over.jpg) no-repeat;
}

li#technology_active
{
	background: url(images/navigation/nav_main03_active.jpg) no-repeat;
}

li#technology_active a:hover
{
	background: url(images/navigation/nav_main03_active_over.jpg) no-repeat;
}

li#about a
{
	background: url(images/navigation/nav_main04.jpg) no-repeat;
}

li#about a:hover
{
	background: url(images/navigation/nav_main04_over.jpg) no-repeat;
}

li#about_active
{
	background: url(images/navigation/nav_main04_active.jpg) no-repeat;
}

li#about_active a:hover
{
	background: url(images/navigation/nav_main04_active_over.jpg) no-repeat;
}

#nav_sub ul li a:link, #nav_sub ul li a:visited, #nav_sub ul li a:active, 
#nav_subIndex ul li a:link, #nav_subIndex ul li a:visited, #nav_subIndex ul li a:active 
{
    display:block;
	color: #a7a7a7;
	text-decoration: none;
	line-height: 1.5em;
}


#nav_sub ul.active li a:link, #nav_sub ul.active li a:visited, #nav_sub ul.active li a:active,
#nav_subIndex ul.active li a:link, #nav_subIndex ul.active li a:visited, #nav_subIndex ul.active li a:active 
{
	color: #4a4a4a;
}


div#nav_sub ul li a:hover,
div#nav_subIndex ul li a:hover
{
	color: #888888;
	text-decoration: underline;
}

#content
{
    /*padding: 0 200px 0 200px;*/
    padding: 0 150px 0 175px;
    padding-top: 310px;
	padding-bottom: 100px;
	color: #4a4a4a;
}


#content h2
{
	font-size: 25px;
	font-weight: bold;
    margin-bottom: 20px;
    /*margin-left: -100px;*/
    margin-left: -75px;
    font-variant: small-caps;
    color: #ffb700;
    border-top: 1pt solid #d6d6d6; 
    border-left: 1pt solid #d6d6d6;
    padding-left:3mm;
    padding-top:0mm;
}


#content h3
{
  	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
	/*color: #ffb700;*/
}

#content ul {
	padding: 6px 5px 12px 25px;
	/*border: 1px #999999 dotted;*/
	width: 100%;
	margin-top:10px;
	margin-bottom:10px;
}

#content ul p 
{
    line-height:1.4em;
}

#content p 
{
    line-height:1.5em;
}

#content ul li {
	list-style: url("images/bob.gif");
	line-height: 18px;
}

#content > p
{
    text-align: justify;
    margin-bottom: 10px;
}

#contentMain > p
{
    line-height: 1.2em;
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 15px;
    font-size: 11pt;
}

#contentMain  a
{
    color: #ee6e09;
    font-size: 11pt;
}

blockquote p
{
    margin-bottom: 10px;
}

#footer p
{
    margin-top: 5px;
    text-align: center;
    color: #a7a7a7;
}

#footer p a
{
    color: #a7a7a7;
}


a:link, a:visited, a:active
{
    text-decoration: none;
    color: #EE6E09;
}

a:hover
{
    text-decoration: underline;
    color: #EE6E09;
}

#footer
{
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	height: 56px;
	background-image: url(images/mt_logoSmall.jpg);
	background-repeat: no-repeat;
	background-position: 40px 0px;
}


a#jumpHome
{
    text-decoration: none;
    color: white;
}

div#preload {
    display: none;
    margin: 0 0 0 -9999;
    width:0;
    height:0;
}
