@charset "utf-8";
/* CSS Document */

body {
	font-size: 120%;
}

div#header {
	display: block;
}

/* LOGO */

#header img.logo {
	margin-left: 0px;
}

/* HIDE */

#header ul.main-navigation,
#header ul.main-sub-navigation,
#header div.search-box,
#header p.quick-navigation,
#header div.country-navigation,
#sub-navigation,
#footer,
#col-4 img,
div.image-1col,
div.image-3col,
div.image-teaser img,
div.teaser-2cols img,
.entryBox1 {
	display: none;
}

#image-header img,
.entryHeaderImages .image-teaser img,
#image-header div.image-3col,
#image-header div.image-1col {
	display: block;
}

#wide-content .image-teaser a img {
	display: block;
}

/* CONTENT GENERAL */

#wrap {
	width: auto;
	margin-left: 0px;
}

#wide-content,
#content {
	float: none;
	width: 100%;
}

ul.entry-overview,
div#wrap,
div#start-containers {
	width: auto;
}

div#content ul, ul.product-listing ul {
	margin-bottom: 10px;
}

/* LINKS */

div#content a, 
div#wide-content a,
div#content h2 a, 
div#wide-content h2 a,
div#content p a, 
div#wide-content p a,
div#content li a, 
div#wide-content li a,
div#col-4 a,
div#start-containers a {
	padding-left: 0px;
	background: none;
	font-weight: bold;
	text-decoration: none;
}

ul.entry-overview li a {
	font-size: 18px;
	text-decoration: underline;
}

/**
* a urls arent written to print
*/
/*a[href]:after {
	content:" [URL: "attr(href)"] "; 
	font-weight: normal;
}*/

/* LISTS */

div#content ul.form,
div#content ul.radiobutton-forms,
div#content ul.news-list,
div#content ul.news-by-topic {
	list-style-type: none;
}

div.linklist-component ul,
div#wide-content ul, 
div#content ul, 
ul.product-listing ul {
	list-style-type: disc;
	padding-left: 20px;
}

div#content ul.news-list li span.date  {
	width: 80px;
}

div#content ul.search-results li a {
	padding-left: 0px;
}

/* FORMS */

div#content ul.input-forms li {
	float: none;
}

li.clear-spacer-1 {
	padding-top:50px;
}

li.clear-spacer-2 {
	padding-top:5px;
}

textarea#formNachricht {
	border: 1px solid #999999;
}

div.form-button  {
	border: 1px solid #999999;
	background: #cccccc;
}

div.form-button input {
	background: #cccccc;
	padding: 0px;
}

body {
	background: none;
}



div.quicklinks-component div.selectbox select {
	width: auto;
}
