/*
	Author Name	: Jens Boerner
	Author Site	: http://www.diu-minnezit.de
	Style Name	: NBG1380
	Style URI	: http://www.nbg1380.de
	Version		: 1.0
	Comments	: modify as you want!
*/

#page {
	/* The entire design is contained within the 'page' id */
	width: 780px !important;
	padding-top: 0px;
margin-top: 20px;
border: 1px solid #ddd;
	}
	
#primary 
{
/* Contains the main column */

  margin-left: 200px; 
  width: 540px;
	background-image : url(images/wasserzeichen.jpg);
	background-position : center;
	background-repeat : no-repeat;
	
	}

.secondary 
{
/* Contains both sidebars */

	left: -540px;
    width: 190px;
	background-image : url(images/script.jpg);
	background-position : left;
	background-repeat : repeat;
	}
	
#header {
	/* Contains the H1 and menu */
	}
h1,h2,h3,h4,h5,h6
{
	text-align:left;
}	

/* links */
.linkcat 
{
	margin-left: 10px;
	list-style-type: none;
	list-style-image: none;
	}

.linkcat h2 {
margin-top: 10pt;
  font-size: 12pt;
	text-align: left;
}
li {
	margin-left: 30px;
	/*list-style-image: url(http://url-to-image);*/
	}

.secondary ul li { 
	/* list-style-image: url(http://url-to-image);*/
 }

.secondary ul {
	margin-left: 15px;
	}
	


.hentry {
	/* Each entry is contained within the 'hentry' class */
	vertical-align : bottom;
}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}
	
.admintab
{
		visibility: hidden;
		position: absolute;
}
#wp-calendar
{
	border: 1px solid gray;
	
}
#wp-calendar td
{
	color:gray;
}

#primary hr
{
	display: block;
}

#today
{
	border: 1px solid black;
}



