/* www.gosch.at */

body {
	margin: 0;
	border: 0;
	background: #ebebeb url(../img/backgrounds/body.gif) top center repeat-x;
	color: #999999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 81.25%;
}

a img {
	border: 0;
}

#container {
	margin: 0;
	padding: 0;
}

#main {
	margin: 0 auto;
	width: 800px;
	background: #ffffff url(../img/backgrounds/main.jpg) top center no-repeat;
	min-height: 760px;
	padding: 0 0 0 0;
}

#content {
	position: relative;
	float: left;
	margin: 0;
	border: 0;
	background: transparent;
	padding: 78px 35px 35px 35px;
	min-height: 590px;
}

#header {
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 910px;
	padding: 0;
	text-align: center;
}

#language {
	display: none;
	float: right;
	margin: 0;
	width: 128px;
	height: 128px;
	background: transparent url(../img/backgrounds/language.jpg) right top no-repeat;
	padding: 12px 0 0 0;
	text-transform: uppercase;
	font-style: italic;
	font-size: 11px;
	list-style-type: none;
}

#language li {
	margin-top: 2px;
	text-align: right;
}

#language strong {
	color: #950a0e;
	font-weight: normal;
}

#language a {
	color: #808080;	
}

#header img.logo {
	float: right;
	width: 240px;
	height: 148px;
	margin: 25px 145px 0 0;
}

#header img.tagline {	
	display: none;
}

#heading {
	display: none;
}

#menu {
	float: left;
	margin: -128px 0 0 775px;
	padding: 0;
	font-size: 15px;
	color: #bac800;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.44em;
	text-align: right;
}

#menu a:link {
	color: #c7c6af;
}

#menu a:visited {
	color: #c7c6af;
}

#menu a:hover {
	color: #a5a48e;
	text-decoration: none;
}

#menu a:active {
	color: #c7c6af;
	text-decoration: none;
}

#menu li strong a:link,
#menu li strong a:visited,
#menu li strong a:hover,
#menu li strong a:active {
	color: #ffffff;
}

#menu li strong a:hover {
	color: #a5a48e;
}

/* "submenu" */

#menu ul {
	position: absolute;
	top: 194px;
	left: 593px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.context {
	position: absolute;
	top: 242px;
	right: 42px;
	margin: 0;
	width: 254px;
	padding: 30px 0 0 0;
	background: transparent url(../img/backgrounds/context.png) top left no-repeat;
	text-align: left;
}

.context h2 {
	margin-top: 0;
	margin-bottom: 25px;
	border-top: none;
	padding: 0 20px 0 40px;
	letter-spacing: 1px;
}

.context h2 a:link,
.context h2 a:visited,{
	color: #ffffff;
}

.context ul {
	margin: 0 0 -43px 0;
	background: transparent url(../img/backgrounds/contextUl.png) bottom left no-repeat;
	padding: 0 20px 50px 40px;
	list-style-type: none;
}

	

#raum * {
	display: block;
	float: left;
	margin-right: 10px;
	width: 30px;
	height: 8px;
	background: transparent url(../img/backgrounds/submenu/raum-a.png) top left no-repeat;
	text-indent: -9999px;
}

#raum strong {
	background-image: url(../img/backgrounds/submenu/raum-strong.png);
}

#raum a:hover {
	background-image: url(../img/backgrounds/submenu/raum-aHover.png);
}

#flaeche * {
	display: block;
	float: left;
	margin-right: 9px;
	width: 43px;
	height: 8px;
	background: transparent url(../img/backgrounds/submenu/flaeche-a.png) top left no-repeat;
	text-indent: -9999px;
}

#flaeche strong {
	background-image: url(../img/backgrounds/submenu/flaeche-strong.png);
}

#flaeche a:hover {
	background-image: url(../img/backgrounds/submenu/flaeche-aHover.png);
}


#farbe * {
	display: block;
	float: left;
	width: 35px;
	height: 8px;
	background: transparent url(../img/backgrounds/submenu/farbe-a.png) top left no-repeat;
	text-indent: -9999px;
}

#farbe strong {
	background-image: url(../img/backgrounds/submenu/farbe-strong.png);
}

#farbe a:hover {
	background-image: url(../img/backgrounds/submenu/farbe-aHover.png);
}
	
	

#menu ul li {
	display: inline;
	padding: 0;
	text-align: left;
}

#menu ul li strong {
	color: #ffffff;
	font-weight: bold;
}

#menu ul a:link {
	color: #98edff;
}

#menu ul a:visited {
	color: #aadee9;
}

#menu ul a:hover {
	color: #98edff;
	text-decoration: underline;
}

#menu ul a:active {
	color: #98edff;
	text-decoration: none;
}

/* ul#location */

#location {
	clear: both;
	position: absolute;
	top: 40px;
	left: 50px;
	margin: 0;
	background: transparent;
	border: 0;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
}

#location li {
	display: inline;
	position: relative;
	padding: 0;
	list-style-type: none;
}

#location ul {
	margin: 0;
	display: inline;
	top: 0;
	padding: 0;
}

#location li li {
	left: 0;
}


#location li a {
	margin: 0;
	background: transparent url(../img/backgrounds/locationLiA.gif) right 45% no-repeat;
	padding: 0 12px 0 1px;
}

#location a:link, 
#location a:visited, 
#location a:hover, 
#location a:active {
	color: #c3c9d0; 
}

#location a:hover {
	color: #82a2d2;
	text-decoration: none;
}






h1, h2, h3 {
	background-color: transparent;
}

h1 {
	margin: 0 0 0 0;
	color: #8490ad;
	padding: 0;
	letter-spacing: 0;
	font-size: 32px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h1 img {
	vertical-align: middle;
	margin: -23px 18px -17px -10px;
}

h2 {
	margin-top: 1.5em;
	border-top: 1px dotted #74bee6;
	font-size: 123.08%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0.8em;
}

h2,
h3 {
	margin-bottom: 0;
}

h3 {
	margin-top: 1.5em;
	font-size: 107.69%;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
}

p {
	margin-top: 0.7em;
	margin-bottom: 0;
	background-color: transparent;
	line-height: 1.2em;
}

p.images {
	margin-top: 1.2em;
	text-align: center;
}

.images img {
	margin: 0 3px;
}

ul.images {
	margin: 1.2em 0 1.9em 0;
	background: #e0e0e0;
	border: 0;
	text-align: center;
	list-style-type: none;
	padding: 0 0 0 9px;
}

ul.images li {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}


ul.images a img {
	margin: -1px 0 -1px -9px;
	width: 60px;
	height: 60px;
	border: solid #ffffff;
	border-width: 5px;
	padding: 0;
	vertical-align: bottom;
}

ul.images a:hover img {
	margin: -12px 0 -12px -9px;
	width: 80px;
	height: 80px;
	border-width: 6px;
}

p.hexagons {
	margin-left: 4px;
	text-align: center;
}

p.hexagons img {
	margin-left: -9px;
}


strong {
}

blockquote {
	margin: 10px 20px 30px 20px;
	padding: 0;
	font-size: 16px;
}

blockquote p {
	padding: 10px 0 0 0;
	margin-top: 3px;
}

blockquote p em {
	text-transform: uppercase;
	color: #bac700;
	font-style: normal;
}


blockquote p.citation {
	color: #ef7471;
	text-transform: uppercase;
	padding-left: 0;
	margin-top: 9px;
}

blockquote strong {

}

blockquote h2 {
	margin-top: 0.3em;
}

blockquote p em {
	letter-spacing: 1px;
}


blockquote ul {
	padding-bottom: 0.3em;	
}

/*
blockquote.quoted {
	background: #fcf6f5 url(../img/bg/blockquote.quoted.gif) top left no-repeat;
}
*/

#lead {
	margin: 0 0 35px -69px;
	width: 548px;
	background: transparent url(../img/backgrounds/blockquote.png) top right no-repeat;
	padding: 0 0 35px 0;
	min-height: 138px;
}

#lead h1,
#lead blockquote {
	margin-left: 50px;
}

#lead dt {
	color: #c9c7aa;
}

#lead a:link,
#lead a:visited,
#lead a:hover {
	color: #82a2d2;
}

#lead a:active {
	color: #c5d300;
}

#feature {
	position: absolute;
	top: 104px;
	right: 130px;
}


#footer {
	padding: 595px 0 40px 0;
	font-size: 11px;
	text-transform: uppercase;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #ffffff;
}

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


#footer img {
	float: left;
}

#footer p {
	margin: 0;
	padding-top: 0;
	text-align: center;
}

ol,
ul {
	list-style-type: disc;
	margin: 15px 0 20px 30px;
	padding: 0;
}

ol ol,
ul ul {
	margin: 8px 0 10px 25px;
}


li {
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1.3em;
}

li h2 {
	margin-top: 0.8em;
	margin-bottom: 0.3em;
}

li h3 {
	margin-top: 0.6em;
	margin-bottom: 0.2em;
}

li h4 {
	margin-top: 0.4em;
	margin-bottom: 0.2em;
}

li p {
	margin-top: 0;
	margin-bottom: 0.6em;
}

#content ul.biglist {
	list-style-type: none;
	margin-top: 2.0em;
	margin-left: 0;
	padding-left: 0;
}

#content ul.biglist li {
	clear: left;
	margin-top: 0;
	margin-left: 0;
	border-top: 1px dotted #c5d300;
	padding: 15px 0 30px 0;
}

#content ul.biglist img {
	float: left;
	margin: -10px 20px 0 -10px;
}

#content ul.biglist p {
	margin: 0 15px 0 0;
	color: #dee0c1;
	line-height: 1.2em;
	text-align: left;
}

#content ul.biglist h2 {
	margin: -2px 0 5px 0;
	border-top: 0;
	padding-top: 0;
}


#content ul.biglist h3 {
	margin: 0 0 5px 0;
}

#content ul.biglist blockquote {
	margin: 0;
	color: #000000;
	padding: 0; 
}

#content ul.biglist blockquote p {
	color: #000000; 
	padding-left: 0;
	text-transform: none;
	font-size: 100%;
}

/*
ul.download li {
	background-image: url(../img/bg/ul.downloadLi.gif);
	padding-left: 19px;
}
*/	

dl {
	margin: 1.0em 0 1.5em 0;
	padding: 0;
}

dt {
	float: left;
	margin-right: 6px;
	color: #dee0c1;
	text-transform: uppercase;
	letter-spacing: 1px;
/*
	font-size: 90%;
*/
	font-variant: small-caps;
}

dd {
	margin-bottom: 3px;
	margin-left: 0;
}

a strong { 
	color: #222d80;
}

a:link {
	color: #222d80;
	background-color: transparent;
	text-decoration: none;
}


a:visited {
	color: #222d80;
	background: transparent;
	text-decoration: none;
}


a:hover {
	color: #74bee6;
	background: transparent;
	text-decoration: underline;
}

a:active {
	color: #222d80;
	background: transparent;
	text-decoration: underline;
}

a.external,
a.external:link,
a.external:visited,
a.external:hover,
a.external:active {
	background: transparent url(../img/backgrounds/a.external.gif) left 50% no-repeat;
	padding-right: 1px;
	padding-left: 16px;
	white-space: nowrap;
}

a.save {
	background: transparent url(../img/backgrounds/a.save.gif) 3px 4px no-repeat;
	padding-left: 20px;
}

p.galerie {
	line-height: 0.1em;
}	

p.galerie a:link img,
p.galerie a:visited img,
p.galerie a:hover img,
p.galerie a:active img {
	margin: 0 2px 2px 0;
	background-color: transparent;
	border: 1px solid #E6E5CF;
	padding: 1px;
	text-decoration: none;
}

p.galerie a:hover img {
	border: 1px solid #21409A;
	background-color: #E6E5CF;
}


div.column {
	float: left;
	width: 300px;
}

.float-right {
	float: right;
	display: block;
	margin: 0 0 0 10px;
	border: 0;
	padding: 0 0 20px 20px;
}

.float-left {
	float: left;
	display: block;
	position: relative; 
	margin: 0 15px 10px 0;
	border: 0;
	padding: 0;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-both {
	clear: both;
}

.nowrap {
	white-space: nowrap;
}

.googlemaps {
	margin: 15px 0 10px 0;
	border: 1px solid #ffffff;
	padding: 0;
	background: #123456;
	vertical-align: bottom;
}

.googlemaps iframe {
	width: 694px;
	height: 494px; 
	margin: 2px 2px 0 2px;
	padding: 0;
}

.googlemaps p {
	margin:  0 2px 2px 2px;
	padding: 0 2px 2px 2px;
	text-align: center;
}



span.time {
	color: #999999;
}

.biglink {
	margin-left: 0;
	margin-bottom: 0;
	border-bottom: 1px dashed #cccccc;
	padding: 0 0 8px 0;
}

.biglink .biglink {
	border-bottom: 0;
}

.biglink .biglink li {
	border-top: 0;
}


.biglink li {
	clear: left;
	margin: 8px 0 0 0;
	border: 0;
	border-top: 1px dashed #cccccc;
	background: transparent;
	padding: 8px 0 0 0;
}

.biglink li img ,
.biglink li a img {
	display: inline;
	float: left;
	margin: 0 0 0 -140px;
}

.biglink .biglink li img ,
.biglink .biglink li a img {
}

.biglink li h3 {
	margin-left: 0;
	padding: 10px 0 0 140px;
}

.biglink li p {
	padding-left: 140px;
}

/* features ////////////////////////////////////////////////////////////*/

.feature-right {
	margin: -70px 0 20px 15px;
	float: right;
	display: block;
	border-top: 2px solid #b67300;
	border-bottom: 1px dotted #a08e81;
	background-color: #f2f2f2;
	text-align: center;
	color: #a08e81;
}

.feature-right img {
	display: block;
	text-align: center;
}

.feature-right * {
	margin: 0;
	padding: 0;
}

.feature-right p {
	padding: 5px 3px 4px 3px;
	white-space: nowrap;
}

table.gallery div.feature-left {
	overflow: hidden;
	text-align: center;
}

p.gallery {
	line-height: 0.1em;
	text-align: center;
}	

p.gallery img {
	width: 100px;
	height: 100px;
}	

p.gallery a:link img,
p.gallery a:visited img,
p.gallery a:hover img,
p.gallery a:active img {
	margin: 0 1px 1px 0;
	background-color: transparent;
	border: 1px solid #fefefe;
	padding: 0;
	text-decoration: none;
}

p.gallery a:hover img {
	border: 1px solid #508ab3;
	background-color: #fefefe;
}

.feature-left {
	margin: 5px 5px 0 0;
	float: left;
	display: block;
	border-top: 2px solid #b67300;
	border-bottom: 1px dotted #a08e81;
	background-color: #f2f2f2;
	text-align: center;
	color: #a08e81;
}

.feature-left img {
	display: block;
	text-align: center;
}

.feature-left * {
	margin: 0;
	padding: 0;
}

.feature-left p {
	padding: 5px 3px 4px 3px;
	white-space: nowrap;
}

.flashvideo_320x240 {
	margin: 0 0 0 -20px;
}

.flashvideo_320x240 div {
	float: left;
	margin: 15px 0 15px 20px;
	background: #e0e0e0;
	padding: 10px;
}

.flashvideo_320x240 div p {
	border-top: 1px dotted #808080;
	margin: 4px -10px -10px -10px;
	padding: 11px 13px 13px 13px;
	width: 314px;
	background: #f0f0f0;
	color: #a08080;
	line-height: 1.25em;
	font-size: 12px;
	text-align: center;
}


/**/

/* alert */

.alert {
	margin: 12px 0 0 0;
	border: 0;
	border-top: 5px solid #f0de8a;
	background-color: #faf6e6;
	padding: 0 12px 12px 12px;
}

.alert h2 {
	padding-top: 0;
}


/* fieldset */

form, label {
	margin: 0;
	border: 0;
	padding: 0;
}

fieldset {
	overflow: visible;
	margin: 0.5em 0 0 0;
	padding: 0 20px 10px 20px;
	background: #f2f2f2;
	border: 1px solid #cccccc;
}

fieldset legend {
	display: none;
/*
	overflow: visible;
	margin: -1.0em 0 0 -8px;
	border: 1px solid #9497a8;
	background: #ffffff;
	padding: 1px 7px 1px 7px;
	color: #9497a8;
*/
}

fieldset p {
	clear: left;
	margin: 7px 0 0 0;
	padding: 5px 0 0 0;
}

fieldset ul {
	list-style-type: none;
	margin: 7px 0 0 0;
	padding: 5px 0 5px 0;
}

fieldset ul.select,
fieldset ul.select ul {
	list-style-type: disc;
	margin: 0 0 0 10px;
	padding: 3px 0 2px 0;
}

fieldset li {
	background-image: none;
	clear: left;
	margin-top: 1px;
	padding: 2px 0;
}

fieldset li label {
	display: block;
	float: left;
	width: 7.5em;
	line-height: 1.5em;
	text-align: left;
	vertical-align: middle;
	padding-right: 5px;
}

fieldset li label input {
	display: inline;
	float: left;
	line-height: 1.5em;
	vertical-align: middle;
	margin-right: 3px;
}

fieldset li.required label {
	font-weight: bold;
}

fieldset li.required label span.unit {
	font-weight: normal;
}


fieldset fieldset {
	margin-right: 0;
	border-color: #d1d1d1; 
	padding: 0 15px 10px 15px;
}

fieldset fieldset legend {
	background: #d1d1d1;
}

fieldset fieldset ul {
	padding: 7px 0 0 0;
}

fieldset fieldset li {
	margin-top: 0;
	padding: 0;
}

fieldset img.labeled {
	float: left;
	margin: 5px 0;
	background: #ffffff;
	padding: 20px 25px;
}

input,
select,
textarea {
	float: left;
	margin: 0;
	width: 300px;
	border-width: 1px;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif!important;
	font-size: 91%;
}

input.small {
	width: 120px;
}	

input.button {
	width: auto;
	margin-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
}

/* clearfix-hack */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* hides from ie-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/**/

.company-name {
	white-space: nowrap;
}


#raum,
#flaeche,
#farbe,
.arbeiten,
.galerie {
	display: none;
}
