/*********************************** TYPO & COLORS **********************************/

html {
	background-color: #1a1a1a;
}

a {
	color: #a6a6a6;
}

a:hover {
	text-decoration: none;
}

#content h1{
	background-color: #b6a88d;
	color: #ffffff;
	line-height: 8px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

#content p{
	font-family: tahoma;
	font-size: 11px;
	color: #a6a6a6;
	line-height: 16px;
}

.start ul li,
.sub ul li,
.contact ul li,
.start ol li,
.sub ol li,
.contact ol li{
	font-family: tahoma;
	font-size: 11px;
	color: #a6a6a6;
	line-height: 16px;
}

#infobox h2 {
	color: #ffffff;
	line-height: 8px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	background-color: #b6a88d;
}

#infobox p {
	color: #000000;
	font-family: tahoma;
	font-size: 11px;
	line-height: 16px;
	text-align: right;
}

#navigation {
	background-color: #323232;
}

#navigation ul li a {
	font-size: 11px;
	line-height: 11px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #4f4d4d;
	text-align: center;
}

#navigation ul ul li.inactive a {
	background-color: #e1d7c5;
	color: #000000;
}

#navigation ul li.active a,
#navigation ul li a:hover {
	color: #ffffff;
	background-color: #b6a88d;
}

#navigation ul ul li.active a,
#navigation ul ul li a:hover {
	color: #000000;
	background-color: #cdc1aa;
}

#twinsite {
	color:#d3cbbb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	text-align:right;
}

#imprint a{
	color:#d3cbbb;
	font-family: tahoma;
	font-size:11px;
	text-decoration:none;
}

.contact_form {
	color: #A6A6A6;
	font-family: tahoma;
	font-size: 11px;
	line-height: 16px;
}

.contact_form input{
	background-color: #e3e2e5;
	color: #4f4d4d;
	font-family: tahoma;
	font-size: 11px;
	line-height: 16px;
}

.contact_form textarea{
	background-color: #e3e2e5;
	font-family: tahoma;
	font-size: 11px;
	color: #4f4d4d;
	line-height: 16px;
}

.contact_form button.submit {
	color: #ffffff;
	background-color: #b6a88d;
}

.form_error {
	border-color: #a9181c;
}

/*********************************** TYPO & COLORS END ******************************/

/*********************************** IMAGES *****************************************/

html {
	background-image: url(images/bg_horizontal.gif);
}

#wrapper {
	background-image: url(images/bg.jpg);
}

#image{
	background-image: url(images/temp1.jpg);
}

.sub #image{
	background-image: url(images/temp2.jpg);
}

#image .inner,
.slideshow .mask {
	background-image: url(images/mask_image_main.png);
}

#button_up {
	background-image: url(images/button_up.gif);
}

#button_down {
	background-image: url(images/button_down.gif);
}

#button_up.active {
	background-image:url(images/button_up_hover.gif);
}

#button_down.active {
	background-image:url(images/button_down_hover.gif);
}

#content h1 {
	background-image:url(images/bg_h1.gif);
}

#form_mask{
	background-image:url(images/mask_content_contact.png);
}

#infobox h2 {
	background-image:url(images/bg_h2.gif);
}
	
/*********************************** IMAGES END *************************************/
