body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #2D2D2D;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h4.headbar {
	padding: 3px 3px 3px 10px;
	margin: 22px 0 0 0;
	background-color: #DAE1EC;
	border: 1px solid #A7B8D3;
	clear: both;
}

h4.input_error {
	text-align: center;
	margin: 10px 0 5px 0;
	color: #F00;
	font-weight: bold;
}


a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #5577AA;
}

a:hover {
	text-decoration: underline;
	/*color: #2D2D2D;*/
}

#backpage {
	position: relative;
	background-color: #fff	;
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #5577AA;
}

#header {
	background-image: url(/graphics/headerbg.png);
	position: relative;
	height: 153px;
	width: 798px;
	border-bottom: 1px solid #5577AA;
}

img#gzlogo {
	width: 360px;
	height: 69px;
	position: absolute;
	top: 12px;
	left: 15px;
	border: 0;
}

div.flagge, div.flagge_active {
	position: absolute;
	top: 6px;
	width: 95px;
	height: 75px;
	background-repeat: no-repeat;
}

div.flagge_active {
	background-position: bottom left;
}

div.flagge a {
	display: block;
	width: 95px;
	height: 75px;
	background-repeat: no-repeat;
}

div#flagge_de {
	left: 450px;
	background-image: url(/graphics/flagge_de_hover_nohover.png);
}

div#flagge_de a:hover {
	background-position: bottom left;
	background-image: url(/graphics/flagge_de_hover_nohover.png);
}

div#flagge_at {
	left: 560px;
	background-image: url(/graphics/flagge_at_hover_nohover.png);
}

div#flagge_at a {
	background-position: top left;
	background-image: url(/graphics/flagge_at_hover_nohover.png);
}

div#flagge_at a:hover {
	background-position: bottom left;
	background-image: url(/graphics/flagge_at_hover_nohover.png);
}

div#flagge_ch {
	left: 670px;
	background-image: url(/graphics/flagge_ch_hover_nohover.png);
}

div#flagge_ch a {
	background-position: top left;
	background-image: url(/graphics/flagge_ch_hover_nohover.png);
}

div#flagge_ch a:hover {
	background-position: bottom left;
	background-image: url(/graphics/flagge_ch_hover_nohover.png);
}

div#flagge_de a.flagge_active, div#flagge_at a.flagge_active, div#flagge_ch a.flagge_active {
	visibility: hidden;
}

#servicemenu {
	position: absolute;
	top: 95px;
	left: 0px;
	width: 160px;
	font-size: 12px;
}

#servicemenu ul {
	position: absolute;
	top: 0px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#servicemenu ul li {
	margin: 2px 0 2px 0;
	width: 79px;
}

#servicemenu ul#leftlist {
	left: 0px;
}

#servicemenu ul#rightlist {
	left: 80px;
}

#servicemenu a {
	margin: 6px;
}



#googlead {
	float:left;
	border-right: 1px solid #5577AA;
	background-color: #fff;
	width: 161px;
	overflow: hidden;
	padding-top: 6px;
	padding-left: 1px;
	margin-right: -1px;
	text-align: center;
}

#content {
	border-left: 1px solid #5577AA;
	float: right;
	background-color: #fff;
	width: 623px;
	padding: 5px 5px 5px 7px;
	font-size: 12px;
	/*margin-left: -1px;*/
}

div#content div {
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #A7B8D3;
}

div#content div p {
	padding: 0;
	margin: 5px 0 5px 0;
}

div.gs {
	border: none !important;
	margin: 0 5px 0 5px !important;
}

img.gsthumb {
	width: 75px;
	/*height: 75px;*/
	border: 1px solid #5577AA;
	float: left;
	margin-right: 4px;
	margin-top: 6px;
	margin-bottom: 6px;
}

div.zumlink {
	margin-top: -18px;
	padding: 0 !important;
	border: 0 !important;
	background-image: url(/graphics/zumlink_hover_nohover.png);
	float: right;
}

div.zumlink a {
	display: block;
	width: 100px;
	height: 32px;
}

div.zumlink a:hover {
	background-position: 0px -32px;
	background-image: url(/graphics/zumlink_hover_nohover.png);
}


div.zudetails {
	margin-top: -18px;
	margin-right: 3px;
	padding: 0 !important;
	border: 0 !important;
	background-image: url(/graphics/details_hover_nohover.png);
	float: right;
}

div.zudetails a {
	display: block;
	width: 100px;
	height: 32px;
}

div.zudetails a:hover {
	background-position: 0px -32px;
	background-image: url(/graphics/details_hover_nohover.png);
}


div.clear {
	clear: both;
	border: 0 !important;
}

div.gsbottom {
	margin: 0 !important;
	border: none !important;
}

div#content div h3 {
	background-image: url(/graphics/kaefer.png);
	background-repeat: no-repeat;
	/*height: 21px;*/
	padding: 2px 0px 0px 21px;
	margin: 0px 0px 5px 0px;
	font-size: 14px;
}

div#content div h3 a {
	text-decoration: none;
	color: #5577AA;
}

div#content h3 a:hover {
	color: #2D2D2D;
}

div#pagecounter {
	position: relative;
	border: 0 !important;
	height: 15px;
}

div#back {
	position: absolute;
	border: 0 !important;
	padding: 0 !important;
	top: 0px;
	left: 15px;
	margin-top: 2px;
	background-image: url(/graphics/pc_back_hover_nohover.png);
	background-repeat: no-repeat;
}

div#forw {
	position: absolute;
	border: 0 !important;
	padding: 0 !important;
	top: 0px;
	right: 15px;
	margin-top: 2px;
	background-image: url(/graphics/pc_forw_hover_nohover.png);
	background-repeat: no-repeat;
	background-position: top right;
}

div#back a {
	display: block;
	width: 50px;
	height: 16px;
	padding-left: 20px;
	text-decoration: none;
	color: #5577AA;
	font-weight: bold;
	background-image: url(/graphics/pc_back_hover_nohover.png);
	background-repeat: no-repeat;
}

div#forw a {
	display: block;
	width: 135px;
	height: 16px;
	padding-right: 20px;
	text-decoration: none;
	color: #5577AA;
	font-weight: bold;
	background-image: url(/graphics/pc_forw_hover_nohover.png);
	background-repeat: no-repeat;
	background-position: top right;
}

div#back a:hover {
	background-position: bottom left;
}

div#forw a:hover {
	background-position: bottom right;
}

#footer {
	background-image: url(/graphics/headerbg.png);
	border-top: 1px solid #5577AA;
	width: 798px;
	height: 35px;
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
}

ul#menu {
	position: absolute;
	top: 93px;
	left: 162px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #5577AA;

}

ul#menu li {
	float: left;
	height: 23px;
	text-align: center;
	padding: 0;
	margin: 0;
	background-image: url(/graphics/menubg_hover_nohover.png);
}

ul#menu li a, ul#menu li a:link, ul#menu li a:visited, ul#menu li a:active {
	display: block;
	background-image: url(/graphics/menubg_hover_nohover.png);
	color: #A7B8D3;
	height: 24px;
	width: 105px;
	margin: 0;
	padding-top: 5px;
	border-bottom: 1px solid #5577AA;
	border-left: 1px solid #5577AA;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

ul#menu li a.passive:hover {
	background-position: 0px -30px;
	color: #2D2D2D;
}

ul#menu li a.active {
	height: 25px !important;
	color: #2D2D2D !important;
	background-image: url(/graphics/menubg_hover.png) !important;
}

div#submenu {
	position: absolute;
	background-color: #E4E9F1;
	top: 124px;
	left: 162px;
	height: 29px;
	width: 635px;
	border-left: 1px solid #5577AA;
}

div#submenu.selected {
	background-image: url(/graphics/submenubg_selected.png) !important;
}

img#menuarrow_left {
	position: absolute;
	top: 0px;
	left: 0px;	
	margin: 4px 8px 5px 8px;
	border: 0;
}

img#menuarrow_right {
	position: absolute;
	top: 0px;
	left: 598px;	
	margin: 4px 8px 5px 8px;
	border: 0;
}

div#submenu div {
	position: absolute;
	top: 0px;
	left: 45px;
	width: 545px;
	margin-top: 6px;
	text-align: center;
	font-size: 13px;
}

div#submenu div span.active {
	font-weight: bold;
}

div#content div span.gscounter {
	position: relative;
	top: 3px;
	font-weight: bold;
	text-align: center;
	color: #5577AA;
	margin-left: 3px;
}


span.highlight {
	color: #FF0000;
}

ul#pulldown_back {
	position:absolute;
	left:162px;
	top:154px;
	margin:0;
	padding:0;
	list-style-type: none;
	z-index:1;
	background-color: #D3DBE8;
	layer-background-color: #D3DBE8;
	border-top: 1px solid #5577AA;
	border-left: 1px solid #5577AA;
	border-right: 1px solid #5577AA;
	visibility: hidden;
	overflow: hidden;
}

ul#pulldown_forw {
	position:absolute;
	right:-1px;
	top:154px;
	margin:0;
	padding:0;
	list-style-type: none;
	z-index:1;
	background-color: #D3DBE8;
	layer-background-color: #D3DBE8;
	border-top: 1px solid #5577AA;
	border-left: 1px solid #5577AA;
	border-right: 1px solid #5577AA;
	visibility: hidden;
	overflow: hidden;
}

li.pulldown_head {
	text-align:center;
	padding: 2px 10px 2px 10px;
	margin:0;
	background-color:#5577AA;
	color:#E4E9F1;
	font-weight:bold;
	font-size:12px;
	border-bottom: 1px solid #5577AA;
}

li.pulldown_links {
	padding: 2px 5px 2px 2px;
	border-bottom: 1px solid #5577AA;
}

a.pulldown_link, a.pulldown_link:link, a.pulldown_link:visited, a.pulldown_link:active {
	display:block;
	text-decoration:none;
	color: #5577AA;
	font-weight:bold;
}

a.pulldown_link:hover {
		color: #2D2D2D;
}


table#daten {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
}

table#daten td.highlight {
	background-color: #F4F7FA;
}

table#daten td.desc {
	width: 30%;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

form#email2friend {
	display: block;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

form#email2friend p {
	clear: right;
}

form#email2friend p.recommendation {
	clear: right;
	font-family : "Courier New", Courier, monospace;
	font-size: 11px
}



form#email2friend input, form#email2friend textarea {
	float: right;
	width: 350px;
	border: 1px solid #5577AA;
	margin-left: 5px;
	margin-bottom: 1px;
}

form#email2friend textarea {
	height: 5em;
}

form#email2friend p.buttons {
	text-align: center;
	padding-top: 12px;
	_padding-top: 0px;
}

form#email2friend p.buttons input {
	float: none;
	width: 170px;
	margin: 0 5px 0 5px;
	font-weight: bold;
}

form#email2friend input.input_error {
	border: 2px solid #F00;
}


form#email2friend textarea.input_error {
	border: 2px solid #F00;
}

form#email2friend label {
	display: block;
	font-weight: bold;
	text-align: right;
}

div#bottomnavi {
	position: relative;
	border: 0 !important;
	margin: 0;
	padding: 0;
}

div#bottomnavi div.zumlink {
	margin-top: 0px;
	margin-bottom: 0px;
}

div#bottomnavi div#back {
	padding: 0;
	margin-top: 8px;
}