/*	---------------------------------------------------------------------- */
/*	
	Name: Naef Marketing Kommunikation AG
	Date: April 2012
	Description: Responsive CSS for selected Browsers
	Version: 1.0
	Author: Camilla De Boni
	Autor URI: http://naef-werbung.ch
*/
/*	---------------------------------------------------------------------- */

body {
	color: #000;
	font-size: 13px;
	font-family: Helvetica, sans-serif;
	line-height: 1.7;
	word-spacing: 0.1em;
	letter-spacing: 0.02em;
	margin: 0 auto;
	padding: 0;
	background-color: #f0f2f5;
	width: 1024px;
}

::selection {background: #b4c3d1; color: #fff;} /* #0076be */
::-moz-selection {background: #b4c3d1; color: #fff;}
::-webkit-selection {background: #b4c3d1; color: #fff;}

.clear {clear: both;}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: square;
}

ul {
	padding-left: 17px;
}

/*	---------------------------------------------------------------------- */
/* 	containers */
/*	---------------------------------------------------------------------- */

#container_header {
	margin: 0 0 20px 42px;
}

#container_content {
	width: 940px;
	margin: 0 auto;
	background-color: #fff;
	background-image: url(../content/background/bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 426px;
}


#content_left {
	float: left;
	width: 535px; /* actual 635px */
	padding: 50px;
}

#content_right {
	float: right;
	width: 205px; /* actual 305px */
	padding: 50px;
	background-repeat: no-repeat;
}

/*	---------------------------------------------------------------------- */
/* 	elements */
/*	---------------------------------------------------------------------- */

.icon {
	margin: 0 10px -4px 0;
}

.pdf {
	margin: 0px;
	padding: 0px 7px 0px 0px;
	vertical-align: text-bottom;
}

/*	---------------------------------------------------------------------- */
/* 	fonts */
/*	---------------------------------------------------------------------- */

h1 {
	font-size: 13px;
	margin: 30px 0 0 0;
}

a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted black;
	-webkit-transition: ease-out;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-delay: initial;
	-moz-transition: ease-out;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: ease-out;
	-moz-transition-delay: initial;
	transition: ease-out;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
	transition-delay: initial;
}

a.highslide {
	border-bottom: none;
}

a:hover {
	color: #809bb3;
	border-bottom: 1px solid #97acbf;
}

a.highslide:hover {
	border-bottom: none;
}