@charset "utf-8";
/* CSS Document */
.clear {
	clear: both;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #727272;
	background-image: url(../images/_custom/bg_img.jpg);
}
#bgimg {
	background-image: url(../images/_custom/bg_fade.jpg);
	height: 1018px;
	width: 100%;
}
#border_links {
}
#border_rechts {
	float: left;
}

#border_unten {
	background-image: url(../images/_custom/border_unten.png);
	height: 8px;
	width: 1008px;
	margin-bottom: 20px;
	
	margin: 0 auto;
	text-align: center;
}

#pagetitle {
	float: left;
}

#languageselect {
	float: right;
	padding-top: 2px;
	padding-right: 15px;
}

#headimg {
	background-color: #999;
	height: 200px;
	/* background-image */
}

.login_input {
	background: none;
	width: 200px;
	height: 24px;
	border: none;
	margin-bottom: 2px;
	background-image: url(../images/_custom/top_login/inputimg.png);
	background-repeat: no-repeat;
}

.login_input input {
	padding-left: 27px;
	padding-top: 4px;
	background: none;
	border: none;
}

.login_text {
	margin-left: 19px;
}

.login_text img {
	padding: 0;
	margin: 0;
}
#login_logged {
	height: 98px;
	color: #FFF !important;
	padding-left: 23px;
	padding-top: 20px;
	background-image: url(../images/_custom/top_login/logged_bg.png);
	background-repeat: no-repeat;
}
#login_logged a {
	color: #FFF;
}
.login_logged_field {
	width: 70px;
	color: #FFF;
	float: left;
	font-size: 8pt;
}

/* Teamimages */
#teamimage a {
	display: block;
	width: 205px;
	height: 40px;	
}
#teamimage_management a {
	background-image: url(../images/teams/leitung_0.png);
}
#teamimage_management a:hover {
	background-image: url(../images/teams/leitung_1.png);
}
#teamimage_staff a {
	background-image: url(../images/teams/staff_0.png);
}
#teamimage_staff a:hover {
	background-image: url(../images/teams/staff_1.png);
}
#teamimage_css_ger a {
	background-image: url(../images/teams/css_ger_0.png);
}
#teamimage_css_ger a:hover {
	background-image: url(../images/teams/css_ger_1.png);
}
#teamimage_css_eu a {
	background-image: url(../images/teams/css_eu_0.png);
}
#teamimage_css_eu a:hover {
	background-image: url(../images/teams/css_eu_1.png);
}


/* FOOTER */
#gotothetop a {
	display: block;
	background-image: url(../images/_custom/gotothetop.png);
	width: 95px;
	height: 7px;
	margin-left: 45px;
	margin-top: 23px;
	margin-right: 40px;
	float: left;
}
#footer_copyright {
	display: block;
	background-image: url(../images/_custom/footer_copyright.png);
	margin-top: 7px;
	width: 337px;
	height: 43px;
	float: left;
}


/* Search */
#advsearch {
	width: 563px;
	height: 41px;
	margin-top: 4px;
	background-image: url(../images/_custom/search/leiste.jpg);
}
#cat {
	position: absolute;
	padding-left: 85px;
	margin-top: 5px;
	z-index: 100;
	float: left;
}
#cat select {
	width: 131px;
	border:0;
}
#cat option {
	border: 0;
}
#key {
	position: absolute;
	padding-left: 385px;
	margin-top: 5px;
	z-index: 99;
	float: left;
}
#key input {
	width: 129px;
	height: 13px;
	border:0;
	padding-top: 2px;
}
#searchgo {
	position:absolute;
	margin-top: 2px;
	padding-left: 525px;
	z-index: 98;
	float: left;
}
#searchgo input {
	width: 37px;
	height: 22px;
	border:0;
	background-image: url(../images/_custom/search/gobtn_0.png);
}
#searchgo input:hover {
	background-image: url(../images/_custom/search/gobtn_1.png);
}

