/* GLOBAL SETTINGS 
/* --------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #CDCFCE;
	font-family: Arial,Verdana,Helvetica sans-serif;
	color: #000;
	font-size: 1em;
}

a {
	color: #000;
}

.dn {
	display: none;
}

.cb {
	clear: both;
}



/* FRAMESET */
/* --------------------------------------------------------------------- */

#main-frame {
	width: 960px;
	min-height: 525px;
	background: #fff;
	margin: 20px auto 0 auto;
}

#logo {
	width: 960px;
	height: 75px;
	text-align: center;
	padding-top: 44px;
}

#teaser {
	width: 960px;
	height: auto;
	overflow: hidden;
}

#hmenu {
	width: 960px;
	height: 20px;
	text-align: center;
	margin-top: 15px;
}

#content {
	width: 656px;
	height: auto;
	margin: 15px 0 0 146px;
}



/* HMENU */
/* --------------------------------------------------------------------- */

#hmenu ul {
	width: 675px;
	margin: 0 auto 0 auto;
}

#hmenu ul li {
	float: left;
	width: 104px;
	height: 15px;
	list-style: none;
	margin: 0 3px 0 3px;
	position: relative;
}

#hmenu ul li a {
	width: 104px;
	height: 15px;
	display: block;
	color: #646464;
	font-size: 70%;
	text-decoration: none;
}

/* HOME */
#hmenu ul li.hmenu-3 a {
	border: 1px solid #FEDC54;
}

#hmenu ul li.hmenu-3 a:hover,
#hmenu ul li.hmenu-3-active a {
	border: 1px solid #FEDC54;
	background: #FEDC54;
	color: #fff;
}

#hmenu ul li.hmenu-3 ul.second li a:hover {
	border: 1px solid #FEDC54;
	background: transparent;
	color: #646464;
}

/* DAS ATELIER */
#hmenu ul li.hmenu-4 a {
	border: 1px solid #F7BE54;
}

#hmenu ul li.hmenu-4 a:hover,
#hmenu ul li.hmenu-4-active a {
	border: 1px solid #F7BE54;
	background: #F7BE54;
	color: #fff;
}

#hmenu ul li.hmenu-4 ul.second li a:hover {
	border: 1px solid #F7BE54;
	background: transparent;
	color: #646464;
}

#hmenu ul li.hmenu-4-active ul.second li a:hover {
	border: 1px solid #F7BE54;
	background: transparent;
	color: #646464;
}

/* PORTFOLIO */
#hmenu ul li.hmenu-5 a {
	border: 1px solid #EB5466;
}

#hmenu ul li.hmenu-5 a:hover,
#hmenu ul li.hmenu-5-active a {
	border: 1px solid #EB5466;
	background: #EB5466;
	color: #fff;
}

#hmenu ul li.hmenu-5 ul.second li a:hover {
	border: 1px solid #EB5466;
	background: transparent;
	color: #646464;
}

#hmenu ul li.hmenu-5-active ul.second li a:hover {
	border: 1px solid #EB5466;
	background: transparent;
	color: #646464;
}

/* NEWS */
#hmenu ul li.hmenu-6 a {
	border: 1px solid #B760A9;
}

#hmenu ul li.hmenu-6 a:hover,
#hmenu ul li.hmenu-6-active a {
	border: 1px solid #B760A9;
	background: #B760A9;
	color: #fff;
}

#hmenu ul li.hmenu-6 ul.second li a:hover {
	border: 1px solid #B760A9;
	background: transparent;
	color: #646464;
}

#hmenu ul li.hmenu-6-active ul.second li a:hover {
	border: 1px solid #B760A9;
	background: transparent;
	color: #646464;
}

/* KONTAKT */
#hmenu ul li.hmenu-7 a {
	border: 1px solid #5AAED2;
}

#hmenu ul li.hmenu-7 a:hover,
#hmenu ul li.hmenu-7-active a {
	border: 1px solid #5AAED2;
	background: #5AAED2;
	color: #fff;
}

#hmenu ul li.hmenu-7 ul.second li a:hover {
	border: 1px solid #5AAED2;
	background: transparent;
	color: #646464;
}

#hmenu ul li.hmenu-7-active ul.second li a:hover {
	border: 1px solid #5AAED2;
	background: transparent;
	color: #646464;
}

/* IMPRESSUM */
#hmenu ul li.hmenu-8 a {
	border: 1px solid #54AF8C;
}

#hmenu ul li.hmenu-8 a:hover,
#hmenu ul li.hmenu-8-active a {
	border: 1px solid #54AF8C;
	background: #54AF8C;
	color: #fff;
}

#hmenu ul li.hmenu-8 ul.second li a:hover {
	border: 1px solid #54AF8C;
	background: transparent;
	color: #646464;
}

#hmenu ul li.hmenu-8-active ul.second li a:hover {
	border: 1px solid #54AF8C;
	background: transparent;
	color: #646464;
}



/* LAYER HMENU */
#hmenu ul li ul.second {
	display: none;
}

#hmenu ul li:hover ul.second {
	width: 103px;
	display: block;
	position: absolute;
	left: 0;
	z-index: 999;
	background: #fff;
}

#hmenu ul li ul.second li {
	float: none;
	background: #fff;
	height: auto;
	margin: 1px 0 0 0;
}

#hmenu ul li ul.second li a {
	width: 104px;
	height: 15px;
	display: block;
	border: 1px solid #D9DADB;
	background: transparent;
	color: #646464;

}



/* TEXT STYLES */
/* --------------------------------------------------------------------- */

#content h1 {
	font-size: 80%;
	font-weight: bold;
	margin: 0;
	padding-bottom: 4px;
}

#content h2 {
	font-size: 80%;
	font-weight: bold;
	margin: 0;
	padding-bottom: 4px;
	font-style: italic;
}

#content p {
	font-size: 70%;
	padding-bottom: 6px;
}

.textrot {
	color: red;
}

.align-right {
	text-align: right;
	color: red;
}

#content ul {
	font-size: 11px;
	margin-left: 13px;
}

#content ul li {
	list-style: square;
	margin-bottom: 3px;
}



/* FCE 50/50 */
/* --------------------------------------------------------------------- */

.fce-50-50 {
	width: 100%;
	height: auto;
}

.fce-50-50-left {
	float: left;
	width: 48%;
}

.fce-50-50-right {
	float: right;
	width: 48%;
}



/* FCE 33/66 */
/* --------------------------------------------------------------------- */

.fce-33-66 {
	width: 100%;
	height: auto;
}

.fce-33-66-left {
	float: left;
	width: 31%;
}

.fce-33-66-right {
	float: right;
	width: 64%;
}



/* FCE 30/30/30 */
/* --------------------------------------------------------------------- */

.fce-33-33-33 {
	width: 100%;
	height: auto;
}

.fce-33-33-33-left {
	float: left;
	width: 32%;
}

.fce-33-33-33-center {
	float: left;
	width: 32%;
	margin-left: 11px;
}

.fce-33-33-33-right {
	float: right;
	width: 32%;
}



/* BO_TEASER */
/* --------------------------------------------------------------------- */

.fce-portfolio {
	width: 960px;
	height: 238px;
	background: transparent url('../images/bg_portfolio.jpg') no-repeat;
	overflow: hidden;
}

.fce-portfolio-left {
	width: 348px;
	height: 238px;
	float: left;
}

.fce-portfolio-left ul {
	margin: 10px 0 0 60px;
}

.fce-portfolio-left ul li {
	margin-bottom: 4px;
	font-size: 80%;
	list-style: none;
}

.fce-portfolio-left ul li a {
	color: #fff;
	text-decoration: none;
}

.fce-portfolio-left ul li a:hover {
	text-decoration: underline;
}

.fce-portfolio-left ul li.active a {
	text-decoration: underline;
	font-weight: bold;
}

.fce-portfolio-right {
	width: 600px;
	height: 238px;
	float: left;
}

.fce-portfolio-right .layout1 {
	position: relative;
	width: 600px;
	height: 238px;
}

.fce-portfolio-right .layout1 .itemBox {
	position: absolute;
	z-index: 1;
	top: 0;
	overflow: hidden;
	width: 600px;
	height: 238px;
}

.fce-portfolio-right .layout1 .itemBox .col-image {
	float: left;
	width: 435px;
	height: 238px;
}

.fce-portfolio-right .layout1 .itemBox .col-text {
	float: left;
	width: 165px;
	height: 238px;
}

.fce-portfolio-right .layout1 .itemBox .col-text .col-text-head1,
.fce-portfolio-right .layout1 .itemBox .col-text .col-text-head2 {
	color: #fff;
	font-size: 70%;
}

.fce-portfolio-right .layout1 .itemBox .col-text .col-text-head1 {
	margin-top: 170px;
	font-weight: bold;
}

.fce-portfolio-right .layout1 .thumb {
	position: relative;
	top: 5px;
	left: -30px;
	z-index: 99;
	width: 14px;
}

.fce-portfolio-right .layout1 .thumb a {
	display: block;
	width: 12px;
	height: 12px;
	background: white;
	border: 1px solid red;
	margin-bottom: 10px;
}

.fce-portfolio-right .layout1 .thumb a:hover,
.fce-portfolio-right .layout1 .thumbActiv a {
	background: red;
	border: 1px solid red;
}



/* TT_NEWS */
/* --------------------------------------------------------------------- */

.news-list {
	width: 686px;
	overflow: hidden;
}

.news-list .news-item {
	width: 300px;
	float: left;
	margin-right: 35px;
	list-style: none;
}

.news-list-browser {
	margin-top: 15px;
	color: gray;
}

.news-list-browser table td a {
	color: gray;
	font-size: 85%;
	padding: 2px;
	margin-right: 4px;
	background: #E5E5E5;
}

.news-single-timedata {
	font-size: 85%;
	font-weight: normal;
}
