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

.hidepics {
  width:0px;
  height:0px;
  display:none;
}

body	{
	background-color:#4287E4;
	text-align:left;
	margin: 0;
	padding: 0;
	}
	
div		{
	position:relative;
	}

#header	{
	background-image:url(../img/header_bg.jpg);
	height:122px;
	width:100%;	
	}
	
#navi	{
	width:100%;
	height:43px;
	max-height:43px;
	background-color:#D44644;
	}
	
	#button1	{
		background-image:url(../img/but_home.jpg);
		float:left;
		height:43px;
		width:222px;
		}
	
	#button1:hover	{
		background-image:url(../img/but_home_a.jpg);
		}
		
	#button2	{
		background-image:url(../img/but_order.jpg);
		float:left;
		height:43px;
		width:222px;
		}
	
	#button2:hover	{
		background-image:url(../img/but_order_a.jpg);
		}
		
	#button3	{
		background-image:url(../img/but_questions.jpg);
		float:left;
		height:43px;
		width:222px;
		}
	
	#button3:hover	{
		background-image:url(../img/but_questions_a.jpg);
		}
		
	#button4	{
		background-image:url(../img/but_contact.jpg);
		float:left;
		height:43px;
		width:222px;
		}
	
	#button4:hover	{
		background-image:url(../img/but_contact_a.jpg);
		}
		
		
	/*Hack für ie6*/
	
	#button1 a	{
		background-image:url(../img/but_home.jpg);
		float:left;
		height:43px;
		width:222px;
		}
	
	#button1 a:hover	{
		background-image:url(../img/but_home_a.jpg);
		}
		
	#button2 a	{
		background-image:url(../img/but_order.jpg);
		float:left;
		height:43px;
		width:222px;
		}
	
	#button2 a:hover	{
		background-image:url(../img/but_order_a.jpg);
		}
		
	#button3 a	{
		background-image:url(../img/but_questions.jpg);
		float:left;
		height:43px;
		width:222px;
		}
	
	#button3 a:hover	{
		background-image:url(../img/but_questions_a.jpg);
		}
		
	#button4 a	{
		background-image:url(../img/but_contact.jpg);
		float:left;
		height:43px;
		width:222px;
		}
	
	#button4 a:hover	{
		background-image:url(../img/but_contact_a.jpg);
		}
		
	
#content	{
	min-height:400px;
	height:auto !important;
	height:400px;
	padding-top:40px;
	padding-left:10%;
	padding-right:10%;
	padding-bottom:50px;
	font-family:Arial;
	font-weight:normal;
	color:#FFFFFF;
	}

#footer	{
	width:100%;
	height:31px;
	background-image:url(../img/footer_bg.jpg);
	}
	
h1 {
	font-family:Arial;
	font-weight:bold;
	color:#FFFFFF;
	font-size:23px;
	}
	
.text {
	font-family:Arial;
	font-weight:normal;
	color:#FFFFFF;
	font-size:18px;
	}
	
.table {
	background-color:#366cc6;
	}

.table2 {
	background-color:#d44644;
	}
	
a {
	text-decoration:none;
	}

a:hover {
	text-decoration:none;
	}	
	
.link {
	text-decoration:none;
	color:#FFFFFF;
	border-bottom:dotted;
	border-bottom-width:thin;
	}

.link:hover {
	text-decoration:none;
	color:#999999;
	}
