﻿@charset "utf-8";
/* CSS Document */

*
{
	list-style-type:none;
	margin:0;
	padding:0;
	border:0;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Tahoma, Verdana, Arial, sans-serif;
}

body
{
	background-color:#FFFFFF;
	
}

#seite
{
	width:902px;
	top: 20px;
	margin:0 auto;
	position:relative;
}

/**________________________cd Bedrucken cd druck cd kopieren cd brennen____________________________________*/

#topmenu
{
	width:902px;
	height:20px;
	position:relative;
	text-align:right;
	margin-bottom:5px;

}

	#topmenu a
	{
		text-decoration:none;
		color:#555555;
		margin-left: 8px;
		margin-right: 8px;
		font-size:14px;		
	}
	
	#topmenu a:hover
	{
		color:#FF0000;
	}
	
	#topmenu a:active
	{
		color:#FF0000;
	}
	
	#top_active a
	{
		font-weight:bold;
		color:#FF0000;
	}


#header
{
	width:900px;
	height:200px;
	position:relative;
	background-image:url(../img/back_header.png);
	background-repeat:repeat-y;
	border:1px solid #dddddd;
}

	#logo
	{
		height:184px;
		width: 234px;
		margin:8px;
		/*background-color:#FFFFFF;*/
		position:relative;
		float:left;
	}
	
	#menu
	{
		height:184px;
		width: 304px;
		margin:8px;
		position:relative;
		float:left;
		overflow:visible;
	}
	
		
		#menu a
		{
			color:#444444;
			text-decoration:none;
			width:268px;
			height:30px;
			display:block;
			padding-top:5px;
			padding-left:40px;
			background-image:url(../img/Menu_ico.png);
			background-repeat:no-repeat;
			font-size:18px;			
		}
		
		#menu a:hover
		{
			color:#FF0000;
			background-image:url(../img/Menu_active_ico.png);
		}
		
		#menu_active a
		{
			color:#FF0000;
			background-image:url(../img/Menu_active_ico.png);
			font-weight:bold;
		}
		
	#header_pic
	{
		height:200px;
		width:330px;
		float:right;
		/*margin:8px;*/
	}
		



#left
{
	width:251px;
	height:auto;
	margin-top:16px;
	position:relative;
	float:left;
}

	#Angebot_Titel
	{
		width:242px;
		height:27px;
		position:relative;
		border-left:1px solid #dddddd;
		border-top:1px solid #dddddd;
		border-right:1px solid #dddddd;
		background-image:url(../img/back_angebot_titel.png);
		background-repeat:repeat-y;
		padding-left:8px;
		padding-top:3px;
	}

	#Angebot_Cont
	{
		border:1px solid #dddddd;
		width:234px;
		height:124px;
		position:relative;
		padding: 8px;
	}
		

	

	#le_pic
	{
		width:250px;
		height:auto;
		border:1px solid #dddddd;
		background-color:#f2f2f2;
		margin-top:8px;
		
	}
	
		#inner_le_pic
		{
			widht: 234px;
			height:auto;
			margin:8px;
			background-color:#FFFFFF;			
		}


#right
{
	width:641px;
	height:auto;
	margin-top:16px;
	position:relative;
	margin-left:8px;
	float:left;
}

	#content
	{
		width:640px;
		border:1px solid #dddddd;
		background-color:#f2f2f2;
		height:auto;
	}
	
		#inner_Cont
		{
			width: 608px;
			min-height: 367px;
			margin:8px;
			padding:8px;
			background-color:#FFFFFF;
		}
	
	#footer
	{
		width:641px;
		height:30px;
		position:relative;
		text-align:center;
		padding-top:5px;
		font-size:14px;
	}





