
/* Allgemein */
body {
	background-color: #fff;
	margin: 0;
}
body, table, div {
	color: #000;
	font: 12px Arial, Geneva, Verdana, sans-serif;
}
img {
	border: 0px; /* keine Rahmen um Bilder mit Links im IE Win */
}
td, th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
textarea, input {
	color: #000;
	font: 14px Arial, Geneva, Verdana, sans-serif;
}
a, a:visited {
	color: #b3b3b3;
	text-decoration: none;
}
a:hover {
	color: #000;
}


/* Struktur */
.framework {
	table-layout: fixed;
	width: 1024px;
}

/* Inhalte */
td.contentImages {
	border-color: #000;
	border-style: solid;
	border-width: 2px 0px;
	height: 300px;
	padding: 0px 25px 0px 0px;
	text-align: right;
}
td.contentImages img {
	height: 300px;
	margin-right: 15px;
}
#bigPicture { /* Grosse Projektbilder */
	float: left;
}

td.contentText {
	border-color: #000;
	border-style: solid;
	border-width: 2px 0px;
	text-align: left;
}
td.contentText h1, td.contentText h2, td.contentText h3 {
	margin: 0;
	padding: 0px;
}
td.contentText h1 {
	font-size: 130%;
	line-height: 180%;
}
td.contentText h2 {
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	line-height: 150%;
}
td.contentText h3 {
	font-size: 100%;
	font-weight: normal;
	line-height: 150%;
}
div.projectText {
	color: #000;
	margin-top: 80px;
}

/* Kontaktformular */
.contactForm {
	margin-top: 50px;
	margin-left: 110px;
}
.contactForm th, .contactForm td {
	padding-top: 5px;
}
.contactForm th {
	padding-right: 10px;
	text-align: right;
}
.contactForm input, .contactForm textarea {
	border: 1px solid #000;
}

/* News */
.news {
	margin-top: 50px;
}
.news th, .news td {
	background-color: inherit;
	color: #fff;
	padding-bottom: 5px;
}
.news th {
	font-style: italic;
}

/* Slideshow */
#slideshow {
	height: 300px;
	position: relative;
}
.slideshowimage {
	border-color: #000;
	border-style: solid;
	border-width: 2px 0px;
	width: 1024px;
	height: 296px;
	position: absolute;
}

/* Navigation */
.navSite {
	font-size: 100%;
	padding: 0px 0px 10px 30px;
	vertical-align: bottom;
}
.navSite div {
	float: left;
	width: 80px;
}

.navMain {
	letter-spacing: 3px;
	line-height: 130%;
	width: 200px;
}
.navMain {
	font-size: 130%;
	padding: 0px 0px 10px 0px;
}


.navSec div {
	font-size: 115%;
}
.navSec a:hover {
	color: #000;
}

.navThird {
	border-color: #000;
	border-style: solid;
	border-width: 2px 0px;
	color: #ccc;
	text-align: right;
	vertical-align: bottom;
}
.navThird a:hover {
	color: #000;
}
.navThird span {
	margin: 0px 5px 0px 5px;
}

.navActive {
	color: #000;
	font-weight: bold;
}

/* Footer */
#copyright {
	clear: both;
	color: #b3b3b3;
	font-size: 0.8em;
	margin-left: 774px;
	padding-top: 20px;
}
#copyright a {
	color: black;
}

#logo {
	clear: both;
	color: #000;
	font-size: 1.3em;
	margin-left: 774px;
	letter-spacing: 5px
}


