/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background-color: #a0a0a0;
}
body {
	width: 100%;
	height: 100%;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 13px;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Arial,Verdana,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	margin: 0px auto;
	width: 1012px;
}
#Header {
	height:  73px;
	clear:left;
}

#ContentContainer {
	background-color:  #e2e1dd;
	overflow: auto;
}

div.banner {
	margin-bottom: 30px;
}

.imageCaption {
	margin-top: 4px; 
	width: 100%; 
	text-align: right !important;
}

#BottomPicture {
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left:  60px;
	background-color: white;
	clear:  left;
}

#Content {
	float: left;
	margin: 0;
	width:100%; /* wird in HomePage.ss ueberschrieben */
}

.infobar {
	width:  225px;
	float:  right;
}

.infoblock {
	width:  225px;
	min-height:  225px;
}

div.infoblock span.infotext {
	display:  block;
	padding: 20px;
}

div.infoimage {
	margin-top:  40px;
}

.previewimage {
	float:  left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#Footer {
	clear:both;
	height:  73px;
}

#ProjectContainer {
	/*width:  1012px;*/
}

#ProjectContainer h1.projectTitle{
	font-size:  20px;
	font-weight: normal;
}

#ProjectContainer ul#projectList{
	width:  100%;
	margin:  0;
}

#ProjectContainer li.projectListItem {
	padding:  20px 0px 20px 20px;
	/*border:  1px solid red;*/
	display: block;
	text-align: right;
	min-height: 245px;
	list-style-type: none;
}

li.projectGrey {
	background-color: #e2e1dd;
}

li.projectWhite {
	background-color: white;
}

.projectMain {
	width:  697px;
	margin-right:  295px;
}

li.projectListItem * {
	text-align: left;
}

div#kontakt {
	padding-left: 20px; 
	padding-top: 40px; 
	min-height: 500px;
}

div#kontakt .field {
	margin-top:  10px;
}

div#kontakt .field .middleColumn {
	margin-top:  5px;
}

div#kontakt textarea {
	min-width:  700px;
	max-width:  972px;
}

div#kontakt fieldset {
	border:  none;
}

div#kontakt label.required {
	margin-left:  10px;
}

div#kontakt input[type="text"] {
	width:  200px;
}

div#kontakt input[type="submit"] {
	margin-top:  10px;
	margin-bottom:  40px;
}

ul#aktuellbildliste {
	display:  block;
	width:  1012px;
	position:  relative;
	list-style-position: outside;
	list-style-type: none;
	left:  0;
	top: 0;
}

ul#aktuellbildliste li {
	display:  block;
	
	margin-left:  0;
	margin-bottom: 130px;
	margin-top: 20px;
	position:  relative;
}

ul#aktuellbildliste .aktImgCaption img {
	margin-left: 40px;
}

.aktImgCaption div{
	margin-right: 20px;
	/*position:  absolute;
	top:  0;
	left:  770px;*/
	width:  210px;
}
