/**
 * $Id$
 * Website Baker template: simple
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Ryan Djurovich, C. Sommer
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/


body,tr, td, div,p
{

  	margin: 0px;
  	padding:0px;
  
}
body,div,p,a,b,td,strong
{
	font-family:Arial;
	font-size: 13px;
}


table,tr, td, div
{
	border-width: 0px;
}



	div#ueberschrift_start
	{
		margin-right: 0.03em; 
		margin-top: 15px; 
		font-size: 45px; 
		color:#666666; 
		font-weight:0px;
	}
	
	font.ueberschrift_buchst_1
	{
	color:#cc33ff; 
	}
	


div#keyword_request{
  
  	margin-right: 0px; 
  	margin-top: 15px; 
  	font-size: 18px; 
  	color:#808080;
  	font-weight:bolder;
  	word-spacing:8px;
  
}
td#nav_pos_top
{
  
	background-image: url(<?php echo TEMPLATE_DIR; ?>/images/o_h_l.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	vertical-align: bottom; 
	
	padding-left: 14px;
	padding-bottom: 14px; 
	font-size: 11px;
}

ul{

	text-decoration: none;
	list-style:none;
	margin-top: 0px;
	

}
ul li{

	margin-left:-35px;

}
ul li ul li{
	margin-left:-20px;
	padding-right: 3px;
}

ul li ul
{
	
}
ul li span a {

	text-decoration: none;
	color: #666666;font-family:Arial;font-weight:bold;
	font-size: 12px;
	
}
span.menu_current a{

	color: #990099;
	font-family: Arial;
	font-weight:bold;

}

table#table_info
{

	border-width: 0px;

}
td#info_right_top
{

  	background-color: #e8e8e8;
  	border-bottom-width:10px;
  	border-color:#ffffff;
  
}
td#info_right_bottom
{
  
	border-color:#ffffff;
 	border-left-width:0px;
  	background-color: #e8e8e8;
  	border-right-width:0px;
  	border-bottom-width:0px;
}
.rahmenaktiv
{
	border-width: 0px;
}

.suche
{
display: none;
}