body {
	margin: 0;
	background: url('images/body.jpg') #ffffff repeat-x;
	font: 11px/17px  Tahoma, Helvetica, Arial, Tahoma;
	color: #444;
}

h2 {
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	line-height: 25px;
}

h3 {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
}

h4 {
	font-weight: bold;
	color: #e52f32;
	font-size: 12px;
	line-height: 20px;
}

a:link, a:active, a:visited {
	color: #e52f32;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

ul, li {
	list-style-type: circle;
}

#wrapper {
	width: 900px; 
	margin: auto;
}

#line {
	height: 7px;
	background-color: #000000;
}

#header {
	padding: 20px 0px;
	margin: 0 25px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #ffffff;
}



#sidebar {
	width: 250px;
	float: left;
}

#box {
	width: 600px;
}

#main {
	width: 650px;
	float: left;
}

#footer {
	clear: both;
	color: #888888;
	text-align: right;
	font-size: 11px;
	padding: 25px;
}

#logo {
	padding: 25px;
	padding-bottom: 0;
}



#contact label {
	font-size: 11px;
}

#contact .textfield,
#contact .email,
#contact .textarea {
	width: 90%;
	font: 12px/18px verdana, Arial, Sans-Serif;
	color: #555555;
	margin: 5px 0;
}




blockquote {
	font-family: Georgia;
	margin-left: 30px;
	font-style: italic;
}


.slideshow {
	position: relative;
	height: 300px;
	width: 600px;
	z-index: 1;
}


#slideshowWrapper {
	position: relative;
}

#shadow {
	position: absolute;
	z-index: -100;
	left: -52px;
	top: 0px;
}

.slide {
	width: 600px;
	height: 300px;
	background-color: #000000;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
}

.slide img {
	position: absolute;
	left: 0px;
	height: 0px;
	width: 600px;
	height: 300px;
}

.slide h2 {
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	left: 30px;
	top: 150px;
	line-height: 45px;
}

.slide h3 {
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	position: absolute;
	left: 300px;
	top: 100px;
}

.slide h2 span {
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	vertical-align: middle;
	line-height: 20px;
}










.content {
	padding: 5px 25px;	
}

.column-50 .content {
	padding-top: 0;
}

.column-50 {
	width: 50%;
	float: left;
}

.column-25 {
	width: 25%;
	float: left;
}

.clr {
	clear: both;
}

#navigation {
	padding: 25px;
}

#navigation ul, #navigation li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navigation a:link,
#navigation a:active, 
#navigation a:visited  {
	color: #444444;
	text-decoration: none;
	display: block;
	padding: 5px 30px;
	border-bottom: 1px solid #e5e5e5;
	background: url('images/bullet-red.gif') no-repeat;
}

#navigation a:hover  {
	color: #000000;
	background: url('images/bullet-black.gif') no-repeat;	
}

#navigation .menu-current a:link,
#navigation .menu-current a:active, 
#navigation .menu-current a:visited {
	font-weight: bold;
	background: url('images/bullet-black.gif') no-repeat;
}

/* unterseiten */

#navigation li ul li a:link,
#navigation li ul li a:active, 
#navigation li ul li a:visited  {
	color: #444444;
	text-decoration: none;
	display: block;
	padding: 5px 50px;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
}

#navigation li ul li a:hover  {
	color: #000000;
}

#navigation li ul li.menu-current a:link,
#navigation li ul li.menu-current a:active, 
#navigation li ul li.menu-current a:visited {
	font-weight: bold;
	background: none;
}

/* footer */

#footer-navigation a:link,
#footer-navigation a:active, 
#footer-navigation a:visited  {
	color: #444444;
	text-decoration: none;	
}

#footer-navigation a:hover  {
	color: #000000;
	text-decoration: underline;
}

#footer-navigation .menu-current {
	font-weight: bold;
}

/* projekte */

.projekt {
	width: 50%;
	float: left;
	height: 130px;
}

.projekt-image {
	width: 37%;
	float: left;
}

.projekt-content{
	width: 63%;
	float: left;
}

