.grau_firma {
	color: #202a37;
}
.grau {
	color: #67696c;
}
.blau {
	color: #7399c6;
}

html, body {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

div {
    text-align: left;
}

p, strong, b, i, em, u, strike, ul, ol, li, dl, dt, dd, blockquote, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, th, td, textarea {
    font-size: 11px;
}

dl, dd {
    margin: 0;
    padding: 0;
}

input, textarea {
    font-family: Arial, Helvetica, Sans-Serif;
    vertical-align: text-bottom;
}

h6 {
    font-weight: bold;
    display: block;
}

h5, h4 {
    font-weight: bold;
    font-size: 12px;
    display: block;
}

h3, h2 {
    font-weight: bold;
    font-size: 13px;
    display: block;
}

h1 {
    font-size: 14px;
    font-weight: bold;
    display: block;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

strong, b {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

/*** verschachtelung von STRONG und EM ***/
strong i, strong em, em strong, i strong {
    font-style: italic;
    font-weight: bold;
}

u {
    text-decoration: underline;
}

strike {
    text-decoration: line-through;
}

ul, ol, li { /*display: block;*/
    margin-left: 15px;
}

ul li {
    list-style-type: disc;
    /*display: block;*/
}

ol li { /*display: block;*/
    list-style-type: decimal;
}

blockquote {
    display: block;
    margin-left: 15px;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #7399c6;
}

#container {
    width: 964px;
    margin-left: auto;
    margin-right: auto;
}

.referenz {
    background: #f5f5f5;
    height: 318px;
    margin-bottom: 30px;
	position: relative;
}

.referenz .pictures .slide img {
    border: 5px solid #e4e0df;
    position: relative;
    float: left;
}

.slide {
    width: 2000px;
    position: absolute;
    top: 0;
    left: 0;
}

.pictures {
    overflow: hidden;
    width: 535px;
	height: 283px;
    position: relative;
    margin: 20px 0 20px 0;
    float: left;
}

.sleft, .sright {
    width: 20px;
    height: 283px;
    background: #f5f5f5 url(/images/sleft.gif) 50% 50% no-repeat;
    float: left;
    margin: 20px 0 20px 0;
    cursor: pointer;
    visibility: hidden;
}

.sright {
    background: #f5f5f5 url(/images/sright.gif) 50% 50% no-repeat;
}

.textcnt {
    float: right;
	width: 340px;
	margin-top: 20px;
}

.projektdesc, .projektlink {
	/*font-weight: bold;*/
	color: #67696c;
	width: 80px;
}

.projekttxt, .projektlinktxt {
	/*font-weight: bold;*/
	color: #7399c6;
}

.projektlink, .projektlinktxt {
	padding-top: 10px;
}

.projecttb {
	position: absolute;
	bottom: 20px;
	width: 290px;
}

.tbheader {
	height: 134px;
	font-size: 16px;
}

#head {
	position: relative;
}

#sound {
	position: absolute;
	top: 140px;
	right: 64px;
}
