/**
 * Common
 *
 * does not include forms and tables 
 *
 * @autor   Sigfried Arnold <s.arnold@go-west.at>
 * @version 0.1.1
 * @see     http://www.go-west.at/
 */

html,
body {
	padding: 0;
	margin: 0;
}

body {
	line-height: 1.5em;
}

p,
ul,
ol,
dl,
blockquote,
address {
	padding: 0;
	margin: 0 0 1.5em 0;
}

ul ul,
ul ol,
ul dl,
ol ul,
ol ol,
ol dl,
dl ul,
dl ol,
dl dl {
	margin-bottom: 0;
}

ol {
	margin-left: 2em;
}

ul {
	list-style-type: square;
	margin-left: 2em;
}

dt,
dd,
li {
	padding: 0;
	margin: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 2em;
}

blockquote {
	font-style: italic;
	margin-left: 2em;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-variant: small-caps;
}

blockquote cite:before {
	content: '— 'attr(cite);
}

h2 { 
	font-size: 2em;
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 0.75em 0;
	overflow: hidden;
	text-indent: -99999em;
}

h3.subtitle {
	font-style: italic;
	font-size: 1em; 
	line-height: 1.5em; 
	padding: 0;
	margin: 0 0 1.5em 0;
	text-indent: 0;
}

h3 { 
	font-size: 1.5em; 
	line-height: 1em; 
	padding: 0;
	margin: 0 0 1em 0;
	text-indent: -99999em;
	overflow: hidden;
}

h4 { 
	font-size: 1em; 
	line-height: 1.5em; 
	padding: 0;
	margin: 0;
}

hr {
	background-color: #404040;
	color: #404040;
	border: 0; 
	height: 1px; 
}

sub {
	vertical-align: middle;
	position: relative;
	top: 0.33em;
	font-size: 0.75em;
}

/* Internet Explorer 8 */
sub { font-size /*\**/: 1em\9; }

/* Internet Explorer 7 */
*:first-child+html { font-size: 1em; }

/* Internet Explorer 6 */
* html sub { font-size: 1em; }

sup { 
	vertical-align: middle;
	position: relative;
	top: -0.5em;
}

/**
 * Form
 *
 * @autor   Sigfried Arnold <s.arnold@go-west.at>
 * @version 1.0.0
 * @see     http://www.go-west.at/
 */

form {
	padding: 0;
	margin: 0;
}

form span.required { color: #D02020; }

form fieldset {
	clear: both;
	position: relative;
	top: 1.5em;
	padding: 0.3em 8px 0.3em 8px;
	margin: 0 0 2.5em 0;
	border: none;
	border-top: 1px solid #E0E0E0;
}

form fieldset fieldset {
	margin-top: 3em;
	background: #F8F8F8;
}

form fieldset legend {
	padding: 0;
	margin: 0;
}

form fieldset legend span {
	display: block;
	position: absolute;
	left: 0;
	top: -2em;
	padding: 0.125em;
	margin: 0;
	font-weight: bold;
	font-size: 1em; 
	line-height: 1.5em; 
	color: #404040;
}

/* Internet Explorer 8 */
form fieldset legend span {
	left /*\**/: 9px\9;
	top /*\**/: -1.625em\9;
}

/* Internet Explorer 7 */
*:first-child+html form fieldset legend span {
	left: 9px;
	top: -1.625em;
}

/* Internet Explorer 6 */
* html form fieldset legend span {
	left: 9px;
	top: -1.625em;
}

form div {
	clear: both;
}

form div span.error {
	clear: both;
	display: block;
	margin: 0 0 2px 140px;
	color: #D02020;
}

form .label {
	float: left;
	display: inline;
	width: 130px;
	padding: 0;
	margin: 0 10px 0 0;
	font-size: 1em;
	line-height: 1.5em;
}

form .input {
	position: relative; /* nötig, damit fakefile funktioniert */
}

form .input input {
	float: left;
}

form .file input,
form .input input,
form .textarea textarea {
	width: 298px;
	border: 1px solid #E0E0E0;
	margin: 0 2px 2px 0;
	padding: 1px; /* sollte '0 1px', aufgrund der Ästhetik brechen wir das Grid hier */
	background: #FFFFFF;
	font-size: 1em;
	font-family: Tahoma;
	color: #505050;
}

form .textarea textarea {
	height: 6.85em;
	overflow: auto;
}

/* Internet Explorer 6 */
* html form .textarea textarea {
	margin-left: -3px;
}

form select {
	float: left;
	border: 1px solid #E0E0E0;
	margin: 0 2px 2px 0;
	padding: 1px; /* sollte '0 1px', aufgrund der Ästhetik brechen wir das Grid hier */
	background: #FFFFFF;
	font-size: 1em;
	font-family: Tahoma;
	color: #505050;
}

.js-on form .input div.fakefile {
	position: absolute;
	top: 0;
	left: 140px;
	z-index: 1;
}

.js-on form .input input.file {
	position: relative;
	text-align: right;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

.js-on form .input .fakefile span {
	width: 298px;
	border: 1px solid #E0E0E0;
	margin: 0 2px 2px 0;
	padding: 1px 3px;
	background: #FFFFFF;
	font-size: 1em;
	font-family: Tahoma;
	color: #505050;
}

form .input .s25 { width: 70px; }
form .input .s33 { width: 95px; }
form .input .s34 { width: 96px; }
form .input .s50 { width: 146px; }
form .input .s66 { width: 197px; }
form .input .s75 { width: 222px; }
form .input .s00, 
form .textarea .s00 { width: 438px }

form .input input:focus,
form .textarea textarea:focus {
	border-color: #404040;
}

form .radio label {
	margin-right: 5px;
}

form .checkbox {
	padding-left: 140px;
}

form .checkbox input {
	margin: 0 3px 2px 0;
	position: relative;
	top: 2px;
}

/* Internet Explorer 8 */
form .checkbox input {
	margin-right /*\**/: 0\9;
	top /*\**/: 3px\9;
}

/* Internet Explorer 7 */
*:first-child+html form .checkbox input {
	margin-right: 0;
	top: 3px;
}

/* Internet Explorer 6 */
* html form .checkbox input {
	margin-right: 0;
	top: 3px;
}

form fieldset fieldset .checkbox {
	padding-left: 10px;
}

form fieldset fieldset .checkbox input {
	float: left;
	margin: 0 5px 2px 0;
	top: 3px;
}

/* Internet Explorer 8 */
form fieldset fieldset .checkbox input {
	margin-right /*\**/: 2px\9;
	top  /*\**/: -1px\9;
}

/* Internet Explorer 7 */
*:first-child+html form fieldset fieldset .checkbox input {
	margin-right: 2px;
	top: -1px;
}

/* Internet Explorer 6 */
* htmlform fieldset fieldset .checkbox input {
	margin-right: 2px;
	top: -1px;
}

form fieldset fieldset .checkbox label {
	float: left;
	width: 175px;
	margin: 0 10px 2px 0;
}

form .submit {
	padding: 0 0 0 140px;
}

form span.button,
form span.button .before,
form span.button .after {
	background: url(../img/button_27x256.png) repeat-x;
}

form span.button {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	border: none;
	height: 27px;
	line-height: 27px;
	background-position: -5px 0;
	cursor: pointer;
	font-weight: normal;
	text-align: center;
	overflow:visible;
	text-decoration: none;
	color: #FFFFFF !important;
	width: auto;
}

form span.button .fakeinput,
form span.button input {
	border: 0;
	padding: 0 10px 0 20px;
	margin: 0;
	background: none;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 27px;
	height: 27px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma;
}

/* Firefox (any) */
@-moz-document url-prefix() {
	form span.button input {
			height: 24px; /* Ansonsten ist die Schrift verschoben */
	}
} 

form span.button .before,
form span.button .after {
	display: block;
	position: absolute;
	top: 0;
	width: 5px;
	height: 27px;
	cursor: pointer;
}

form span.button .before {
	left: -5px;
	background-position: left 0;
}

form span.button .after { 
	right: -5px;
	background-position: right 0;
}

form span.button:hover         { background-position: -5px  -27px; }
form span.button:hover .before { background-position: left  -27px; }
form span.button:hover .after  { background-position: right -27px; }

/* Tabellen */

/* Prototyp - noch pixelbasierend! */

table {
	padding: 0;
	margin: 0 0 1.5em 0;
	
	border-collapse: collapse;
	border: 1px solid #999999;
}

table caption { 
	font-size: 1em; 
	line-height: 1.5em; 
	padding: 0;
	margin: 0;
	font-weight: bold;
}

th, td { 
	border: 1px solid #999999;
	text-align: center;
	vertical-align: top;
	margin: 0;
	padding: 0.25em 0.5em;
}

th {
	background: #E0E0E0;
}

th.style0,
td.style0,
td.td-0 {
	background: #FFFFFF;
}

th.style1,
td.style1,
td.td-1 {
	background: #FCFCFC;
}

th.style2,
td.style2,
td.td-2 {
	background: #F8F8F8;
}

th.style3,
td.style3,
td.td-3 {
	background: #F4F4F4;
}

th.style4,
td.style4,
td.td-4 {
	background: #F0F0F0;
}

th.style5,
td.style5,
td.td-5 {
	background: #ECECEC;
}

th.style6,
td.style6,
td.td-6 {
	background: #E8E8E8;
}

th.style7,
td.style7,
td.td-7 {
	background: #E4E4E4;
}

table.plain {
	padding: 0;
	margin: 0;
	border: 0;
}

table.plain th,
table.plain td {
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}

/* generische Klassen */

div.error,
div.notice,
div.success {
	padding: 0.675em 0.5em 0.675em 2.5em;
	border: 1px solid #D02020;
	background: url(../img/icons/16x16/error.png) no-repeat 0.5em 0.775em;
	margin-bottom: 1.5em;
}

div.notice {
	border-color: #638BBB;
	background-image: url(../img/icons/16x16/information.png);
}

div.success {
	border-color: #58B058;
	background-image: url(../img/icons/16x16/accept.png);
}



/* Galerien */

.gallery {
	overflow: hidden;
}

.gallery ul {
	margin: 0;
	width: 750px;
}

.gallery ul:after {
	content: '\00A0';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

.gallery ul li {
	margin: 0 20px 20px 0;
	padding: 0;
	list-style: none;
	width: 220px;
	display: inline-block;
}

.gallery ul li a,
.gallery ul li img {
	padding: 0;
	margin: 0;
	border: none;
	display: block;
	text-decoration: none;
}

.gallery ul li span.caption {
	display: block;
	line-height: 1.5em;
	margin-top: .25em;
	color: #404040;
}

.gallery ul li span.title {
	display: block;
}


html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	min-width: 980px;
	min-height: 600px;

}

body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #31302F;
}

a {
	color: #BCAB79;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}

h2 {
	width: 525px;
	height: 30px;
	margin: 0 10px 3px 10px;
	float: left;
}

h3 {
	height: 18px;
	overflow: hidden;
	text-indent: -99999em;
	background-repeat: no-repeat;
	
}

#outer {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
}

#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	height: 100%;
	min-height: 600px;
}

#header {
	width: 210px;
	height: 110px;
	position: absolute;
	top: 0;
	left: 385px;
	z-index: 100;
	background: url(../img/header.png) no-repeat left top;
}

#header a {
	display: none;
}

/* Internet Explorer 6 */
* html #header { background-image: url(../img/header.gif); }

#top, #path, h2, h3.subtitle { display: none; }

#content {
	width: 980px;
	height: 290px;
	background: url(../img/content_home.png) no-repeat left bottom;
	position: absolute;
	bottom: 60px;
	left: 0;
}

#col0,
#col2,
#col3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 573px;
	height: 290px;
	overflow: hidden;
}

#col3 {
	left: 591px;
	top: 177px;
	width: 180px;
	height: 113px;
	padding: 0;
	background: #bdad7c url(../img/col3_home.png) repeat-x bottom;
	color: #FFFFFF;
	position: relative;
}

#col2 {
	left: 790px;
	top: 177px;
	width: 190px;
	height: 113px;
	background: url(../img/col2_home.png);
	color: #FFFFFF;
}

#col0 {
	left: -30px;
	padding: 10px 30px 0 30px;
	height: 277px;
}

/*.js-on #col0 {
	padding-top: 177px;
	height: 110px;
}
*/

#col0 .section {
	position: relative;
	width: 190px;
	height: 280px;
	float: left;
	/*display: inline;*/
	margin-right: 1px;
	background: #FFFFFF;
	z-index: 10;
}

#col0 .section .after { display: none; }

#col0 .section .after span {
	display: block;
	position: absolute;
	background: url(../img/col0_home_section_after.png);
}

/* Internet Explorer 6 */
* html #col0 .section .after span {
	background: none;
}

#col0 .section .after span.a {  left: -10px; top: -10px; width:  10px; height: 290px; background-position:  left top; }
#col0 .section .after span.b { right: -10px; top: -10px; width:  10px; height: 290px; background-position: right top; }
#col0 .section .after span.c {  left:   0;   top: -10px; width: 190px; height:  10px; background-position: -10px top; }



#col0 .section .csc-textpic-image {
	margin: 0 0 6px 0;
}

#col0 .section .csc-textpic-text {
	padding: 0 15px;
}

#col0 .section h4 {
	color: #A62826;
	text-transform: uppercase;
	font-size: 12px;
}

#col0 .section a {
	display: block;
	position: absolute;
	left: 0;
	top: 253px;
	width: 155px;
	height: 27px;
	background: #7B2531 url(../img/button_27x256_3.png) no-repeat 5px top;
	line-height: 27px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 15px 0 20px;
}

#col0 .section a:hover {
	text-decoration: none;
}

#col0 h4 {
	font-size: 9px;
}

#col0 h5 {
	padding: 0;
	margin: 6px 0;
	font-size: 9px;
}

#col3 .section {
	position: relative;
	width: 160px;
	height: 110px;
	margin: 3px 0 0 10px;
	border-bottom: 1px solid #FFFFFF;
}

#col3 h3 {
	margin-bottom: 0.333em;
}

#col3 a {
	position: absolute;
	left: 0;
	bottom: 4px;
	display: inline-block;
	background-position: 5px 0;
	overflow:visible;
	text-decoration: none;
	width: auto;
	background-image: url(../img/button_27x256_3.png);
	border: 0;
	padding: 0 10px 0 20px;
	margin: 0;
	color: #FFFFFF;
	line-height: 27px;
	height: 27px;
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma;
}

form#quick_anfrage {
	position: relative;
	margin: 0 0 10px 0;
	padding: 25px 5px 5px 5px;
	height: 85px;
	overflow: hidden;
}

form#quick_anfrage fieldset {
	position: static;
	padding: 0;
	margin: 0;
	border: 0;
}

form#quick_anfrage fieldset legend {
	position: static;
}


form#quick_anfrage fieldset legend span {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 195px;
	height: 18px;
	overflow: hidden;
	display: block;
	text-indent: -99999em;
	background-repeat: no-repeat;
}


form#quick_anfrage .label{
	width: 35px;
	overflow: hidden;
}

form#quick_anfrage span.s50 {
	width: 35px !important;
}

	color: white;
form#quick_anfrage .label label {
}

form#quick_anfrage .input input {
	width: 104px;
	border: 1px solid #EEDBDF;
	background: #EEDBDF;
	margin-bottom: 1px;
}

form#quick_anfrage .input input.s50 {
	width: 38px;
}

form#quick_anfrage .submit {
	padding: 0;
	height: 27px;
	margin: 3px 0 0 0;
}

form#quick_anfrage .submit .button input {
	width: 170px;
	padding-left: 10px;
	text-align: left;
}


form#quick_anfrage span.button,
form#quick_anfrage span.button .before,
form#quick_anfrage span.button .after { background-image: url(../img/button_27x256_3.png); }


#menu {
	width: 980px;
	padding: 0 3px;
	padding: 26px 3px 0 3px;
	height: 49px;
	background: url(../img/menu_home.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: -3px;
	z-index: 10;
}

/* Internet Explorer 6 */
* html #menu {
	background-image: url(../img/menu_home.gif);
}

#menu h2 {
	display: none;
}

#menu ul,
#menu li {
	display: inline;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

#menu ul li {
	position: relative;
	float: left;
	height: 49px;
}

#menu ul li a {
	height: 46px;
	width: 163px;
	display: block;
	text-indent: -99999em;
	background-position: 0 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	color: #FFFFFF;
	text-decoration: none;
}
#menu ul li.first-child a{
	width: 165px;
}

#menu ul li a:hover,
#menu ul li a:focus,
#menu ul li a:active,
#menu ul li a.current,
#menu ul li.root a {
	background-position: 0 -200%;
}

#menu ul li.hover a,
#menu ul li.hover a:hover {
	background-position: 0 -100%;
}

#lang,
#sitelinks {
	position: absolute;
	top: 0;
	width: 390px;
	height: 20px;
	overflow: hidden;
	padding-top: 10px;
	z-index: 20;
}

#lang {
	left: 0;
}

#sitelinks {
	right: 0;
	text-align: right;
}

#lang h2,
#sitelinks h2 {
	display: none;
}

#lang ul,
#lang li,
#sitelinks ul,
#sitelinks li {
	display: inline;
	padding: 0 13px;
	margin: 0;
}

#lang li {
	background: url(../img/lang_sitelinks_li.png) no-repeat left bottom;
}

#lang li.first-child {
	background: none;
}

#sitelinks li {
	background: url(../img/lang_sitelinks_li.png) no-repeat left bottom;
}

#sitelinks li.first-child {
	background: none;
}

#lang a,
#sitelinks a {
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;
}

#lang .current a,
#lang a:hover,
#sitelinks .current a,
#sitelinks a:hover {
	color: #E8E0C7;
}

#lang .na a,
#lang .na a:hover,
#sitelinks .na a,
#sitelinks .na a:hover {
	color: #C0C0C0;
}

#sound {
	position: absolute;
	bottom: 3px;
	right: 5px;
	z-index: 100;
}


#footer {
	position: absolute;
	bottom: 0;
	clear: both;
	background: #7B2531;
	width: 980px;
	height: 25px;
	margin: 0 auto;
}

#footer address {
	margin: 0;
}

#footer .before {
	display: block;
	width: 980px;
	height: 5px;
	position: absolute;
	left: 0;
	top: -5px;
	background: url(../img/footer_home_before.png) left top;
	overflow: hidden;
}

/* Internet Explorer 6 */
* html #footer .before {
	background-image: url(../img/footer_home_before.gif) left top;
}

#footer .before_2 {
	left: auto;
	right: 0;
	background-position: left top;
}

#footer address {
	color: #FFFFFF;
	font-style: normal;
	line-height: 23px;
	margin-left: 15px;
}

#footer strong {
	font-weight: normal;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer address span {
	margin-right: 16px;
	padding-right: 15px;
	border-right: 1px solid #FFFFFF;
}

#footer address span.adr1 {
	margin: 0;
}

#footer address span.adr2 {
	margin: 0;
	padding: 0;
	border: none;
}

#footer address span.adr2 strong {
	margin-left: 15px;
}

#end {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
}

.ui-datepicker {
	z-index: 1000;
}
