body,html{
	height:100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background: none;
}

body, p, input, ul, li, td, th, a {
	font-family: Arial;
	color: #505050;
	line-height: 16px;
	font-size: 11px;
	border:0;
	padding:0;
	margin:0;
}

.display {
	cursor: hand; 
	cursor: pointer;
}	


.SMContentUnit {
	display:block;
	margin:10px 0 10px 0
}
#factboxContainer {
	display:none;
}


#SMContentLeft p, #SMContentBoth p {
	padding-right:10px;
}

h1,h2,h3,h4,h5 {
	display: block;
	padding: 0;
	margin: 0;
	color: #000;
	background-color:none;
}


#SMContentTop h1, #SMContentTopSmall h1, #SMContentTopSmallBlue h1, #SMContentTopSmallYellow h1 , #SMContentTopSmallRed h1 {
	text-transform: uppercase;
	font-weight:bold;
	color: #fff;
  	font-size: 24px;
	line-height: 29px;
}

#SMContentTop h2, #SMContentTopSmall h2, #SMContentTopSmallBlue h2, #SMContentTopSmallYellow h2 , #SMContentTopSmallRed h2  {
	color: #fff;
  	font-size: 24px;
	line-height: 29px;
}

#SMContentTopSmallYellow h1, #SMContentTopSmallYellow h2 {
	color:#000;
} 

#SMContentSub h1, #SMContentSubSub h1, #SMContentLeft h1, #SMContentRight h1, #SMContentBoth h1 {
	text-transform: uppercase;
  	font-size: 16px;
	color: #505050;
}

#SMContentSub h2, #SMContentSubSub h2, #SMContentLeft h2, #SMContentRight h2, #SMContentBoth h2 {
  	font-size: 16px;
	color: #888;
}

#SMContentSub h3, #SMContentSubSub h3, #SMContentLeft h3, #SMContentRight h3, #SMContentBoth h3 {
  	font-size: 14px;
	color: #aaa;
}


/* layout */

#SMFooter {
	padding:10px 0 10px 0;
	clear: both;
	color: #aaa;
	font-size:10px;
}
#SMFooter a {
	text-decoration:none;
	font-size:10px;
	color: #aaa;
}
#SMFooter a:hover {
	text-decoration:underline;
}



#SMStage {
	padding:10px;
	width:750px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	width: 740px;

}

#SMlangSwitcher {
	padding:10px;
	position:absolute;
	top:0;
	display:none;
}
#SMlangSwitcher img { margin: 0 1px 0 0; }

#SMInfo {
	display:none;
}

.SMInfoInner{
	display:none;
}

#SMlogo {
	position:relative;
	width:1px;
	height:450px;
	top:0;
	left:750px;
}

#factboxprint {
	clear:both;
	display:block;
}

#SMContentHead {
	background: url(/media/project/logo.gif) no-repeat top right;
	padding-top:150px;
	position:absolute;
	top:10px;
	margin:0;
	border:0;
	clear: left;
	float: left;
	width:740px;
/*	height:375px; */
	height:300px;
	overflow:hidden;
}

#SMContentTopSmallBluePrint h1, #SMContentTopSmallYellowPrint h1, #SMContentTopSmallRedPrint h1, #SMContentTopSmallPrint h1 {
font-size:24px;
}

#SMContentTopSmallBluePrint, #SMContentTopSmallYellowPrint, #SMContentTopSmallRedPrint, #SMContentTopSmallPrint {
display:block;
padding:25px 0 25px 0;
color:#000;
}
#SMContentTopSmallBlue, #SMContentTopSmallYellow, #SMContentTopSmallRed, #SMContentTopSmall {
	display:none;
}

#SMContentProjekte {
	background-color: #BEEBFE;
	padding-bottom:20px;
}

#SMContentKontakt {
	background-color: #FFFFD9;
	padding-bottom:20px;
}

#SMContent {
	background-color: #FFF;
	padding-bottom:20px;
}

#SMContentTop h1,#SMContentTop h2 {
	padding:0;border:0;margin:0;
}

#SMContentSub {
	display:none;
}


#SMContentSubSub {
	float:right;
	clear:right;
	width:270px;
	padding: 20px 10px 20px 10px;
	margin: 0;
}

#SMContentLeft {
	padding: 0 10px 0 10px;
	margin: 0;
	display: block;
	clear: left;
	float: left;
	width:740px;
	overflow:hidden;
}



#SMContentLeftProjekte {
/*	background-color: #eee; */
	margin: 0;
	display: block;
	clear: left;
	float: left;
	overflow:hidden;
	padding:10px 0 0 0; 
	width:740px; 
	overflow:hidden;
	min-height:400px;
	background-image: url(/media/project/bg_efefef_ffffff.gif);background-repeat:repeat-x;
}

#SMContentRight {	
	display:none;
}

#SMnavMain {
	display:none
}

#SMnavBreadcrumb {
	display:none;

}

/* forms marc */

.forminput {	margin-top:5px; padding:0px; width:176px; color:#666; background-color:#f2f2f2; border:none;  border-bottom:1px solid #CCC; }
.forminput:focus {	margin-top:5px; padding:0px; width:176px; color:#666; background-color:#ececec; border:none; border-bottom:1px solid #CCC; }
.forminputerror {	margin-top:5px; padding:0px; width: 176px; color:#fff; background-color:#CC101D; border:none; border-bottom:1px solid #F7288F;}
.forminputerror:focus  {	margin-top:5px; padding:0px; width: 176px; color:#fff; background-color:#CC101D; border:none; border-bottom:1px solid #C9E7DE; }
.forminputrequired {	margin-top:5px; padding:0px; width: 176px; color:#000; background-color:#BFEBFF; border:1px solid #BFEBFF; }
.forminputrequired:focus  {	margin-top:5px; padding:0px; width: 176px; color:#fff; background-color:#00AEFF; border:1px solid #00AEFF; }

.entryForm {  
/*
	border: 1px solid gray;
*/
	clear:both; 
	width: 473px;
}

.mfform {
	position:relative;
	display:block;
	clear:both;
	width:473px;
}

.mfformunit {
	clear:both;
	display:block;
	padding-top:16px;
}

.mfforminfo {
	clear:both;
	float:left;
	width:473px;
	margin-bottom: 9px;
	margin-top: 18px;
/*	border-bottom: 2px solid #c30000; */
}

.mfformdescription {
	float:left;
	clear:left;
	width:200px;
}

.mfformdescription,
.mfformdescription p.absatz {
  display: block;
  height: 25px;
  line-height: 25px;
}

.mfformfield {
	float:left;
	clear:right;
	width:200px;
}

.mfformfieldlarge {
	float:left;
	clear:both;
	width:100px;
}

.mfformdescriptionlarge {
	float:left;
	width:100px;
}

.mfformdescriptionlargest {
	float:left;
	width:100px;
}

.mfformfieldsmall {
	float:left;
	width:100px;
}

/* end forms marc */
