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

body {
	padding-top: 100px;
	font-size: 10px;
	font-family: Arial;
	background: #fff;
	
}

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

a:link { font-size: 16px; text-decoration: underline; color: #f69679; line-height: 15px; }
a:active { font-size: 16px; text-decoration: underline; color: #ef4030; line-height: 15px; }
a:visited { font-size: 16px; text-decoration: underline; color: #f69679;line-height: 15px; }
a:hover { font-size: 16px; text-decoration: underline; color: #ef4030;line-height: 15px; }

a.external {font-size: 7px; text-decoration: underline; color: #ef4030; }
a.contact {font-size: 10px; text-decoration: underline; color: #ef4030; }
a.contact:hover {font-size: 10px; text-decoration: underline; color: #f69679; }

a img { border: none; }

#menuAll {
	height: 100%;
	width: 150px;
	background-color: #FFF;
	top: 100px;
	float:left;
	padding-left: 40px;
}

#menu {
	width: 100px;
	bottom: 0;
	height: 100%;
	background-color: #FFF;
}

#logo {
	padding-bottom: 10px;}

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

#menu ul li.section-title {font-size: 16px; text-decoration: underline; color: #ef4030; line-height: 15px; }
#menu p { font-size: 7px; text-decoration: underline; color: #ef4030; }

#content {
	height: 100%;
	margin: 0 0 0 235px;
	top: 100px;
    background-color: #FFF;
	
}

#aboutMiu {
	width: 100px;
	bottom: 0;
	height: 100%;
	background-color: #C06;
}

.container {
    padding: 5px 5px 25px 5px;
	height: 15000px;

	
}

#content p {
	width: 400px;
	margin-bottom: 9px;
	color:#F00;
}



p {
    margin: 0 0 9px 0;

	font-size: 10px;
	color: #ef4030;
}




h1 { font-size: 12px;}
h2 { font-size: 10px; font-family: Courier, monospace; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{
	width: 900px;
	height: 500px;
	margin: 0;
	padding: 0;
	background-color:#FFF;
}

#abouttext {
	font-size: 10px; 
	text-decoration: underline; 
	color: #ef4030;
	padding: 0 0 12px 20px;
	float:left;
}


-->#img-container p	{ width: 200px; margin: 0; padding: 0 0 12px 0;}
#bild { margin: 0; padding: 0 0 12px 0; float:left; }
#text {
	width: 200px;
	margin: 0;
	padding: 0 0 12px 20px;
	text-decoration: underline;
	color: #ef4030;
	background-color:#FFF;
	float:left;
	
}

#navigation {
	width: 200px;
	margin: 0;
	padding: 0 0 6px 0;
	background-color:#FFF;
}
#navigation p { 
	text-decoration:none; 
}

p.nav a {
    font-size: 10px;
	color: #ef4030;
	text-decoration:none;
}

p.nav span#num {  font-size: 10px;
}



#once { clear: left; }

