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

body {
	font-size: 11px;
	line-height: 18px;
	font-family: Arial, Georgia, serif;
	background: #201f1e;
	color: #999;
	padding: 20px;
}

#loader { position: fixed; left: 225px; top: 137px; }

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

#address { position: absolute; top: 28px; left: 225px; color: #f392bd; }
.menusort {cursor:pointer}

a { 
	text-decoration: none;
	color: #f392bd; 
	}
a:hover { 
	text-decoration: underline; 
	}

a img { border: none; cursor: pointer}

#menu {
	padding: 20px 20px;
    width: 170px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;

}

#big-container img { max-width: 512px; height: auto; }
#big-container { background: #201f1e; width: 512px; padding-bottom: 30px; position: absolute; top: 185px; }

#menu ul, #menu ul a {
	list-style: none;
	margin: 0 0 12px 0;
	color: #f392bd;
}

#menu ul li.section-title { font-weight: bold; color: #f392bd; }

#content {
    height: 100%;
    margin: 53px 0 0 200px;
    width: 800px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 30px; }

p {
    margin: 0 0 9px 0;
}

h1, h2, h3, h4 {
	font-family: "Helvetica Neue", Arial, sans-serif !Important;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h1 { 
	color: #f392bd;
	font-size: 11px;
	margin-bottom: 10px;
	}

h2 { 
	font-size: 11px;
	}

h3 { 
	font-size: 11px;
	}

h4 { 
	font-size: 11px;
	}

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

#once { clear: left; }


#extraMenu a { cursor: pointer !important; }

#teaserbox {
margin-top: 23px;
width: 800px;
position: absolute;
}

.teaser {
position: relative;
margin-right: 6px;
margin-bottom: 6px;
float: left;
}

form label {
	display:inline-block;
	width: 100px;	
}

form input {
	margin-bottom: 5px;	
}

form input.submit {
	margin-top: 10px;
	margin-left: 180px;	
}