@import url("sites.css");

html {
	height: 100%;
}
img {
	border: 0px;
}
body {
	background: #000;
	height: 100%;
	color: #fff;
	font-family: Verdana;
	font-size: 10pt;
}

#Content {
	margin-left: auto;
	margin-right: auto;
	width: 1226px;
}

#Content .header {
	background-image: url("../images/header.jpg");
	width: 1217px;
	height: 134px;
}


.clearfloat {
	clear: both;
	line-height: 0px;
}

#Content .body {
	min-height: 100px;
	background-image: url("../images/body_bg.jpg");
	background-repeat: repeat-y;
	margin-left: 9px;
	margin-right: 9px;
	background-color: #161616;


}

#Content .body_left {
	background-image: url("../images/body_bg_top.jpg");
	background-repeat: no-repeat;
	min-height: 100px;
	float: left;
	width: 191px;
	z-index: 2;
}

#Content .body_right {
	background: #161616;
	background-image: url("../images/body_bg_right.jpg");
	background-repeat: repeat-y;
	min-height: 950px;
	margin-left: 191px;
	padding-left: 10px;
}

#Content .body_right_top {
	background: #161616;
	background-image: url("../images/body_bg_right_top.jpg");
	background-repeat: no-repeat;
	height: 39px;
	margin-left: 191px;
	padding-left: 10px;
}

#Content .footer {
	height: 38px;
	background: url("../images/footer_1px_bg.jpg");
	background-image: url("../images/footer_bg.jpg");
	background-repeat: no-repeat;
}

.snake_white {
	position: absolute;
	height: 74px;
	width: 190px;
	background-image: url("../images/snake_white.jpg");
	background-repeat: no-repeat;
	margin-top: -74px;
	/*z-index: 999;*/
	margin-left: 9px;
}

.links_left {
	color: #d8931d;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}.links_left:Hover{
	text-decoration: underline;
}

.linklist li {
	list-style: none;
	padding: 5px;
	padding-left: 10px;
}

a {
	color: #d8931d;
	text-decoration: none;
}a:Hover {
	color: #d8931d;
	text-decoration: underline;
}

#NewsItem {
	width: 750px;
	margin-bottom: 15px;
}

#NewsItem .news_top {
	background-image: url("../images/news_top.jpg");
	background-repeat: no-repeat;
	height: 34px;
}

.news_top table {
	padding-top: 18px;
}

#NewsItem .news_middle{
	background-image: url("../images/news_middle.jpg");
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 20px;
}
#NewsItem .news_bottom {
	background-image: url("../images/news_bottom.jpg");
	background-repeat: no-repeat;
	height: 19px;
}

#VerkaufsItem {
	width: 722px;
	margin-bottom: 17px;
	margin-left: 20px;
}

#VerkaufsItem .verkauf_top {
	background-image: url("../images/verkauf_top.jpg");
	background-repeat: no-repeat;
	height: 37px;
}

.verkauf_top table {
	padding-top: 20px;
}

#VerkaufsItem .verkauf_middle{
	background-image: url("../images/verkauf_middle.jpg");
	background-repeat: y-repeat;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 20px;
	min-height: 100px;
}
#VerkaufsItem .verkauf_bottom {
	background-image: url("../images/verkauf_bottom.jpg");
	background-repeat: no-repeat;
	height: 22px;
}

.ballpythonlink {
	display: block;
	width: 420px;
	height: 70px;
	position: absolute;
	margin-top: -20px;
	margin-left: 580px;
}

.ieframe {
	margin-left: 730px;
}