/* for browser without Stylsheet */
#siteinformation-style {
    display: none;
}
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

body {
    background: url(../pictures/background-michael-martin.png) repeat-x;
    margin: auto;
    width: 831px;
    font-size: 12px;;
}

p, ul {
    color: #666666;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

ul {
    list-style: none;
}

ul#navigation {
    float:left;
	width: 563px;
	
}

ul#navigation li {
    float: left;
}

.kontakt {
    background: url(../pictures/kontakt.png) no-repeat;
    width: 135px;
    height: 137px;
}

.home {
    background: url(../pictures/home.png) no-repeat;
    width: 91px;
    height: 137px;
}

.preise {
    background: url(../pictures/preise.png) no-repeat;
    width: 95px;
    height: 137px;
}

.referenzen {
    background: url(../pictures/referenzen.png) no-repeat;
    width: 125px;
    height: 137px;
}

.ruby-on-rails {
    background: url(../pictures/ruby-on-rails.png) no-repeat;
    width: 117px;
    height: 137px;
}

.logo {
    background: url(../pictures/michael-martin-webdesign-logo.png) no-repeat;
    width: 268px;
    height: 278px;
    float: right;
}

.logo a {
    display: block;
    height: 190px;
}

.help {
    background: url(../pictures/how-can-i-help-you.png) no-repeat;
    width: 563px;
    height: 141px;
    float: left;
}

#navigation a {
    height: 80px;
    display: block;
}

#navigation a:focus {
}

#navigation li.kontakt a:hover {
    background: url(../pictures/hover/kontakt_hover.png) no-repeat;
    width: 135px;
    height: 120px;
}

#navigation li.home a:hover {
    background: url(../pictures/hover/home_hover.png) no-repeat;
    width: 91px;
    height: 120px;
}

#navigation li.referenzen a:hover {
    background: url(../pictures/hover/referenzen_hover.png) no-repeat;
    width: 125px;
    height: 120px;
}

#navigation li.preise a:hover {
    background: url(../pictures/hover/preise_hover.png) no-repeat;
    width: 95px;
    height: 120px;
}

#navigation li.ruby-on-rails a:hover {
    background: url(../pictures/hover/ruby_on_rails_hover.png) no-repeat;
    width: 117px;
    height: 120px;
}

.right_picture {
    float: right;
    background: #BDD63B;
    height: 451px;
    width: 211px;
}

.img_go_inside {
    margin: 10px 0px 0px 24px;
}

.right_picture_price {
    float: right;
    background: #BDD63B;
    height: 451px;
    width: 211px;
}

.left_sidebar {
    display: inline;
	margin-left: 65px;
    background-color: #BDD63B;
    width: 47px;
    height: 451px;
    float: left;
}

.text_style {
    margin: 10px 30px 10px 28px;
    text-align: justify;
    line-height: 18px;
    word-spacing: 0.1em;
}

.text_style a {
    color: #E44246;
    font-weight: bold;
}

.text_style a:hover {
    color: #BDD63B;
    font-weight: bold;
}

.text_style2 {
    margin: 5px 30px 10px 28px;
    line-height: 18px;
    word-spacing: 0.1em;
}

.text_style3 {
    margin: 10px 20px 10px 28px;
    line-height: 18px;
    text-align: justify;
    word-spacing: 0.1em;
}

.text_style td {
    padding: 1px 93px 1px 6px;
}

.table_data {
    background-color: #E44246;
    color: #ffffff;
}

.main_content {
    background-color: #f4f8dd;
    width: 508px;
    height: 451px;
    float: left;
}

.footer {
    display: inline;
	width: 690px;
    float: left;
    font-size: 12px;
    margin-left: 65px;
    margin-bottom: 40px;
    padding: 10px 0px 10px 76px;
    border-bottom: 5px solid #BDD63B;
    background: url(../pictures/footer-arrow.png) no-repeat;
}

a {
    color: #BDD63B;
    font-weight: bold;
}

a:hover {
    color: #E44246;
    font-weight: bold;
}

.meta_links {
    text-align: right;
    padding-right: 10px;
}

.meta_left {
    float: left;
}




