@charset "utf-8";

a:link {
	text-decoration:none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #400000;
//	text-shadow: 1px 1px 0px rgb(32,1,0);

}


body {
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0px;
	background-color: rgb(255,255,255);
	background-image:url(../_img/bglogo.png);
	background-repeat: no-repeat;
	background-size: 800px;
	background-position:400px 250px;
	font-family: 'PT Sans', serif;
	font-size:20px;
	color: #330000;
}

.nav {
	width:auto;
 	line-height:0px;
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	margin-left:-50px;
	text-align:center;
	font-size: 20px;
	font-weight: bold;
//	text-shadow:0.5px 0.5px #ffcc66; 

}
.colorgradient{
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjYwMCIgc3RvcC1vcGFjaXR5PSIwLjczIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjAwMzMiIHN0b3Atb3BhY2l0eT0iMC43MyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(255,102,0,0.73) 0%, rgba(102,0,51,0.73) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,102,0,0.73)), color-stop(100%,rgba(102,0,51,0.73))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,102,0,0.73) 0%,rgba(102,0,51,0.73) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,102,0,0.73) 0%,rgba(102,0,51,0.73) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,102,0,0.73) 0%,rgba(102,0,51,0.73) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,102,0,0.73) 0%,rgba(102,0,51,0.73) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#baff6600', endColorstr='#ba660033',GradientType=1 ); /* IE6-8 */

background-size: cover;
background-repeat:no-repeat;
min-width: 1000px;
height:40px;
}

header {
	text-align: left;
	color: #F05A28;
}
#header1{
	
}
#header2{
	text-align: left;
	font-size: 28px;
	font-weight: bold;

}
#header3{
	text-align: left;
	font-size: 28px;
}
#header4{
	color: #330000;
	text-align: left;
	font-size: 28px;
}


h1 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-color: ;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.fototop {
	border: 3px solid #330000;
	margin:0;
}
.foto {
	border: 3px solid #330000;
	margin: 15px;
	margin-right: 20px;
	margin-left: 0px;
}
.contentlink {
	text-decoration:none;	
	color: rgba(0,0,0,1);
	font-size:20px;
}