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

@import url(reset.css);



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;
}

#container {
	margin: 0 0 0 10%;
	padding: 0;
	background-image: none;
	border: 0;
	width: 80%;
}

#header { display: none; }
#header_background { display: none; }
#balken { display: none; }
#navigation { display: none; }
#utilities, #sprache { display: none; }
#searchbox { display: none; }


.content {
	margin: 0;
	padding: 0;
	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;
	font-weight: bold;
	background-position: 0 2px;
	background-repeat: no-repeat;
}

.content h4.plus {
	background-image: none;
}

.content h4.minus {
	background-image: none;
}


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

.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: 30px 0 50px 0;
	padding: 0 0 10px 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_none { 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;
}
