/**
 * reset
 */

html, body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html {
	font-size: 1em;
}

body {
	font-size: 100%;
}

img,
a img,
:link img,
:visited img {
	border: 0;
}



/**
 * ...
 */

body {
	background: #F8F8F8;
	font-size:89%;
	line-height:125%;
}

body.teasered {
	background: #fff url('../../../images/geq/backgrounds/bg_teasered.png') repeat-x left top;
}

a {
	/*color:#ff7a01;*/
	color:#de6a00;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#wrapper {
	width:932px;
	margin: 5px auto 0 auto;
}

#container {
	float:left;
	/*background: transparent url('../../../images/geq/backgrounds/content.png') repeat-y scroll left top;*/
	background: transparent;
}

h2 {
	color:inherit;
	font-size:170%;
	font-weight:normal;
	line-height:150%;
	margin:0 0 15px 0;
	padding:0;
}

h3 {
	color:#1590F6;
	font-size:130%;
	font-weight:normal;
	line-height:130%;
	margin:0 0 15px 0;
	padding:0;
}

h3 a {
	color:#1590F6;
	text-decoration:none;
}

h4 {
	color:#1590F6;
	font-size:100%;
	line-height:120%;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0;
}

p {
	line-height:125%;
	margin:0 0 15px 0;
	padding:0;
}

ul,
ol {
	margin:0 0 15px 0;
	padding:0 0 0 25px;
}

li {
	margin:0;
	padding:0 0 0 2px;
}


/**
 * header
 */

#header {
	/*background: transparent url('../../../images/geq/backgrounds/header.png') no-repeat scroll left top;*/
	background: transparent;
	width:932px;
	height:57px;
	overflow:hidden;
}

#header h1 {
	text-indent:-9000px;
	width:175px;
	height:50px;
	overflow:hidden;
	margin:17px 0 0 27px;
}

#header h1 a {
	display:block;
	width:175px;
	height:50px;
}

#header .edit {
	background:#000;
	margin-left:816px;
	padding:5px 10px;
	position:absolute;
	top:23px;
	z-index:9000;
	font-weight:bold;
}

#header .edit a {
	color:#fff;
	text-decoration:none;
}

#header .edit a:hover {
	text-decoration:underline;
}


/**
 * menu
 */

#menu {
	position:absolute;
	width:870px;
	padding:0 25px;
	margin-left:6px;
	top: 24px;
	z-index:100;
}

#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

#menu ul li {
	height:36px;
	line-height:36px;
	float:left;
	margin:0;
	padding:0 10px;
	background:url('../../../images/geq/navi/navi_separator.png') no-repeat scroll right top;
}

#menu ul li.last {
	background:transparent;
}

#menu ul li.active {
	background:url('../../../images/geq/navi/navi_active_bg.png') repeat-x scroll left top;
}

#menu ul li ul {
	height:45px;
	width:870px;
	top:38px;
	left:25px;
	position:absolute;
	display:none;
	background:url('../../../images/geq/navi/subnavi_bg.png') repeat-x scroll left top;
}

#menu ul li ul li {
	background:url('../../../images/geq/navi/subnavi_separator.png') no-repeat scroll right top;
}

#menu ul li ul li.last {
	background:transparent;
}

#menu ul li ul li.active {
	background:url('../../../images/geq/navi/subnavi_active_bg.png') repeat-x scroll left top;
}

#menu ul li.active ul {
	display:block;
}

#menu ul li.active ul ul {
	display:none;
	/*top:37px;
	left:0;
	position:absolute;
	z-index:10;*/
}

#menu ul li a {
	color:#666;
	text-transform:uppercase;
	text-decoration:none;
}

#menu ul li.active a {
	color:#000;
}

#menu ul li a:hover {
	text-decoration:underline;
}

#menu ul li ul a {
	text-transform:none;
}


/**
 * teaser
 */

#teaser {
	background:#319CF7;
	margin:0 6px;
	width:920px;
}

body.teasered #teaser {
	margin:0;
	width:920px;
	padding:0 6px;
	background: transparent url('../../../images/geq/backgrounds/bg_teasered.png') repeat-x left -62px;
}

#teaser #visual {
	width:893px;
	height:299px;
	color:#fff;
	border-bottom:1px solid #fff;
	padding:51px 0 0 27px;
	overflow:hidden;
}

body.teasered #teaser #visual {
	border-bottom:none;
}
	
#teaser #visual a {
	color:#204376;
	text-decoration:underline;
}

#teaser #visual h2,
#teaser #visual p,
#teaser #visual ul {
	padding-right:610px;
}

#teaser #visual .button {
	width:263px;
	height:40px;
	background: transparent url('../../../images/geq/forms/teaser_button.png') no-repeat scroll left top;
	font-size:120%;
	font-weight:bold;
}

#teaser #visual .button a {
	display:block;
	text-align: center;
	width:240px;
	height:27px;
	padding:10px 0 0 10px;
	text-decoration:none;
}

#teaser #visual ul {
	padding-left:5px;
}

#teaser #visual ul li {
	margin-left: 20px;
	padding-top: 2px;
	padding-left: 5px;
	/*list-style:none;*/
	/*background: transparent url('../../../images/geq/icons/bullet1.png') no-repeat scroll left top;*/
}

#teaser #visual .badge {
	float:right;
	margin:30px 35px 0 0;
}

#teaser #visual .badge img {
	width:220px;
	height:80px;
}

#teaser #visual .badge a {
	/*display:block;*/
	/*width:220px;*/
	/*height:80px;*/
	/*background:transparent;*/
	/*text-decoration:none;*/
}


/**
 * content wrapper for #content and #sidebar
 */

#contentwrapper {
	background: transparent url('../../../images/geq/backgrounds/teaser_bottom.png') no-repeat scroll 6px top;
	/*min-height:29px;*/
	/*position:relative;*/	/* ie7 */
}

* html #contentwrapper {
	height:29px;
}


/**
 * content 
 */

#content {
	margin-top:10px;
	width:544px;
	padding:0 20px 0 33px;
	float:left;
}


/**
 * text with images
 */

.text_image {
	margin:0 0 1.5em 0;
}

.text_image .teaser {
	font-weight:bold;
}

.text_image img{
	margin:0;
}

.text_image_left {
	float:left;
	margin:0 20px 10px 0;
}

.text_image_right{
	float:right;
	margin:0 0 10px 20px;
}

.text_image_left,
.text_image_right {
	border:1px solid #ccc;
	padding:5px;
}


/**
 * infobox
 */

.infobox {
	border-bottom:1px solid #ececec;
	margin-top:10px;
	margin-bottom:15px;
	padding-top:5px;
	padding-left:0px;
	/*padding-left:70px;*/
	padding-bottom:10px;
}

.infobox h3,
.infobox p {
	padding-left:70px;
}

.infobox h3 a:hover {
	text-decoration:underline;
}

.infobox .linkbox {
	float:left;
}

.infobox .linkbox img {
	width:50px;
	height:45px;
}

.infobox .linkbox a {
	/*display:block;*/
	/*width:50px;*/
	/*height:45px;*/
	/*background:transparent;*/
	/*text-decoration:none;*/
	/*border:1px solid red;*/
}

.infobox-standard{
	padding-left:0px;
}

.infobox-pdf {
	background: transparent url('../../../images/geq/icons/icon_pdf.png') no-repeat scroll left top;
}

.infobox-plus {
	background: transparent url('../../../images/geq/icons/icon_plus.png') no-repeat scroll left top;
}

.infobox-oe-karte {
	background: transparent url('../../../images/geq/icons/icon_oesterreich_map.png') no-repeat scroll left top;
	/*background: transparent url('../../../images/geq/icons/icon_oesterreich_map_farbe.png') no-repeat scroll left top;*/
}

.infobox-oe {
	/*background: transparent url('../../../images/geq/icons/icon_oesterreich.png') no-repeat scroll left top;*/
	background: transparent url('../../../images/geq/icons/icon_oesterreich_map_farbe.png') no-repeat scroll left top;
}

.infobox-noe {
	background: transparent url('../../../images/geq/icons/icon_map_niederoesterreich.png') no-repeat scroll left top;
}

.infobox-bgld {
	background: transparent url('../../../images/geq/icons/icon_map_burgenland.png') no-repeat scroll left top;
}

.infobox-tirol {
	background: transparent url('../../../images/geq/icons/icon_map_tirol.png') no-repeat scroll left top;
}

.infobox-ooe {
	background: transparent url('../../../images/geq/icons/icon_map_oberoesterreich.png') no-repeat scroll left top;
}

.infobox-wien {
	background: transparent url('../../../images/geq/icons/icon_map_wien.png') no-repeat scroll left top;
}

.infobox-sbg {
	background: transparent url('../../../images/geq/icons/icon_map_salzburg.png') no-repeat scroll left top;
}

.infobox-ktn {
	background: transparent url('../../../images/geq/icons/icon_map_kaernten.png') no-repeat scroll left top;
}

.infobox-vbg {
	background: transparent url('../../../images/geq/icons/icon_map_vorarlberg.png') no-repeat scroll left top;
}

.infobox-stmk {
	background: transparent url('../../../images/geq/icons/icon_map_steiermark.png') no-repeat scroll left top;
}

.infobox-zusarbeitspl {
	background: transparent url('../../../images/geq/icons/icon_zusarbeitspl.png') no-repeat scroll left top;
}

.infobox-zusbundesl {
	background: transparent url('../../../images/geq/icons/icon_zusbundesl.png') no-repeat scroll left top;
}

.infobox-dampfdiff {
	background: transparent url('../../../images/geq/icons/icon_dampfdiff.png') no-repeat scroll left top;
}

.infobox-sommerlicherue {
	background: transparent url('../../../images/geq/icons/icon_sommerlicherue.png') no-repeat scroll left top;
}

.infobox-download {
	background: transparent url('../../../images/geq/icons/icon_download.png') no-repeat scroll left top;
}

.infobox-schallschutz {
	background: transparent url('../../../images/geq/icons/icon_schallschutz.png') no-repeat scroll left top;
}


/**
 * sidebar
 */

#sidebar {
	float:left;
	margin:10px 30px 0 20px;
	width:285px;
}


/**
 * sidebar box
 */

.sidebarbox {
	/*margin-top:20px;*/
	margin-bottom:15px;
	padding-top:15px;
}

.sidebarbox .inner {
	padding:5px 20px 10px 20px;
}

.sidebarbox-dark {
	background: transparent url('../../../images/geq/backgrounds/sidebar_box_dark.png') no-repeat scroll left top;
	color:#fff;
}

.sidebarbox-dark .inner {
	background: transparent url('../../../images/geq/backgrounds/sidebar_box_dark.png') no-repeat scroll left bottom;
	min-height:176px;
}

* html .sidebarbox-dark .inner {
	height:176px;
}

.sidebarbox-light {
	background: transparent url('../../../images/geq/backgrounds/sidebar_box_light.png') no-repeat scroll left top;
}

.sidebarbox-light .inner {
	background: transparent url('../../../images/geq/backgrounds/sidebar_box_light.png') no-repeat scroll left bottom;
}

.sidebarbox-transparent {
	background: transparent url('../../../images/geq/backgrounds/sidebar_box_transparent.png') no-repeat scroll left top;
}

.sidebarbox-transparent .inner {
	background: transparent url('../../../images/geq/backgrounds/sidebar_box_transparent.png') no-repeat scroll left bottom;
}

.sidebarbox-dark h3,
.sidebarbox-dark h3 a {
	color:#fff;
}

.sidebarbox h3 a:hover {
	text-decoration:underline;
}

.sidebarbox-dark a {
	color:#204376;
}

.sidebarbox-light strong,
.sidebarbox-transparent strong {
	color:#1590F6;
}

.sidebarbox .button {
	height:27px;
	line-height:27px;
	background: transparent url('../../../images/geq/forms/sidebar_button.png') no-repeat scroll left bottom;
}

.sidebarbox .button a {
	color:#fff;
	text-align: center;
	/*margin-left:10px;*/
	font-weight:bold;
	text-decoration:none;
	display:block;
}

.sidebarbox .button a:hover {
	text-decoration:underline;
}


/**
 * footer
 */

#footer {
	float:left;
	padding:0 30px;
	width:872px;
	height:93px;
	/*background: #fff url('../../../images/geq/backgrounds/footer.png') no-repeat scroll left bottom;*/
}


/**
 * forms
 */

form {
	margin:0;
	padding:0;
}

form li {
	padding:5px 0 5px 0;
}

.invalid {
	background: #fee;
}

.fieldsetwrapper {
	background: #fff url('../../../images/geq/forms/fieldset_top.png') no-repeat scroll left top;
	margin-bottom: 10px;
	padding-top: 10px;
}

input[type="text"] {
	border:1px solid #ccc;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}

.invalid input[type="text"] {
	border:1px solid #f00;
}

textarea {
	border:1px solid #ccc;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}

.invalid textarea {
	border:1px solid #f00;
}

select {
	border:1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}

.invalid select {
	border:1px solid #f00;
}

/*
.fieldsetinner {
	background: #fff url('../../../images/geq/forms/fieldset_bottom.png') no-repeat scroll left bottom;
	padding: 10px 15px 1px 70px;
}
*/

/*
fieldset {
	border:0;
	margin:0 0 10px 0;
	padding:0;
}

legend {
	color:#1590F6;
	font-size:130%;
	font-weight:normal;
	margin:0 0 15px 0;
	padding:0;
}

label {
	float:left;
	position:relative;
	width:150px;
}

input[type="text"] {
	border:1px solid #ccc;
}

form ol {
	list-style:none;
	padding-left:0;
}

fieldset fieldset {
	float:left;
	width:150px;
	border:0;
	margin:0 0 0 0;
	padding:0;
}

fieldset fieldset legend {
	float:left;
	font-size:100%;
	color:#000;
}
*/


fieldset {
	/*float:left;*/
	/*clear:left;*/
	width:100%;
	margin:-19px 0 0.5em 0;
	padding:0 0 10px 0;
	border:0;
	background:#F2EFE9 url('../../../images/geq/forms/fieldset_bottom.png') no-repeat left bottom;
}

* html fieldset {
	padding-bottom:0;
}

*+html fieldset {
	padding-bottom:0;
}

legend {
	margin:0;
	padding:20px 0 0 14px;
	color:#1590F6;
	font-size:130%;
	font-weight:normal;
}

* html legend {
	/*padding-left:6px;*/
	margin-left: -7px;
	line-height: 115%;
	padding-top:0;
}

*+html legend {
	/*padding-left:6px;*/
	margin-left: -7px;
	line-height: 115%;
	padding-top:0;
}

fieldset ol {
	padding: 0.3em 1em 0 1em;
	list-style: none;
	zoom: 1;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 0;
}

fieldset td {
}

fieldset td ol {
	padding-top: 0;
	margin-left:2em;
	margin-bottom:0;
}

fieldset td li {
	padding-bottom: 0;
}

fieldset li .error {
	margin-left:150px;
}

fieldset .radiolist li .error {
	margin-left:25px;
}

fieldset .radiolist .checkboxlist li {
	padding:0;
}

form .error ul {
	list-style:none;
	margin:0;
	padding:0;
}

form .error ul li {
	margin-top:5px;
	padding:0;
	color:red;
}

label {
	float: left;
	width: 150px;
}

fieldset fieldset {
	margin-bottom: -2.5em;
	border-style: none;
	background-color: transparent;
	background-image: none;
}

fieldset fieldset legend {
	margin:0;
	padding:20px 0 0 0;
	font-weight: normal;
	color:#000;
	font-size:100%;
}

* html fieldset fieldset legend {
	margin-left:-7px;
}

*+html fieldset fieldset legend {
	margin-left:-7px;
}

fieldset fieldset ol {
	position: relative;
	margin: 0 0 0 150px;
	padding: 0;
	top: -1.8em;
}

* html fieldset fieldset ol {
	top:auto;
	margin-top: -1.8em;
}

*+html fieldset fieldset ol {
	top:auto;
	margin-top: -1.8em;
}

fieldset fieldset ol li {
}

fieldset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
}

fieldset fieldset ol ol {
	position: relative;
	top: 0;
	margin: 0 0 0 25px;
	padding: 0;
}

fieldset fieldset ol ol li {
	padding: 0;
}

select {
	/*margin-left:10px;*/
	margin-right:5px;
}

fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	/*margin-top:20px;*/
	margin-top: 0px;
	padding-left: 165px;
	background-color: transparent;
	background-image: none;
}

fieldset.submit .accept {
	margin-bottom:10px;
}

fieldset.submit .accept label {
	float:none;
}

fieldset ol.radiolist label {
	float:none;
	width:auto;
}

#frm_comment {
	width: 243px;
}


/**
 * button
 */

span.button {
	font-family: Arial, Helvetica, sans-serif;
	background:transparent url('../../../images/geq/forms/button_right_big.png') no-repeat right top;
	margin:0 10px 0 30px;
	padding:0;
	display:block;
	float:left;
	height:40px;
	border:0;
}

span.button input {
	margin-left:-30px;
	padding:0px 20px 0 20px;
	color:#fff;
	font-weight:normal;
	font-size:130%;
	border:0;
	cursor:pointer;
	width:auto;
	display:inline;
	float:none;
	height:40px;
	line-height:40px;
	background:url('../../../images/geq/forms/button_left_big.png') no-repeat 0 0;
}

* html span.button {
	margin-left:5px;
	display:inline;
	float:none;
}

* html span.button input {
	margin-left:0;
}

*+html span.button {
	margin-left:17px;
}

*+html span.button input {
}


