
/* ----------------------------------- */
/*                                     */
/*        CSS VOOR NOP (VLV)           */
/*                                     */
/*           1. Algemeen               */
/*           2. Header                 */
/*           3. Navigatie              */
/*           4. Content                */
/*           5. Footer                 */
/*           6. Links                  */
/*                                     */
/* ----------------------------------- */


/* ----------------------------------- */
/*         1. ALGEMEEN                 */
/* ----------------------------------- */

* {	
margin: 0;
padding: 0;
font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
/*	font-size: 0.8em;
	line-height: 20px;
	
*/	
	font-size: 100%;
	background:#f7f6f7 url(../images/back-support.jpg) repeat;
	margin: 0px 0px 0px 0px;
	text-align: left;
	color: #A6A9AB;
	letter-spacing: 0px;
}

b, strong {
	font-weight: bold;
	letter-spacing: 0px;
}

img {
	border-style: none;
}

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
	margin-right: 10px;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
	margin-left: 10px;
}

.image-groot {
	margin-top: 10px;
}

#container {
	background: #fff left url(../images/sidebar_bg.png) repeat-y;
	width: 760px;
	margin: 0px auto;
	color: #333333;
	padding: 0px;
	margin-top: 5px;

}


/* ----------------------------------- */
/*         2. HEADER                   */
/* ----------------------------------- */

#pageHeader {
	width: 760px;
	height: 115px;
	background: #fff url(../images/Kop.jpg) 0 0 repeat-x;
	text-align: left;
}

#breadcrumbcontainer {
	text-align: right;
	width: 756px;
	height: 15px;
	font-size: 9px;
	padding: 2px;
	float: left;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}

/* ----------------------------------- */
/*         3. NAVIGATIE                */
/* ----------------------------------- */

#menu {
	background:#635D4F url(../images/menubg.gif);
/*	border-bottom:1px solid #666;
	border-top:1px solid #eee0c1;
*/	width:760px;
	float:left;
	margin:0 auto;
	display:block;
	padding: 0;
	margin-left: 0px;
	height: 30px;
}

#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1.0;
	background:transparent;
	border: solid #000;
	border-width: 0 0;
}

#nav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display: block;
	width: 9em;
	text-decoration: none;
	padding: 7px;
	border-top:1px solid #eee0c1;
	color:#f2ede1;
	height: inherit;
}

#nav a:hover{
	color:#000;
	background-color:#93C498;
}

#nav a.daddy {
	background:url(../images/divider.gif) left no-repeat;
	display:block;
	height:19px;
	width:55px;
	border-top:0px;
	text-align:center;
	padding:10px 12px 0px 14px;
	text-decoration:none;
	color:#f2ede1;
}

#nav a:hover.daddy, #nav a.current{
	color:#000;
	background:url(../images/active_bg.gif) left repeat-x;
}

#nav li {
	float:left;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	font-weight: normal;
	background-color: #08A136;
	border-width: 1px;
	margin-left: 1px;
}

#nav li li {
	float:left;
	width: 146px;
}

#nav li ul a {
	width: 146px;
}

#nav li ul ul {
	margin: -1.75em 0 0 160px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul{
	left: auto;
}

#nav li:hover{
	color:#000;
}

a:link {
	color: #BB011C;
	text-decoration: underline;
}

a:visited {
	color: #BB011C;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000000;
}

.paginanummers {
    background: url("http://www.noprally.nl/images/navigatie_achtergrond_vlv.gif") no-repeat center top;
    padding: 10px 0 10px 0;
    margin: 10px 0 10px 0;
    clear: left;
    font-size: 11px;
    text-align: center;
}

.paginanummers a, .paginanummers span {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	border: 1px solid#BB011C;
	background: #F5D5DB;
}

.paginanummers span.huidige {
    border: 1px solid #BB011C;
    font-weight: bold;
    background: #BB011C;
    color: #FFFFFF;
}

.paginanummers a {
    border: 1px solid #BB011C;
    text-decoration: none;
}

.paginanummers a:hover {
	color:  #08A136;
	border-color: #BB011C;
	background: #CCCCCC;
}

.paginanummers a.nextprev {
    font-weight: bold;
}

.paginanummers span.nextprev {
    color: #666;
}

.paginanummers span.nextprev {
     border: 1px solid #ddd;
     color: #999;
}

/* ----------------------------------- */
/*         4. CONTENT                  */
/* ----------------------------------- */

#contentContainer {
	width: 305px;
	float: left;
	text-align: left;
}

#contentContainer #content {
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#contentContainerBreed {
	width: 610px;
	float: left;
	text-align: left;
}

#contentContainerBreed #content {
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#KopContainer {
	width: 610px;
	float: left;
	text-align: left;
	height: 40px;
}

#KopContainer #content {
	line-height: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#sidebarContainer {
	width: 150px;
	height: 300px;
	float: left;
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
}

#sidebarContainer .sidebar {
	padding: 10px;
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	line-height: 1em;
}

#rightContainer {
/*	background-image: url(../images/achtergrond_rechts.jpg);
	background-repeat: no-repeat;
	background-position: right;
*/	width: 305px;
	float: right;
	text-align: left;
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 20px;

/*	line-height: 2.0em;
	padding-right: 20px;
	padding-left: 20px;*/
}

#rightContainer #content {
	line-height: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.fotolinks {
	margin-right: 10px;
	margin-top: 6px;
}

.fotorechts {
	margin-left: 10px;
	margin-top: 6px;
}

#navcontainer {
	line-height: 1.0em;
	padding-top: 0px;
}

#navcontainer #current {
	color: #b3b3b3;
}

.standout, blockquote {
	border: 1px solid #ebebeb;
	padding: 10px;
	background: #ffffff;
	font-style: italic;
	letter-spacing: 1px;
}

h1 {
	background:url(../images/lijntje_vlv.jpg) left bottom no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	letter-spacing:1px;
	font-weight: bold;
	padding:8px 0px 4px 0px;
	margin-bottom:2px;
	color: #BB011C;
}

h2 {
	color: #296cd8;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 5px;
}

h3 {
	color: #296cd8;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 4px;
}

h4 {
	color: #296cd8;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 3px;
}

h5 {
	color: #296cd8;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 2px;
}

abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px dotted #187F9F;
	cursor: help;
}
	
a abbr {
	border: none;
}

.imageStyle {
}

.tableLijst {
	border:1px solid #000;
	border-collapse:collapse;
}
		
.tableLijst td,th {
	border:1px solid #000;
	border-collapse:collapse;
	padding-left:2px;
}	
	
.kopje {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 2px;
}

.subkopje {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 1px;
}
	
.fotoklein {
	margin-right: 10px;
	margin-top: 6px;
}

img.foto_kader {
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #BB011C;
	/*margin: 4px 0 4px 0;*/
}
img.foto_kader_klein {
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #BB011C;
/*	margin: 4px 0 4px 0;
*/	margin-right: 10px;
}

.datum{
	width:42px;
	float:left;
	text-align:center;
	color:#444;
	border:1px solid #BB011C;
	margin:5px 8px 0px 0px;
	padding:3px 3px;
}

.datum dt {
	display: block; 
	background:url(../images/achtergrond_datum_vlv.jpg) center repeat-x;
	width: 42px;
	height: 42px;
	text-align: center;			
}

.datum dt span {		
	padding: 8px 1px 0px 0px;
	font-size: 0.8em;
	color: #666;
	text-transform: uppercase;
	display: block;		
	line-height: 0.6em;
}
	
.datum dt strong {	
	padding-right:1px;		
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 1.2em;
	font-weight:bold;
	color: #666;
	display: block;		
}

/* ----------------------------------- */
/*         5. FOOTER                   */
/* ----------------------------------- */

#footer {
/*	background: url(../images/bottom.jpg) no-repeat top left #005EB0;
*/	color: #FFFFFF;
	height: 25px;
	font-size: 9px;
	text-align: right;
	background-color: #08A136;
}

#footer p {
	margin: 0px;
	padding-top: 7px;
	padding-right: 6px;
	padding-left: 5px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
	text-decoration: none;
}
