body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:0;
	margin-bottom:0;
}

#all {width:770px; margin: 0 auto; background: url("/fileadmin/template/edlemetallenavi164.jpg") repeat-y #fff; background-position: 0 50px;}

/* RECHT */
#recht {height: 14px; text-align: right; background: #990000; padding: 0 0 1px 0px; font-size: 9px;}
#recht A:link { color: #FFBB00;}
#recht A:active { color: #FFFFFF;}
#recht A:visited { color: #FFBB00;}
#recht A:hover { color: #FFFFFF;}

#logo {width: 770px; height:74px; background: url("/fileadmin/template/edlemetallelogo.jpg") no-repeat 0 50%;padding: 0 0 0 12px;}

#contentall {width:770px; margin: 0; padding:0; display:block}
#links {width:164px; float:left;  margin: 0; padding: 0;}
	#torque {width: 150px; height:78px; background: url("/fileadmin/template/torque.gif") no-repeat 0 50%;padding: 0 0 0 12px;display:block}
	#brosche {width: 150px; height:78px; bottom:0; background: url("/fileadmin/template/torque2.gif") no-repeat 0 50%;padding: 0 0 0 12px;display:block}
#inhalt {width: 590px; margin: 0 8px 0 0 /*175px*/; float:right; text-align: justify}

/* navi */

#navi {font-size:11px;margin:0 0 0 10px;}

#navi A:link { color: #FFFFFF !important;}
#navi A:active { color: #FFBB00;}
#navi A:visited { color: #FFFFFF;}
#navi A:hover { color: #FFBB00 !important;}

#spacerbottom {height:50px; width:770px; clear:both}

/* footer */
#footer {background: #FFBB00; padding: 1px 1px 0 0px; color: #990000; font-size:9px; font-weight:bold; text-align:right; height:15px; clear:both}
#footer A:link { color: #990000;}
#footer A:active { color: #990000;}
#footer A:visited { color: #990000;}
#footer A:hover { color: #FFFFFF;}

/* Linkfarben */
a:link {color: #990000; text-decoration: none;}
a:visited {text-decoration: none;color: #BB0000;}
a:hover {text-decoration: none;color: #FFBB00;}
a:active {text-decoration: none;color: #FFCC00;}

h1 { color:#990000;   font-size: 18px;   font-weight:bold}
h2 { font-family: Garamond, Times, Times New Roman, serif; font-weight: bold; font-size: 24px}
h3 { color:#990000;   font-size: 18px;   font-weight:bold}
h3 { color:#990000;   font-size: 18px;   font-weight:bold}
h4 { font-size: 11px; font-weight:bold}

ul { }

ul li, ul a {   list-style-image: url(aufzaehlung.gif);}

li {   list-style-image: url(aufzaehlung.gif);}

/* ###### NAVIGATION ###### */
ul#nav,
ul#nav ul {
	margin: 0 0 0 10px;
	padding: 0;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	background: #fff; /* IE6 Bug */
	color: black;
	font-size: 100%;
	}
 
ul#nav li {
	position: relative;
	list-style: none;
	}
 
ul#nav li a {
	display: block;
	text-decoration: none;
	color: #777;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
	
 
/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */
 
ul#nav ul {
	position: absolute;
	display: none;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	}
 
ul#nav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
 
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.over ul ul,
ul#nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */
 
ul#nav li:hover ul,
ul#nav li li:hover ul,
ul#nav li li li:hover ul,
ul#nav li.over ul,
ul#nav li li.over ul,
ul#nav li li li.over ul { display: block; } /* The magic */
 
ul#nav li.menuparent { background: transparent url(arrow.gif) right center no-repeat; }
 
ul#nav li.menuparent:hover,
ul#nav li.over { 
	background-color: #f9f9f9; 
}
 
 
ul#nav li a:hover { 
	color: #E2144A; 	
}


/* Contact Form */ 
.csc-mailform { border: none; } 
.csc-mailform input, .csc-mailform textarea { padding: 3px; } 
.csc-mailform-field label { width: 150px; display:block; float: left; font-size:12px; } 
.csc-mailform-field { padding-bottom: 10px; }
.csc-mailform-submit { text-align: center; font-family: Geneva, Verdana, Helvetica, sans-serif; color: #FFFFFF; background-color: #990000; text-decoration: none; font-size:12px; font-weight: bold; border:0}

/*Bildunterschrift*/
.csc-textpic-caption {font-size:smaller; font-weight:normal}

/*linkbilder*/
.linkMailto img {border:0}
.linkExt img {border:0}
img {border:0; margin:0;}


/*DRUCKAUSGABE*/ 
 @media print{ 
	body {font-size:smaller}
	/*div, div div, div div div {clear:both} .csc-textpic-text {clear:both}*/
	table {width:100%}
	
	#navi, #footer, #header, #recht, #links, form {display:none;} 
	#all {width:100%; margin:0px}
	#inhalt {width: 100%; margin: 0;display:block}

}
/*DRUCKAUSGABE*/