﻿html
{
    margin:0px;
}

body {
    margin:0px;
    background-color:#000000;
    font-family:Shruti;
    width: 100%; 
    height:100%;
    background-size:cover;
    background-image: url('images/background1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: top;
}

img {
    border: 0px;
}

#background
{
}



#content
{
    width:800px;
    margin:auto; 
    padding:10px;
}

#header
{
	background-color: #fff;
}
#pageholder
{
	background-color: #fff;
	
}
#menue
{
    height:20px;
    border-bottom:1px solid #333;
    border-top:1px solid #333;
    padding:8px;
}

/* Sidfot */
#foot
{
    margin-top: 30px;
    border-bottom:1px solid #333;
    border-top:1px solid #333;
    padding:8px;
}
#foot table {
    width: 100%;
}
#foot td {
    font-size: 10px;
    line-height: 13px;
    width: 25%;
}


.menue_link
{
    font-weight:bold;
    margin-right:20px;
    color:#000000;
}

.menue_link:hover
{
    cursor:pointer;
    color:#000000;
}

.menue_link_disabled
{
    color:#aaa;
    margin-right:20px;
}


#inner_content
{
    padding-top:10px;
}

#image_animation
{
    height:400px;
}

h1 {
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;

    margin-left:10px;
}

.headline
{
    font-size:22px;
}

.news_colum
{
    float:left; 
    width:400px; 
    margin-left:10px;
}
.news
{
    margin-bottom:10px;
  
}
.datetime
{
    font-size:12px;
    color:#121277;
   text-align: right;
}


.news_text
{
    font-size:16px;
    width:300px;
}


.kontakt_colum
{
    margin-left:40px; 
    padding-right:75px;
    height:300px;

}

button
{
    border-radius:5px;

}

h2
{
    margin:0px;
    padding:5px;
    height:35px;
}

.kundvagntable  {
    width: 75%;
 
    border-collapse: collapse;
    border-top: solid 1px black;
    border-left: solid 1px black;
}

.kundvagntable th {
    border-bottom: solid 1px black;
    border-right: solid 1px black;
}

.kundvagntable td {
    border-bottom: solid 1px black;
    border-right: solid 1px black;
}

.warning {
    color: #900;
    font-weight: bold;
}




.order_table
{
   border-spacing:0px;
}

.order_table th
{
    font-weight:bold;
    background-color:#FFF;
}


.order_table tr
{
    border-spacing:0px;
}
.order_table tr:nth-child(even) {background:  #A29060}
.order_table tr:nth-child(odd) {background: #FFF;}

.order_table td
{

   width:100px;
}

a{
    text-decoration:none;
}
