.hidden {
	display: none;
}

body {
	background: url("body.bg.png") repeat-x scroll left top #f7f7f7;
	color: #434343;
	margin: 0;
	padding: 0;
}

#siteheader a {
	border: none;
	outline: 0 none; /* dotted-rahmen, den browser immer machen */
}

#siteheader a:hover {
	background-color: transparent;
}

#siteheader {
	height: 147px;
	position: relative;
}

#siteheader * {
	margin: 0;
	padding: 0;
}

.sitewrapper {
	margin: 0 auto;
	width: 960px;
}

#site-breadcrums, #metanav {
	font: 12px Arial,Helvetica,sans-serif;
	height: 27px;
	padding-top: 2px;
}

#siteheader ul, #siteheader ul * {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#site-breadcrums li, #metanav li {
	display: inline;
	float: left;
	position: relative;
}

#site-breadcrums a, #metanav a {
	color: #737373;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
	position: relative;
}

#site-breadcrums a:hover, #metanav a:hover {
	color: white;
}

#site-breadcrums li.crume {
	background: url("breadcrume.bg.png") left center no-repeat;
	padding-left: 15px;
}

#metanav {
	position: absolute;
	top: 0;
	right: 0;
}

#siteheader .lite {
	height: 98px;
	left: 109px; /* eigentlich 0, aber sieht netter aus */
	position: absolute;
	top: 30px;
	width: 347px;
	background: url("lite.png");
	z-index: 0;
}

#siteheader h1 a {
	background: url("development-projects.banner.png") no-repeat scroll left top transparent;
	height: 97px;
	width: 958px;
	left: 0; 
	top: 50px;
	position: absolute;
	text-indent: -999em; /* make text "dissappear" */
	z-index: 10;
}

/** search **/

#search {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 7px 15px;
	/*line-height: 42px; */
}

#search:hover {
	background-image: url("hover.nav.bg.png");
}

#search input {
	border: 1px solid #ddd;
	font: 14px Arial,Helvetica,sans-serif;
	background-image: url("hover.nav.bg.png");
	background-color: transparent;
	color: white;
	padding: 4px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#search input:hover , #search input:focus, #search input:active{
	border-color: white;
	background-image: url("focus.nav.bg.png");
}


/************ nav *****************/

#nav {
	bottom: -21px;
	height: 43px;
	position: absolute;
	width: 960px;
	background: url("big-nav.bg.png") no-repeat scroll left top transparent;
	z-index: 20;
}

#nav ul {
	padding: 1px 10px;
}

#nav li {
	float: left;
	position: relative;
	display: inline;
}

#nav a {
	display: block;
	text-decoration: none;
	padding: 0 20px;
	font: 14px Arial,Helvetica,sans-serif;
	line-height: 41px;
	color: #fff;
}

#nav a:hover, #nav a:active {
	background-image: url("hover.nav.bg.png");
}

#nav li.active a, #nav a:focus {
	background-image: url("focus.nav.bg.png");
}


/*********** main **************/

div#main {
	margin-top: 60px;
}

a:link, a:visited {
	color: #224B88; /* allgemeiner blauer stil */
}

h1 {
	color: #555555;
	font-size: 26px;
	margin: 1em 0 0.5em;
}

/***** Bottom *****/

#sitebottom {
	margin-top: 100px;
	width: 100%;
	background: url("bottom.bg.jpg") repeat-x scroll left top #302E28;
}

#sitebottom .top-line {
	display: block;
	font: 14px/24px Arial,Helvetica,sans-serif;
	font-size: 16px;
	padding: 7px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

#sitebottom .lite {
	height: 98px;
	left: 0;
	position: absolute;
	top: 0px;
	width: 347px;
	background: url("lite.png");
	z-index: 0;
}

#sitebottom .content {
	padding: 40px 0;
	width: 100%;
	color: #A19B8B;
	font: 14px/18px Arial,Helvetica,sans-serif;
	position: relative;
}

#sitebottom a {
	color: #A19B8B;
	text-decoration: none;
	border: none;
}

#sitebottom a:hover {
	color: #fff;
	background-color: transparent;
}

#sitebottom .content h3 {
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	padding: 5px 0 15px;
	letter-spacing: -1px;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 400;
	margin: 0;
}

#sitebottom .container {
	float: left;
	padding-right: 30px;
	width: 266px;
	position: relative;
	z-index: 10;
}

#sitebottom .content img {
	float: left;
	padding: 0 10px 5px 0;
}

#sitebottom .content .long {
	width: 450px;
}

#sitebottom .clear {
    clear: left;
}
