@import url("menu.css");
html, body {
margin: 0;
padding: 0;
height: 100%;
}

body {
	background-image: url(../buttons/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #f0f0f0;
}

div.wrapper {
	width: 962px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../buttons/content_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center top;
}
.header {
	background-color: #FFFFFF;
	height: 156px;
	width: 962px;
	margin: 0px;
	padding: 0px;
}


div.leftCol {
	width: 191px;
	float: left;
	padding: 0px;
}

div.rightCol {
	width: 171px;
	float: right;
	padding: 0px;
}

div.centerCol {
	float:left;
	width:580px;
	padding: 0px;
}

div.clear {
clear: both;
margin: 0;
padding: 0;
height: 0;
line-height: 0;
font-size: 0;
}

div.footer {
	width: 962px;
	padding: 0;
	height: 34px;
	background-image: url(../buttons/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -34px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
.header .logo {
	float: left;
	height: 105px;
	width: 616px;
	background-image: url(../buttons/logo.gif);
	background-repeat: no-repeat;
	display:block;
}
.header .suchfeld {
	background-color: #f9f9f9;
	float: right;
	height: 68px;
	width: 200px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #efefef;
	border-bottom-color: #efefef;
	border-left-color: #efefef;
	text-align: left;
}
.suchfeld #searchblock {
	margin-top: 20px;
	margin-left: 15px;
}

#searchblock .searchfield {
	font-size: 10px;
	height: 14px;
	width: 139px;
	border: 1px solid #dfdfdf;
	color: #999999;
	float: left;
}
#searchblock  .searchmit {
	background-color: #D5E03C;
	height: 12px;
	width: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	float: left;
	margin-top: 2px;
	margin-left: 8px;
}
#topmenu {
	height: 45px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #efefef;
	border-right-color: #efefef;
	border-left-color: #efefef;
	width: 952px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#topmenu .loginbutton {
	display: block;
	height: 21px;
	width: 177px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 0;
	border-right-color: #D5E03C;
	border-bottom-color: #D5E03C;
	border-left-color: #D5E03C;
	text-align: center;
	font-size: 11px;
	line-height: 21px;
	color: #666666;
	text-decoration: none;
}
#topmenu .right_col .loginbutton:hover {
	display: block;
	height: 21px;
	width: 177px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 0;
	border-right-color: #D5E03C;
	border-bottom-color: #D5E03C;
	border-left-color: #D5E03C;
	text-align: center;
	font-size: 11px;
	line-height: 21px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #DDDDDD;
}
 .content_pad {
	padding: 0px;
	margin: 30px;
}
.leftPad {
	margin-left: 5px;
	float: left;
}
div.wrapper2 {
	width: 962px;
	min-height: 750px;
	height: auto !important;
	height: 100%;
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center top;
	background-color: #FFFFFF;
}
div.footer2 {
	width: 962px;
	padding: 0;
	height: 34px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -34px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
}


.copyright {
	font-size: 12px;
	float: left;
	height: 26px;
	margin-left: 25px;
	line-height:26px;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	background-image: url(../buttons/artx_bg.png);
	background-repeat: no-repeat;
	width: 160px;
	background-position: center 3px;
}

.copyright:hover {

color:#EFEFEF;
	text-decoration:underline;
}
div.mainCol {
	float:right;
	width:761px;
	padding: 0px;
	margin-right:10px;
}
div.rightCol2 {
	width: 171px;
	float: left;
	padding: 0px;
}

