body {
background:  #fff;
background-image:url("graphic/background.jpg");
background-repeat: no-repeat;
background-position: top;
margin-top: 0px;
width: 100%;
overflow-x: hidden; 
	   font-family: arial, Helvetica, sans-serif;
	}
	
	
A:link {color:#ff5a00;  text-decoration: none; font-weight: bold;}
A:visited {  color: #ff5a00;  text-decoration: none;}
A:hover {color: #000;}
	
	

	
a img{
border: none;
}
	
p {
color: #434343;
font-size: 16px;
margin-bottom: 24px;
}
	
h1 {
font-size: 25px;
font-weight: normal;
color: #334c35; 
margin-bottom: -10px;
text-transform: uppercase;
text-shadow: 2px 2px 5px #fff;
}

h2 {
font-size: 18px;
color: #334c35;
margin-top: -20px;
font-weight: normal;
text-transform: uppercase;
text-shadow: 2px 2px 5px #fff;
}

#maincontainer {
width: 1240px;
margin: 0 auto;
overflow: hidden;

}

#text1 {
width: 370px;
margin-top: 30px;
margin-right: 20px;
margin-left: 20px;
float: left;


}
#text1 img, #text2 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: -7px;}
}

#youtube {
width: 740px;
float: left;
margin-bottom: 30px;

}

.row{
width: 1200px;
float: left;
margin-bottom: 0px;
}

#logo {
width: 600px;
float: left;
}

#kontakt-info {
float: right;
margin-top: 90px;
text-align: right;
}

#tegning {
width: 480px;
margin-right: 20px;
float: left;
}
#text2{
width: 660px;
float: right;
margin-top: 55px;

}


::selection {
  background: #57f555; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #57f555; /* Gecko Browsers */
}