body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 70%; 
	line-height: 170%;
	background-image:url(../pics/background.png);
	overflow-y: scroll;
}

a {
	color: rgb(50,100,180);
}

a:link, a:visited {
	text-decoration: none; 
}

a:active, a:hover { 
	text-decoration: underline; 
	color: blue;
}

a img {
	border: 0px;
}

#body {
	margin: auto;
	width: 910px;
	margin-top: 10px;
	margin-bottom: 20px;
	height:100%;
}

#header {
	background-image:url(../pics/bg_top.png);
	border-bottom: 0px;
	border-top: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	font-size: 9px;
	padding:17px 18px 13px 20px;
	vertical-align:bottom;
	text-align:right;
}

#logo_black { display:none; }
#logo_white { display:block; }

#subtitle {
	margin:auto;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	font-size: 11px;
	text-align:right;
	padding:4px 18px 0px 18px;
	background-color:white;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold;
}


#main {
	margin:auto;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	font-size: 11px;
	padding:20px 20px 40px 20px;
	background-color:white;
	margin-top:0px;
	margin-bottom:0px;
}

#menu {
	float: left;
	line-height:100%;
	width:145px;
	padding-left: 0px;
	padding-right:15px;
	padding-bottom:50px;
	border-right: 1px solid #c0c0c0;
}

#menu a {
	display:block;
	padding:3px 6px 3px 20px;
	background: url(../pics/none.gif) left center no-repeat;
	margin:0px;
}

#menu a:hover {
	text-decoration:none;
	background: url(../pics/arrow.png) left center no-repeat;
}

#menu a.english, #menu a.english:hover {
	text-decoration:none;
	margin-left:-2px;
	margin-top:16px;
	padding:3px 6px 3px 23px;
	background: url(../pics/en.png) left center no-repeat;
}

#menu a.deutsch, #menu a.deutsch:hover {
	text-decoration:none;
	margin-left:-2px;
	margin-top:16px;
	padding:3px 6px 3px 23px;
	background: url(../pics/de.png) left center no-repeat;
}


#menu a.mobile, #menu a.mobile:hover {
	text-decoration:none;
	margin-left:-2px;
	margin-top:10px;
	padding:3px 6px 3px 24px;
	background: url(../pics/mobile.png) left center no-repeat;
}


#menu_active {
	display:block;
	font-weight:bold;
	padding:3px 6px 3px 20px;
	margin:0px;
	background: url(../pics/arrow.png) left center no-repeat;
}

#direct_contact {
	padding-left: 8px;
	padding-top: 40px;
	font-size: 10px;
}
#direct_contact .de {
	padding:4px 0px 20px 14px;
	font-weight:bold;
}
#direct_contact .en {
	padding:4px 0px 20px 12px;
	font-weight:bold;
}


#content {
	margin-left: 205px;
	padding-right: 20px;
}
/********* BOD Titel der aktuellen Seite *********************************/
h1 {
	font-size:17px;
	letter-spacing:0px;
	font-weight: bold;
	font-style: italic;
	color: black;
	margin: 0px 0px 30px -10px;
	padding: 4px 10px 4px 11px;
	background: url(../pics/header.png) repeat-y;
}
h2 {
	font-size:17px;
	font-weight: bold;
	font-style:italic;
	color: black;
	padding: 10px 0px 0px 0px;
}


/********** BOD Texteingabefelder **************************************/
.t {
	padding:2px 3px;
	margin:1px;
	border:1px solid black;
}
.t:hover {
	border:1px solid blue;
}
/********** EOD Texteingabefelder **************************************/

textarea, input {
	font-size:11px;
	font-family:Verdana;
}

/***************************************************************/
legend {
	font-weight:bold;
	padding:2px 5px;
	margin-bottom:3px;
}
fieldset {
	padding:10px 15px 15px 15px;
	border:1px solid #a0a0a0;
}
.prices {
	padding:4px 10px 19px 10px;
}
.pricestd {
	padding:6px 6px 6px 10px;
	line-height:130%;
}
/***************************************************************/
ul {
	padding-left:0px;
	margin-left:20px;
}

.external {
	padding-left:13px;
	background:url(../pics/external.png) no-repeat left center;
}


#contact {
	background: url(../pics/at.jpg) no-repeat right center;
	padding-right:250px;
}

#shopping {
	background: url(../pics/software_big.jpg) no-repeat right top;
	padding-right:250px;
}

#reference {
	background: url(../pics/reference.jpg) no-repeat right center;
	padding-right:134px;
}
#home {
	background: url(../pics/home.jpg) no-repeat right top;
	padding-right:260px;
}

#update {
	text-align:right;
	font-size: 9px;
	color:#888888;
	padding:10px;
	background-color:white;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
}

.mwst {
	font-size:9px;
	color:#888888;
}

#footer {
	text-align:right;
	padding:4px 10px 5px 10px;
	border-top: 0px;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	background-color:#00395f;
	color:white;
}
#footer a {
	color: white;
	text-decoration:underline;
}
#copy {
	float: left;
}
