
		body
		{
		margin: 0;
		padding: 0;
		font-family: helvetica, arial;
		}

		#header
		{
		height:75px;
		width:70%;
		margin-left:25%;
                color: #fff;
		margin-bottom: 0px;
                padding-top:0;
		padding-bottom:0px;
		padding-right: 0;
		font-weight: bolder;
		font-style: italic;
		font-size: 1.8em;
		text-align: right;
		background-image: url(../header.jpg);
		background-repeat: no-repeat;
		}
		
		#header img
		{
		margin: 0;
		padding: 0;
		float:right;
		overflow: hidden;
		height:75px;
		}

		form
		{
		background-color: #369;
		padding-left:20%;
		padding-top:10px;
		padding-bottom:10px
		}

		
		h1
		{
		text-decoration: none;
		font-size:1.5em;
		border:0px
		}

		#navcontainer
		{
		height:75px;
		width:70%;
		margin-left:25%;
		}
		#navcontainer img
		{
		margin: 0;
		padding: 0;
		float:left;
		height:30px;
		margin-right:2%;
		width:95%;
		}

		#navcontainer ul
		{
		padding-left: 0px;
		margin-left: 0;
		background-color: #cd2929;
		color: White;
		float: left;
		width: 100%;
		font-family: arial, helvetica, sans-serif;
		}

		#navcontainer ul li { display: inline; }

		#navcontainer ul li a
		{
		padding: 0.2em 1em;
		background-color: #cd2929;
		color: White;
		text-decoration: none;
		float: left;
		border-right: 1px solid #fff;
		}

		#navcontainer ul li a:hover
		{
		background-color: #cd5252;
		color: #fff;
		}

                a
                {
		text-decoration: none;
                }


		a:link
		{
	         color: #fff;
		}

		a:visited
		{
	         color: #fff;
		}

		a:hover
		{
		color: #bbb;
		font-weight:bold;
		}

		#gutter
		{
		float: left;
		width: 3%;
		height: 1px;
		}

		#col1
		{
		float:left;
		width: 17%;
		height:600px;
		background-color: #fff;
		margin-bottom: 10px;
		margin-top: 10px;
		padding:0px 10px 10px 10px;
		font-size: 10pt;
		text-align: justify;
		overflow: scroll;
		border-top:5px solid #bbb;
		border-bottom:5px solid #bbb;
		}


		#col1 p.titel
                 {
		padding-left:20px;
		padding-top:0px;
		font-size:2em;
		font-weight:bold;
		}

		div#col1 p.artid
                 {
		padding-right:10px;
		padding-bottom:5px;
		color:#bbb;
		font-size:8pt;
		float:right;
		}
		
		#col1 p.inhalt
		{
		border-right: 5px solid #bbb;
		border-bottom: 2px solid #bbb;
		padding: 0px 20px 20px 20px;
		line-height: 2em;
		overflow: hidden;
		margin-bottom:0px;
		}

		#col1 p.kommentar
		{
		background-color: #bbb;
		padding:10px 20px 10px 10px;
		margin-top:0px;
		font-size:10pt;
		}
		
		#col1 p.kommentar a
		{
		background-color: #bbb;
		color:#003366;
		padding:0px 10px 10px 10px;
		margin-top:0px;
		}

		#col1 p.bildliste
		{
		padding:0px 20px 0px 10px;
		margin-top:0px;
		font-size:10pt;
		overflow: scroll;
		}
		

		.kommtitel
		{
		text-decoration: none;
		font-weight:bold;
		font-style:italic;
		}

		.kommautor
		{
		text-decoration: none;
		color:#003366;
		font-size:10pt;
		font-weight:bold;
		
		}
		
		.kommtext
		{
		border-left:2px solid #000;
		padding-bottom:5px;
		padding-left:10px;
		line-height:1.2em;
		}
		
		
		#col1 p.published
		{
		font-size: 8pt;
		text-decoration:none;
		color: #000;
		float:right;
		line-height: 1em;
		margin-top:0px;
		margin-bottom:20px;
		padding-right:5px;
		}

		#col2
		{
		float: right;
		width: 70%;
		margin-right: 3%;
		margin-top: 0px;
		margin-bottom: 10px;
		padding: 0px 10px 0px 10px;
		font-size:10pt;
		}

		#col2 img
		{
		width:80%;
		margin-left:10%;
		}

		#cleardiv
		{
		clear: both;
		height: 1em;
		}

		div#footer
		{
		clear: both;
		height:75px;
		width:70%;
		margin-left:25%;
		height: 40px;
		background-color: #0f0f4c;
		padding-left: 0;
		text-align: center;
		color: #fff;
		font-size:10pt;
		background-image: url(../footer.jpg);
		background-repeat: no-repeat;
		}
		
		div#footer ul
		{
		padding-top: 10px;
		list-style-type: none;
		text-decoration: none;
		}

		div#footer li
		{
		display: inline;
		margin-right: 1em;
		border-right: 1px solid #fff;
		padding-right: 1em;
		}
