﻿#container {
	margin: 0px 0px 0px 20px;
	height: 450px;
	width: 700px;
}
body {
	background-color: #EAF7FD;
	padding: 0px;
	margin: 0px;
}
#text {
	width: 600px;
	height: 450px;
	margin-top: 20px;
	margin-left: 50px;
	font-weight: bold;
	font-size: 14px;
}
#text_thumb {
	width: 600px;
	height: 420px;
	margin-top: 0px;
	margin-left: 50px;
	font-weight: bold;
	font-size: 14px;
}
#text_center {
	text-align: center;
	height: 150px;
	font-weight: bold;
	font-size: 14px;
}
#netimage {
	width: 588px;
	height: 176px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-image: url('images/netzwerk_01.jpg');
}
#image {
	width: 500px;
	height: 186px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/1_tast-02.jpg');
	background-repeat: no-repeat;
}
#image2 {
	width: 500px;
	height: 186px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/1_skin-01.jpg');
	background-repeat: no-repeat;
}
#thumb {
	border-style: double;
	border-width: medium;
	width: 100px;
	height: 69px;
	margin-right: auto;
	margin-left: auto;
}
#thumb_font {
	width: 100px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
#text_under {
	width: 100%;
	height: 20px;
	text-align: center;
}

