/*-------------------------------------------------
ALGEMEEN
-------------------------------------------------*/

* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#000000;
	background-image:url('../images/achtergrond_pagina.jpg');
	background-position:center top;
	background-repeat:repeat-x;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-size:80%;
}

#container {
	margin: 0 auto;
	width:975px;
}

.clearen {
	clear:both;
}

.rechts {
	text-align:right;
}

.center {
	text-align:center;
}

#header {
	width:975px;
	height:120px;
	margin:0px 0px 20px 0px;	
}

#header img {
	border:0px;
}

.tc_titel {
	font-weight:bold;
	color:#f20058;
	font-size:14px;
}

#watisstl {
	position:absolute;
	height:41px;
	width:975px;
	background-image:url('../images/wat_is_stl_balk.gif');
	cursor:pointer;
}

#menu {
	float:left;
	width:525px;
	height:30px;
	line-height:30px;
	padding:0px 0px 0px 10px;
	
	border:0px solid lime;
}

#inlog {
	float:right;
	width:440px;
	height:65px;
	text-align:center;
	
	border:0px solid red;
}


/* login */

#inlogtabel td {
	padding:2px;	
}

.teeha {
	display:none;
}

.login {
	
}


#footer {
	margin:20px 0px 20px 0px;
	border-top:1px solid #ffffff;
	padding:10px;
	text-align:center;
	font-size:90%;
}


.roze {
	color:#f20058;
}


a {
	color:#f20058;
	text-decoration:underline;
}
a:hover {
	color:#f20058;
	text-decoration:none;
}
a:active {
	color:#f20058;
	text-decoration:underline;
}


h1 {
	font-size:40px;
	padding:20px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #ffffff;
}


h3 {
	font-size:40px;
	padding:20px 0px 0px 0px;
}


h4 {
	font-size:30px;
	padding:20px 0px 0px 0px;
	text-align:center;
}



.dropdown_titel {
	font-size:15px;
	color:#f20058;
}





/*-------------------------------------------------
INHOUD
-------------------------------------------------*/

#inhoud {
	padding:10px;
	border:0px solid lime;
}






/*-------------------------------------------------
view poem
-------------------------------------------------*/

.view_gedichtveld {
	width:280px;
	height:400px;
	overflow:auto;
	text-align:center;
	font-family:Georgia;
	font-size:16px;
	font-style:italic;
	color:#5d5d5d;
	padding:10px;
	background-color:#ffffff;
}

.view_gedichttitel {
	font-style:normal;
	font-weight:bold;
	font-size:20px
}

.view_poemby {
	font-size:13px;
	color:#615f74;
}

a.view_poembylink, a.poembylink:hover {
	color:#615f74;
}


/*-------------------------------------------------
voorpagina
-------------------------------------------------*/

#kaartcontainer {
	height:300px;
}

#kaart {
	float:left;
	width:700px;
	height:300px;
}

#quickstats {
	float:right;
	width:255px;
	height:300px;
}





#whatisstl {
	float:left;
	width:510px;
}

#poemoftheday {
	float:right;
	width:405px;
}

.container_payoff_potd {
	height:250px;
}
.vlak_payoff {
	font-size:140%;
	font-style:italic;
	width:98%;
	text-align:justify;
	padding:0px 10px 0px 0px;
	line-height:150%;
}
.vlak_poemoftheday {
	font-size:140%;
	font-style:italic;
	width:98%;
	text-align:center;
	padding:0px 10px 0px 0px;
	line-height:150%;
}


.doorwie {
	width:95%;
	text-align:right;
	font-size:15px;
	font-style:italic;
}










#mv_ms_container {
	float:left;
	width:540px;
	padding:0px -10px 0px 0px;
}

#mostviewed {
	float:left;
	width:248px;
	padding:0px 0px 0px 11px;
}

#mostshared {
	float:right;
	width:248px;
	margin:0px 17px 0px 0px;
}





#search_tagcloud_facts_container {
	float:right;
	width:405px;
	padding:0px 10px 0px 0px;
}




#uploadknop {
	position:absolute;
	margin:150px 0px 0px 0px;
	z-index: 99;
}

#uploadknop img {
	border:0px;
}



/*-------------------------------------------------
menus
-------------------------------------------------*/

a.hoofdmenu {
	font-size: 19px;
	color: #f20058;
	text-decoration:none;
}

a.hoofdmenu:hover {
	color: #f20058;
	text-decoration:underline;
}

a.hoofdmenu:active {
	color: #f20058;
	text-decoration:none;
}

.tussenstukhoofd {
	font-size:16px;
	color: #ffffff;
	letter-spacing:5px;
}