body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}

body {
  background-image: url(../images/bg.jpg);
  background-color: #FFFFFF;
  background-position: top;
  background-repeat: repeat-x;
  font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
}

a {
        text-decoration: none;
        letter-spacing: -0.5px;
        color: #555;
}

h1 {
        font-size: 18px;
        letter-spacing: -0.5px;
        padding-bottom: 8px;
}

h5 {
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 5px;
        letter-spacing: -1px;
}

strong {
        font-weight: bold;
}

.container_wrapper {
  width: 824px;
  margin: 20px auto 0 auto;
  text-align: left;
  position: relative;
}

.container {
        background-color: #FFFFFF;
}

#logo {
        padding: 10px;
        float:left;
}

#drawing {
        position: absolute;
        left: 250px;
        top: 0px;
        left: 230px;
        z-index: 9;
}

#navig {
        z-index:100;

  padding-top: 50px;
        position:absolute;
        right: 0;
}

#navig ul {
}

#navig ul li {
        float: left;
        margin: 0;
        background-image: none;
        padding: 0;
}

#navig ul li a {
        color: #bda87f;
        font-weight: bold;
        font-size: 15px;
        padding: 10px;
        display: inline-block;
}

.selected_home {
        background-color: #787878;
        color: white ! important;
}

.selected_projects {
        background-color: #ac3b19;
        color: white ! important;
}

.selected_profile {
        background-color: #f4b44c;
        color: white ! important;
}

.selected_services {
        background-color: #30468b;
        color: white ! important;
}

#subnavig {
        clear: left;
        padding: 10px;
}

#header_image {
        height: 109px;
}

#tags {
        height: 70px;
}

.left {
        float: left;
	width: auto;
	text-align: left;
}

.right {
        float: right;
}

.page {
        clear: left;
}

.clear {
        clear: both;
}

.content_dark {
        background-color: #e7e7e7;
        padding: 10px;
        min-height: 600px;
}

#news {
        position: relative;
        width: 462px;
        float:left;
        padding: 10px 0;
        background-color: #e7e7e7;
        height: 380px;
}

#news #news_paper {
        position: absolute;
        top: 50px;
        left: 0px;
}

#who_is_who {
        position: relative;
        width: 362px;
        float:left;
        padding: 10px 0;
        background-color: #f3f3f3;
        height: 380px;
}

/* Das lose div braucht eine class - wichtig */

#who_is_who div {
  padding-right: 30px !important;
}

#who_is_who div div {
  padding-right: 0px !important;
}

#who_is_who #book {
        position: absolute;
        left: -40px;
        top: 50px;
}

#about_me {
        position: relative;
        background-color: #fff;
        float: left;
        width: 442px;
        padding: 10px;
        height: 360px;
}

#about_me #portrait {
        position: absolute;
        left: -50px;
        bottom: 0;
}

#references {
        background-color: #fff;
        width: 342px;
        float: left;
        padding: 10px;
        padding-bottom: 0;
        height: 360px;
}

/*
html .container_wrapper #project_frames .project_frame .project_frame_hover {
  overflow: auto !important;
  height: 1px !important;
}
*/

.project_frame {
        width: 236px;
        height: 190px;
        margin: 15px;
        position: relative;
        overflow:visible;
        float:left;
}

.project_frame .project_frame_hover {
        position: absolute;
        left: 16px;
        top: 147px;
        background-image: url(../images/project_frame_bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
        width: 202px;
        overflow: hidden;
}


.service_wrapper {
        clear: both;
        padding: 15px 0px 15px 0px;
        border-bottom: 1px dotted #999;
        position: relative;
        min-height: 200px;
}

.service_text {
        margin-right: 20px;
        width: 430px;
}

.service_wrapper .service_image {
        /*
        float: left;
        */
        position: absolute;
        right: 0;
        top: 10px;
}

.reference_box {
        padding: 5px;
        margin-right: 20px;
        border-bottom: 1px dotted #999;
}

.reference_box h1 {
        padding-bottom: 2px;
        color: #555;
}

.reference_box p {
        color: #888;
}

.project_frame .project_frame_hover .project_links {
        padding: 2px;
        clear: left;
}

.project_frame .project_frame_hover .project_links:hover {
        color: #fff;
}

.project_frame .project_frame_hover .project_links .project_thumb_image {
        float: left;
        padding: 2px 5px 2px 5px;
}

.project_frame .project_frame_hover .project_links .project_link {
        padding-top: 8px;
        line-height: 0.5em;
}

.project_frame .project_frame_hover .project_links .project_link h5 {
        line-height: 0.9em;
}

.galleryview_wrapper {
        position: relative;
        padding: 0 25px 0 25px;
        height: 100px;
        overflow: hidden;
}

.galleryview_wrapper .prev {
        position: absolute;
        left: 5px;
        top: 50px;
}

.galleryview_wrapper .next {
        position: absolute;
        right: 5px;
        top: 50px;
}

.galleryview ul li {
        padding: 5px;
        width: 100px;
        height: 100px;
        background-image: none;
}

.button_back {
        padding: 5px 5px 5px 25px;
        background-image: url(../images/prev.gif);
        background-repeat: no-repeat;
        background-position: 5px 5px;
        font-weight: bold;
        background-color: #999;
        color: #555;
}

ul
{
        margin-left: 10px;
        padding-left: 0;
        list-style: none;
        color: #4f4f4f;
}

ul li
{
        background-image: url(../images/bullet.gif);
        background-repeat: no-repeat;
        background-position: 0 .9em;
        padding: 7px 7px 7px 15px;
}

.content {

}

.footer {
        clear: left;
        background-color: #787878;
  	width: 824px;
  	margin: 0px auto 0 auto;
        padding: 10px 0;
  	position: relative;
  	color: #e3e3e3;
  	font-size: 10px;
}

.footer a {
        font-size: 10px; 
        color: #e3e3e3;
}

.footer .left {
  	padding-left: 10px;
}

.footer .right {
        float: right;
  	padding-right: 10px;
        text-align: right;
}
