﻿img {
    border: none;
}

a {
    
    text-decoration: none;
    outline: 0;
}
.contactUs a{
    color:#f09609;
}


h1 {
    font-size: 22px;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: underline;
}

body {
    font-family: 'Segoe UI', Verdana, Arial,monospace;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background-color: #dddddd;
    color: #484848;
}

.headertext {
    font-family: 'Segoe UI', Verdana, Arial,monospace;
    font-size: 40px;
    font-weight: 300;
    margin-top:10px;
    margin-bottom:10px;
    
}

p.headertextwhite {
    color: white;
    font-family: 'Segoe UI', Verdana, Arial,monospace;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
}

b.bahnconnector {
    color: #f09609;
    font-family: 'Segoe UI', Verdana, Arial,monospace;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
}

b.headertext {
    font-family: 'Segoe UI', Verdana, Arial,monospace;
    font-size: 40px;
    font-weight: 300;
}

b.headertextwhite {
    color: white;
    font-family: 'Segoe UI', Verdana, Arial,monospace;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
}

div.headerlogo {
    background: url(http://www.dehodev.com/images/logo1small.png) no-repeat;
    margin-left: 50px;
    width: 150px;
    height: 150px;
}

table.format {
    width: 100%;
    height: 100%;
}

table.format td {
    vertical-align: top;
}
a#email
{
    margin:15px 0 0 0;
    float:left;
    width:50px;
    height:50px;
    background:url(http://www.dehodev.com/images/emailbuttonwebseite.png); 
    background-position:0 0;  
}
a#email:hover
{
    background-position:0 -50px;
}
a#twitter
{
    margin:15px 0 0 0;
    float:left;
    width:50px;
    height:50px;
    background:url(http://www.dehodev.com/images/twitterbuttonwebseite.png); 
    background-position:0 0; 
}
a#twitter:hover
{   
    background-position:0 -50px; 
}


div.topcenter {
    height:100%;
    width: 100%;
}
div.actions
{
    width:100px;
}
div.topContainer
{	
	background-color:#1C1C1C;
}
div.headerlogo {
    background:url(http://www.dehodev.com/images/logo1small.png) no-repeat  ;
    margin-left: 50px;
    width:150px;
    height:150px;
}
div.banner
{
    margin: 0 auto;
    width: 1000px;
    height:281px;
    background:url(../images/banner.jpg);
	background-position:center;
	background-repeat:no-repeat;
    
}

div.clear
{
    clear:both;
}

span.italic
{
    font-style:italic;
}

div.line {
    width: 100%;
}
hr.line {

    height: 2px;
    border-bottom-color:grey;
    border-top:none;
    border-right:none;
    border-left:none;

    width:100%;
}
div.aboutAndContact
{
    width:850px;
    margin:0 auto;
    padding:10px 0 0 0;
}
div.aboutUs
{
    width:550px;    
    margin:0 50px 0 0;
    float:left;
}
div.contactUs
{
    width:250px;
    float:left;
}
div.footer
{
    padding:50px 0 0 0;
}
.footer span
{
    font-size:11px;
}
.quote
{
    margin:60px 0 0 0;
}
.quote span
{
    font-size:35px;
    font-weight:bold;
    color:#a3a3a3;
}
.quote p
{
    font-size:22px;
    font-family:Georgia;
    font-style:italic;
}
div.mainContentContainer
{
    background-color:white;
    width:100%;
}
div.centeredContent{
    margin-left:auto;
    margin-right:auto;
}
div.dehodev {
    width:72px;
    height:72px;
    background:url(http://www.dehodev.com/images/dehodevLogoTrans.png);
}
div.mainColumn1
{
    width:700px;
    margin:0 auto;
    padding:30px 0 20px 0;
    float:left;
}
div.mainColumn2{
    
    width:250px;
    float:left;
}
div.headercolumn1{
    width:20%;
    height:100%;
    float:left;
}
div.headercolumn2{
    float:left;
    height:100%;
    width:60%;
}
div.headercolumn3{
    float:right;
    height:100%;
    width:20%;
}
li.headerlinks{
   display:block;
   float:left; 
   height:80px; 
   padding: 5px 30px 5px 0px; 
}
a.headerlinks{
    color:black;
}