/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

BODY {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10px;
 	color: rgb(58,58,58);
 	background-color: rgb(243,243,243);
 	background-image: url( "../assets/images/background.jpg" );
 	background-repeat: repeat-x;
 	background-attachment: fixed
}

A:visited {
	color: rgb(215,41,41);
 	text-decoration: underline
}

H1 {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 20px;
 	text-transform: capitalize;
 	color: rgb(215,41,41);
 	border-bottom: 2px double rgb(215,41,41)
}

H2 {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 16px;
 	text-transform: capitalize;
 	color: rgb(248,199,21);
 	border-bottom: 2px solid rgb(255,204,0)
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 11px;
 	color: rgb(128,128,128);
 	letter-spacing: 0px;
 	line-height: 18px;
 	font-weight: normal;
 	font-style: normal
}

H3 {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 13px;
 	text-transform: uppercase;
 	color: rgb(255,102,51)
}

A {
	color: rgb(215,41,41);
 	text-decoration: underline
}

.TextNavBar {
	font-family: "Lucida Sans Unicode",  Arial,  Helvetica,  Sans-serif;
 	font-size: 16px;
 	text-transform: uppercase;
 	color: rgb(255,255,255);
 	line-height: 10px;
 	background-color: transparent;
 	padding: 20px 10px
}

A:hover {
	color: rgb(248,199,21);
 	text-decoration: none 
}