/* TEXT */

h1 {}

h2	{
	font-size:1.5em;
	color:#353535;
	}
	
h3 {
	font-size:1.2em;
	color:#093;
	font-weight:normal;
	text-transform:uppercase;
}


.heading {
	font-size:1.4em;
	color:#3b9f40;
	margin-bottom:0;
	line-height:1.2em;
	text-transform:uppercase;
}
.detail {
	font-size:2em;
	color:#353535;
	line-height:1.2em;
	margin-bottom:15px;
}

.blue {
	color:#069;
}

.spaceBefore10px {
	margin-top:20px;
	border-bottom:1px dotted #eeeeee;
	margin-bottom:10px;
}

#step .item1 {
  background: url(../images/listBullet.png) no-repeat;
  list-style-type:none;
  margin:2px 0;
  padding:4px 0 0 59px;
}

#step h3 {
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:29px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:26px;
margin:-8px 0 7px;
text-transform:none;
}
#step p {
color:#999999;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:150%;
}
/* LINKS */


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

a:hover {
	color:#2a5f8b;
}

/* MENU */

ul.tabs {
	list-style:none;
	font-size:1.6em;
	margin-bottom:0;
}
ul.tabs li {
	margin-bottom:10px;
}

ul#nav {
	list-style:none;
	font-size:1.6em;
	margin-top:0;
}
ul#nav li {
	margin-bottom:10px;
}



/* LAYOUT */


#left-column {
margin-top:180px;
padding-top:20px;
border-bottom:1px solid #eee;
border-right:1px solid #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
border-radius: 10px;
}

#center-column {
margin-top:60px;
}

#right-column {
margin-top:180px;
padding:10px 0 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
border-radius: 10px;
background:#fff;
border-bottom:1px solid #eee;
border-left:1px solid #eee;
}

#quickContact {
	width:300px;	
}

.spacer {
	height:41px;
}

.basicform .rowElem label {
display:block;
float:left;
width:150px;
}

.serviceSpiel {
padding-right:30px;	
}
.serviceSpiel p img {
	float:left;
	margin-right:10px;
}
.serviceSpiel p {
	margin-bottom:30px;
}

/* PORTFOLIO */

.portFolioItem {
	border:6px solid #ccc;
	background:#fff;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:15px #333;
}
.portFolioItem p img {
	float:left;
	margin-right:10px;
	border:4px solid #eee;
}
.portFolioItem p img:hover {
	border:4px solid #999;
}

.portFolioItem h2 {
	font-weight:normal;
	margin-bottom:0;
}


/*  NOTICE  */

.notice {
	border:1px solid #2FA439;
	background:#C2FFC7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
	font-size:11px;
	color:#666;
	margin-bottom:10px;
}

/* OVERLAY */

 
/* styling for elements inside overlay */ 
.details { 
    float:right;
	padding:10px;
	font-size:11px; 
    color:#fff; 
    width:150px; 
} 
.details a {
	color:#fff;
}
.details a:hover {
	color:#F60;
}
.details h3 { 
    color:#aba; 
    font-size:15px; 
    margin:0 0 -10px 0; 
}

/* the overlayed element */
div.overlay {
	
	/* growing background image */
    background-color:#333; 
	
	/* dimensions after the growing animation finishes  */
    width:675px;     
    min-height:200px; 
	
	z-index:100000;
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	margin:0 auto;
	margin-left:-100px;
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
-moz-border-radius: 30px;
-webkit-border-radius: 30px;}

/* default close button positioned on upper right corner */
div.overlay div.close {
    background-image:url(../images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
div.overlay div.close:hover {
    background-image:url(../images/closeHover.png); 
}
/* container for external content. uses vertical scrollbar, if needed */ 
div.contentWrap { 
    overflow-y:hidden;
}

.myClear {
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	width:100%;
}