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

body {
	font-size: 12px;
	line-height: 16px;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
	background-image: url("http://www.imagi-nation.de/ndxz-studio/site/img/bg.gif");
}

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

/* a:link { text-decoration: none; color: #0099ff; background-color: #ccc; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 1px 5px 1px 5px;}*/
a:link { text-decoration: none; color: #0099ff; background-color: #ccc;}
a:active { text-decoration: none; font-style: italic;}
a:visited { text-decoration: none; color: #0099cc; background-color: black;}
a:hover { text-decoration: none; color: #000 ; background-color: #09f;}

/*img in lightbox*/
a img { border: none; color: white;}

a.thickbox { background-color: white; }

/*external link image*/
a[target="_new"]:link {
	white-space: nowrap;
	padding-right: 14px;
	background: url(http://www.imagi-nation.de/ndxz-studio/site/img/external.gif) no-repeat 100% 50%;
	background-color: #ccc;
}

a[target="_new"]:visited {
	white-space: nowrap;
	padding-right: 14px;
	background: url(http://www.imagi-nation.de/ndxz-studio/site/img/external_visited.gif) no-repeat 100% 50%;
	background-color: #000;
}

a[target="_new"]:hover {
	white-space: nowrap;
	padding-right: 14px;
	background: url(http://www.imagi-nation.de/ndxz-studio/site/img/external_black.gif) no-repeat 100% 50%;
	background-color: #09f;
	color: black;
}

/* tumblr css */

li ul{
	padding: 0;
	margin: 0;
	line-height: 16px;
}

.tumblr_post {
	padding-bottom: 8px;
	vertical-align: top;	
}


#menu {
    width: 200px;
    overflow: auto;
    top: 15px;
    bottom: 0;
	left: 15px;
    position: fixed;
    height: 100%;
	background-color: #efefef;
	color: black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

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

#menu ul li.section-title {
	font-size: 12px;
	margin: 8px 0 0 -8px;
}

#content {
    height: 100%;
    margin: 23px 0 0 230px;
    top: 0;
    width: 700px;
}

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

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

p {
    margin: 0;
}

em{
	color: grey;
}

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

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

#once { clear: left; }