/**
 * Stylesheet for ASTER Türen|Porte
 *
 * Screen/Projection Stylesheet
 *
 * @author		Alexander Tumler
 * @link			http://www.aster-tueren.com
 * @copyright	Copyright 2008, akanai web technologies
 */
 
/**
 * Global properties and bugfixes
 */

/* set global values */
* {
	padding: 0px;
	margin: 0px;
}

body, html {
	height: 100%;
}

body {
	background-color: #fff;
	color: #7fafd4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Container */
#col1 {
	float: left;
	width: 180px;
	padding: 205px 0px 0px 6px;
}

#col2 {
	float: right;
	width: 679px;
}

#content-container {
	width: 895px;
	padding: 10px 0px;
}

.content-left {
	float: left;
	width: 405px;
	padding-top: 10px;
}

.content-right {
	float: right;
	width: 245px;
}

#footer-container {
	padding-top: 40px;
}

#footer-container h1 {
	display: none;
}

#header-container {
	position: relative;
	height: 110px;
	background-color: #f5781f;
}

#language-container {
	position: relative;
}

.large-types {
	position: absolute;
	margin-left: 800px;
	width: 185px;
	height: 85px;
	background-color: #f00;
}

#logo-container {
	position: absolute;
	margin: 16px 0px 0px 42px;
	width: 125px;
}

#menu-container {
	position: absolute;
	margin: 25px 0px 0px 210px;
	width: 150px;
}

#outer-container {
	position: relative;
	margin: 0px auto;
	width: 960px;
}

#short-menu-container {
	position: absolute;
	margin: 40px 0px 0px 800px;
	width: 95px;
	text-align: right;
}

#subcontent-container {
	width: 852px;
	padding: 75px 0px 10px 43px;
}

#submenu-container {
	position: absolute;
	margin: 110px 0px 0px 210px;
	width: 150px;
}

/* Content */
.content-left p {
	font-size: 12px;
	line-height: 30px;
	color: #635d53;
}

.content-right h1 {
	padding-top: 10px;
}

.content-right h1 span, .image-text h1 span, .outer-table h1 span {
	display: none;
}

.content-right li {
	line-height: 17px;
	color: #000;
	border-bottom: 1px solid #f5781f;
	padding: 4px 0px 4px 12px;
	background: url('../img/arrow.gif') no-repeat 0px 9px;
}

.content-right ul {
	font-size: 11px;
	list-style: none;
	border-top: 1px solid #f5781f;
	margin-top: 4px;
}

.door-table a {
	color: #87888a;
	text-decoration: none;
}

.door-table a:hover {
	color: #000;
}

.door-table div {
	font-size: 10px;
	padding-top: 11px;
}

.door-table td {
	font-size: 10px;
	text-align: center;
	vertical-align: bottom;
	padding: 16px 0px;
}

.image-text {
	padding-top: 35px;
}

.image-text a {
	color: #f5781f;
	text-decoration: underline;
}

.image-text a:hover {
	text-decoration: none;
}

.image-text h1 {
	padding-top: 10px;
}

.image-text h2 {
	font-size: 15px;
	color: #f5781f;
	padding-bottom: 15px;
}

.image-text li {
	line-height: 19px;
	color: #000;
}

.image-text ul {
	font-size: 13px;
	margin: 0px 0px 15px 20px;
}

.image-text p {
	font-size: 13px;
	line-height: 19px;
	color: #000;
	padding-bottom: 15px;
}

#language-container {
	text-align: right;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 10px;
	color: #aeafb2;
}

#language-container a {
	color: #aeafb2;
	text-decoration: none;
}

#language-container a:hover {
	text-decoration: underline;
}

#language-container a.active {
	color: #000;
}

#language-container a.active:hover {
	text-decoration: none;
}

.door-table th {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #000;
}

.outer-table p {
	font-size: 12px;
	line-height: 18px;
	color: #635d53;
	padding-top: 10px;
}

/* Elements */
.clear_both {
	clear: both;
	visibility: hidden;
}

.clear_left {
	clear: left;
	visibility: hidden;
}

.content-image {
	padding-bottom: 35px;
}

#logo-container img, #menu-container img, #short-menu-container img, #submenu-container img {
	border: none;
}

.door-table {
	width: 100%;
}

.door-table img {
	border: none;
}

.inner-table {
	width: 100%;
}

.outer-table {
	width: 100%;
}

.top-line td {
	border-top: 1px solid #ababac;
}

.types {
	padding-top: 10px;
	vertical-align: top;
}

.types div {
	float: left;
	width: 47px;
	height: 38px;
	background-color: #eceded;
	border: 1px solid #000;
	margin: 5px 5px 0px 0px;
	overflow: hidden;
}

.types-table {
	margin-top: 9px;
}

.types-table td {
	font-size: 9px;
	color: #87888a;
	padding-top: 5px;
}
