All pastes #1981057 Raw Edit

epe css

public text v1 · immutable
#1981057 ·published 2010-11-03 22:15 UTC
rendered paste body
/* Garm Lucassen */

body { 
	font-family: Arial, Helvetica, sans-serif; text-align: left;
	background: #ebe8e8;
}

.Clear {
    clear:both;
    }

.ouderen {
    display: none;
    }

.container {
	width: 800px;
	margin: 0 auto;
}

body, div, h1, h2, h3, p, ul, img {margin:0px; padding:0px; }

#main {
	background: url(../index/navbar.png) repeat-x;
}


#logo {
	background: url(../index/logo.png) no-repeat;
	height: 95px;
    width: 180px; 
	float: left;
}

#header {
	padding-top: 40px;
}

#switch {
   float: right;
   width: auto;
   font-family: Arial;
   font-size: 12px;
}

#switch a {
    text-decoration: none;
	color: #000000;
}

#tagline h1 {
	font-size: 30px; color: #fbfef3;
}
#tagline {
	padding-top: 70px;
	padding-left: 200px;
}

ul#menu {
	list-style: none;
	padding-top: 40px;
}

ul#menu li {
	float: left;
	width: auto;
	padding-right: 50px;
}

#menu li a {
	font-size: 25px;
	color: #676666;
	text-decoration: none;
}


#content h2 {
	font-size: 36px;
	color: #015878;
	padding-top: 25px;
}

#content h3 {
	font-size: 24px;
	color: #444444;
	padding-top: 20px;
	padding-bottom: 5px;
}

.h3 {
	font-size: 24px;
	color: #444444;
	padding-top: 20px;
	padding-bottom: 5px;
}

#content h3 a {
	font-size: 25px;
	color: #0f6c8d;
	font-weight: bold;
	text-decoration: none;
}

#content h4 {
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 5px;
	color: #0f6c8d;
}

#content h5 {
	font-size: 30px;
	color: #92b425;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 5px;
}

.h5 {
	font-size: 30px;
	color: #92b425;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 5px;
}

#content p {
	font-size: 12px;
}
#content p.open {
	display: inline;
	font-family: monospace;
}


#content a:link {
	font-size: 13px;
	color: #0f6c8d;
	font-weight: bold;
	text-decoration: none;}

#content a:visited {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: none;}

#content a:hover {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: none;}

#content a:active {
	font-size: 13px;
	color: #0f6c9d;
	font-weight: bold;
	text-decoration: none;}

#footer {
	background: url(../index/footer.png) repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 40px;
	color: #888888;
	font-size: 13px;
}

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

#sitemap {
    float: right;
    width: auto;
    }
    
.jongeren .versies {
    float: right;
    width: auto;
}
        
    
.column.first {
    float: left;
    width: 50%;
}
.column.second {
    float: right;
    width: 50%;
    
}