/* Print CSS für heimtex.de 	*/
/* Januar 2oo6 					*/
/* Jens Gassmann 				*/
/* ANGEL Internet Services GmbH */


/* Allgemeines CSS */
body {

	margin: 0;
	padding: 0;
	font-size: 120.01%;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
}

a {
	text-decoration: none;
}

a.active {
	font-weight: bold;
}

#content a.inactive {

	color: #4C4C4C;
}


#cfoot #siteprint {
	padding-right: 20px;
	text-decoration: none;
	background: url(/design/printer.gif) right center no-repeat;
}

#cfoot #sitesend {
	padding-left: 10px;
	padding-right: 20px;
	text-decoration: none;
	background: url(/design/mail.gif) right center no-repeat;
}



.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, 
textarea, 
select {
	fontsize: 0.8em;
	font-family: Arial, Helvetia, sans-serif;
	border: 1px solid #999;
	margin: 2px 0 0 0;
}

textarea {
	font-size: 1em;
	padding: 1px;
}

label {
	margin-top: 5px;
	display: block;
}


.error {

	font-weight: bold;
	color: #972F3A;
}

/* Obere Navigationsleiste */ 
#navi {
	display: none;
}


/* Header / grosses Banner */
#header {
	font-size: 1.5em;
	width: 100%;
	text-indent: 0;
	font-style: none;
}

#header img {
	display: none;
}


/* Brotkrümmelchen */
#breads { 
	height: 28px;
	width: auto;;
	margin: 0 auto;
	background: #FFF;
	text-align: left;
	font-size: 0.7em;	
	line-height:2.5em;
	font-weight: bold;
}

#breads a.pfeil {
	padding-left: 10px;
	background: left center url(/design/pfeil_organisation.gif) no-repeat;
}


/* Hauptteil */
#main {
	width: 100%;
	margin: 0;
	background: #FFF;	
	text-align: left;
}


/* Linker Bereich */
#sidebar {
	display: none;
	
}


/* Unternavigation */
#subnavi {
	display: none;
}
/* Kleines Banner */
#banner {
	display: none;
}

/* Inhalte */
#content {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	color: #4C4C4C;
}

#content a {
	text-decoration: underline;
}

#content h1 {
	margin: 0 0 15px  0;
	padding: 0;
	font-size: 1.1em;
}

#content h1.nomargin {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	font-size: 1.1em;
}

#content h2 {
	margin: 10px 0 5px  0;
	padding: 0;
	font-size: 1.0em;
}

#content h3 {
	margin:  0;
	padding: 0;
	font-size: 1.0em;
}

/* Padding für die Inhalte */
#padder {
	width: auto;
	height: auto;
	padding: 20px 20px 5px 20px;
	margin: 0;
	font-size: 0.7em;
	line-height: 1.4em;
}

#cfoot {
	display: none;
}


/* Aufteilung der Inhalte */
#cleft {

	float: left; 
	width: 30%;
}

#cright {
	float: right; 
}


.cnone {
	float: none;
	padding-bottom: 15px;
}

#csmall {

	width: 45%;
	float: right;
}

#cnav {
	float: left;
	width: 45%;
}

#cright img {
	margin: 0 0 0 15px;
}

#cleft img {
	float: left;
	margin: 0 15px 15px 0;
	padding: 0;
}


#cpresse {
	float: right;
	width: 150px;
	padding-left: 20px;
}


#cclear {

	clear: both;
}

/* Bild links floatet */
img.ileft {
	float: left;
	margin: 3px 15px 5px 0;
}

/* Bild rechts floatet */
img.iright {
	float: right;
	margin: 3px 0 5px 15px;
}


/* Sitemap */
#sitemap,
#sitemap ul,
#sitemap li {
	text-indent: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
}

#sitemap a {
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline	;
}

#sitemap li li {
	margin-left: 15px;
}


/* Fussleiste */
#footer {
	display: none;
}

#heimtex {
	position: absolute;
	left: 0;
	top: 6px;
	width: 250px;
	height: 40px;
	background: url(/design/logo.gif) left top no-repeat;
}

#heimtex em {
	display: none;
}


/* Toolbar in der Fussleise */
#toolbar {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;	
	list-style: none;
	display: none;
}

#languageselect {
	display: none;
}
