/* CSS Document  
Copyright JX2.DESIGN 2011
Author: Thorben Dyk www.thorbendyk.de
----------------------------------------------- */	

* { margin: 0; padding: 0 }

/* reset
----------------------------------------------- */	
:link,:visited { text-decoration: none; }
ul,ol { list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code {  }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }
a img,:link img,:visited img { border: none; outline: none; } 
a:link { color: #FFF; text-decoration: underline; outline: none; }
a:visited { color: #FFF; text-decoration: underline; }
a:hover { color: #008093; text-decoration: none; }
a:active { color: #008093; text-decoration: none; }


html, body {
	font-family: Helvetica, Arial, sans-serif;
	color: #ededed;
	font-size: 100.1%;
	background: #ededed;
}

/* 
----------------------------------------------- */	
	
#wrapper {
	/*width: 870px;*/
	width:100%;
	height: auto;
	max-width:1000px;
	padding:0px 0px 0px 0px;
	margin: 0px auto; 
	text-align: left;
}

/*#content { 
	width: 1300px;
	height: 800px;
	float: left;
	background: #008093 url(../images/jx2-wrapper-background.jpg) no-repeat top center;
	padding: 0px 0px 0px 0px;
	margin: 36px 0px 0px 0px;
}*/

#kontakt {	
	position: relative;
	width: 81px;
	height: 25px;
	top: 661px;
	left: 657px;
}
.email {
	background-image: url(../images/jx2-kontakt.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 81px;
	height: 25px;
}
.email:link, .email:visited { background-position: 0px 0px; }
.email:hover, .email:active { background-position: -81px 0px; }
