
BODY {
	font-family: Arial;
	color: #000000;
}

ul {
	font-family: Arial;
	font-size:12px;
}

li {
	font-family: Arial;
	font-size:12px;
}


TABLE {
  	border: none;
        border-spacing: none;
	border-collapse: collapse;
	
}

TD {
  	border: none;
	border-spacing: none;
	border-collapse: collapse;
	font-size:12px;
	vertical-align:top;
}

TR {
  	border: none;
	border-spacing: none;
	border-collapse: collapse;
	padding: 0px;
	empty-cells:show;
}

IMG {
	border: none;
	padding: none;
}

INPUT {
	font-size: 12px;
}

SELECT {
	font-size: 12px;
}

hr {
	background-color:#2e3a4b;
	color:#2e3a4b;
	border: #2e3a4b;
	height:1px;
	width: 100%;
	border:none;
}

TABLE.container {
	width:800px;
	height:100%;
	border-collapse: collapse;
	background-color:#dce6f0;
	padding:5px;
}

TD.logo {
	width:600px;
	background-color:#dce6f0;
}

TD.main_pic {
	height:280px;
	border:none;
}

TD.main_navi {
	width:100%;
	border: none;
	background-color:#dce6f0;
}

TD.sub_navi {
	height:26px;
	width:264px;
	min-width:150px;
	text-align:right;
}

TD.body_content {
	height:100%;
	width:600px;
	background-color:dce6f0;
}

TD.next_body {
	background-color:#dce6f0;
}

TABLE.body_article {
	width:600px;
}

TD.body_article {
	padding:0px;
}

TABLE.address {
	width:100%;
}


// Kay Menu - hinzugefügt am 10. Okt. 2008

@font-face
{
font-family: "arialbd"; 
src: local("arialbd"),
url("http://www.smardcad.com/__Test/images/arialbd.ttf")
format("TrueType")
}  

ul#topnavi,li#topnavi, a#topnavi{
list-style-type:none;
margin:0px;
line-height:18px;
padding-left:4px;
padding-right:4px;
text-decoration:none;
float:left;
font-weight:bold; 
font-size: 16px; 
color: #dce6f0;
}

a#topnavi-active{
list-style-type:none;
margin:0px;
line-height:18px;
padding-left:4px;
padding-right:4px;
text-decoration:none;
float:left;
font-weight:bold; 
font-size: 16px; 
color: #990000;
}

a#topnavi:hover{
color: #990000;
}

div#main_navi_div{
width:90%;
height:20px; 
padding:0px; 
margin-top:5px; 
margin-left:auto; 
margin-right:auto; 
}

a#subnavi{
margin:0px;
line-height:18px;
text-decoration:none;
font-weight:bold; 
font-size: 12px; 
color: #646464;
}

a#subnavi-active{
margin:0px;
line-height:18px;
text-decoration:none;
font-weight:bold; 
font-size: 12px; 
color: #990000;
}

a#subnavi:hover{
color: #990000;
}

// Test Image skalieren

#backimg {

	background-image:url(./images/smardcad-bg.png)
	position: absolute;
	left: 1%;
	top: 1%; 
	width: 100%;
	height: 100%;
}


