
/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

html	{overflow:auto;}

body {
font-size: 12px;
font-family: georgia;
	color: #222222;
	line-height: 20px;
	background: #fff;
	letter-spacing: 1pt;
/*	background-image: url(http://www.bielergespraeche.ch/files/background.jpg);
	background-repeat: repeat; */
}

}

body.section-1 { }
body.section-2 { }
body.section-3 { }


a:link {font-family: Trebuchet MS, Arial, sans-serif; text-decoration: none; color: #000000; text-transform:none; font-size: 12px; letter-spacing: 1.5pt; word-spacing: -1.2pt; }
a:active {font-family: Trebuchet MS, Arial, sans-serif; text-decoration: none; color: #000000; text-transform:none; font-size: 12px; letter-spacing: 1.5pt; word-spacing: -1.2pt; }
a:visited {font-family: Trebuchet MS, Arial, sans-serif; text-decoration: none; color: #000000; text-transform:none; font-size: 12px; letter-spacing: 1.5pt; word-spacing: -1.2pt; }
a:hover {font-family: Trebuchet MS, Arial, sans-serif; text-decoration: none; color: #36ff00; text-transform:none; font-size: 12px; letter-spacing: 1.5pt; word-spacing: -1.2pt; }

a.type1:link {font-family: Georgia; text-decoration:none; color: #000000; text-transform:none; letter-spacing: 1pt; word-spacing: -0.1em; font-weight: normal; font-size: 12px; border-bottom: 1px solid;}
a.type1:visited {font-family: Georgia; text-decoration:none; color: #000000; text-transform:none; letter-spacing: 1pt; word-spacing: -0.1em; font-weight: normal; font-size: 12px; border-bottom: 1px solid;}
a.type1:active {font-family: Georgia; text-decoration:none; color: #000000; text-transform:none; letter-spacing: 1pt; word-spacing: -0.1em; font-weight: normal; font-size: 12px; border-bottom: 1px solid;}
a.type1:hover {font-family: Georgia; text-decoration:none; color: #36ff00; text-transform:none; letter-spacing: 1pt; word-spacing: -0.1em; font-weight: normal; font-size: 12px; border-bottom: 1px solid;}


font-style: normal;
	letter-spacing: 1pt;
	word-spacing: -0.1em;
font-size: 12px;
font-family: Georgia;


a img { border: none; }

#menu {
    width: 230px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 50px;
    position: fixed;
    height: 100%;
	
}

#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
	line-height: 20px;
}

#menu ul li.section-title {font-family: Trebuchet MS, Arial, sans-serif; font-weight: bold; 
text-decoration: none; color: #000000; text-transform:uppercase; font-size: 12px; letter-spacing: 2.4pt; word-spacing: -1.2pt; font-weight: bold; }



#content {
    height: 100%;
position: absolute;
    margin: 90px 0 0 280px;
}

.container {
    padding: 50px 5px 60px 15px;
}

#content p { width: 480px; margin-bottom: 10px; }

em {  font-style: normal;
text-transform: uppercase;
	letter-spacing: 1.5pt;
	word-spacing: -0.1em;
font-size: 11px;
font-family: Trebuchet MS, Geneva, sans-serif;
}

p {
    margin: 0 0 0 0;
}


h1 {font-family: Georgia; font-size: 12px; font-weight: bold; letter-spacing: 2.4pt; word-spacing: -0.1em; text-transform:uppercase; }
h2 {font-family: Georgia; font-size: 12px; font-weight: bold; letter-spacing: 1.2pt; word-spacing: -0.1em; text-transform:none; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }



