/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*     { margin:0; padding:0; }
a     { text-decoration:none; color:#ad8631; }
a img { border:none; }
hr    { display:none; }
.acc  { position:absolute; left:-9999px; }

html {
	height:100%;
}
body {
	text-align:center;
	font:0.75em/1.3 Verdana, Arial, Geneva, Helvetica, sans-serif;
	color:#736984;
	height:100%;
	background-color:#eee;
}
#container {	
	width:780px;
	height:646px;
	position:relative;
	background-color:#fff;
	border:1px solid #ccc;
        border-top-style:none;
	top:0px;
	margin-left:auto;
        margin-right:auto;
	text-align:left;
}

#logo {
background:url("koptekst.gif");
background-repeat:no-repeat;
background-position:260px;
background-color:#ad8631;
height:150px;
}

#tekst{
background:url("foto_synagoge.jpg");
background-repeat:no-repeat;
background-position:0px;
height:150px;
width:199px;
z-index:1;
}

h3{
  padding-top:20px;
  color:#39245a;
}
#content {
	width:545px;
	height:440px;
	overflow:auto;
	position:absolute;
	top:185px;
	left:220px;
	padding-right:15px;
        margin-bottom:22px;
}
#content a:hover { text-decoration:underline; color:red; }
#content p{padding:5px 0 10px 0;}



#sidebar {
	position:absolute;
	top:185px;
	padding-bottom:5px;
	text-align:right;
        width:180px;
}

#sidebar ul li{
 list-style-type:none;
}

#sidebar li {
	padding:0 11px 10px 0;
}

#sidebar a {
	color:#ad8631;
}
#sidebar a:hover {
	color:#39245a;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#footer {
width:100%;
position:absolute;
color:#888888;
top:650px;
	text-align:center;
}

