/**
 * 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);
}




body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11pt;
}

#path,
#menu,
#menu2,
#lang,
#sitelinks,
#search,
#sitemap,
#col2, #col3 {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	text-indent: 0;
	background-repeat: no-repeat;
	background-position: -99999em -99999em;
}