body {
font-family: "Trebuchet MS", "Lucida Sans";
margin:0;
padding:0;
font-size:13px;
color:#c4c4c4;
background-color:#000000;
overflow: auto;
}

a {
text-decoration: none;
color:#FFFFFF;
}
a:hover {
text-decoration: underline;
border: none;
}

p {
line-height:  20px;
font-style:  italic;
}
p.red {
line-height: 20px;
color: red;
text-align: center;
}

p.center_text {
line-height:  20px;
font-style:  italic;
text-align:  center;
}
p.center_justify{
line-height:  20px;
font-style:  italic;
text-align:  justify;
}
p.center_justify_small{
line-height:  20px;
font-style:  italic;
text-align:  justify;
font-size: 10px;
}
a.red {
color: red;
font-weight:  bold;
font-size: 10px;
}
span.red {
font-weight:  bold;
color: red;
}
span.blue {
color: blue;
}

h2 {
font-size: 16px;
font-weight:  bold;
}
h3 {
font-size:14px;
text-align: center;
font-weight: bold;
color: #FFFFFF;
}
.center {
font-size:14px;
color: #c4c4c4;
text-align: center;
}

img {
border: none;
}

img.center {
border:none;
text-align: center;
display: block;
}
/*INPUT-FELDER*/
input.normal {

font-weight: bold;
width: 100px;
}
input.small {
width: 40px;
font-weight: bold;

}
input.smaller {
width: 20px;
font-weight: bold;
}
/**/

select {
font-size: 14px;
}

/*DROP-DOWN-FELDER*/
select.growing_area_choose {
width: 150px;
}
select.add_article_information {
width: 150px;
}

/*TABELLEN*/
table.order {
width: 350px;
}

table.order td {
width: 150px;
}

table.order a:hover {
text-decoration: none;
color: green;
}

table.order_confirmation {
width: 350px;
}

table.order_confirmation td {
width: 150px;
line-height:  20px;
}

td.white {
width: 150px;
line-height:  20px;
color: white;
}

#center_welcome {
width: 1000px;
height: 500px;
background-image: url(../images/welcome_img.png);
margin: auto;
clear:both;
}
#welcome_language {
width: 1000px;
height: 100px;
float:left;
}

#center_welcome .age_error {
width: 1000px;
margin-top: 5px;
height: 25px;
float:left;
}

#center {
width: 700px;
height: 100%;
margin: auto;
clear:both;
}

#center_welcome .age_center {
width: 220px;
height :80px;
border: 1px solid #ffffff;
float:left;
margin-left: 395px;
}

#center_welcome .distance {
width: 1000px;
height: 10px;
margin-top: 480px;
float:left;
}


#header {
width:  700px;
height: 88px;
text-align: center;
float:left;
border-top: 1px solid #C4C4C4;
border-bottom: 1px solid #C4C4C4;
margin-top: 10px;
margin-bottom: 10px;
}



#lines {
width: 700px;
height: 20px;
border-top: 1px solid #C4C4C4;
border-bottom: 1px solid #C4C4C4;
margin-bottom: 10px;
float:left;
}

#left {
float:left;
height: 450px;
width: 330px;
text-align:  left;
overflow: hidden;
margin-right: 20px;
}
#right {
float:right;
height: 100%;
width: 350px;
overflow: auto;
}

#menu {
width: 700px;
height: 20px;
border-top: 1px solid #C4C4C4;
float:left;
margin-top: 20px;
}
#menu table {
width: 700px;
}

#menu td {
text-align: center;
width: 60px;
}

#menu a {
font-weight:  bold;
color: white;
font-size: 12px;
}
#menu a:hover {
text-decoration:  underline;
}



