/* CSS Document */
body{
	background:url(../img/bg.jpg) repeat-x top center #FFFFFF; color:#171717;
}
ul, li {
	list-style: none;
	margin:0;
	padding: 0;
}

h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
}
h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	font-size: 2.4em;	
}
h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: #000;
}

.subhead {
	color:#6ea7cb; 
}
.more span {
	font-size: .9em;
	color: #555;
	font-style: italic;
}

p + p {
	margin-top: 0;
	text-indent: 0;
}

/* -- top navigation start -- */
#navigation {
	background:url(../img/bg.gif) repeat-x 0 0 #292929;
	color:#C1C1C1;
}

#topNav{
	margin:0 auto;
	height:37px;
}
#topNav ul li{
	height:37px; float:left;
	color:#C1C1C1;
	font:bold 12px/37px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#topNav ul li a{
	padding:0 18px;
	margin:0 10px 0 10px;
	height:37px;
	float:left;
	text-decoration:none;
	display:block;
	color:#fff;
	font:bold 12px/37px;
	display: inline;
}
#topNav ul li a:hover{
	background-color: #6ea7cb;
}

/* -- body start -- */
.section {
	background: #ffffff url(../img/divider.jpg) no-repeat 0 0;
	padding-top: 5px;
	padding-bottom: 20px;
	border-top: 1px solid #ccc;
}
.section h2, .section p, .section h3, .section h4 {
	padding-left: 10px;
	margin-right: 10px;
}
#services-two ul  {
	padding: 0 0 1em 1em;
}
#services-two ul li {
	list-style: disc;
}
#services-one ul {
	clear: both;
	float: left;
}
#services-one ul li {
	list-style-type: disc;
	margin-left: 25px;
}
#contact-info, #phone-info, .large {
	font-size: 1.5em;
}
.caption {
	color: #555;
}
.question {
	font-size: 1.5em;
	font-weight: bold;
	color: #6ea7cb;
}
.answer {
	padding: 0 0 10px 0;
}
.scrollto {
	text-align: right;
	border-top: 1px solid #ccc; 
	padding: 0 0 4em 0;
}
.scrollto a, .scrollto a:visited {
	background-color: #333;
	padding: 3px 1em;
	color: #fff;
	text-decoration: none;
}
.scrollto a:hover, .scrollto a:active {
	background-color: #6ea7cb;
	color: #fff;
	text-decoration: none;
}
/* -- body end -- */

/* footer start -- */
#footer{
	background-color:#292929; color:#FFFFFF;
	height: 100px;
}
#footer ul li{
	font:bold 12px/20px Arial, Helvetica, sans-serif;
	color:#FAFAFA; background-color:#292929; float:left;}
#footer ul li a{
	text-decoration:none;
	color:#FAFAFA; background-color:#292929; padding:0 8px;}
#footer ul li a:hover{
	text-decoration:none;
	color:#FAFAFA; background-color:#484848; padding:0 8px;}
#copyright {
	color:#EDE3C0; background-color:#292929;
	text-align: center;
}
/* footer end -- */

.ui-widget-overlay{
        opacity:0.7;
        background-color: #000;
} 

/* misc start -- */

#newlocation {
	color: red;
	font-style: italic;
}

.redoutline {
}

p.h2title {
	margin: 0;
	padding: 0;
	color: #6EA7CB;
	font-size: 1.5em;
	padding-left: 10px;
}

#leereiter img {
	padding: 0 0 10px 10px;
}



