/****************************************************
 * description:	main css-styles for hierhold.com
 * autor: 			christoph batik
 * email:			christoph.batik@keynet.at
 * web:				www.keynet.at
 * updated:			2008-06-18
 * **************************************************
 */

@import url(reset.css);



/****************************************************
 * formatierungen uebergeordnet
 * **************************************************
 */

html { overflow-y: scroll; }
html, body { width: 100%; height: 100%;}
a { color: #617575; }

body {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	background-color: #dee3e3;
	text-align: center;
}

/****************************************************
 * layout
 * **************************************************
 */

#container {
	position: absolute;
	left: -472px;
	margin-left: 50%;
	width: 944px;
	z-index: 10;
	min-height: 100%;
	background-image: url(../images/site_background.gif);
	background-repeat: repeat-y;
	border-left: 1px solid #939d9d;
	border-right: 1px solid #939d9d;
	z-index: 11;
}

#header {
	position: relative;
	margin: 0;
	width: 100%;
	height: 146px;
	background-color: #b5c0c0;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	z-index: 12;

}

#header_background {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 146px;
	background-image: url(../images/header/background.gif);
	background-repeat: repeat-x;
	z-index: 9;
}

#balken {
	position: absolute;
	top: 146px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 31px;
	background-color: #cc0000;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	z-index: 13;
}


/****************************************************
 * navigation
 * **************************************************
 */

#navigation {
	float: left;
	margin: 75px 0 0 0;
	width: 269px;
}

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

#navigation ul {
	text-align: left;
	line-height: 170%;
}

#navigation li {
	list-style: none;
	border-bottom: 1px solid #939d9d;
	padding: 11px 0 1px 35px;
	background-repeat: no-repeat;
	background-position: 20px 18px;
}

#navigation .normal {
	background-image: url(../images/navigation/punkt_grau.gif);
}

#navigation li.aktiv {
	background-image: url(../images/navigation/punkt_rot.gif);
}

#navigation li.aktiv a, #navigation a:hover {
	color: #cc0000;
}

ul#nav_ebene2 {
	margin: 10px 0 7px 0;
}

ul#nav_ebene2 li {
	list-style: none;
	border: none;
	padding: 0 0 0 45px;
	background-repeat: no-repeat;
	background-position: 33px;
}

ul#nav_ebene2 a {
	font-weight: normal;
}

ul#nav_ebene2 .ebene2-normal {
	background-image: url(../images/navigation/strich.gif);
}

ul#nav_ebene2 li.ebene2-aktiv {
	background-image: url(../images/navigation/punkt_rot.gif);
	background-position: 33px 7px;
}

ul#nav_ebene2 li.ebene2-aktiv a {
	color: #cc0000;
}


/****************************************************
 * utilities & sprache
 * **************************************************
 */

#utilities, #sprache {
	position: absolute;
	left: 50%;
	overflow: visible;
	margin: 7px 0 0 -450px;
}

#utilities a, #sprache a {
	color: #ffffff;
}

#utilities li, #sprache li {
	list-style: none;
	display: inline;
	margin: 0 13px 0 0;
}


/****************************************************
 * tooltips
 * **************************************************
 */

#tooltips {
	position: absolute; /* F�r Fading im IE, weil IE hasLayout ben�tigt */
	left: 50%;
	text-align: left;
	height: 80px;
	margin: 6px 0 0 -220px;
	overflow: visible;
	line-height: 120%;
}

/*
#tooltips ul {
	padding: 0;
	display: inline;
	list-style: none;
	margin-left: -37px;
}

#tooltips li {
	margin: 0 0 0 14px;
	display: inline;
}

#tooltips a.info {
	position:relative; /*this is the key*/
   /*z-index:24;
	padding: 3px 3px;
   color:#fff;
   text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
	text-transform: uppercase;
}

#tooltips a.info:hover{z-index:25; background-color:#ff0000}

#tooltips a.info span{ display: none; }

#tooltips a.info:hover span{ /*the span will display just on :hover state*/
    /*display:block;
	 position: absolute;
	 top: 25px; left: 0;
	 width:auto;
	 border: 1px solid black;
	 white-space: nowrap;
	 padding: 10px;
    background-color:#fff;
	 color:#000;
    text-align: center;
	 text-transform: none;
	 z-index: 163;
}
*/

#tooltips li {
	float: left;
	position: relative;
	margin-right: 15px;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 3px;
	border-bottom: 6px solid #cc0000;
}

#tooltips li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background-color: #ffffff;
	border: 1px solid #000000;
	width: 220px;
	margin: 12px 0 0 0px;
	color: #000000;
}

#tooltips li ul li { 
	color: #000000;
	font-weight: normal;
	padding: 3px;
	border: 0;
}



#tooltips li:hover ul, #tooltips li.over ul{ display: block; }
#tooltips li:hover { background-color: #ff0000;}
#tooltips li ul li:hover { background-color: #ffffff;}




/****************************************************
 * suche
 * **************************************************
 */

#searchbox {
	position: absolute;
	left: 50%;
	width: auto;
	padding: 0 0 0 0;
	margin: 0px 0 0 265px;
	z-index: 170;
}

#searchbox form {
	width: 240px;
	text-align: left;
	margin: 5px 0 0 0;
}

#searchbox .searchbox {
	width: 125px;
	height: 18px;
	border: 1px solid #000000;
	padding: 2px 0 0 2px;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.1em;
}

#searchbox .searchbox_submit {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0 0 0 2px;
}

.tx-indexedsearch-res h3 {
	margin: 0 0 5px 0;
	font-size: 13px;
}

.tx-indexedsearch-res a {
	margin: 0 0 5px 0;
	font-size: 13px;
}




/****************************************************
 * content
 * **************************************************
 */

.content {
	float: left;
	margin: 85px 0 0 122px;
	padding: 0 0 65px 0;
	width: 430px;
	text-align: left;
	line-height: 150%;

}

/* Header */
.content h1 {
	color: #cc0000;
	font-size: 1.7em;
	margin: 0 0 20px 0;
	font-weight: normal;
}

/* Subheader */
.content h2 {
	color: #617575;
	font-size: 1.2em;
	margin: -15px 0 24px 0;
	font-weight: normal;
}

/* Zwischen�berschrift in Content */
.content h3 {
	color: #000000;
	margin: 0 0 -17px 0;
	font-size: 1.15em;
	font-weight: bold;
}


/* Header von verstecktem Text */
.content h4 {
	font-size: 1.15em;
	cursor: pointer;
	color: #617575;
	margin: 0 0 12px 0;
	padding: 0 0 0 23px;
	font-weight: bold;
	background-position: 0 2px;
	background-repeat: no-repeat;
}

.content h4.plus {
	background-image: url(../images/content/plus.gif);
}

.content h4.minus {
	background-image: url(../images/content/minus.gif);
}


/* Versteckt den Inhalt bei Clickbox */
.clicktext {
	font-size: 1.1em;
	padding: 0 0 0 23px;
	margin: -12px 0 30px 0;
	display: none;
}



.fliesstext { font-size: 1.1em; }
.content form { margin: 20px 0 30px 0; }
.content p { margin: 17px 0 17px 0; }
.content strong { font-weight: bold;}


.fliesstext ul {
	margin: 0 0 0 27px;
	padding: 0;
	list-style: disc;
}

.clicktext ul {
	margin: 20px 0 0 18px;
	list-style: disc;
}

.download {
	margin: 15px 0 25px 0;
	padding: 0 0 0px 0;
	border-bottom: 1px solid #6a8080;
}

.download h2 {
	color: #000000;
	margin: 0 0 -17px 0;
	font-size: 1.15em;
	font-weight: bold;

}

/* F�r Aufz�hlung im Fliesstext" */
.fliesstext .mitpasswort {
	padding-right: 25px;
	background-image: url(../images/content/schloss_klein.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.mitpasswort h2 {
	padding-left: 25px;
	background-image: url(../images/content/schloss.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.content .input, .content .select, .content .textarea  {
	display: block;
	margin: 0 0 8px 0;
	width: 300px;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 1px;
}

.content .submit {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 1px;
	font-weight: bold;
}

/* Bildbeschreibung */
.csc-textpic-imagecolumn {
	font-size: 0.8em;
}

/* Bildrahmen */
.content img {
	border: 1px solid #ced6d6;
}

/* Abstand zwischen Bildern */
.csc-textpic-imagecolumn img {
	margin: 0 0 6px 0;
}

.hervorhebung-rot {
	color: #cc0000;
	font-weight: bold;
}

.hidden { display: none; }
.display_block { display: block; }

/****************************************************
 * service section
 * **************************************************
 */

#services {
	margin: 70px 0 0 0;
	width: 100%;
	background-color: #6a8080;
}

#services h3 {
	display: block;
	height: 22px;
	background-color: #4a5656;
	color: #ffffff;
	text-align: left;
	padding: 7px 0 0 20px;
}

#services ul {
	padding: 10px 0 10px 20px;
}

#services li {
	padding: 0 0 0 15px;
	border: 0;
	background-image: url(../images/navigation/strich_weiss.gif);
	background-position: 0px 10px;
}

#services a {
	color: #ffffff;
	text-decoration: underline;
}

#services a:hover { color: #ced6d6; }


/****************************************************
 * blog archiv
 * **************************************************
 */

#blog-list {
	margin: 0 0 10px 0;
}

#blog-list h1 {
	margin: 0 0 10px 0;
}

#blog-list h1 a {
	color: #cc0000;
	text-decoration: none;
}

#blog-list h1 a:hover {
	color: #d46565;
	text-decoration: underline;
}

#blog-infos {
	margin: 0 0 30px 0;
}

.blogtext-klein {
	font-size: 0.85em;
}

.tx-eeblog-browsebox a  {
	margin: 0 5px 0 0;
}

.tx-eeblog-searchbox {
	margin: 0 0 20px 0;
}

.infotext-suchbox {
	font-weight: bold;
	text-transform: uppercase;
}

#blog-eintrag li {
	margin-left: 20px;
	list-style: disc;
}


/****************************************************
 * startseite
 * **************************************************
 */

#startseite {
	height: auto;
	text-align:center;
	margin-top: 20%;
	background-color: #FFFFFF;
}

#startseite_container {
	width: 619px;
	height: 191px;
	text-align: left;
	margin : 0px auto;
	padding: 0px;
	vertical-align: middle;
	border: 1px solid #6a8080;
}

.startseite_logo {
	float: left;
	background-color: #b5c1c1;
	height: 191px;
	width: 271px;
}

.startseite_content {
	float: left;
	width: 348px;
	text-align: center;
	font-size: 1.1em;
	margin: 65px 0 0 0;
	line-height: 220%;
}

.startseite_content a {
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 13px;
}

.startseite_content a:hover, .startseite_content a:focus,  .startseite_content a:active {
	color: #4a5656;
}



