* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 135%;
    color: #333;
    text-align: center;
}

a {
    color: #333;
}

a:hover {
    color: #888;
}


/* --- NAVI --- */

#navi {
    height: 45px;
    background-color: #333;
}

#navi_left {
    width: 395px;
    float: left;
}

#navi_right {
    list-style-type: none;
    padding-top: 8px;
    margin-left: 395px;
}

#navi_right li {    
    display: inline;
}

#navi_right li a {
    text-decoration: none;
    float: left;
}

#startseite {
	display:block;
	background-image: url(../bilder/startseite-off.gif);
	width: 78px;
	height: 25px;
}

#startseite:hover, #startseite:active, #startseite:focus, #startseite_on {
	display:block;
	background-image: url(../bilder/startseite-on.gif);
	width: 78px;
	height: 25px;
}

#ueber_uns {
	display:block;
	background-image: url(../bilder/ueber-uns-off.gif);
	width: 77px;
	height: 25px;
}

#ueber_uns:hover, #ueber_uns:active, #ueber_uns:focus, #ueber_uns_on {
	display:block;
	background-image: url(../bilder/ueber-uns-on.gif);
	width: 77px;
	height: 25px;
}

#leistungen {
	display:block;
	background-image: url(../bilder/leistungen-off.gif);
	width: 88px;
	height: 25px;
}

#leistungen:hover, #leistungen:active, #leistungen:focus, #leistungen_on {
	display:block;
	background-image: url(../bilder/leistungen-on.gif);
	width: 88px;
	height: 25px;
}

#referenzen {
	display:block;
	background-image: url(../bilder/referenzen-off.gif);
	width: 87px;
	height: 25px;
}

#referenzen:hover, #referenzen:active, #referenzen:focus, #referenzen_on {
	display:block;
	background-image: url(../bilder/referenzen-on.gif);
	width: 87px;
	height: 25px;
}

#kontakt {
	display:block;
	background-image: url(../bilder/kontakt-off.gif);
	width: 70px;
	height: 25px;
}

#kontakt:hover, #kontakt:active, #kontakt:focus, #kontakt_on {
	display:block;
	background-image: url(../bilder/kontakt-on.gif);
	width: 70px;
	height: 25px;
}

/* --- HEAD --- */

#head {
    height: 220px;
}

#head_left {
    width: 400px;
    padding-top: 65px;
    float: left;
}

#head_left a {
    display: block;    
    width: 290px;
    height: 90px;
    background: url(../bilder/prowebvision-logo.gif) no-repeat;
    text-decoration: none;   
}

#head_right {    
    width: 550px;
    padding-top: 65px;
    margin-left: 400px;

}

#head_right h1 {    
    width: 520px;
    height: 90px;
    background: url(../bilder/vision.gif) no-repeat;
}

/* --- CONTENT --- */

#content {
    min-height: 450px;
    background-color: #ddd;
    padding: 15px 0px 20px 0px;
}

#content p {
    padding: 0px 0px 14px 0px;
}

#content_left {
    width: 350px;    
    float: left;
}

#offer {
    display: block;
    padding: 0;
    width: 300px;
    height: 150px;
    background: url(../bilder/angebot.gif) bottom no-repeat;
    text-decoration: none;
}

#news {
    padding: 10px 0px 0px 4px;
    width: 38px;
    height: 22px;
    background: url(../bilder/news.gif) bottom no-repeat;
}

#content_left table {
    width: 316px;
}

#content_left table tr td.tab_img {
    width: 80px;
    padding: 0px 2px 10px 0px;
}

#content_left table tr td.tab_text {
    width: 220px;
    padding: 0px 2px 10px 10px;
    vertical-align: top;
}

#content_right {
    margin-left: 400px;
    width: 550px;    
}

#content_right h2 {
    padding: 10px 0px 0px 0px;
    width: 400px;
    height: 22px;
    background-repeat: no-repeat;
}

#content ul {
    margin-left: 20px;
}

#content ul li {
    padding: 2px 0px 2px 0px;
}

#content .ref_images {
    margin-left: 0px;
    list-style-type: none;
}

#content .ref_images li {
    display: inline;
    padding: 0px 2px 0px 0px;
}

#pro_desc div {    
    width: 350px;
    display:none;
}

/* --- FOOT --- */
#foot {
    height: 20px;
    padding-top: 2px;
}

#foot_left {    
    width: 350px;    
    color: #aaa;
    font-size: 10px;
    float: left;
}

#foot_right {
    margin-left: 400px;
    width: 550px;
    text-align: right;    
}

#foot_right ul {
    list-style-type: none;    
}

#foot_right ul li {
    display: inline;
    color: #aaa;
    font-size: 10px;
}

#foot_right ul li a {
    text-decoration: none;
    color: #aaa;    
}

#foot_right ul li a:hover {
    text-decoration: underline;
}


/* --- FORM --- */

label {
    display: block;
    padding: 5px 0px 2px 0px;
}

input {
    width: 200px;
}

input.sende {
    width: 61px;
    height: 22px;
    margin: 5px 0px 10px 0px; 
}

textarea {
    width: 200px;
    height: 120px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

/* --- MISC CLASSES --- */

.center {
    width: 950px;
    margin: 0px auto;
    text-align: left;
}

.hidden {
    visibility: hidden;
}

.red {
    color: #A90505;
}