@import "default.css";


body {
   font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 0.75em;
  line-height: 1.6em;
  text-align: center;
  /* background-color:  #6082c2; */
  background-color:  #334c5b;
  background-image: url(../images/layout/bg.png);
  color: #fff;
}

.content a, .content a:visited {
	color: #33CCFF;
}
/* ---------------------------------------------------------------------- */
#outerwrapper {
  height: auto;
  width: 100%;
}

#wrapper {
  margin: 0 auto;
  text-align: center;
  background-color: transparent;
  width: 100%;
}

#headerwrapper {
  margin: 0 auto;
  padding-bottom: 0px;
  text-align: center;
  width: 100%;
  height: auto;
  /* background-image:url(../images/layout/header_bg.jpg); */
  background-position: center bottom;
  background-repeat: repeat-x;
}



#projectwrapper {
  margin: 0 auto;
  padding-bottom: 1px;
  padding-top: 3px;
  width: 100%;
  height: auto;
  background-position: center bottom;
  background-repeat: repeat-x;
  /* background-color: #e6e6e6; */
}

#projectwrapper {
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-position: center bottom;
  background-repeat: repeat-x;
}

/* contentwrapper */
#contentwrapper {
  width: 960px;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
  width: 960px;
  height: auto;
  font-size: 1.05em;
  text-align: left;
  margin-top: -22px;
  
}

#footerwrapper {
  /* background-image: url(../images/layout/header_bg.jpg); */
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  width: 100%;
  height: 100%;
}



/* ---------------------------------------------------------------------- */
/* Header */
#header {
  width: 960px;
  overflow: auto;
  margin: 0 auto;
  text-align: left;
  width: 960px;
  height: auto;
	font-size: 1.05em;
	line-height: 1.6em;
}

/* ---------------------------------------------------------------------- */
/* Content */
#content {
  width: 960px;
  overflow: auto;  
  margin: 0 auto;
  text-align: left;
  line-height: 1.6em;
  color: #fff;
  height: auto;
}

.small {
   width: 290px;
   margin: 5px 10px 0px 10px;
   float: left;
}

.smalllast {
  width: 290px;
  margin: 5px 0px 0px 0px;
  float: left;
}

.large {
   width: 605px;
   margin: 20px 35px 0px 0px;
   float: left;
}

.largelast {
   width: 605px;
   margin: 20px 0px 0px 0px;
   float: left;
}

.left {
  float: left;
  margin-right: 10px;
}

.right {
  float: right;
  margin-left: 10px;
}

.btn {
  margin: 25px 0 25px 0 !important;
}

blockquote {
  font-style: italic;
  display: block;
  margin-bottom: 10px;
}

.content ul {
list-style: none;
}





/* ---------------------------------------------------------------------- */
/* col1 */
#col1 {
  width: 205px;
  float: left;
	margin: 0px 25px 0px 0px;  
}

/* ---------------------------------------------------------------------- */
#col2 {
  width: 500px;
  float: left;
  padding: 0 0 0 0;
}
/* ---------------------------------------------------------------------- */
#col3 {
  width: 205px;
  float: right;
 	margin: 0px 0px 0px 25px; 
}
/* ---------------------------------------------------------------------- */
#footer {
  width: 920px;
  text-align: left;
  font-size: 0.95em;
  color: #555;
  margin: 0 auto;
  text-align: left;
	padding: 0px 0px 60px 0px;
}
/* ---------------------------------------------------------------------- */



/* Additional styles */


#content h1,h2,h3 {
	margin: 0px 0px 15px 0px;
}

/* DROP SHADOWS */

.img-shadow {
  float:left;
  background: url(../images/layout/shadows/shadowAlpha.png) no-repeat bottom right    !important;
   background: url(../images/layout/shadows/shadow.gif) no-repeat bottom right; 
  margin: 10px 0 0 0px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #666;
  border: 1px solid #666;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
  #home .img-shadow img:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
  }
  
  
  /* ---------------------------------------------------------------------- */
/* Main Navigation */
#mainnav {
  text-align: left;
  position: relative;
  top: -82px;
  left: 530px;
  overflow: hidden;
  width: 420px;
  height: 31px;
}

#mainnav ul li {
	float: left;
	margin-right: 5px;
	list-style: none;
}

#mainnav ul li a {
  background-image: url("../images/navigation.gif");
  display: block;
  height: 31px;
}

#mainnav li .home {
	width: 95px;
  background-position: -1px -0px;
}

#mainnav li .home:hover {
  background-position: -1px -31px;
}

#mainnav li .work {
	width: 105px;
  background-position: -110px -0px;
}

#mainnav li .work:hover {
  background-position: -110px -31px;
}

#mainnav li .about {
	width: 103px;
  background-position: -228px -0px;
}

#mainnav li .about:hover {
  background-position: -228px -31px;
}

#mainnav li .blog {
	width: 86px;
  background-position: -345px -0px;
}

#mainnav li .blog:hover {
  background-position: -345px -31px;
}

#mainnav li .contact {
	width: 80px;
  background-position: -444px -0px;
}

#mainnav li .contact:hover {
  background-position: -444px -31px;
}

#mainnav ul li a:hover {
}

#mainnav li span {
  display: none;
}


/* Selected Page */

#mainnav li.selected .home {
  background-position: -1px -62px;
}

#mainnav li.selected .work {
  background-position: -110px -62px;
}

#mainnav li.selected .about {
  background-position: -228px -62px;
}

#mainnav li.selected .blog {
  background-position: -345px -62px;
}

#mainnav li.selected .contact {
  background-position: -444px -62px;
}

.body_img-right {
padding-right: 5px;
padding-left: 15px;
display: inline-block;
float: right;
}

#identity {
  width: 100%;
  height: 86px;
  line-height: 0px;
  font-size: 0;
  display: block;  
  clear: both;
	padding: 55px 0px 0px 0px;
}

#identity h1 a {
  width: 400px;
  height: 117px;
  display: block;
	background-image: url("../images/layout/logo.png");
	background-position: left top;
	background-repeat: no-repeat;
}

#identity h1 a span {
  display: none;
}

#identity img {
  display: none;
}

#content .contact,
#content .checklist {
  border-top: 1px solid #CCCCCC;
  margin: 10px 0 20px 0;
}

#content .contact li {
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #CCCCCC;
  background-image: none;
	line-height: 1.5em;
}

#content .checklist li {
  padding: 5px 0 5px 25px;
  border-bottom: 1px solid #CCCCCC;
  background-image: url("../images/ico_checkliste.png");
  background-repeat: no-repeat;
  background-position: left;
	line-height: 1.5em;
}

#content .contact li span {
  width: 60px;
	float: left;
	display: block;
}


/* ---------------------------------------------------------------------- */
/* Head */

#head {
  height: 400px;
}

#home-firstPhoto {
	margin-left: 30px;
}

#home-contactFirst {
	margin-left: 30px;
}

#contact-contactFirst {
	margin-left: 30px;
}


