/* CSS BoxMania Webhome Basismodell */

html {
	height: 100%;
	font-size: 62.5%;
	background-color: #000000;
}
body {
	text-align: center;
	font: 1.2em/1.8em Verdana, sans-serif;
}

* {margin: 0px; padding: 0px; border: 0px;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", sans-serif; 
	margin: 0em 0em 0.5em 0em; 
	color: #004A7F;
}

h1 {
	font-size: 2.2em; 
	color: #CC3300; 
	padding-top: 12px;
	font-weight: normal;
}

h2 {
	font-size: 2.2em; 
	border-bottom: 1px dashed #004A7F; 
	padding-bottom: 0.4em;
	font-weight: normal;
}

   
image{
  border-style: outline;
	border-color: #000000;
	border-width:1px;
      }
 
div#header h1 {border: 0px}
h2 {font-size: 2.0em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.6em;}
h5 {font-size: 1.4em;}
h6 {font-size: 1.2em;}

a {font-family: "Century Gothic", sans-serif; color: #ffffff; text-decoration: none;}
a:link {}
a:visited {}
a:hover {}
a:active {}

.links
a {font-family: Verdana, sans-serif; color: #000; text-decoration: underline;}

div#wrapper {
	width: 1000px;
	margin: 15px auto;  
	/* margin: 0px 40px; */
	text-align: left;
	background: #FAFAFA;
}

div#header {
	height: 20px;
/*	background: #ffcc66;      */
	background-image:url(images/raster.gif);
}

div#header2 {
	height: 100px;
	background-image:url(images/animation.gif);
	background-position: right;
	background-repeat:no-repeat;
	padding-left: 20px;

}


div#rechts {
	height: 100px;
	background: #fff;
	position:absolute; top:170px; right:345px;
}


div#nav {
/*	background: #CC3300;     */
	background-image:url(images/raster2.gif);
}
div#nav li {
	display: inline; 
	margin-left: 20px;
}
div#nav a {
	text-decoration: none; 
	font-weight: bold; 
	padding-bottom: 2px;
}
div#nav a:hover, 
body#home li.navhome a,
body#team li.navteam a,
body#produkte li.navprodukte a,
body#service li.navservice a,
body#kontakt li.navkontakt a {
	border-top: 4px solid #FFFFFF;
}

div#wrap_content {}

div#maintext {
	margin: 0px 180px 0px 0px;
	padding-left: 19px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #F0F0F0;
}


div#maintext a {padding-bottom: 1px;}
div#maintext a:link {border-bottom: 1px solid #FFF;}

div#footer {
	padding: 2px auto 4px auto;
	text-align: center;
/*	background: #ffcc66;    */
	background-image:url(images/raster.gif);
}

