/* @override http://www.coccu.de/indexhibit/ndxz-studio/site/eatock/style.css */

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

body {
	font-size: 12px;
	font-family: Courier New, Andale Mono, Courier, sans-serif;
	background: #fff;
}

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


a img { border: none; padding: 0; }

a:link { color: #000; border-bottom: none; text-decoration: none;
	padding-right: 3px;}

a:visited { color: #000; text-decoration: none;
	background-color: none; padding-right: 3px;}

a:hover { color:  #fff; text-decoration: none;
	background-color: #000;
 }

a:active { color: fuchsia; text-decoration: none; background-color: none; 	
	 }

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

#menu ul {
	list-style: none;

/* abstand zwischen den einzelnen sektionen (margin: * * XXpx *)*/
	margin: 0 0 0px 0;
			background: url(http://www.coccu.de/images/hintergrund_menu.png) repeat-x left top;

}

#menu li {
	padding-left: 0px;

}

#menu ul li.section-title {
	color: blue;
	padding-left: 0px;
	/* border-bottom: #000 1px dotted*/
	background: url(http://www.coccu.de/images/hintergrund_menutitle_blau.png) repeat-x left top;
}

#content {
    height: 100%;
    /* abstand, inhalt (margin: oben, rechts, unten, links)*/
    margin: 0 0 0 230px;
    top: 0;
}

.container {
    /* abstand, ganze seite (margin: oben, rechts, unten, links)*/
    padding: 12px 12px 12px 12px;
    line-height: 18px;
}

#content p { width: 580px; margin-bottom: 12px; }

p {
    margin: 0 0 9px 0;
}

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	{ margin: 0 6px 6px 0; padding: 0 0 0 0; }

#once { clear: left; }

#logo {
	/* abstand zwischen logo und menu */
	margin-bottom: 26px;
	height: 60px; width: 60px;
	display: block;
}
