body, h1, h2, h3, img, ul, form {
  	margin: 0px;
	padding: 0px;
}
img {
    border: 0px;
}
body { 
    font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #253E6B;
	background-color: #FFFFFF;	
}
h1 {
    font-size: 17px;
    color: #CD3400;
	font-weight: lighter;
}
strong {
	font-weight: bold;
}
a {
    text-decoration: underline;
	color: #CD3400;
}
#siteframe {
    margin-top: 20px;
	margin-left: 20px;
	width: 885px;
}
#leftcolumn {
    width: 229px;
	float: left;
}
#leftcolumn #head {
    margin-left: 65px;
	color: #333333;
	font-size: 12px;
}
#leftcolumn #navigation {
    margin-top: 35px;
}
#leftcolumn #navigation ul {
    list-style: none;
}
#leftcolumn #navigation li {
    display: block;
	height: 40px;	
	font-size: 12px;
}
#leftcolumn #navigation li a {
    display: block;
	text-decoration: none;
	height: 18px;
	padding: 15px 0px 5px 10px;	
	background: url("../images/navi-divider.jpg") bottom left no-repeat;	
}
#leftcolumn #navigation li .normal {
	color: #253E6B;
}
#leftcolumn #navigation li .selected {
	font-weight: bold;
	color: #253E6B;
}
#leftcolumn #navigation li .normal:hover {
	color: #CD3400;
}
#leftcolumn #bottom {
    margin-top: 135px;
	color: #999999;
	font: 10px Tahoma;
	float: left;
}
#leftcolumn #bottom a {
	text-decoration: none;
	color: #999999;	
}
#leftcolumn #bottom a:hover {
    text-decoration: underline;	
}
#rightcolumn {
    float: left;    
	width: 625px;	
	border-left: 4px solid #CDCDCF;
	background: url("../images/technische-zeichnung.jpg") 191px 140px no-repeat;
}
#rightcolumn #visual {
    height: 140px;
	border-left: 4px solid #6A6A6A;
}
#rightcolumn #body {
	min-height:440px;         /* für Mozilla FF */
	height: auto !important;  /* für moderne Browser */
	height: 440px;            /* für den IE */
}
#rightcolumn #content {
   	padding: 20px 200px 0px 30px;	
	clear: both;
}
#rightcolumn #content ul {
    list-style-image: url("../images/bullet.gif");   
	padding-left: 25px;	
}
#rightcolumn #content li {
    padding-bottom: 3px;
}
#vertlinebottom {
    border-left: 4px solid #6A6A6A;
    height: 30px;
}
#borderred {
   border-left: 17px solid #CD3400;
   height: 140px;
   float: left;
}
#slideshow {   
   float: left;
   height: 40px;
   border-left: 4px solid #6A6A6A;
}
#slideshow p {   
   margin-top: 5px;
   padding-left: 25px;
   float: left;
   width: 400px;
   color: #333333;
   font-size: 11px;   
}
#slideshow ul {
   list-style: none;
   font: bold 11px Tahoma, sans-serif;
   float: right;
   padding-right: 33px;
}
#slideshow li {
   float: left;
   width: 15px;
   height: 18px;
   background-color: #FFFFFF;
   text-align: center;   
   margin: 5px 0px 0px 2px;
}
#slideshow li a {
   display: block;
   height: 16px;
   padding-top: 2px;   
   text-decoration: none;
   border: 1px solid #6A6A6A;
}
#slideshow li .normal {
   color: #253E6B;
}
#slideshow li .selected {         
   color: #FFFFFF;
   background-color: #CD3400;
}	
.clr {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.posleft {
	float: left;
}
.posright {
	float: right;
}