/* 
studioFABRIK
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
*/

* { padding: 0px; margin: 0px; }

body {
	/* text-align: center; */
	font: 12px Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	background: #eeeeee;
	margin: 25px 0px;
}

img { border: 0; }

a {
	color: #545454;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#container {
	padding: 40px 80px 25px;
	width: 890px;
	background: #FFFFFF;
	margin: 0px auto;
}

#logo {
	float: right;
}

#contentbox {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px 120px;
	padding: 0px;
	width: 650px;
	min-height: 640px;
}

#content {
	font: 12px/17px Arial, Helvetica, sans-serif;
	background: #eeeeee;
	width: 455px;
	padding: 15px;
	color: #333333;
	min-height: 250px;
}
.titel {
	margin-top: 15px;
}

#content h1 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

#content_intro {
	font: 12px/17px Arial, Helvetica, sans-serif;
	background: #eeeeee;
	/* width: 455px; */
	padding: 15px;
	color: #333333;
	/* min-height: 301px; */
}

#content_intro h1 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

#newsbox {
	float: right;
	background: #3F3F3F;
	width: 150px;
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 35px;
	min-height: 280px;
	line-height: 14px;
}

#newsboxheader {
	background: #FFFFFF no-repeat left top;
	height: 20px;
}

#newscontent {
	padding: 130px 10px 10px 12px;
	background: url(images/portrait_cms2.jpg) no-repeat left top;
}

.date {
	font-size: 12px;
}

#footer {
	margin-top: 55px;
	margin-right: 120px;
	margin-left: 120px;
	clear: both;
	font: 10px Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	text-align: center;
}

/* ***** NAVIGATION **** */

#left_navi {
	float: left;
	width: 120px;
}

a.home {
	background: url(images/but_home.gif) no-repeat left top;
	display: block;
	width: 50px;
	height: 15px;
	margin-bottom: 30px;
}

a.homeactive {
	background: url(images/but_home_hover.gif) no-repeat left top;
	display: block;
	width: 50px;
	height: 15px;
	margin-bottom: 30px;
}

/* a:hover.home  {
	background: url(images/but_home_hover.gif) no-repeat left top;
} */

.home strong { 
	display: none; 
}

.homeactive strong { 
	display: none; 
}

a.malerei {
	background: url(images/but_malerei.gif) no-repeat left top;
	display: block;
	width: 70px;
	height: 15px;
	margin-bottom: 3px;
}

a.malereiactive {
	background: url(images/but_malerei_hover.gif) no-repeat left top;
	display: block;
	width: 70px;
	height: 15px;
	margin-bottom: 3px;
}

/* a:hover.malerei  {
	background: url(images/but_malerei_hover.gif) no-repeat left top;
} */

.malerei strong { 
	display: none; 
}

.malereiactive strong { 
	display: none; 
}

a.fotografie {
	background: url(images/but_fotografie.gif) no-repeat left top;
	display: block;
	width: 95px;
	height: 15px;
	margin-bottom: 3px;
}

a.fotografieactive {
	background: url(images/but_fotografie_hover.gif) no-repeat left top;
	display: block;
	width: 95px;
	height: 15px;
	margin-bottom: 3px;
}

/* a:hover.fotografie  {
	background: url(images/but_fotografie_hover.gif) no-repeat left top;
} */

.fotografie strong { 
	display: none; 
}

.fotografieactive strong { 
	display: none; 
}

a.objekte {
	background: url(images/but_objekte.gif) no-repeat left top;
	display: block;
	width: 95px;
	height: 15px;
	margin-bottom: 3px;
}

a:hover.objekte  {
	background: url(images/but_objekte_hover.gif) no-repeat left top;
}

.objekte strong { 
	display: none; 
}


.picright {
	float: right;
	margin: 5px 0px 0px 10px;
}

.zitat {
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 12px;
}

.zitatcontent {
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 12px;
}


/* ######### Tabs ######### */

.tabs {
	padding: 0px;
	list-style-type: none;
	text-align: left;
	margin: 20px 0px 0px;
}

.tabs li {
	display: inline;
	margin: 0px;
	padding: 4px 3px;
	background: #eeeeee url(images/tap_bg.gif) no-repeat right top;
}

.tabs li a {
	font: bold 12px Arial;
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 8px;
	color: #333333;
	margin-left: 10px;
	background: #ececec;
	padding: 0px 1px 0px 1px;
	/* padding: 3px 7px; */
}


.tabs li a:hover{
/* text-decoration: underline; */
color: #9e9e9e;
}

.tabs li a.selected{ /*selected main tab style */
/* background: #f2f2f2 url(images/tap_cms.gif) no-repeat right top; */
border-bottom-color: white;
color: #9e9e9e;
}

.tabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.thumb {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.thumbright {
	float: left;
	margin-bottom: 10px;
}

#seperator {
clear: left;
text-align: right;
}