@charset "UTF-8";

body {
	background-color: white;
	font-family: Arial, Times, sans-serif;
	padding: 0px;
	margin: 0px;
}

a {	
	color: #2F4F4F;
}

a#logo{
	margin-right: 10px;
}

a.navigation{
	margin: 10px;
}



div#header {
	background-color: black;
	background-image: url("../media/header3_weiss_118.png");
	background-repeat: no-repeat;
	background-position: center right;
	background-attachment: scroll;
	padding: 10px;
}

div#headergrey {
	background-color: #808080;
	background-image: url("../media/header3_weiss_118.png");
	background-repeat: no-repeat;
	background-position: center right;
	background-attachment: scroll;
	padding: 10px;
}

div#headermilitary {
	background-color: #677821;
	background-image: url("../media/header3_weiss_118.png");
	background-repeat: no-repeat;
	background-position: center right;
	background-attachment: scroll;
	padding: 10px;
}

div#headerblue {
	background-color: #6F8A91;
	background-image: url("../media/header3_weiss_118.png");
	background-repeat: no-repeat;
	background-position: center right;
	background-attachment: scroll;
	padding: 10px;
}

div#headerrose {
	background-color: #D35F5F;
	background-image: url("../media/header3_weiss_118.png");
	background-repeat: no-repeat;
	background-position: center right;
	background-attachment: scroll;
	padding: 10px;
}

div#headersea {
	background-color: #008066;
	background-image: url("../media/header3_weiss_118.png");
	background-repeat: no-repeat;
	background-position: center right;
	background-attachment: scroll;
	padding: 10px;
}

div#headercherry {
	background-color: #A02C5A;
	background-image: url("../media/header3_weiss_118.png");
	background-repeat: no-repeat;
	background-position: center right;
	background-attachment: scroll;
	padding: 10px;
}

div#headerviolet{
	background-color: #916F8A;
	background-image: url("../media/header3_weiss_118.png");
	background-repeat: no-repeat;
	background-position: center right;
	background-attachment: scroll;
	padding: 10px;
}

div#headersand{
	background-color: #C8AB37;
	background-image: url("../media/header3_weiss_118.png");
	background-repeat: no-repeat;
	background-position: center right;
	background-attachment: scroll;
	padding: 10px;
}

div#content{
	background-color: white;
	height: 2000px; 
	padding: 0px;
	margin-bottom: 10px;
}
		
div#breadcrumbs {
	font-size: 12px;
	margin-bottom: 10px;
	color: black;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 10px;
}

h2 {	
	font-size: 16px;
}

div#box{
	float: right;
	padding: 5px;
	padding-top: 10px;
	border-left-style: solid;
	border-left-width: 2px;
	border-color: black;
	height: 2000px;
	width: 50%;
	text-align: justify;
	font-size: 13px;
}

div.text{
text-align: justify;
font-size: 13px;
padding-top: 10px;
padding-right: 0px;
padding-left: 10px;
padding-bottom: 5px;
margin-right: 52%;
}

img.kollazh{
	width: 100%;
}

img#man{
float: right;
}

div#bottom {
	background-color: black;
	height: 100px;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: black;
	padding: 5px 5px 5px 5px;
	font-size: 14px;
}

div#copy {
	text-align: right;
	float: right;
	color: white;
}




