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

*::selection { background: #000; color:#fff}
*::-moz-selection { background: #000; color:#fff }


body {
	font-size: 13px;
	line-height:16px;
	font-family: Times, serif;
	background: #fff;
}

/* abstand vom menu / content */
#menu .container { padding: 61px 0px 21px 21px;  padding-left:35px} /* abstand menu */
#content .container { padding: 61px; padding-left:80px;  } /* mehr abstand links */

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

a:link 		{ text-decoration: none; color:#000 }
a:active 	{ text-decoration: none; color:#000 }
a:visited 	{ text-decoration: none; color:#000 }
a:hover 	{ text-decoration: none; color:#bbb;  }

#menu i {font-style:normal}

#menu a:link 		{text-decoration: none; color:#000 }
#menu a:active 	{ text-decoration: none; color:#000 }
#menu a:visited 	{ text-decoration: none; color:#000 }
#menu a:hover 	{ text-decoration: none; color:#bbb;   }

.titles {
	font-size: 13px;
	line-height:13px;
	font-family: Times, serif;
	font-weight:bold;
	color:#000;
	letter-spacing:-1px;
}

.worktitles { font-weight:normal;}

.copyright {margin-left:5px}

.section-title {
	border-bottom:1px solid #000;
	display:inline-block;
	padding-right:0px;
	margin-bottom:3px;
}

a img { border: none; }

/* active section */
a.linkactive { text-decoration: none; color:#bbb !important }

.container p {
	margin-left:-5px;
}

.container a {
	line-height:16px;
}

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	
}

.overover {margin-bottom:10px}
.overovercaption {line-height:12px}

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


#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ 
	padding: 0;
	margin: 20px -4px;
}

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

#once { clear: left; }
