@charset "UTF-8";
/* CSS Document */

/*Sitewide tag styles and bug fixes*/
h1, h2, h3, h4, h5, h6, p, ul, form, blockquote {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}
a {
	text-decoration: none;
}
a img {
	border:none;
}


#mainContent h1 {
	line-height: 13pt;
	color: #333333;
	margin-bottom: 5px;
	font-weight: normal;
	margin-left: 30px;
}
#mainContent h2 {
	line-height: 18pt;
	color: #333333;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 16pt;
}
#mainContent h3 {
	line-height: 17pt;
	color: #333333;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 16pt;
}
#mainContent p {
	line-height: 13pt;
	color: #333333;
	margin-bottom: 10px;
	margin-left: 30px;
}
.terms {
	line-height: 8pt !important;
	font-size: 7pt;
}


#footer p {
	line-height: 14pt;
	color: #333333;
	margin-bottom: 15px;
	margin-right: 350px;
}

.highlighttext {
	font-size:16pt;
}
.annotation {
	font-weight:bold;
	color: #FABC37;
}
.redsubheader {
	font-weight:bold;
	color: #DA001B;
}
h4 {
	color: #333333;
	font-weight: bold;
	margin-left: 30px;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #CCCCCC;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #DF001A;
	margin-right: 340px;
}


/*Layout styles*/
.extraspace {
	margin-right: 10px;
}
.extrabottommargin {
	margin-bottom: 40px !IMPORTANT;
}
#freetrans {
	margin-top: 15px;
}
#services #mainContent p {
	padding-right: 340px;
}
#quote {
	position: relative;
	left: 580px;
	top: -670px;
}
#angebot {
	position: relative;
	left: 580px;
	top: -780px;
}

/*Background images*/
#agb #mainContent {
	background-image: url(images/services.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 340px;
}

/*links*/
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000000;
}
#mainContent a:link {
	color: #333333;
}
#mainContent a:visited {
	color: #666666;
}
#mainContent a:hover {
	color: #178B38;
}


/*"areas of expertise" on home page*/
#expertise1 {
	width: 420px;
	float: left;
	margin-right: 20px;
	height: 160px;
}
#expertise2 {
	width: 400px;
	float: left;
	height: 160px;
}
#expertise1 p, #expertise2 p {
	margin-bottom: 5px;
}

.expertiselinks a:link {
	font-weight:bold;
	color: #DA001B;
}
.expertiselinks a:visited {
	font-weight:bold;
	color: #DA001B;
}
.expertiselinks a:hover {
	font-weight:bold;
	color: #FF0000;
}

