@charset "UTF-8";

html,
body {
	background-color: #000000;
	
	padding: 0px;
	margin: 0px;
}

.primaryContainer {
	float: none;
	clear: none;
	background-color: #bff2ba;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	min-height:500px;
	width: 70%;
}

.header {
	width: 100%;
	height: auto;
	margin:0px;
	float: left;
	clear: none;
	position:relative;
	z-index:9999;
}



.main {
	width: 100%;
	height: auto;
	min-height: 500px;
	background-color:#000;
	margin: 0px ;
	float: left;
	clear: none;
	z-index:10;
}

.content {
	width: 100%;
	height: auto;
	min-height: 500px;
	background-color:#000;
	margin: 0px ;
	float: left;
	clear: none;
	z-index:10;
}

.img_header {
	width: 100%;
	float: left;
	clear: none;
	margin: 0px;
}

.image_galerie {
    float: left;
    width: 12%;
    margin: 20px 2% 20px 4%;
    clear: none;
}

#webdesign {
	float: left;
	margin:  auto auto 80px -70px;
	height: auto;
	width: 200px;
	bottom: 0;
	left: 0;
	z-index: 10;
	position:absolute;
}

h1 { 
	color: #ccc; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 30px; 
	font-weight: bold;
	margin: 80px 50px 20px 50px; 
}

h2 { 
	color: #336600; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px; 
    margin: 20px 50px 20px 50px; 
}

p { 
	color: #ccc; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 20px;
	line-height: 24px;
	margin: 20px 50px 20px 50px;
	
}
 
td { 
	color: #660000; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 1.2em;
}

table {
	margin-left:50px;
}

		
li { 
	color: #660000; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 1.2em;
	line-height: 1.6 em;
	margin: 0px 50px 0px 30px;
}



i { 
	color: #999999; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 0.8em;
	margin-left: 80px;
}
	
a img { 
	border: none;
}

a:link { 
	color: #ccc; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration:none; 
}

a:visited { 
	color: #ccc; 
} 

a:hover { 
	color: #fff; 
	}

a:active {
	color: #ff0000;
	text-decoration: none; 
}

a:focus {
	color: #ff0000;
	text-decoration: none; 
}

a.special:link {
	color: #336600;
	text-decoration: none;
}

a.special:visited {
	color: #336600;
	text-decoration: none;
}

a.special:hover {
	color: #96C869;
	text-decoration: none;
}

a.special:active {
	color: #ffffff;
	text-decoration: none; 
}

a.special:focus {
	color: #ffffff;
	text-decoration: none; 
	font-weight: 600;
}

.button:hover {
	background: #336600;
}

.button:active {
	background: #336600;
}



@media only screen and (max-width: 1380px) {

.primaryContainer {
	width: 80%;
}


.header {
	width: 100%;
	margin: 0px 0px 0px 0px;
}


h1 {  
	
}

h2 { 

}

h3{
	;
}

p {  
	
}
 
td {  
	
}

	
}



@media only screen and (max-width: 800px) {

.primaryContainer {
	width: 100%;
	margin-top:0px;
}

.header {
	width: 100%;
	margin: 10px 0px 0px 0px;
} 

.content {
	width: 100%;
	height: auto;
	min-height: 20px;
}



h1 {  
	font-size: 1.8em; 
	margin: 30px 20px 20px 20px; 
}

h3{
	margin: 4px auto 4px auto;	 
	text-align:center;
	font-size: 1.4em;
	letter-spacing: 4px;
}
	 
}



.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
