/* 
* CSS style	
*/
a, a:link, a:hover, a:active, a:visited {
	font-family: Arial;
	font-size: 15px;
	color: #791a04;
	
	text-decoration: none;
}

body {
  background-color: #d3dae4;
}

/*
 * CSS style fuer den Header
 */
.headerBackground {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

/*
* CSS style fuer das Hauptmenue
*/
.MainLink, .MainLink:hover, .MainLink:link, .MainLink:visited, .MainLink:active {
	font-family: Verdana;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}

.MainLink:hover {
	color: #137eeb;
}

.MainLinkACT, .MainLinkACT:hover, .MainLinkACT:link, .MainLinkACT:visited, .MainLinkACT:active {
	font-family: Verdana;
	font-size: 15px;
	text-transform: uppercase;
	color: #137eeb;
	text-decoration: none;
}

/*
* CSS style fuer das Submenue
*/
.SubLink, .SubLink:hover, .SubLink:link, .SubLink:visited, .SubLink:active {
	font-family: Verdana;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

.SubLink:hover {
	color: #137eeb;
}

.SubLinkACT, .SubLinkACT:hover, .SubLinkACT:link, .SubLinkACT:visited, .SubLinkACT:active {
	font-family: Verdana;
	font-size: 13px;
	text-transform: uppercase;
	color: #137eeb;
	text-decoration: none;
}

/*
* Footer Text
*/
.footerText {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
}

/*
* Titel Text Rot
*/
.contentTitleRed {
	font-family: Arial;
	font-size: 26px;
	color: #92969a;

}

/*
* Titel Text Blau
*/
.contentTitleBlue {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #001c4a;
}

/*
* Text
* color: #001c4a;
*/
.contentText {
	font-family: Arial;
	font-size: 13px;
	color: #2a4563;
}

/*
* Google Werbung
*/
.google img {
	margin-right: 10px;
}

/*
* Logbuch Bilder
*/
#logImages img {
	padding: 5px;
}

/*
* Gästebuch
*/
.tx-guestbook-list-header {
	background-color: #0e1e34;
}