/* BASIC */

* {
    outline: none;
}

html, body { 
    margin:0px; 
    padding:0px; 
    font-family: Arial, Arial, Helvetica, sans-serif;
    color: #6e6e6e;
    font-size: 10pt; 
}

html { 
    background: #fff url(../images/bg.gif) repeat top left; 
}

img {
    margin: 0px; 
}

h2 {
    font-size: 10pt;
    font-weight: normal; 
    padding: 0px; 
    margin: 0px; 
}

h3 {
    font-size: 10pt;
    font-weight: bold; 
    padding: 0px; 
    margin: 0px 0px 0px 0px;
    display: inline;  
}

h4 {
    padding: 0px; 
    margin: 0px 0px 0px 5px;
    font-size: 10pt; 
    font-weight: normal; 
    display: inline; 
}

hr {
    border: 0px; 
    border-bottom: 1px dotted #c3c3c3; 
    height: 1px; 
    background-color: transparent; 
}

p {
    margin: 0px; 
    padding: 0px; 
    margin-bottom: 7px; 
}

ul, ul li {
    list-style: none; 
    margin: 0px; 
    padding: 0px; 
}

a           { color: #409fe8; }
a:link      { text-decoration: none; }
a:visited   { text-decoration: none; }
a:hover     { text-decoration: underline; }
a:active    { text-decoration: none; }
a:focus     { text-decoration: underline; }

a.whitelink { color: #fff;}
a.whitelink:link      { text-decoration: none; }
a.whitelink:visited   { text-decoration: none; }
a.whitelink:hover     { color: #409fe8; }
a.whitelink:active    { text-decoration: none; }
a.whitelink:focus     { text-decoration: none; }

a img {
    border: 0px; 
}

a.btn {
    position:relative; 
    width: 164px;
    height: 31px; /*39px*/
    display: block; 
    padding-top: 11px;
    margin-top: -2px; 
    background: transparent url(../images/seperator.gif) no-repeat bottom center; 
}

a.btn:hover  {
    background: transparent url(../images/btn_hover.gif) no-repeat top left; 
}
a.btn.active {
    background: transparent url(../images/btn_hover.gif) no-repeat top left; 
}

a.btn span {
    position: absolute; 
    top: 0px; 
    left: 0px; 
    background: transparent url(../images/btn_hover.gif) no-repeat top left;
    width: 100%; 
    height: 100%;  
    visibility: hidden;
}

._8pt {
    font-size: 8pt; 
}

.left {
    float: left; 
}

.right {
    float: right; 
}

.center {
    text-align: center; 
}

.pagetitle {
    display: block; 
    margin-bottom: 10px; 
}

.pagecontent {
    position: relative; 
    float: left; 
    width: 297px;
    z-index: 20;
    height: 340px;
}

.pagecontent:focus, .pagecontent:active {
    outline: none;
}

*>html.pagecontent {
	width: 200px; 
}

.content {
     
    left: 0px; 
    top: 0px; 
    z-index: 19;
}

#projektinhalt {
    position: relative;
    height: 321px; 
    margin-right: 20px;
    width: 297px;
}


.clear {
    clear: both; 
}

#error {
    width: 389px; 
    height: 196px; 
    margin: 250px auto 0 auto; 
    font-size: 10pt; 
    color: #e0e0e0; 
    text-align: center; 
}


#container {
    position: relative;
    width: 900px; 
    height: auto; 
    margin: 10px auto 10px auto; 
    text-align: center;  
}

#header {
    
    padding: 20px 0 20px 0; 
    
}

#area {
    
    margin-top: 2px; 
    background: transparent url(../images/area.gif) no-repeat top left; 
    position: relative;
    width: 900px; 
    height: 484px;
    color: #c3c3c3;  
}

#left {
    position: absolute; 
    top: 0px; 
    left: 0px;
    height: 100%; 
    width: 342px;   
}

#imageholder_left {
    position: absolute; 
    top: 26px; 
    left: 16px;
    background: transparent url(../images/image1.jpg) no-repeat top left;
    width: 322px; 
    height: 420px;  
}

#imageholder {
    position: absolute; 
    top: 26px; 
    left: 0px;
    background: transparent url(../images/image2.jpg) no-repeat top left;
    width: 326px; 
    height: 422px; 
    z-index: 0;  
    display: none;
}

#imageholder.image1 {
    background: transparent url(../images/image2.jpg) no-repeat top left;
}

#imageholder.image3 {
    background: transparent url(../images/image3.jpg) no-repeat top left;
}

#imageholder.image_lebenslauf {
    background: transparent url(../images/bg_lebenslauf.jpg) no-repeat top left;
}

#imageholder.image_projekte {
    background: transparent url(../images/bg_projekte.jpg) no-repeat top left;
}

#imageholder.image_kontakt{
    background: transparent url(../images/bg_kontakt.jpg) no-repeat top left;
}

#imageholder.image_erfahrung{
    background: transparent url(../images/bg_erfahrung.jpg) no-repeat top left;
}

#imageholder.image_kunden{
    background: transparent url(../images/bg_kunden.jpg) no-repeat top left;
}

#imageholder.image_willkommen {
    background: transparent url(../images/bg_willkommen.jpg) no-repeat top left;
}

#center {
    position: absolute; 
    top: 0px; 
    left: 342px;
    height: 100%; 
    width: 214px;   
    text-align: center; 
}

#navi {
    position: relative;
    margin: 100px 32px 100px 26px; 
    
}
#right {
    position: absolute; 
    top: 0px; 
    left: 556px;
    height: 100%; 
    width: 342px;  
}
#container_left {
    font-size: 9pt; 
    margin: 43px 10px 30px 30px;
    height: 385px; 
    max-height: 385px; 
    overflow: hidden; 
    text-align: left;
    z-index: 10; 
    display: none;
}

#container_right {
    margin: 43px 30px 30px 15px;
    height: 385px;
    text-align: left;
    z-index: 12;  
    display: none; 
    overflow: hidden; 
}

#kontakt {
    font-size: 9pt;
}

#kontakt table th {
    font-weight: bold; 
    vertical-align: middle;  
}

#kontakt table td {
    vertical-align: middle;  
}

#kontakt .input {
    border: 1px solid #5490db; 
    background: #fff url(../images/input.gif) repeat-x bottom left; 
    height: 16px; 
    padding-left: 4px;
    padding-right: 4px;
    color: #5490db;
    width: 168px;
    font-size: 9pt; 
}

#kontakt .textarea {
    border: 1px solid #5490db; 
    background: #fff url(../images/input.gif) repeat-x bottom left; 
    height: 70px; 
    padding: 4px;
    color: #5490db;
    width: 274px;
    font-size: 9pt; 
    font-family: Arial, Arial, Helvetica, sans-serif; 
    margin: 0px; 
}

#projekte {
    margin-top: 0px; 
    margin-left: 0px;
    padding-bottom: 110px;
}

#projekte .titel{
    height: 17px;
    width: 270px; 
    padding: 3px 5px 4px 7px; 
    margin-top: 2px; 
    cursor: pointer;  
    border-bottom: 1px dotted #c3c3c3; 
}

#projekte .titel:hover{
    color: #409fe8; 
    background: transparent url(../images/projekte_titel.png) no-repeat bottom center;
}

#projekte .titel span {
    font-size: 7pt; 
} 

#projekte .titel .datum {
    float: right; 
    width: 40px;  
    text-align: right; 
}

.floatleft {
    float:left; 
}


#projekte .selected{
    height: 16px;
}

#projekte .vorschau{
    padding: 0px; 
    /*height: 106px;*/
    width: 280px;   
    display: none;
    /*border-bottom: 1px dotted #c3c3c3;*/ 
    overflow: hidden;  
}

#projekte .open{ 
    display: block; 
}

#projekte .vorschau img{
    margin: 0px;
    margin-left: 1px; 
    border: 0px;    
}

#projekte .titel .datum {
    float: right;   
}

#projekt .details {
    font-size: 9pt;  
}

#projekt .link {
    margin-top: 3px;
    margin-bottom: 7px;  
}

#projekt .details .title {
    font-weight: bold; 
    font-style: italic;  
}

#projekt .bilder {
    text-align: center; 
    border-bottom: 1px dotted #c3c3c3; 
    padding-bottom: 5px; 
    margin-bottom: 10px; 
}
#projekt .bilder img {
    border: 1px solid #c3c3c3; 
    margin: 2px; 
    padding: 0px; 
}

#projekt .bilder img:hover {
    border: 1px solid #409fe8;
}

.firma {
    padding: 8px 0px 8px 0px;  
    text-align: center; 
    display: block; 
    width: 100%; 
    height: 100%;  
}

#firma .logo {
    float: right; 
    margin-bottom: 6px;   
}

#firma .firmenname {
    font-weight: bold; 
    font-size: 10pt;
    margin-bottom: 2px;  
}

#firma .untertitel {
    margin-bottom: 2px;  
}

#firma .details {
    padding-right: 10px; 
}

#lebenslauf_kriterien {
    text-align: center; 
    line-height: 30pt; 
    font-size: 10pt;
    font-weight: normal;  
}

#lebenslauf {
    font-size: 9pt;  
}

#lebenslauf th {
    font-weight: bold;
    padding: 0px 5px 5px 0px; 
    vertical-align: top; 
    min-width: 70px; 
    text-align: left;  
}

#lebenslauf td {
    padding: 0px 0px 5px 5px; 
    vertical-align: top;  
}

.abschnitt_titel {
    font-size: 10pt; 
    font-weight: bold;
    width: 100%; 
    border-bottom: 1px solid #6e6e6e; 
    padding-bottom: 3px;  
}

#service {
    text-align: center; 
}

._red { color: #db7272; }
._green { color: #91ff9b; }
._blue { color: #94ceff; }
._yellow { color: #efffa7; }
._violet { color: #cea0db; }
._orange { color: #ffca7f; }
._white { color: #6e6e6e; }
._grey { color: #bebebe; }

#newsbox {
    position:absolute; 
    top: 0px; 
    right: 0px; 
    width: 250px; 
    height: 26px; 
    color: #c3c3c3;
    text-align: left;  
    overflow: hidden;
    z-index: 55; 
}

#newsbox .bg {
    position: absolute; 
    width: 100%; 
    height: 100%; 
    background-color: #000; 
    opacity: 0.60;				/* Firefox */
	-moz-opacity:0.60;			/* alte Mozilla Versionen */
}

#newsbox #newsnavi {
    position: relative; 
    margin: 5px 10px 0px 5px; 
    padding-bottom: 5px; 
    border-bottom: 1px dotted #c3c3c3;
    text-align: left;   
}

#newsbox #newsnavi a {
    color: #c3c3c3; 
    font-weight: normal;  
    padding:0px 5px; 
    cursor: pointer; 
    margin-top: -8px; 
}

#newsbox #newsnavi a:hover {
    color: #409fe8; 
    text-decoration: none; 
}

#newsbox #newsnavi a:active {
    color: #409fe8; 
    text-decoration: none; 
}

#newsbox #newsnavi a:focus {
    color: #409fe8; 
    text-decoration: none; 
}

#newsbox .content {
    position: relative; 
    text-align: left; 
    padding: 5px 10px; 
    font-size: 9pt; 
    display: none; 
    overflow: hidden; 
}

#newsbox .content .artikel {
    padding-top: 5px; 
    position: relative;
}


#newsbox .content .artikel .bgodd {
    z-index: 41; 
    background-color: #292929; 
    position: absolute; 
    width: 100%; 
    height: 100%; 
    opacity: 0.50;				/* Firefox */
	-moz-opacity:0.50;			/* alte Mozilla Versionen */
}


#newsbox .content .artikel .text{
    font-size: 9pt;
    padding-top: 5px; 
    position: relative; 
    padding-left: 5px; 
    z-index: 42;
}

#newsbox .content .artikel .datum {
    font-size: 8pt; 
    color: #999999; 
    border-bottom: 1px solid #999;
    display: block; 
    margin-bottom: 3px; 
    margin-right: 5px;   
}

#newsbox #close {
    position: absolute; 
    bottom: 0px; 
    right: 0px; 
    width: 9px; 
    height: 9px; 
    cursor: pointer; 
    z-index: 40; 
    display: none; 
}

/* -- Tooltip -- */
#menuwrapper { position: relative; height: 210px; }
#menu {position: absolute; bottom: 0px; }
.menuitem {
    position: fixed relative; bottom: 0px; display: inline-block; 
} 

img { -ms-interpolation-mode: bicubic; } 

#easyTooltip{
	padding:4px 8px;
	border:1px solid #666666;
	background: #1E1E1E;
	font-family: Tahoma; 
	font-size: 9pt;
	z-index: 100;
	color: #AAAAAA;
	border-radius: 4px; 
    -moz-border-radius: 4px; /* Firefox, */
    -webkit-border-radius: 4px;  /* Safari, Chrome */
}

#footer {
   
}

#footer a {
    color: #6e6e6e;   
} 
#footer a:hover {
    color: #409fe8; 
    text-decoration: none; 
}

#footer a:active {
    color: #409fe8; 
    text-decoration: none; 
}

#footer a:focus {
    color: #409fe8; 
    text-decoration: none; 
}

