/* CSS stylesheet for the new kevinlevie.nl
   (C) Kevin Levie, 30-06-2009
   Some design ideas / styles originally inspired by 24ways.org */

body {
	background: #ddd url(/myinclude/body.gif) repeat fixed 0 0; 
	font: 14px/20px Helvetica, Arial, sans-serif;
	color: #03203b;
	margin: 0 auto;
}

.klein {
	font-size: 12px;
	line-height: 14px;
}

a {
	text-decoration: none;
	color: #627186;
}

a:hover {
	/* border-bottom: 1px #000 dotted; */
	text-decoration: underline;
}

img {
	border: 0px;
}

#outer {
	width: 920px;
	min-height: 600px;
	overflow: hidden;
	margin: 30px auto 30px auto;
	padding: 20px 30px 30px 30px;
	background-color: #6b7687;
	/* opacity fallback DOES work on IE7, not on IE6. Maar ach */
	background-color: rgba(14, 32, 59, .55);
}


.pblock {
	background-color: #e0e2e6; 
	margin: 0px;
	padding: 0px;
}

.pblock p {
	padding: 0px 20px 0px 10px;
}

h1, h2 {
	text-transform: uppercase;
	font-size: 20px;
	height: 20px;
	width: 100%;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-color: #425166;
	color: #ffffff;
}

h1 a, h2 a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 0px;
}

#bovenbalk {
	height: 40px;
	margin-bottom: 20px;
	background-color: #425166;
}

#bovenbalk img {
	padding-left: 10px;
	float: left;
}

#bovenbalk #nav {
	float: right;
	color: #ffffff;
	padding-right: 20px;
	overflow: hidden;
}

#bovenbalk #nav a {
	color: #ffffff;
}

#description {
	width: 468px;
	height: 575px;
	overflow: hidden;
	float: left;
}

#description-inner {
	height: 515px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#ads {
	height: 60px;
	overflow: hidden;
	border: 1px #6b7687 solid;
}

#map {
	float: right;
	width: 430px;
	height: 575px;
	overflow: hidden;
}

#mapinner {
	width: 430px;
	height: 555px;
}

.tweet {
        width: 200px;
        font-size: 14px;
        line-height: 1;
        margin-left: 63px;
}

.tweet img {
        float: left;
        margin: 4px 0px 0px -63px;
        width: 48px;
        height: 48px;
        border: 0px;
}

.tweet a {
	color: #03203b;	
}

.formlabel {	
	border-right:2px solid #fff;
	border-top:2px solid #fff;
	display: block;
	float: left;
	text-align: left;
	width: 12em;
	font: inherit;
}

ul {
	list-style-image: url(/myinclude/pijltje.gif);
	padding-left: 16px;
	margin-left: 16px;
}

.constrain { 
	display:inline-block;
	width:100%;
	margin-bottom:0px;
	padding-bottom:0px;
}
	
