/*---GENERAL---*/
*{
	margin: 0;
	padding: 0;
}
body{
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #C0C0C0;
}
p{
	margin-bottom: 10px;
}
ul{
	list-style-position: inside;
	margin: 0px;
	padding-left: 0px;
}
li{
	list-style-type: disc;
	padding-bottom: 5px;
}
a{
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    color: white;
    text-decoration: underline;
}
img{
    border: none;
}

.ieheight {
    height: 220px;
}

#wrapper{
	background-color: #666666;
	width:800px;
	margin: 30px auto 30px auto;
}
/*---HEADER---*/
#header{
    height: 108px;
    background-color: #464646;
}
/*---MENU---*/
#menu{
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #464646;
}
#menu ul {
	border: none;
	list-style-image: none;
	list-style-type: none;
}
#menu ul li{
	display: inline;
	list-style-type: none;
	padding-bottom: 0px;
}
#menu a:link, #menu a:visited{
	font-size: 11px;
	color: white;
	font-weight: bold;
	line-height: 12px;
	margin: 4px 8px 0px;
	padding: 1px;
	text-decoration: none;
}
#menu a:hover, #menu li.active a{
	border-bottom: 2px solid #F7E3E0;
	padding: 1px;
}
.langselect{
    margin-top: 10px;
}
.langselect select{
    font-size: 10px;
    font-family: Verdana, Arial, Sans-Serif;
    color: #252525;
    border: 1px solid gray;
}
/*---CONTENT---*/
#content{
    vertical-align: center;
    min-height: 220px;
	font-size: 12px;
	color: white;
	line-height: 1.3em;
	margin: auto;
	padding: 20px 20px 1px;
}
#content p{
    text-align: justify;
}
#content img, #footer img{
    margin: 10px;
}
#content.error, #content.error p{
    text-align: center;
    color: black;
}
/*---FOOTER---*/
#footer .center{
    text-align: center;
}
/*---CONTACT---*/
#content .contact{
    margin-bottom: 15px;
}
#content .contact th{
    text-align: left;
    width: 100px;
    margin-left: 0px;
}
/*---PRODUCTS---*/
#countrylist{
    float: left;
}

#content th{
    text-align: left;
}
#content td.name{
    vertical-align: top;
    width: 150px;
}
.produkte b{
    padding-left: 5px;
}