* { /* Mit dem Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
}

html
{
	height: 100%;
}

body
{
	text-align: center;	
	/*background: url('/static/main_background2.jpg');*/
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color: #FFFFFF;
	height: auto;
	margin-bottom: 0px;
	bottom: 0px;
	margin:0;
	height:100%;
	color: #555555;
	font-family: Helvetica;
	font-size: 10pt;
}

div#background
{
	position:absolute;
	background-color: #121212;
}

div#sniptitle
{
	color: dark-grey;
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

/* DIV-Boxen */

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div#wrapper {
	width: 985px;	
	border: 0px solid #b8b8b8;
	position: relative;	
	/*background: url(content-border.png) repeat-y;*/
	margin: 0 auto; 
	/*background-color: #123123;*/

	/*background: url('transparent.png');*/
}

div#snipcontent{
	background-color: white;
	border: 1px dotted black;
	padding: 5px;

}

div#bottom {
	width: 100%;	
	height: 400px;
	border: 0px dotted #b8b8b8;

	border-top: 1px dotted #b8b8b8;

	
	margin: 0; 
	padding: 0px;	
	
	
	margin-bottom: 0px;
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	bottom: 0px;

	text-align: center;
	
	
}
/*
div#bottom a
{
	color: #c2c2c2;
}

div#bottom a:hover
{
	color: white;
}
*/

div#wrapper-top{
	width: 950px;
	margin: 0 auto;
	border: 0px solid green;
	position: absolut;
	margin-top: 0px;
	height: 60px;
	color: white;
	padding: 15px;
}

div#centerCol {
	
	width: 270px;
	padding: 3px;
	border: 0px solid yellow;
	margin-left: 700px;
}

div#leftCol {
	float: left;
	width: 650px;
	padding: 5px;
	margin: 0px;
	margin-top: 0px;
/*	border: 1px solid green;*/
}
div#leftCol-top p
{
	font-size: 25px;	
}
div#leftcol h1
{
	font: 13px/18px 'helvetica neue',helvetica,arial,sans-serif;
	color: black;
}

div#rightCol {
	float: right;
	width: 0px;
	/*background-color: #123123;*/
	border: 0px solid red;
	margin-left: 2170px;
}

div#leftCol-top 
{
	float: left;
	width: 550px;
	height: 60px;
	
	color: white;
	
	border: 0px solid green;
}

div#rightCol-top 
{
	float: right;
	width: 0px;
	height: 0px;
	border: 1px solid pink;
margin-left: 270px;
}
div#centerCol-top
{
	border: 0px solid blue;
	
	vertical-align: bottom;
	padding-top: 0px;
	padding-left: 550px;
}

div#centerCol-top a
{
	color: #c2c2c2;	
	text-decoration: none;
	display: block;
}

div#centerCol-top a:hover
{
	color: white;
	text-decoration: none;
}
div#centerCol-top table
{
	margin-top: 0px;
}
div#centerCol-top td
{
	padding: 3px;
	border-left: 1px solid #c2c2c2;
	min-width: 50px;
	height: 40px;
	vertical-align: bottom;	
}
div#centerCol-top td:hover
{
	padding: 3px;
	border-left: 1px solid white;
	min-width: 50px;
	height: 40px;
	vertical-align: bottom;
}

div#top
{
	height: 65px;
	padding: 0px;		
	background-color: black;
	background: url('banner-top.jpg');
	background-repeat: no-repeat;
}

.side-bar-title
{
	border: 1px solid grey;
	width: 250px;
	height: 20px;
	background-color: #c8c8c8;
	padding: 10px;
	color: #111111;
}

.empty-box
{
	border: 1px solid grey;
	border-top: 0px;
	width: 250px;
	background-color: #c8c8c8;
	padding: 10px;
	color: #111111;
}



.empty-box li
{
	list-style:none;
}


a
{
	color: #123456;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration:underline;
}

.du-jour-day-link
{
	text-align: right;
	margin-right: 0px;
	border: 0px solid yellow;
}

.du-jour-day-link a
{
	color: red;
	font-size: 12px;
}

.du-jour-day-content
{
	border-bottom: 1px dotted black;
	border-right:  1px dotted black;
	border-left:   1px dotted black;
	margin-bottom: 30px;
	background-color: white;
	padding-left:	  5px;
	padding-right:   5px;
}


.template-du-jour-item-link
{
	border: 0px solid red;
	margin-top: 0px;
	margin-bottom: 10px;
}

div#blogcontent
{

}

.box
{
	border-top:    1px dotted black;
	border-right:  1px dotted black;
	border-left:   1px dotted black;
	text-align: right;
	background-color: white;
}

