/* ===============  GENERAL  =============== */  
  	
	* {
		margin: 0px;
		padding: 0px;
	}
	
	img {
		border: none;
	}
	
	#page ul{
		list-style-image: url(../images/list.gif);
		padding-left: 50px;
	}
  
	body {
		background-color: #98989b;
		background: url(../images/bg.gif) repeat-x top left;
    }
	
	#container{
		font-family: Helvetica,Arial,sans-serif;
		width: 1000px;
		margin: auto;
	}
	

/* ===============  HEADER  =============== */

	#header {
		width: 1000px;
		height: 220px;
		padding-top: 50px;
	}
	
	
	#header_image{ 
		width: 1000px;
		height: 220px;
    }
	
/* ===============  MAIN  =============== */

	#main{ 
		float: left;
    	width: 1000px;
		background-color: #ffffff;
    }
	
	#content {  
		float: right;  
		width: 556px;
		overflow: auto; 
    	color: #98989b;
		background-color: #ffffff;
		background: url(../images/content.gif) repeat-y right top;
		font-size: 13px;
		padding: 10px 195px 50px 0px;

    }
	
	#left_navi { 
    	float: left;
    	width: 160px;
		background-color: #98989b;
		padding-left: 25px;
    }
	
	#left { 
    	float: left;
		width: 220px;
		height: auto;
    }
	
	.start_td{
		font-size: 11px;
		padding-left: 4px;
		padding-right: 4px;
	}
	
	table.start_table{
		background:url(../images/table_bg.gif) no-repeat;
		width: 550px;
		height: 300px;
	}
	
/* ===============  FOOTER  =============== */
	
	#footer_content {
		color: #ffffff;
		text-align: center;
		font-family: Helvetica,Arial,sans-serif;
		font-size: 10px;
		float: left;
    	width: 1000px;
		padding-top: 3px;
		padding-bottom: 3px;
		background-color: #eb5c1b;
    }
	

	
/* ===============  JOOMLA  =============== */

	.contentheading{
		color: #eb5c1b;
		font-size: 15px;
		padding: 13px 0 3px 0;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #98989b;
	}
	
	#page a {
		color: #eb5c1b;
		font-size: 12px;
		text-decoration: none;
	}
	
	#page a:hover {
		color: #eb5c1b;
		font-size: 12px;
		text-decoration: underline;
	}
	
	#page a:active {
		color: #eb5c1b;
		font-size: 12px;
		text-decoration: underline;
	}
	
	h4 {
		font-weight: bold;
		color: #eb5c1b;
	}
	
	h5 {
		font-weight: bold;
		color: #eb5c1b;
		font-size: 13px;
	}

/* ===============  MENU_Main =============== */

	.menu ul{
		white-space: nowrap;
	}

	.menu li{
		margin-left: 10px;
		list-style-type: none;
	}

	.menu a {
		color: #ffffff;
		font-size: 13px;
		text-decoration: none;		
	}


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

	.menu a:active{
		color: #ffffff;
		text-decoration: underline;
	}

	
/* ===============  MENU_left =============== */

	.menu_left ul{
		white-space: nowrap;
	}

	.menu_left li{
		margin: 4px 0 5px 10px;
		list-style-type: none;
		background: url(../images/navi_v_bg.gif) top left no-repeat;
	}

	.menu_left a {
		padding-left: 15px;
		color: #ffffff;
		font-size: 11px;
		line-height:22px;
		text-decoration: none;		
	}


	.menu_left a:hover{
		color: #ffffff;
		text-decoration: underline;
	}

	.menu_left a:active{
		color: #ffffff;
		text-decoration: underline;
	}
	
/* ===============  KONTAKTFORMULAR  =============== */


	.inputbox{
		background-color: #FFFFFF;
		border-style: solid;
		border-width: 1px;
		border-color: #98989b;
		margin-bottom: 2px;
		color: #98989b;
	}		
	
	th{
		padding-right: 55px;
		padding-left: 5px;
		padding-bottom: 2px;
		text-align: left;
		font-weight: normal;
		color: #eb5c1b;
	}
	
