/* $Id: style.css,v 1.38.2.1 2008/02/05 09:27:26 goba Exp $ */ /**
 * Garland, for Drupal 6.x
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * colours:
 * text grey: #494949
 * stoeck grey: #58585a
 * stoeck orange: #f36f32
 * stoeck orange inverted: #0c90cd
 * dark orange: #ce5d28
 * dark blue: #001191
 */

ul, ol, .item-list ul li, .block ul {
	margin: 0 0 0 0.5em;
	padding: 0;
	list-style: square;
	list-style-position: inside;
}

.view-projects .item-list ul {
	margin-left: 0;
}

.view-projects .item-list ul li {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	border-top: 1px solid #ddd;
	padding: 3px;
}

.view-content .views-field-created,
.view-content .views-field-title
 {
	display: inline;
	margin-right: 5px;
}


#contentBlurb #node-2 h2 { /* About section looks better without headline */
	display: none;
}

.clear {
	clear: both;
}

#branding {
	position: absolute;
	left: 42px;
	top: 28px;
	height: 85px;
	width: 900px;
	background: #fff url("images/visual.png") left 34px no-repeat;
}

.sidebars #branding { /* front page */
	height: 359px;
	background: #fff url("images/visual.png") left bottom no-repeat;
}

#branding h1 {
	position: absolute;
	text-indent: -9999em;
}

#branding h2 {
	position: absolute;
	top: 38px;
	text-transform: uppercase;
	left: 12px;
	font-size: 9px;
	font-family: Verdana;
}

#branding h3 {
	padding-top: 10px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: 311px;
	left: 12px;
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
}
#branding h3 span {
	font-size: 14px;
	margin-top: 6px;
	display: block;
}

#branding h1 a {
	display: block;
	height:27px;
	width:166px;
	background: #fff url(logo.png) left top no-repeat;
	margin-left: 12px;
}

#content {
	position: absolute;
	left: 42px;
	top: 113px;
	width: 900px;
	background: #fff url(images/content_bg.png) right top repeat-y;
	border-top: 1px solid #888;
}

.sidebars #content { /* frontpage */
	top: 387px;
}

.content-part, #contentProducts, #siteinfo, #contentMain {
	padding: 10px 12px;
}

#siteinfo {
	background-color: #fff;
	padding: 5px 3px 70px 12px;
	margin: 0;
}

#siteinfo ul {
	float: right;
	font-size: 10px;
	list-style: none;
}

#siteinfo ul li {
	float: left;
	margin-left: 30px;
}

.content-part {
	width: 275px;
	float: left;
	border-right: 1px solid #ddd;
}

.content-part h2 a:link,
.content-part h2 a:visited {
	color: #494949;
}

#contentNews {
	border-right: none;
}

#contentProducts {
	border-top: 1px solid #ddd;
	clear: both;
}

#contentMain {
	float: left;
	width: 575px;
	border-left: 1px solid #ddd;
}

#contentMenu {
	border-right: none;
}

#navigation {
	position: absolute;
	left: 42px;
	top: 32px;
	width: 700px;
	height: 35px;
	margin: 0;
	margin-left: 200px;
}

#navigation .menu {
	margin: 0;
	float: right;
	list-style: none;
}

#navigation .menu li.leaf {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#navigation ul.links li {
	margin: 0;
	padding: 0;
}

#navigation .menu li a:link,
#navigation .menu li a:visited {
	display: block;
	width: 145px;
	padding: 0px 5px;
	text-transform: uppercase;
	background-color: #58585a;
	color: #fff;
	margin-left: 2px;
}

#navigation .menu li a:hover {
	background-color: #f36f32;
}

#navigation .menu li a:active {
	background-color: #ce5d28;
}

#language_switch, #searchbox {
	display: none;
} 

#branding h4, #siteinfo h4, #navigation h3, #navigation h2 {
	text-indent: -9999em;
	position: absolute;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: 12px/170% Verdana, sans-serif;
	color: #494949;
}

body * { /* fuer unseren Freund IE 6 */
	text-align: left;
}

input {
	font: 12px/100% Verdana, sans-serif;
	color: #494949;
}

textarea,select {
	font: 12px/160% Verdana, sans-serif;
	color: #494949;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 160%;
	line-height: 130%;
}

h3 {
	font-size: 120%;
	letter-spacing: 1px;
	margin-bottom: 0;
	line-height: 10px;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size: 110%;
}

ul,quote,code,fieldset {
	margin: .5em 0;
}

p {
	margin: 0.6em 0 1.2em;
	padding: 0;
}

a:link {
	color: #001191;
	text-decoration: none;
}

a:visited {
	color: #ce5d28;
	text-decoration: none;
}

a:hover {
	color: #0c90cd;
}

a:active, a.active {
	color: #ce5d28;
}

hr {
	margin: 0;
	padding: 0;
	border: none;
	height: 1px;
	background: #5294c1;
}

ul {
	margin: 0.5em 0 1em;
	padding: 0;
}

ol {
	margin: 0.75em 0 1.25em;
	padding: 0;
}

ol li,ul li {
	margin: 0.4em 0 0.4em .5em;
}