/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
#Topbanner {
	background-image: url(../images/top_bg.png);
	background-repeat: no-repeat;
	width: 880px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 17px;
	padding-top: 10px;
}
#TopMenu {
	background-image: url(../images/content_bottom.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 907px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	color: #336699;
	text-align: center;
	padding-top: 8px;
}
#TopMenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: center; 
}
#TopMenu ul li {
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
}
#TopMenu a:link {
	color: #336699;
	text-decoration: none;
}
#TopMenu  a:visited {
	color: #336699;
	text-decoration: none;
}
#TopMenu  a:hover {
	color: #336699;
	text-decoration: underline;
}
#ContentTop {
	background-image: url(../images/content_top.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 907px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#ContentContainer {
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 27px;
	padding-top: 5px;
}
#ContentBottom {
	background-image: url(../images/content_bottom.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 907px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	padding-top: 8px;
}
p {
	padding-top: 3px;
	margin: 0px;
}
#Images {
	float: left;
	width: 200px;
	padding-right: 40px;
}
.ImagesList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.ImagesList li {
	margin-bottom: 10px;
}
#Content {
	width: 620px;
	float: right;
}
#ContentExtra {
	width: 620px;
	float: right;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #336699;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #336699;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}
#Content ul {
	padding: 0px;
	margin: 0px;
	list-style-image: url(../images/dot_small.gif);
	list-style-position: inside;
}
#Content ul li {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#ContentExtra ul {
	margin: 0px;
	padding-left: 10px;
	list-style-image: url(../images/dot_small.gif);
	list-style-position: inside;
}
#ContentExtra ul li {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.OrderHeadline {
	font-size: 14px;
	color: #336699;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
input {
	border: 1px solid #336699;
	font-size: 10px;
}
select {
	border: 1px solid #336699;
	font-size: 10px;
}