@import "layout.css";
@import "content.css";
@import "forms.css";
@import "drupal.css";


H1 {
	margin: 0px;
	padding: 20px 0px;
	text-align: right;
	background: url(images/logo_streifen.gif) repeat-x left 56px;
}

H1 A {
	color: #A71F3C;
	font-size: 1.1em;
}

H1 IMG {
	border: none;
}

#content .submitted {
	display: none;	/* Erstellungsdatum unsichtbar */
}

#content-body {
	float: left;
}

#content-img {
	float: right;
	margin: 5px 0px 35px 35px;
}

#content-img-2 {
	margin-top: 30px;
}

BODY.front DIV#content-img-2 {
	margin-top: 60px;	
}

.nowrap {
	white-space: nowrap;
}

/*
	INHALTSTYP: PRODUKTE
*/
#content-imgrow {
	margin-bottom: 30px;
}

#content-img A,
#content-imgrow  A {
	position: relative;
	text-decoration: none;
}

#content-imgrow #img1 {
	float: left;
}

#content-imgrow #img2 {
	float: left;
	margin-left: 82px;
}

#content-imgrow #img3 {
	float: right;
}

#content-img P,
#content-imgrow P {
	width: 142px;
	margin: 0px;
	padding: 2px 4px 4px 4px;
	font-size: 0.8em;
	line-height: 1.2em;
	background-color: #F8F6F0;
	border: 1px solid #F1EDE1;
	border-top: none;
}

#content-img SPAN,
#content-imgrow SPAN {
	position: absolute;
	float: right;
	bottom: 0px;
	width: 20px;
	height: 20px;
	margin-left: -22px;
	line-height: normal;
	border: 1px solid #F1EDE1;
	background: #F8F6F0 url(images/zoom.gif) no-repeat center;
}

/* FX3-Hack */
html>/**/body #content-img SPAN, x:-moz-any-link, x:default,
html>/**/body #content-imgrow SPAN, x:-moz-any-link, x:default {
	bottom: 3px;
}

*HTML #content-img SPAN,
*HTML #content-imgrow SPAN {
	bottom: 19px;
}

/*#content-txt-2 {
	margin-top: 15px;
}*/




A.icon {
	padding-left: 20px;
	background-position: left;
	background-repeat: no-repeat;
}

A.overview {
	display: block;
	margin-top: 15px;
	background-image: url(images/icon_previous.gif);
}




/*
	INHALTSTYP: NEWS
*/
#content-teaser {
	font-weight: bold;
}



/*
	SITEMAP
*/
.sitemap-box {
	margin-bottom: 30px;
}

.sitemap-box H2 {
	font-size: 1.2em;
	margin-top: 10px;
}

/*
	ohne diese Korrekturen würde der erste Blockabsatz einer Seite einen großen Umbruch erzeugen (float der Navigationsleiste)
*//*
.clear-block:after {
  clear: none;	 /cms/modules/system/defaults.css 
}*/
/*
.node-form .standard {
  clear: none;	 /cms/modules/node/node.css 
}*/
/*
.profile {
  clear: none;	 /cms/modules/user/user.css 
}*/