/**
 * CSS
 * __________________________________________________________________
 *
 * @date		14.09.2005
 * @modified		27.10.2005
 * @version		1.0
 * @author		Roland Schaer, 3w-publishing.ch
 * @athor		Raphael Fink, 3w-publsihing.ch
 */


html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	/*text-align: center;*/
}

#accesskeys{
	display:none;
}

#maincontainer {
	/*margin: 0px auto;*/
	width: 650px;
	min-height: 100%;

	/* Browser compatibility hack */
	[height:100%;							/*necessary to hide from Mozilla*/
	height:100%;							/*read by Safari*/
	]height:100%;							/*only read by IE6*/

	text-align: left;
	/*border-left: 1px solid #666;
	border-right: 1px solid #666;*/
}

/*
Header
_________________________________________________
*/
#header {
	margin: 0px 0px 0px 0px;
	width: 650px;
	height: 155px;
	text-align: left;
	border: 1px solid #666;
	/*background-color: #00144A;*/
	/*background-color: #000000;
	background-image:url(http://www.herz-zu-herz.ch/img/header_print.jpg);
	background-repeat:no-repeat;*/
}
#headerLogo {
	float: right;
	margin: 32px 0px 0px 80px;

	/* Browser compatibility hack */
	[										/*necessary to hide from Mozilla*/
	margin: 32px 0px 0px 80px;				/*read by Safari*/
	]margin: 32px 0px 0px 62px;				/*only read by IE6*/

	width: 155px;
         display:none;
}
#headerImg {
display: none;
	float: left;
	margin: 0px 0px 0px 0px;

}
#language {
	/*float:right;
	margin: 80px 15px 0px 0px;
	color: #504E53;
	font-weight: bold;*/
         display:none;
}
#headerImg2 {
	float: right;
         display:none;
}

/*
Left boxes
_________________________________________________
*/

#navigationBox {
	/*float: left;
	margin: 0px 0px 0px 0px;
	width: 165px;
	height: 260px;
	background-image: url(../img/layout/navigation/03_nav_illu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px; */
         display:none;
}

/* Horizontal Drop Down */
#navigation {
         display:none;
}

#navigationFooter {
	margin: 5px 0px 0px 0px;
}
#navigationImpressum {
	margin: 20px 0px 0px 0px;
	text-align: right;
}
#navigationImpressum a{
	font-size: 9px;
	color: #504E53;
}

/**/

/*
Content
_________________________________________________
*/
#content {
	float: left;
	/*margin: 0px 0px 0px 10px;*/
	width: 650px;
	/*border: 1px solid #666;*/
}

#contentHeader {
	float: left;
	width: 650px;
	/*background-color: #ccc;*/
        background-color: #FFFFFF;
}
#tools{

         display:none;
}

#breadcrumbs {
	float: left;
	margin: 5px 10px 5px 10px;
}
#breadcrumbs ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
         display:none;
}
#breadcrumbs ul a {
	padding: 0px 10px 0px 10px;
	background-image: url(../img/layout/navigation/level2-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
         display:none;
}
#breadcrumbs ul span {
	padding: 0px 10px 0px 10px;
	background-image: url(../img/layout/navigation/level2-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
         display:none;
}
#breadcrumbs li {
	display: inline;
	width: 130px;
	padding: 5px 0px 0px 0px;
	color: #504E53;
         display:none;
}


#contentText {
	float: left;
	width: 630px;

	/* Browser compatibility hack */
	[										/*necessary to hide from Mozilla*/
	width: 640px;							/*read by Safari*/
	]width: 630px;							/*only read by IE6*/

	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	/*background-color: #EDEEEF;*/
         background-color: #FFFFFF;
}

#footer {
	float: left;
	margin-top: 10px;
	padding-top: 3px;
	width: 630px;
	text-align: center;
	font-size: 10px;
	border-top: 1px solid #666;
         display:none;
}

/*
Left boxes
_________________________________________________
*/
#functions{
	float: left;
	width: 150px;
	font-size: 9px;
	line-height: 12px;
	border: 1px solid #666;
         display:none;

}
#functions h3 {
    font-size: 11px;
	padding: 0px 4px 0px 4px;
}

#functions p {
	margin: 0px;
	padding: 0px 4px 0px 4px;
}
/**/
#functionBoxFirst {
	width: 148px;
	height: 185px;
	background-color: #FFFBDA;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
         display:none;
}
#functionBoxFirst h3 {
	background-color: #666;
	line-height: 28px;
	color: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#functionBoxFirst form {
	margin: 5px;
}
#functionBoxFirst input {
	width: 120px;
	margin: 0px 0px 5px 0px;
}

/**/
.functionBox {
	width: 148px;
	margin: 15px 0px 0px 0px;
	background-color: #FFFBDA;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
         display:none;
}
.functionBox h3 {
	background-color: #F5F5F5;
	line-height: 28px;
	color: #504E53;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.functionBox form {
	margin: 5px;
}
.functionBox img {
	margin: 0px 4px 0px 0px;
}
.functionBox table {
	margin: 10px 5px 10px 5px;
}