/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	background-image:url(http://pzwart2.wdka.hro.nl/~gsavicic/captcha/canvas_negate.gif);
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	}

#nav_links {
	background: #fff;
	padding:2px;
	position: absolute;
	top: 50px;
	left: 32px;
	width: 152px;
	text-align: right;
	}


#nav_links_main {
	background: #fff;
	padding:2px;
	position: absolute;
	top: 225px;
	left: 32px;
	width: 152px;
	text-align: right;
	}
img {
	border: 0;
}
#schraffur_oben {
	position: absolute;
	top: 42px;
	left: 231px;
	width: 402px;
	height: 4px;
	background: url("../img/schraffur_oben.png");
	}
#schraffur_rechts {
	position: absolute;
	top: 42px;
	left: 704px;
	width: 224px;
	height: 4px;
	background: url("../img/schraffur_rechts.png");
	}
#text_rechts {
	background: #fff;
	padding:2px;
	position: absolute;
	top: 50px;
	left: 710px;
	width: 218px;
	height: 300px;
	}
#hackln_main {
	position: absolute;
	
	top: 275px;
	left: 231px;
	width: 402px;
	height: 4px;
	background: url("../img/hackln_unten.png");
	}
#hackln_rechts {
	position: absolute;
	top: 275px;
	left: 704px;
	width: 224px;
	height: 5px;
	background: url("../img/hackln_rechts.png");
	}
#main_content {
	background: #fff;
	padding:5px;
	position: absolute;
	top: 380px;
	left: 230px;
	width: 402px;
	height: 400px;
	}
#associated_main {
	background: #fff;
	padding: 2px;
	position: absolute;
	top: 380px;
	left: 704px;
	width: 174px;
	height: 160px;
	}
#gordo_faca {
	position: absolute;
	padding: 2px;
	top: 380px;
	left: 92px;
	width: 92px;
	height: 56px;
	background: #fff;
	text-align: right;
	}

#photo_main {
	position: absolute;
	top: 50px;
	left: 237px;
	width: 390px;
	height: 226px;
	text-align: right;
	}

.supersmall {
	font-family: monospace;
	}
#header {
	background-color: #73a0c5;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #eee;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	}




/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
	

/*	Begin Headers */

a {
	background: #66ffff;
	color: #3d3d3d;
	text-decoration: none;
}
a:hover {
	color: #000;
	background: #fff;
	text-decoration: underline;
}
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */

