@charset "UTF-8";

body {
	background-color: #f2f0f0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color:#061732;
	padding: 0px;
	margin: 0px;
	height:100%;
}

p {
	font-size: 12px;
	line-height: 22px;
	margin: 10px 0 15px 0px;
	letter-spacing: 0px;
}

.pbold {
	font-weight: bold;
}

h1, h2, h3 {
	font-size: 14px;
	font-weight: bold;
	color: #061732;
	margin-bottom: 0px;
}

h1 {
	margin-top: 0px;
}

img {
	border: none;
}

.clearer {
    clear:both;
    margin-bottom: 0px;
}

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

ul {
	margin: 0px;
	padding: 0px;
}

hr {
	background-color:#061732;
	color:#061732;
	border: #061732;
	height: 1px;
}

#container {
	width: 610px;
	margin: 30px auto 30px;
}

#wrapper {
	width: 610px;
	margin: 0px;
	padding: 0 0 0 0px;
	position: relative;
}

#page {
	width: 610px;
	margin: 0px 0 0 0px;
	float:left;
}

#topCont {
	width: 610px;
	margin: 0px auto;
	margin-bottom: 56px;
}

#botCont {
	width: 610px;
	text-align: left;
}

p.botNavi {
	width: 610px;
	font-size: 10px;
	margin-top: -5px;
	margin-bottom: 0px;
}

#Content {
	width: 610px;
	text-align: left;
	margin: 0 0 0 0px;
}

.google {
	border: 0px;
}

.googleBU {
	font-size: 10px;
	margin: 0 0 40px 0;
}

/* ---------------------------------- */


#Navigation {
	text-align: left;
	line-height: 19px;
	width: 140px;
	margin: 97px 0 0 20px;
	float: left;
}
#Navigation ul {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

.btn {
    display: block;
    width: 140px;
    height: 50px;
    text-indent: -9999px;
    outline: none;
}

#navi_top {
	width: 140px;
    height: 28px;
    background: url(../pics/navi_top.jpg) no-repeat 0 0;
}

#navi_bot {
	width: 140px;
    height: 81px;
    background: url(../pics/navi_bot.jpg) no-repeat 0 0;
}

#btn_start {
    background: url(../pics/start.jpg) no-repeat 0 0;
}

#btn_start_on {
    background: url(../pics/start.jpg) no-repeat 0 -50px;
}

#btn_referenzen {
    background: url(../pics/referenzen.jpg) no-repeat 0 0;
}

#btn_referenzen_on {
    background: url(../pics/referenzen.jpg) no-repeat 0 -50px;
}

#btn_leistungen {
    background: url(../pics/leistungen.jpg) no-repeat 0 0;
}

#btn_leistungen_on {
    background: url(../pics/leistungen.jpg) no-repeat 0 -50px;
}

#btn_netzwerk {
    background: url(../pics/netzwerk.jpg) no-repeat 0 0;
}

#btn_netzwerk_on {
    background: url(../pics/netzwerk.jpg) no-repeat 0 -50px;
}

#btn_kontakt {
    background: url(../pics/kontakt.jpg) no-repeat 0 0;
}

#btn_kontakt_on {
    background: url(../pics/kontakt.jpg) no-repeat 0 -50px;
}

#btn_impressum {
    background: url(../pics/impressum.jpg) no-repeat 0 0;
}

#btn_impressum_on {
    background: url(../pics/impressum.jpg) no-repeat 0 -50px;
}

a:hover#btn_start, a:focus#btn_start {
    background: url(../pics/start.jpg) no-repeat 0 -50px;
}

a:hover#btn_referenzen, a:focus#btn_referenzen {
	background: url(../pics/referenzen.jpg) no-repeat 0 -50px;
}

a:hover#btn_leistungen, a:focus#btn_leistungen {
	background: url(../pics/leistungen.jpg) no-repeat 0 -50px;
}

a:hover#btn_netzwerk, a:focus#btn_netzwerk {
    background: url(../pics/netzwerk.jpg) no-repeat 0 -50px;
}

a:hover#btn_kontakt, a:focus#btn_kontakt {
	background: url(../pics/kontakt.jpg) no-repeat 0 -50px;
}

a:hover#btn_impressum, a:focus#btn_impressum {
	background: url(../pics/impressum.jpg) no-repeat 0 -50px;
}


/* ---------------------------------- */

a:link {
	color: #061732;
	text-decoration:underline;
	
}

a:visited {
	color: #061732;
	text-decoration:underline;
	
}

a:hover {
	color: #061732;
	text-decoration:none;
	
}

a:active {
	color: #061732;
	text-decoration:none;
}

