/* @group Global */

* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}
body, select, input, textarea, a {
	font: normal 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial;
	color: #161616;
	height: auto !important;
	position: relative;
	min-height: 100%;
	height: auto !important; /* ie6 fix */
  height: 100%; /* ie6 fix */
}
html {
	height: 100%;
	background: #e5e5e5 url(../../../img/geldermann/bg.png) repeat-x 0 0;
}
input {
	background: #f1f1f0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style: none;
}

/* @end group */


/* @group Wrap */

.wrap {
	width: 980px;
	min-height: 587px;
	background: url(../../../img/geldermann/head/logo.png) no-repeat 0 0;
}

/* @end group */


/* @group Head */

.head {
	height: 135px;
	position: relative;
}
.head .logo {
	top: 35px;
	left: 86px;
	width: 168px;
	height: 100px;
	position: absolute;
}
.head .logo a {
	width: 168px;
	height: 100px;
	display: block;
}

.head .meta {
	top: 7px;
	right: 0;
	color: #555;
	height: 33px;
	position: absolute;
	font-size: 11px;
}
.head .meta p {
	float: right;
	padding: 9px 0 0;
}
.head .meta p a {
	color: #CA9845;
	font-size: 11px;
}
.head .meta span {
	padding: 0 4px;
}
.head .meta .basket {
	height: 24px;
	margin: 0 0 0 22px;
	padding: 9px 0 0 62px;
	background: url(../../../img/geldermann/head/basket.png) no-repeat left bottom;
}

.head ul {
	top: 34px;
	right: 0;
	width: 640px;
	height: 90px;
	position: absolute;
}
.head ul li {
	float: left;
	height: 68px;
	padding: 20px 0 0;
	text-indent: -9999px;
}
.head ul li a {
	height: 68px;
	display: block;
}
.head ul li.a a {
	width: 65px;
}
.head ul li.b a {
	width: 115px;
}
.head ul li.c a {
	width: 188px;
}
.head ul li.d a {
	width: 107px;
}
.head ul li.e a {
	width: 165px;
}

.head ul li.a_inactive:hover {
	background: url(../../../img/geldermann/head/navi.png) no-repeat 0 0;
}
.head ul li.b_inactive a:hover {
	background: url(../../../img/geldermann/head/navi.png) no-repeat -65px -20px;
}
.head ul li.c_inactive a:hover {
	background: url(../../../img/geldermann/head/navi.png) no-repeat -180px -20px;
}
.head ul li.d_inactive a:hover {
	background: url(../../../img/geldermann/head/navi.png) no-repeat -368px -20px;
}
.head ul li.e_inactive a:hover {
	background: url(../../../img/geldermann/head/navi.png) no-repeat -475px -20px;
}

.head ul li.a_active {
	background: url(../../../img/geldermann/head/navi.png) no-repeat 0 0;
}
.head ul li.b_active {
	background: url(../../../img/geldermann/head/navi.png) no-repeat -65px -90px;
}
.head ul li.c_active {
	background: url(../../../img/geldermann/head/navi.png) no-repeat -180px -90px;
}
.head ul li.d_active {
	background: url(../../../img/geldermann/head/navi.png) no-repeat -368px -90px;
}
.head ul li.e_active {
	background: url(../../../img/geldermann/head/navi.png) no-repeat -475px -90px;
}

/* @end group */


/* @group Allgemeiner Content */

.content {
	margin: 45px 0 0 60px;
}

.content .sidebar {
	float: left;
	width: 220px;
	margin: 0 60px 0 0;
	_margin-right: 50px;
}
.content .sidebar ul.navi {
	height: 106px;
	overflow: hidden;
	background: url(../../../img/geldermann/content/sidebar/navi.png) no-repeat 0 0;
}
.content .sidebar ul.navi li {
	height: 26px;
	margin: 0 0 14px;
	text-indent: -9999px;
}
.content .sidebar ul.navi li a {
	height: 26px;
	display: block;
}

.content .sidebar ul.navi li.a_inactive a:hover {
	background: url(../../../img/geldermann/content/sidebar/navi.png) no-repeat 0 -106px;
}
.content .sidebar ul.navi li.b_inactive a:hover {
	background: url(../../../img/geldermann/content/sidebar/navi.png) no-repeat 0 -146px;
}
.content .sidebar ul.navi li.c_inactive a:hover {
	background: url(../../../img/geldermann/content/sidebar/navi.png) no-repeat 0 -186px;
}

.content .sidebar ul.navi li.a_active {
	background: url(../../../img/geldermann/content/sidebar/navi.png) no-repeat 0 -212px;
}
.content .sidebar ul.navi li.b_active {
	background: url(../../../img/geldermann/content/sidebar/navi.png) no-repeat 0 -252px;
}
.content .sidebar ul.navi li.c_active {
	background: url(../../../img/geldermann/content/sidebar/navi.png) no-repeat 0 -292px;
}

.content .sidebar ul.benefits {
	margin: 45px 0 0;
	border-top: 1px solid #dcdcdc;
}
.content .sidebar ul.benefits li {
	padding: 26px 5px 20px;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dcdcdc;
}
.content .sidebar ul.benefits li.last {
	border-bottom: none;
}

.content .main {
	float: left;
	width: 640px;
	margin: 9px 0 112px;
	display: inline;
}

/* @end group */


/* @group Hinweise */

.content .main .added {
	width: 592px;
	height: 36px;
	color: #fff;
	padding: 0 18px 0 30px;
	background: #ca9845;
	line-height: 35px;
	border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.content .main .added p {
	float: right;
	margin: 12px 0 0;
}
.content .main .added p a {
	width: 142px;
	height: 13px;
	display: block;
	overflow: hidden;
	background: url(../../../img/geldermann/content/list/added.png) no-repeat 0 0;
	line-height: 13px;
	text-indent: -99999px;
}
.content .main .added p a:hover {
	background-position: 0 -13px;
}

.content .main .alert {
	width: 542px;
	height: 36px;
	color: #fff;
	margin: 0 0 30px;
	padding: 14px 18px 14px 80px;
	background: #790e11 url(../../../img/geldermann/content/alert/attention.png) no-repeat 20px 14px;
	border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

/* @end group */


/* @group Footer */

.foot {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 78px;
	position: absolute;
	background: #e0e0e0;
}
.foot .wrap {
	width: 894px;
	min-height: 48px;
	margin: 30px 0 0 86px;
	background: none;
}
.foot,
.foot a {
	color: #555;
	font-size: 11px;
}
.foot p {
	float: right;
	width: 190px;
	text-align: right;
}
.foot p img {
	float: left;
	width: 65px;
	height: 21px;
	margin: -6px 0 0;
	_margin: 0;
}
.foot p a.sr {
	float: right;
	display: block;
	padding: 0 20px 0 0;
	background: url(../../../img/geldermann/foot/sr.png) no-repeat right center;
}
.foot p a.ssl {
	float: left;
	width: 16px;
	height: 21px;
	margin: -5px 10px 0 0;
	display: block;
	min-height: 21px;
	background: url(../../../img/geldermann/foot/ssl.png) no-repeat;
}
.foot ul {
	float: left;
}
.foot ul li {
	float: left;
	margin: 0 18px 0 0;
	padding: 0 23px 0 0;
	background: url(../../../img/geldermann/foot/bullet.png) no-repeat right center;
}
.foot ul li.last {
	margin: 0;
	padding: 0;
	background: none;
}

/* @end group */


/* @group Inputfelder */

p.input {
	float: left;
	height: 28px;
	padding: 0 0 0 3px;
	overflow: hidden;
	background: url(../../../img/geldermann/form/input.png) no-repeat left 0;
}
p.input input {
	height: 28px;
	*margin: -1px 0 0;
	padding: 0 2px 0 0;
	font-size: 16px;
	background: url(../../../img/geldermann/form/input.png) no-repeat right -28px;
	text-align: center;
	line-height: 20px;
	min-height: 28px;
}

/* @end group */


/* @group Selectbox */

div.select {
	float: left;
	height: 28px;
	z-index: 998;
	position: relative;
	background: url(../../../img/geldermann/form/select.png) no-repeat left 0;
}
div.select span {
	color: #252424;
	width: 288px;
	height: 28px;
	cursor: pointer;
	padding: 0 42px 0 8px;
	display: block;
	background: url(../../../img/geldermann/form/select.png) no-repeat right -28px;
	font-size: 12px;
	line-height: 28px;
}
div.select ul {
	top: 26px;
	width: 336px;
	border: 1px solid #b8b8b8;
	z-index: 999;
	display: none;
	position: absolute;
	border-top: none;
	background: #ebebeb;
}
div.select ul li {
	color: #252424;
	height: 27px;
	*height: 25px;
	cursor: pointer;
	padding: 0 8px;
	line-height: 27px;
	*line-height: 23px;
}
div.select ul li:hover {
	background: #FFF;
}
div.select ul li em {
	font-style: normal;
}
div.select ul li.last p {
	width: 3px;
	height: 3px;
	bottom: -1px;
	overflow: hidden;
	position: absolute;
	background: url(../../../img/geldermann/form/dropdown.png) no-repeat 0 0;
}
div.select ul li.last p.bl {
	left: -1px;
	background-position: 0 -3px;
}
div.select ul li.last p.br {
	right: -1px;
	background-position: -3px -3px;
}
div.select_active ul {
	display: block;
}
div.select_active span {
	color: #a0a0a0;
}

div.select_maxi span {
	width: 390px;
}
div.select_maxi ul {
	width: 438px;
}
div.select_medium span {
	width: 159px;
}
div.select_medium ul {
	width: 207px;
	z-index: 1009;
}

/* @end group */


/* @group Submit-Button */

p.submit input,
p.submit a {
	height: 26px;
	display: block;
	cursor: pointer;
	overflow: hidden;
	min-height: 26px;
	background: url(../../../img/geldermann/form/button.png) no-repeat 0 0;
	text-indent: -9999px;
}

/* @end group */


.content .imprint p {
	margin: 0 0 20px;
}
.content .imprint p a {
	text-decoration: underline;
}
.content .imprint p a:hover {
	color: #CA9845;
}

/* @group Service-Popup */

#overlay{
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=60);
	z-index: 1001;
	opacity:.60;
	position: absolute;
	background: black;
}
#screen {
	left: 50%;
	width: 500px;
	height: 600px;
	margin: 0 0 0 -250px;
	border: 4px solid #7d7d7d;
	z-index: 1002;
	position: absolute;
	background: url(../../../img/geldermann/service/bg.png) repeat-y;
}
#screen .head {
	width: 500px;
	height: 73px;
	position: relative;
	background: url(../../../img/geldermann/service/head.png) no-repeat;
}
#screen .head p {
	top: 35px;
	right: 20px;
	width: 88px;
	height: 14px;
	position: absolute;
}
#screen .head p a {
	display: block;
}

#screen ul.navi {
	width: 500px;
	height: 85px;
	overflow: hidden;
	background: url(../../../img/geldermann/service/navi.png) no-repeat;
}
#screen ul.navi li {
	float: left;
	height: 85px;
	text-indent: -9999px;
}
#screen ul.navi li a {
	width: 131px;
	display: block;
}
#screen ul.navi li.oxagb {
	width: 107px;
}
#screen ul.navi li.oxsecurityinfo {
	width: 142px;
}
#screen ul.navi li.hotline {
	width: 120px;
}

#screen ul.navi li a:hover {
	background: url(../../../img/geldermann/service/navi.png) no-repeat 0 -85px;
}
#screen ul.navi li.oxagb a:hover {
	background-position: -131px -85px;
}
#screen ul.navi li.oxsecurityinfo a:hover {
	background-position: -238px -85px;
}
#screen ul.navi li.hotline a:hover {
	background-position: -380px -85px;
}

#screen ul.navi li a.active {
	background: url(../../../img/geldermann/service/navi.png) no-repeat 0 -170px;
}
#screen ul.navi li.oxagb a.active {
	background-position: -131px -170px;
}
#screen ul.navi li.oxsecurityinfo a.active {
	background-position: -238px -170px;
}
#screen ul.navi li.hotline a.active {
	background-position: -380px -170px;
}

#screen .content {
	margin: 20px 0 0;
	height: 412px;
	padding: 0 20px;
	overflow: auto;
}
#screen .content h3 {
	color: #ca9845;
	margin: 5px 0;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
}
#screen .content h4 {
	color: #ca9845;
	margin: 5px 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
}
#screen .content p {
	padding: 0 0 10px;
}
#screen .content a {
	text-decoration: underline;
}
#screen .content a:hover {
	color: #ca9845;
}

/* @end group */


/* @group Sonstiges */

.clear {
	clear: both !important;
}
.right {
	float: right !important;
}

/* @end group */