/*
The CSS-Styles must remain as follow. Due to the templates, to which the classes are connected, it is not possible or recommandable to change class names or add new classes. If something must be changed, please apply the changes directly on the style classes. The styles are named by their function and you can find more information in the comments for each class.
*/

/*Headnavigation - To change the fontsize, just edit the value "11px" to a value you want.*/
a.headnavi:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}

a.headnavi:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}

a.headnavi:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}

a.headnavi:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

/*Hauptnavigation - To change the fontsize, just edit the value "11px" to a value you want.*/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}

/*Comments on the right - To change the fontsize, just edit the value "12px" to a value you want.*/

a.comments:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #697d93;
	text-align: justify;
}

a.comments:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #697d93;
	text-align: justify;
}

a.comments:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #697d93;
	text-align: justify;
}

a.comments:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-align: justify;
}

/*Textclasses*/
h1 {
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size: 33px;
	font-weight: bold;
	color: #e6eef4;
}

/*Header in content*/
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5e748b;
}

/*Header in Sidebar (right)*/
.sidebar-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8e8e8e;
}

/*Header in top image under James Simmonds*/
.header-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/*Black Text - To change the fontsize, just edit the value "12px" to a value you want.*/
.text-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

.text-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: italic;
}
/*Submit Button*/
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #E7EFF7;
	border: 1px solid #CCCCCC;
	width: 100px;
	text-align: right;
}

/*Form Fields*/
.form-contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #EFEFEF;
	border: 1px solid #6B7D94;
	width: 200px;
}
/*Table border (line on the right)*/
.border-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D3CE;
}
