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

body {
	font-size: 10px;
	font-family: Arial, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#header {
    margin:30px 20px 35px 20px;
    display:block;
}

#menu {
    width:230px;
	float:left;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li {
	font-size:12px;
}

#menu ul li.section-title { }

#content {
    float:left;
}

.container {
    padding: 10px 10px 25px 20px;
}

#content li { margin-left:15px;}

#content p { width: 500px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 14px; margin-bottom:18px; }
h2 { font-size: 12px; margin-bottom:9px; }
h3 { font-size: 10px; margin-bottom:0px; }

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

#once { clear: left; }

/* lang selector */
div.lang {
	margin:10px 0;
}
div.lang a.de,
div.lang a.en {
	display:block;
	float:left;
	margin-right: 10px;
	width:24px;
	height:24px;
}
div.lang a.de { background: url(../img/flag_at.png) 0 0 no-repeat }
div.lang a.en { background: url(../img/flag_uk.png) 0 0 no-repeat }

/* CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */