*{
	margin: 0;
	padding: 0;
}
:-moz-any-link:focus {
	outline: none;
}
a img{
	border: none;
}

html{
	margin: 0;
	padding: 0;

	background-color: #fdfdf7;

	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;

	font-size: 100.1%;

}

body{
	font-size: 0.8em;
}


.clear{
	clear: both;
}



/* wrapps all things in the page (for blog/web2.0 style pages and stuff) */
#wrap-page{
	position: absolute;
	left: 50%;
	margin-left:-400px;
	width: 800px;

	margin-top: 10px;
}


#wrap-header{
	height: 130px;
	width: 800px;
	
	background: #fdfdf7;
	
	background: url(../images/banner01.jpg) no-repeat;
}

#pathway {
	color: #fff;
}

#wrap-main{
	min-height: 200px;
	width: 738px;
	
	padding: 35px 30px;

	background:#fffbf0;
	border-left: 1px solid 	#ebe6e6;
	border-right: 1px solid #ebe6e6;
	border-bottom: 1px solid #ebe6e6;
	
	color: #300;
	font-size: 12px;
}

#wrap-nav{
	width: 798px;
	background:#fffbf0;
	border-left: 1px solid 	#ebe6e6;
	border-right: 1px solid #ebe6e6;
}


#wrap-bottom{
	min-height: 50px;
	
}


#content{
	
}



/* ************************************************* */
/* menu */
ul.menu{
	list-style-type: none;
}
ul.menu li{
	display: inline;
	margin-right: 20px;
	font-size: 12px;
}
 
ul.menu li a{
	color: #000; 
}
 ul.menu li a:hover
,ul.menu li a:focus{
	color: #fff;
	text-decoration: none;
}
#nav{
	margin-top: 2px;
}
#nav ul.menu{
	
	width: 640px;
	
	margin-bottom: 1px;
	margin-left: 60px;
	
	padding: 6px 20px 8px 20px;
	
	color: #6d3100;
	background: #c95a22 url(../images/nav_closed.jpg) no-repeat 0 -2px;
	 
}
#nav ul.menu li.active a{
	color: #fff;
}

 #nav ul.menu.sub
,#nav ul#public_submenu
{
	width: 640px;
	
	padding: 2px 20px 5px 20px;
	
	background: #d97f43 url(../images/nav_open.jpg) no-repeat 0 -29px;
}

 #nav ul.menu.sub li a
,#nav ul#public_submenu li a
{
	font-weight: normal;	
}


#wrap-bottom ul.menu.meta{
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}
#wrap-bottom ul.menu.meta li{
	margin-right: 0;
	margin-left: 10px;
}
#wrap-bottom ul.menu.meta li a{
	color: #844625;
	font-size: 11px;
	font-weight: normal;	
}
 #wrap-bottom ul.menu.meta li a:hover
,#wrap-bottom ul.menu.meta li a:focus
{
	color: #300;	
}
#wrap-bottom ul.menu.meta li.active a{
	color: #300;
	text-decoration: underline;
}


#wrap-main p.medium{
	width: 400px;
	margin-left: 35px;	
}

#wrap-main p.small{
	width: 330px;
	margin-left: 85px;	
}

#wrap-main p.right{
	text-align: right;
}

#wrap-main p.tiny{
	width: 230px;
}

#wrap-main p.fleft{
	float: left;
}
#wrap-main p.fright{
	float: right;
}


#wrap-main p {
	line-height: 16px;
}





/* ************************************************ */
/* pagewide generic content formatting styles below */

a:link, a:visited, a:active{
	color: #6d3100;
	font-weight: bold;
	text-decoration: none;
}
a:focus, a:hover{
	text-decoration: underline;
}

div{
	/*border: 1px dashed black;*/
}

 h1, .componentheading, .contentheading
,h2.beautify
{
	margin-top: 10px;
	margin-bottom: 5px;
	
	color: #6d3100;
	
	font-family: serif;
	font-size: 1.5em;
	font-weight: normal;
		
}

h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	
	color: #6d3100;
	font-size: 1.2em;
	font-weight: bold;
	
}
h3{
	margin-top: 10px;
	margin-bottom: 5px;
	
	color: #6d3100;
	font-size: 1.2em;
	font-weight: bold;
}






.clickable:hover{
	cursor: pointer;
}

.button{
	border: 2px solid #990100;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 2px;
}
.button:focus, .button:hover{
	color: #990100;
}


/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}





/* System Messages */

#system-message { margin: 0; padding: 0; }
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-size: 14px; }

/* System Standard Messages */

#system-message dt.message { display: none; }
#system-message dd.message { background: #fff; }
#system-message dd.message ul { list-style: none; color: black; padding: 10px 10px 10px 40px;}

/* System Error Messages */

#system-message dt.error { display: none; }
#system-message dd.error { background: #f00; }
#system-message dd.error ul { list-style: none; background: url(../../../images/M_images/icon_error.gif) no-repeat 10px 10px; color: white; padding: 10px 10px 10px 40px;}







/* content and headings */
/* content tables */

.contentpaneopen_edit{
	position: absolute;
	margin-left: -20px;
}

.contenttoc {
	margin-top: -0.5em;
	margin-left: 2em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border: 1px solid #eee;
	border-top: 2px solid #990100;
	border-left: 10px solid #fff;

	background: #efefef;
	background-image: url('../images/top-bg.gif');


}
.contenttoc th{
	padding-left: 1em;
	background: #fff;
	color: #777;
	text-align: left;
}
.contenttoc td{
	padding-left: 1em;
	padding-right: 0.5em;
	border-bottom: 1px solid #ccc;
}

.pagenavcounter, .pagenavbar, .pagenav, .readon{
	font-size: 0.9em;
	font-weight: bold;
	color:#aaa;

	margin-top: 1em;
}



.createdate, .modifydate, .content_rating{
	font-size: 0.7em;
	color:#aaa;
}

.article_separator{
	/*border-top: 1px solid #990100;*/
}
a[href=seperator]{
	visibility: hidden;
}

.tool-tip {
    color: #000;
    width: 300px;
    z-index: 13000;
    
	background:#fffbf0 none repeat scroll 0 0;
	border:1px solid #ebe6e6;
	border-left:20px solid #c95a22;
}

.tool-title {
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    color: #990000;
    padding: 8px 8px 4px;

}

.tool-text {
    font-size: 11px;
    padding: 2px 8px 8px 8px;

}



.bottomicon{
	float: right;
	margin-top: 5px;
	margin-right: 5px;	
}






/* *********************************** */
/* custom headings                     */
h2.beautify{
	color: #fffbf0;
	font-size: 0.0001%;	
}
h2.beautify.beratung{
	background: url(../../../images/stories/headings/beratung.png) no-repeat;
	background-position: center;
	/* width: 401px; */
	height: 75px;
	
	margin-top: -20px;
}
h2.beautify.person{
	background: url(../../../images/stories/headings/person.png) no-repeat;
	background-position: right;
	
	width: 202px;
	height: 75px;
	
	width: 444px;
	margin-top: -10px;
}
h2.beautify.service{
	background: url(../../../images/stories/headings/service.png) no-repeat;
	width: 401px;
	height: 75px;
}

h2.beautify.verkauf{
	background: url(../../../images/stories/headings/verkauf.png) no-repeat;
	width: 401px;
	height: 75px;
	
	margin-left: 280px;
}

h2.beautify.weltklang{
	background: url(../../../images/stories/headings/weltklang.png) no-repeat;
	width: 244px;
	height: 69px;
}
h2.beautify.werkstatt{
	background: url(../../../images/stories/headings/werkstatt.png) no-repeat;
	background-position: center;
	/*width: 461px;*/
	height: 75px;
	
	margin-top: -20px;
	margin-bottom: 15px;
}




 form#emailForm label
,form#emailForm input
,form#emailForm textarea
{
	display: block;
	margin-bottom: 10px;
}

form#emailForm label{
	margin-bottom: 5px;
}
form#emailForm input#contact_subject{
	width: 400px;
}
form#emailForm textarea{
	width: 400px;
	height: 100px;	
}

form#emailForm #contact_email_copy{
	float: left;	
	margin-right: 5px;
}
ul.ubiquList li div.thumbs {
   min-height: 180px;
} 
