/*
LAYOUT: Two-Column (Left)
DESCRIPTION: Two-column fluid layout with one sidebars left of content
*/

body {
	color: #777777;
	font: 13px/17px "Courier New", Courier, mono; 
	background-color: #ccc; 
	background-image: url(rauschen.gif);
	background-attachment: fixed;
}

span.headline {
	
	font: 13px "Courier New", Courier, mono; 
	text-decoration: underline;
	display:block;
}
div.infobox {
	
width: 290px;
margin: 0 10px 0 0;
float:left;
display:inline;
margin-bottom: 10px;
background-color: #fdecf3;
padding: 10px;
}

h1#blog-title a img {border: 0px; }

div#container {
float:right;
margin-top:96px;
margin-left:100px;
width:100%;
}

div#content {
margin:0 0 0 310px;
width: 660px;
}

div#header {
/*margin-left:45px;
margin-top:55px;*/
	position: fixed;
	top: 30px;
	left: 50px;
}

a.node{
	padding-right: 10px;
}

div.sidebar {
/*float:left;
overflow:hidden;*/
	position: fixed;
	top: 100px;
	/*margin-left: -4px;*/
}

img {
border: 0px;	
}

div#secondary {
clear:left;
}

div#footer {
clear:both;
width:100%;
}

div.infobox a:link {
	font-family: "Courier New", Courier, mono;
	color: #777777;
	text-decoration: none;
	font-style: normal;
}
div.infobox a:visited {
	font-family: "Courier New", Courier, mono;
	color: #777777;
	text-decoration: none;
	font-style: normal;
}
div.infobox a:active {
	font-family: "Courier New", Courier, mono;
	color: #777777;
	text-decoration: none;
	font-style: normal;
}
div.infobox a:hover {
	font-family: "Courier New", Courier, mono;
	color: #777777;
	text-decoration: underline;
	font-style: normal;
}

div.sidebar a:link {
	font-family: "Courier New", Courier, mono;
	color: #777777;
	text-decoration: none;
	font-style: normal;
padding-left: 10px;
padding-right: 10px;
}
div.sidebar a:visited {
	font-family: "Courier New", Courier, mono;
	color: #777777;
	text-decoration: none;
	font-style: normal;
padding-left: 10px;
padding-right: 10px;
}
div.sidebar a:active {
	font-family: "Courier New", Courier, mono;
	color: #777777;
	text-decoration: none;
	font-style: normal;
padding-left: 10px;
padding-right: 10px;
}
div.sidebar a:hover {
	font-family: "Courier New", Courier, mono;
	color: #777777;
	text-decoration: none;
	font-style: normal;
padding-left: 10px;
padding-right: 10px;
}

a:link {
	color: #777777;
}
a:visited {
	color: #777777;
}
a:active {
	color: #777777;
}
a:hover {
	color: #777777;
}

/*div.entry-content a {
display:block;
width: 180px;
text-align:center;
}*/

div.entry-content{
	margin-bottom: 40px;
}

div.nav-previous, div.nav-next {
			/*display:block;width:9em;padding:0.5px 0;font: bold 100% Verdana,Arial,sans-serif; */
}

div#primary ul.xoxo ul{ /*unterseiten-menu*/
	position: fixed;
	left: 8px;
	top: 510px;
}
		
div#menu li, li.page_item {
	list-style-type: disc;
padding:0.5px 0;
display:block;/*
list-style-type: disc;
width:9em;
padding:0.5px 0;
font: bold 100% Verdana,Arial,sans-serif;*/ 
}

.thumb {
float:left;
direction: inline;
margin-right:10px;
}
.thumbname {
width: 150;
text-align:center;
margin-top: 8px;	
margin-bottom: 25px;	

}

.hoverer{
width: 640px; 
}

div.spacer {
	
width: 630px; 
height: 13px; 
margin-top:40px;
border-top: 1px dotted #777777;
float:left;
display:inline;
	
}

div.dtree_spacer {
	
	height: 30px;
	
}

.pinkOverlay{
			display: none; /* anfangs ausblenden */
			background-color: rgba(253,236,243,1);
			width: 100%;
			height: 100%;
}
/*
div.dtree_spacer_below{
	
	height: 40;
}

div.dtree_spacer_above{
	
	height: 40;
}*/

