CSS - http://lernert.nl/

    * Collapse All
    * Expand All

http://lernert.nl/
Embedded Styles from http://lernert.nl/

#img-container p { margin-bottom: 18px; }
#img-container p span { line-height: 18px; }


http://lernert.nl/ndxz-studio/site/sample/style.css

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

body {
	font-size: 11px;
	font-family: Arial, sans-serif;
	background: white;
}

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

a:link { text-decoration: none; color: black;}
a:active { background-color: #a0fff8; text-decoration: none; color: black;  }
a:visited { background-color: #e8e8e8; text-decoration: none; color: black; }
a:hover { text-decoration: underline; color: #283635; }

a img { border: none; }

#menu {
    z-index:1200;
    width: 215px;
    overflow: none;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #ffffff;
}

#menu ul {
	list-style: none;
	margin-left:-40px;
	margin-bottom:10px;
}


.lijnlang{
border-bottom:1px dashed;
width:500px;
padding-bottom:6px;
margin-top:-6px;
}

.kopje{
border-top:1px dashed;
border-bottom:1px dashed;
font-weight:bold;
padding-top:6px;
padding-bottom:6px;
width:500px;

}

.lijnkort{
border-top:1px dashed;
margin-bottom:-6px;
margin-top:10px;
width:250px;;
}
#menu ul li.section-title { 
width:215px;
text-decoration: underline;
}
#menu .container{
width:215px;
}

#menu .container ul li{
width:215px;
}

#menu ul li.grey { color: gray; }

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

.section-title { text-decoration: underline;}

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

#content p { width: 500px; margin-bottom: 19px; }
.container p { margin-bottom: 19px; width:500px;}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 11px; font-weight:none; margin-top:0px;}

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


#once { clear: left; }

.nothumb { float: left;
padding: 0px 10px 0px 0px;}
