@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
html, body {
	min-height: 100%;
	height: 100%;
}
body {
	background-color: #5E5E5E;
	color: #000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
}
a {
	text-decoration: underline;
}
a:link {
	color: #3468A3;
}
a:visited {
	color: #3468A3;
}
a:hover {
	color: #79A5D5;
}
a:active {
	color: #3468A3;
}
p, ul {
	padding-bottom:10px;
}
ul {
	padding-left:13px;
}
li {
}
div.wrapper {
	margin: 0 auto;
	background-color:#FFF;
	width: 802px;
	height:930px;
	margin-top: 0px;
	text-align: left;
}
div#logo_de {
	background-image: url(images/logo_de.png);
	float: left;
	width: 377px;
	height: 57px;
	margin-left:25px;
	margin-top:20px;
}
div#logo_en {
	background-image: url(images/logo_en.png);
	float: left;
	width: 377px;
	height: 57px;
	margin-left:25px;
	margin-top:20px;
}
div#logo_tag_de {
	background-image: url(images/logo_tag_de.png);
	float: left;
	width: 268px;
	height: 28px;
	margin-left:85px;
	margin-top:5px;
}
div#logo_tag_en {
	background-image: url(images/logo_tag_en.png);
	float: left;
	width: 268px;
	height: 28px;
	margin-left:85px;
	margin-top:5px;
}
div#pen {
	background-image: url(images/pen.png);
	float: right;
	width: 264px;
	height: 108px;
	margin-right:25px;
}
div#flags {
	float: right;
	margin-right:43px;
	margin-top:63px;
}
div#flags img {
	padding-left:2px;
}
div.text {
	float: left;
	width: 329px;
	clear:left;
	margin-left:28px;
}
div#text1 {
	text-align: right;
	margin-top:31px;
}
div#text2 {
	margin-top:45px;
	clear:left;
}
div#text2_en {
	margin-top:8px;
	clear:left;
}
div#text {
	margin-top:45px;
	clear:left;
}
div.thumb {
	margin:5px;
	float: left;
}
div.thumbs {
	float:right;
	width: 400px;
	text-align:left;
	margin-right:23px;
	clear:right;
	margin-top:27px;
}
div.thumbs a {
	margin: 0px;
	color: #666;
}
div#smlogo, div#contacts {
	width:290px;
	clear:right;
	float:right;
	margin-right:0px;
}
div#smlogo {
	background-image:url(images/smlogo.png);
	height:48px;
	margin-top:38px;
	background-repeat: no-repeat;
	background-position: center top;
}
div#contacts {
	text-align:center;
	clear:right;
	float:right;
	margin-top:5px;
	margin-right:0px;
	font-size: 10px;
	line-height: 13px;
}
#order_button {
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	text-align:center;
}
div.clear {
	clear: both;
}
