* {
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	background-color: #fff;
	padding-top: 0;
	margin-top: 0;
	font-family: lucida grande,verdana,sans;
	font-size: 12px;
}

#container
{
	background-image: url("artwork/background.jpg");
	background-repeat: repeat-y;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
	padding-bottom: 0;
}

a
{
    border: 0px;
	color: #000;
}

a img {
	border: 0;
}

p, ul
{
	color: #555;
	line-height: 1.7em;
	text-align: left;
	margin: 1em 0;
	padding-right: 6px;
}

h1
{
	font-weight: bold;
	line-height: 1.7em;
	text-align: left;
	font-size: 100%;
}

h2
{
	font-weight: bold;
	line-height: 1.7em;
	text-align: left;
	font-size: 100%;
	color: #555;
}

/* HEAD */

#head
{
	text-align: left;
	height: 122px;
}

/* NAVIGATION */

#navigation
{
	margin: 8px 22px 18px 22px;
	text-align: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #66f;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}

#navigation li {
	margin: 0;
	padding: 0;
}

#navigation ul ul {
	display: inline;
}

#navigation ul ul li {
	display: inline;
}

#navigation #forumlink {
	position:absolute;
	top:127px;
	margin-left:610px;
}


/* CONTENT */

#content
{
	margin-left: 22px;
	margin-right: 22px;
	padding-top: 0px;
	padding-bottom: 40px;
	border-bottom: 1px solid #66f;
}

#content p
{
 	text-indent: 24px;
 	margin-left: 293px;

}

#content.with-p, #content.with-h1, #content.with-image ul
{
 	margin-left: 300px;
 	padding-left: 0px;
}

#content p.oe
{
 	text-indent: 0px;
}

#content p.list
{
 	text-indent: 0px;
 	margin: 1em 0 1.5em;
}

#content ul {
	margin-left: 14px;
	list-style: circle;
}

#content ul.aktuelles {
 	margin-left: 24px;
}

#content.with-image ul 
{
	margin-left: 314px;
}

#content p.date 
{
	color: #B3B3B3;
	text-indent: 0px;
	margin:0;
}

#content .aktuelles-top
{
	padding-bottom:5px;
	border-bottom: 1px solid #ccc;

}

#content .aktuelles-middle
{
	padding-bottom:5px;
	padding-top:20px;
	border-bottom:1px solid #ccc;
}

#content .aktuelles-bottom
{
	padding-top:20px;
}


/* FOOTER */

#foot
{   
	background: url(artwork/footer.png) center bottom no-repeat;
	clear: both;
	padding-bottom: 20px;
}

#foot ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 16px;
	font-size: 10px;
}

#foot ul li {
	display: inline;
	margin-left: 6px;
	padding-left: 6px;
	border-left: 1px solid #555;
}

#foot ul li.first-child {
	border: 0;
}

#foot p
{   	
	padding-top: 0px;
	font-size: 10px;
	line-height: 1.7em;
	text-align: center;
	margin-top: 2px;
}

#foot img
{
	padding: 0px;
	margin: 0px;
	align: right;
}

/* BILDER IM TEXT */

div.image
{
	margin: 0px;
    float: left;
    background-image: url(http://heidegger-gesellschaft.de/artwork/jcfbhslukazuiobcip.jpg);
    background-repeat: no-repeat;
	margin-top: 6px;
	margin-bottom: 50px;
	margin-right: 10px;
	border: 1px solid #999;
	width: 279px;
	height: 385px;
}

#content div.image p {
	margin: 0;
	padding: 0;
	font-size: 9px;
	text-indent: 0px;
	padding-top: 390px;
}