@charset "utf-8";
/* CSS Document 
	Farben:
	gold:	#c2b76a
	braun:	#3c2b10
	beige:	#fcf6dc

*/

<style type="text/css"> 
    <!-- 
	body
	{}

    body
	{
		font-family:	Calibri, Geneva, Arial, Helvetica, sans-serif;
    	background-color:	#1f1f1f;
    	margin: 		0; 
    	padding: 		0;
    	text-align: 	center;
    	color: 			#fcf6dc;
    	font-size:		1em;
    }

    .talip #container
	{ 
    	width: 			950px;
		height:			850px;
		background:		url(images/container-background.jpg);		
    	margin: 		45px auto;
    	border: 		none;
    	text-align: 	left;
    }

	.talip #headcont
	{
		height:			100px;
		width:			950px;
		background:		url(images/head-bg.jpg) repeat;
	}

	.talip #head
	{
		height:			100px;
		width:			461px;
		float:			left;
		color:			#c2b76a;
		font-size:		0.85em;
	}
	
	.talip #head p
	{
		margin-left:	275px;
		margin-top:		25px;
	}
	
	.talip #headleft
	{
		width:			225px;
		height:			100px;
		border-right:	#c2b76a solid thin;
		text-align:		right;
		float:			left;
		padding-right:	25px;
		padding-top:	25px;
	}

	.talip #logo
	{
		height:			100px;
		width:			211px;
		float:			right;
	}
	
	.talip #headline
	{
		background:		url(images/headline-bg.jpg);
		height:			25px;
		width:			950px;
		float:			left;
	}
	
	.talip #headlineline
	{
		width:			250px;
		height:			55px;
		border-right:	#c2b76a solid thin;
		margin-top:		-25px;
	}
	
	.talip #imageline
	{
		background-color:	#FFFFFF;
		height:			345px;
		float:			left;
		width:			950px;
	}

	.talip #menuline
	{
		background-color:	#3c2b10;
		height:			25px;
		float:			right;
		width:			950px;
		color:			#fcf6dc;
		list-style:		none;
		padding-left:	-150px;
	}

	.aktivlink
	{
		color:			#fcf6dc;
	}
	
	.talip #menuline p
	{
		margin-top:		3px;
	}
	
	.talip #menuline ol
	{
		margin-top:		3px;
	}

	.talip #menuline ol li
	{
		list-style:		none;
    	vertical-align: bottom;
		display:		inline;
		margin-left:	50px;
	}	

	.talip #menuline ol li a
	{
		color:			#c2b76a;
		text-decoration: none;	
	}	
		
	.talip #menuline ol li a:hover
	{
		color:			#fcf6dc;
		text-decoration:	none;
	}	
		
	.talip #menulineline
	{
		width:			200px;
		height:			25px;
		border-right:	#c2b76a solid thin;
		float:			left;
		text-align:		right;
		padding-right:	50px;
	}	

	.talip #menulineline p a
	{
		color:				#c2b76a;
		text-decoration:	none;
	}

	.talip #menulineline p a:hover
	{
		color:			#fcf6dc;
	}

	.talip #menulineline p a.aktivlink
	{
		color:			#fcf6dc;
	}

	.talip #content
	{
		height:			355px;
		color:			#fcf6dc;
		width:			950px;
		float:			right;
		overflow:		auto;
	}

	.talip #contentleft
	{
		width:			250px;
		height:			355px;
		border-right:	#c2b76a solid thin;
		float:			left;
	}
	
	.talip #content p
	{
		margin:			25px 150px 0 300px;
		font-size:		0.9em;
	}
	
	.talip #content p a
	{
		color:			#fcf6dc;
		text-decoration:	none;	
	}

	.talip #content h5
	{
		font-size:		0.8em;
		margin:			25px 150px 0 300px;
	}	
	
    .fltrt
	{
    	float: 			right;
    	margin-left: 	8px;
    }
    .fltlft
	{
    	float: 			left;
    	margin-right: 	8px;
    }
    .clearfloat
	{
    	clear:			both;
        height:			0;
        font-size: 		1px;
        line-height: 	0px;
    }
    --> 
    </style>