@charset "utf-8";
/* CSS Document */

	* { border: none; }
	

	img, div { behavior: url("iepngfix.htc") }

	body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #505367;
		background-color: #F6F6F6;
		background-image: url(../images/contentbackground.jpg);
		background-repeat: no-repeat;
		border: none;
	}

	body a
	{
	color: black;
	text-decoration: none;
	}
	
	
	
	#container
	{
		margin: 0;
		margin-top: 0;
		float: left;
		width: 900px;
		text-align: left;
		background-color: transparent;
	}
	
	
	#menu
	{
		float: right; 
		width: 235px;
		background-color: transparent;
	}


	#menu a
	{
	margin: 0px;
	text-decoration: none;
	font-size: 12px;
	text-align: justify;
	color: black;
	line-height: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: none;  	
	}

	#menu p
	{
	padding: 0;
	margin: 0;
	width: 180px;  	
	margin-bottom: 10px;
	}

	#menu a:hover
	{
	text-decoration: underline;  	
	}

	#interessanteartikel
	{
		background-image: url(../images/interessanteartikel.png);
		width: 132px;
		height: 24px;
		margin: 0;
		margin-left: 15px;
	}

	#sehenswerteseiten
	{
	background-image: url(../images/sehenswerteseiten.png);
	width: 132px;
	height: 24px;
	margin: 0;
	margin-left: 15px;
	margin-top: 20px;
	}

	#htmlcss
	{
	background-image: url(../images/htmlcss.jpg);
	background-repeat: no-repeat;
	width: 132px;
	height: 24px;
	margin: 0;
	margin-left: 15px;
	margin-top: 20px;
	}


	#menuplatzhalter
	{
	width: 100%;
	height: 120px;
	background-color: transparent;
	margin-bottom: 0px;
	}

	
	#contents	
	{
		margin-right: 290px;
		margin-left: 25px;
		background-color: transparent;
		height: 600px;
	}

	#contentsinnenrechts
	{
	float: right;
	background-color: transparent;
	width: 325px;
	}

	#contentsinnenrechts h1
	{
	text-decoration: none;
	font-size: 14px;
	color: black;
	margin-bottom: 3px;
	margin-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;	
	}

	#contentsinnenrechts p
	{
	margin: 0px;
	text-decoration: none;
	font-size: 12px;
	text-align: justify;
	color: black;
	line-height: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;  	
	}

	#contentsinnenrechtsmenue
	{
	margin-left: 0px;
	width: 100%;
	background-color: transparent;
	height: 80px;
	font-size: 12px;
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	}
	
	#contentsinnenrechtsmenue ul
	{
		position: absolute;
		margin: 0;
		padding: 0;
		padding-top: 55px;
		padding-bottom: 10px;
		list-style-type: none;

	}
	
	#contentsinnenrechtsmenue li
	{
		display: inline;
		padding: 0 7px;
	}
	
	#contentsinnenrechtsmenue li a
	{
	text-decoration: none;
	line-height:25px;
	color:#000000;
	}
	
	#contentsinnenrechtsmenue li a:hover
	{
	text-decoration: underline;
	color:#000000
	}

	#contentsinnenrechtslinks
	{
	width: 35%;
	float: left;
	background-color: transparent;
	height: 360px;
	}

	#contentsinnenrechtslinks p
	{
	margin-left: 5px;
	}

	#contentsinnenrechtsrechts
	{
	margin-left: 37%;
	width: 185px;
	background-color: transparent;
	height: 360px;
	}

	#contentsinnenlinks
	{
	margin-right: 370px;
	margin-left: 0px;
	background-color: transparent;
	height: 400px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;	
	}

	#contentsinnenlinks h1
	{
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	color: black;
	margin-bottom: 5px;
	}

	#contentsinnenlinks p
	{
	margin: 0px;
	text-decoration: none;
	font-size: 12px;
	text-align: justify;
	color: black;
	line-height: 20px;
	font-style: normal;  	
	}

	#contentsinnenlinkslogo
	{
	width: 95%;
	background-color: transparent;
	height: 140px;
	}

	
	#footer	
	{
		clear: both;
		height: 20px;
		background-color: transparent;
		widht: 680px;
		height: 162px;
		margin-left: 80px;
		background-image: url(../images/footer.jpg);
		background-repeat: no-repeat;
	}

	#footer p
	{
	margin: 0px;
	margin-top: 15px;
	margin-left: 180px;
	padding-top: 60px;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	color: black;
	line-height: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;  	
	}

	#trennlinie	
	{
		background-image: url(../images/trennlinie.png);
		background-repeat: no-repeat;
		width: 278px;
		height: 5px;
		background-color: transparent;
		margin-left: 10px;
	}
	
	#meinclear
	{
	clear: both;
	}
	


