@charset "UTF-8";
/* CSS Document */

body {
	margin: 15px 0px 0px 0px;
	background-color: #fbf9ec;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	text-align: center;	
}

img {
	padding: 0;
	margin: 0;
	border: 0px;
}

a {
	color: #2c356d;
}

a:hover {
	text-decoration: none;
}

#container {
	margin: 0 auto;
	height: 100%;
	text-align: left;
	width: 960px;
}

#left {
	float: left;
	width: 470px;
}

#right {
	margin: 0px 0px 0px 30px;
	float: left;
	width: 460px;
}

#twats {
	height: 654px;
}

#footer {
	text-align: right;
	color: #c9cbbb;
	padding-right: 33px;
}

#footer a {
	color: #ACAEA2;
}

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

.content {
	line-height: 20px;
	padding: 10px 15px;
	text-align: left;	
}

/*      TOOLTIP      */
.tip {
	width: 212px;
	padding-top: 27px;
	overflow: hidden;
	display: none;
	position: absolute;
	cursor: pointer;
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;
}
	
.tipMid {
	background: transparent url(images/tipMid.png) repeat-y; padding: 0px 25px 10px 25px;
}

.tipBtm {
	background: transparent url(images/tipBtm.png) no-repeat bottom; height: 32px;
}

.tTip {
	cursor: pointer; 
	color: #666; 
	font-weight: bold;
}

.tip {
	color: #333;
}

.leeshiertekst {
	position: absolute;
	overflow: auto;
	height: 250px;
	margin-top: 385px;
	padding: 0px 5px 5px 0px;
	width: 500px;
}

.dagenvangrastekst {
	position: absolute;
	overflow: auto;
	height: 250px;
	margin-top: 220px;
	padding: 0px 5px 5px 0px;
	width: 520px;
}

.annatekst {
	position: absolute;
	overflow: auto;
	height: 320px;
	margin-top: 15px;
	padding: 0px 5px 5px 0px;
	width: 520px;
}

.content-img {
	float: left;
	margin: 0px 12px 12px 0px;
}

/*       TWEEEEEET      */
.tweet {
	width: 460px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
}

.tweet .tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #d2e7f0;	
}

.tweet .tweet_list li {
	overflow: auto;
	padding: .5em; 
}

.tweet .tweet_list li a {
	color: #2c356d; 
}

.tweet .tweet_list li a:hover {
	text-decoration: none;
}

.tweet .tweet_list .tweet_even {
	background-color: #fbf9ec; 
}
.tweet .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left; 
}
.tweet .tweet_list .tweet_avatar img {
	vertical-align: middle; 
}

.tweet {
}

.tweet .tweet_list li a.tweetdate {
	margin-top: 5px;
	font-size: 12px;
	color: #666666;
}

/*    MODAL     */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 200) + 'px');
}

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 20px;
    left: 50%;
    
    margin-left: -300px;
    width: 550px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; z-index: 9999; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */

