@import url( "lightbox.css" );

/*************** Allgemeines ***************/
* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Helvetica,Arial,Verdana,Geneva,sans-serif;
	background-color: #3e001f;
	font-size: 14px;
	color: #ddd;
	text-align: center;
}

p {padding: 10px 0px;}

th, h1 {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}

.header {
	background-color: #808000;
	height: 160px;
	margin-bottom: 10px;
}

.logo {padding: 15px 0px 30px 15px;}

#pagecontent {
	margin: 10px auto;
	width: 760px;
	text-align: left;
}

.content {
	background-color: #756257;
	color: #ddd;
	padding: 15px;
	line-height: 20px;
}

.content-projects {
	color: #ddd;
	line-height: 20px;
}

.datatable, .datatable2 {
	font-size: 14px;
	line-height: 20px;
}

.datatable td {margin-bottom: 3px;}

.indentation {margin-left: 267px;}

.pageimages {
	background-color: #fff;
	margin-bottom: 10px;
}

.list {margin: 0px 20px;}

.list li {
	list-style-image: url(../img/global/arrow_red.gif);
	padding: 2px 0px;
}

*html .list li {
	list-style-image: url(../img/global/arrow_red_ie.gif);
	padding: 2px 0px;
}

.list li ul li {
	list-style-image: none;
	list-style-position: outside;
	padding: 2px 0px 2px 20px;
}

.slogan {
	 text-align: center;
	 font-size: 20px;
	 margin: 40px 0px;
	 color: #ddd;
}

#footer {
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	font-size: 12px;
}

*html #footer {float: left;}

.copyright {float: left;}

.imprint {float: right;}

#footer a {
	text-decoration: none;
	color: #fff;
}

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


/*************** Projekte ***************/
.project-element {
 	background-color: #756257;
	height: 210px;
	margin-bottom: 10px;
	white-space: nowrap; /*Damit die Höhe von 220px eingehalten wird*/
}
 
.project-images {
 	float: left;
	margin-right: 15px;
}

.project-text {
 	float: left;
	width: 290px;
}

.references {background-color: #756257;}


/*************** Links ***************/
a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	color: #900;
	text-decoration: underline;
}


/*************** Navigation ***************/
#navlist {
	padding: 8px 0px;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
}

#navlist ul {white-space: nowrap;}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a {padding: 10px 7px;}

#navlist a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
}

#navlist a:hover {
	color: #900;
	text-decoration: none;
}

#navlist li a.selected {
	color: #900;
	text-decoration: none;
}