/*
-----------------------------------------------
moveTECH Base Styles
Version: 12. Feb 2008
----------------------------------------------- */

/* Change Log:

----------------------------------------------- */

/* GLOBAL NORMALIZING STYLES

-------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}


em, i {
font-style: italic;
}

strong {
font-weight: bold;
}

body  {
text-align: center;
font-family: Helvetica, Arial, sans-serif;
font-size: 62,5%;
line-height: 1.3;
color: #4d4d4d;
background: #fff;;
}

ul {
list-style: none;
}

div {
background: transparent;
}


p, ul, dl {
text-align: left;
font-weight: normal;
}


.topwrap {
margin: 0 auto;
padding: 5px 0 0 0;
width: 960px;
height: 250px;
}


.logostd {
float: left;
padding: 138px 0 0 0;
}

/* MAIN NAVIGATION STYLES */

#mainnl {
float: right;
margin: -10px 0 0 0;
padding: 0;
background: #fff;
width: 570px;
font-family: Helvetica, Arial, sans-serif;
color: #666;
font-weight: normal;
font-size: 15px;
}

#mainnl ul li a{
color: #666;
}

#mainnl ul li:hover {
text-decoration: none;
border: none;
background-color: #cc0000;
border-left: 1px dotted #cc0000;
}

#maintnl li {
color: #666;
text-align: left;
float: left;
width: 72px;
margin: 20px 0 0 0 ;
padding: 5px 32px 5px 9px;
border-left: 1px dotted #666;
font-family: Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 13px;
}

#maintnl li a:active {
color: #666;
} 


#maintnl li a:visited {
color: #cc0000;
text-decoration: none;
}

#maintnl li a:hover {
color: #fff;
}

#maintnl a:link {
text-decoration: none;
border: none;
}

.pagetitleback {
float: right;
margin: 20px 0 0 0;
left: 322px;
height: 95px;
width: 570px;
background: url(http://www.movetech.de/img/bg.jpg) top;
z-index: 1;
}

.pagetitle h1 {
float: right;
position: relative;
margin-top: -68px;
text-align: center;
width: 570px;
z-index: 5;
font-family: Georgia, "Times New Roman", Times, serif;
color: #fff;
font-size: 1.9em;
font-weight: normal;
letter-spacing: -.05em;
background: transparent;

}

.leftnav {
float: left;
position: relative;
margin: -95px 0 0 260px;
width: 100px;
height: 95px;
/* border-right: 1px dotted #666; */
padding: 0 10px 0 0;
}

.leftnav a:link {
text-decoration: none;
color: #666;
}

.leftnav a:hover {
color: #000;

}

 .subnav li {
 text-decoration: none;
 text-align: right;
 margin: 0;
 padding: 10px 0 0 0;
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #fff;
 font-weight: normal;
 font-size: 12px;
 line-height: 1.5;
 }



/* MAIN PAGE STYLES

-------------------------------------------------------------------- */

.bottomwrap {
margin: 5px 0 0 0;
width: 100%;
/* background: url(http://www.movetech.de/img/diag_bg1.jpg) repeat-x top; */
border-top: 1px dotted #666;
}


.bottommain {
margin: 0 auto;
padding: 10px 0 20px 0;
width: 960px;
}


.bottominner {
width: 570px;
padding: 0 0 0 390px;
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 0.9em;
line-height: 1.5;
}

h2 {
text-align: left;
font-family: Georgia, "Times New Roman", Times, serif;
color: #666;
font-weight: normal;
font-size: 1.5em;
letter-spacing: -.05em;
padding: 0 0 10px 0;
}

.downlink {
float: left;
position: relative;
width: 550px;
margin:  40px 0 0 0;
text-align: right;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-size: 1.5em;
letter-spacing: -.05em;
background: url(http://www.movetech.de/img/link_lg.gif) no-repeat right;
line-height: 1.2em;
padding-right: 25px;
}

.downlink a {
padding: 0 5px 0 0;
text-decoration: none;
border-bottom: 1px dotted #666;
color: #cc0000;
}



.footer {
margin: 40px auto 0 auto;
padding: 10px 0 0 0;
width: 960px;
border-top: 1px dotted #666;

}

.footer p {
margin: 0 auto;
text-align: center;
font-size: 0.7em;
color: #4d4d4d;
line-height: 1em;

}


.footer p a:link, .footer p a:visited {
color: #4d4d4d;
text-decoration: none;
border: none;
}

.footer p a:hover {
color: #4d4d4d;
text-decoration: underline;
}


/* Contact Form */

.contactform {
padding-top: -20px;
padding-left: -20px;
}



/* float clearing styles

-------------------------------------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
