a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #00315a;
}
a:active {
	color: #00315a;
}
.container {
	width: 850px;
	margin: 0px auto;
	background-image: url(../images/header_bg_inner.jpg);
	background-repeat: no-repeat;
}
.maintable {
	width: 800px;
	margin: 0px auto;
}
.header {
	height: 180px;
	background-repeat: no-repeat;
	background-color: #b2b3b5;
	background-image: url(../images/logobg_kopf.jpg);
}
.text {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	line-height: 17px;
}
.textmittel {
	font-family: Arial;
	font-size: 11px;
	color: #4f4f4f;
	line-height: 17px;
}
.textheadline {
	font-family: Arial;
	font-size: 12px;
	color: #00315a;
	font-weight: bold;
}



.displayframe {
	height: 270px;
}
.content {
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.content_bg {
	background-image: url(../images/content_bg.jpg);
}
.container_inner {
	margin: 0px auto;
	width: 850px;
	background-image: url(../images/head_bg.jpg);
	background-repeat: repeat-y;
}


.footer {
	height: 80px;
	background-image: url(../images/footer_bg.jpg);
	width: 850px;
	margin: 0px auto;
}
.formliste2 {
	font-family: Arial;
	font-size: 11px;
	color: #4f4f4f;
	width: 400px;
	background-color: #C0C0C0;
	border-color: #00315a;
	border-width: thin;
}
.formliste {
	font-family: Arial;
	font-size: 11px;
	color: #4f4f4f;
	width: 230px;
	background-color: #C0C0C0;
	border-color: #00315a;
	border-width: thin;
}
.productsmini {
	width: 490px;
}
.textmittelblau {
	font-family: Arial;
	font-size: 11px;
	color: #00315a;
	line-height: 17px;
}
.textheadlineBIG {
	font-family: Arial;
	font-size: 16px;
	color: #00315a;
	font-weight: bold;
}
.picborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #313131;
	border-right-color: #313131;
	border-bottom-color: #313131;
	border-left-color: #313131;
}
.formlisteText {
	font-family: Arial;
	font-size: 11px;
	color: #4f4f4f;
	width: 370px;
	background-color: #C0C0C0;
	border-color: #00315a;
	border-width: thin;
	height: 200px;
}
.textheadlineDark {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
.formular {
	font-family: Arial;
	font-size: 11px;
	color: #4f4f4f;
	background-color: #C0C0C0;
	border-color: #00315a;
	border-width: thin;
	width: 235px;
}
.products {
	background-image: url(../images/produkt_bg.png);
	background-repeat: repeat-y;
}
.menu {
	background-color: #00315a;
	height: 25px;
	color: #ffffff;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
}

.newsticker {
	background-color: #00315a;
	height: 25px;
	color: #ffffff;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	padding-top: 10px;
}

a.menu1 { display:block; text-align:center; height: 20px;
         padding:7px; padding-top: 6px; text-decoration:none; font-family: Arial;
		 font-size: 11px; margin-top: 5px; margin: 0px auto; display: inline-block;}

a.menu1:link    { color:#ffffff; background-color:transparent; }
a.menu1:visited { color:#ffffff; background-color:transparent; }
a.menu1:hover   { color:#ffffff; background-color:#404040; }
a.menu1:active  { color:#ffffff; background-color:#404040; }


/*NEUE SLIDESHOW*/

.tut .overview {
    position: relative;
    width: 100%;
    height: 270px;
}
.tut .overview article {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 270px;
    font-size: 13px;
    -webkit-transition: opacity 2.5s;
    -khtml-transition: opacity 2.5s;
    -moz-transition: opacity 2.5s;
    -ms-transition: opacity 2.5s;
    -o-transition: opacity 2.5s;
    transition: opacity 2.5s;
}
.tut .overview p {
    width: 180px;
    height: 180px;
    opacity: 0.7;
	border-bottom: 1px solid #333;
}
.tut .overview p.furniture {
    margin: 150px auto 70px 33px;
    color: hsl(0,0%,50%);
    opacity: 1;
}
.tut .overview p.townhouse {
    margin: 120px auto 100px 33px;
    color: white;
}
.tut .overview p.london {
    font-family: Arial;
    font-size: 11px;
    padding: 1em;
    height: auto;
    margin: 0px 25px 240px auto;
    color: #666666;
    background: white;
}

