/**
 * Stylesheet fuer http://www.deinweinberg.de/
 *
 * Standard-Stylesheet (Weingut)
 *
 * @author		C.Conrad <christian.conrad@burg-itc.de>
 * @link      http://www.deinweinberg.de/
 * @copyright Copyright 2008-2009, Burg-ITC GmbH
 * @license   private
 *
 * @package		DeinWeinbergCMS
 * @version    1.0
 */

/**
 * LAYOUT
 */
TD.content_left_2colspan {
	background: #FDF6C8;
	padding: 0px;
	margin: 0px;
	width: 148px;
	overflow: hidden;
	border-right: 1px solid #CCC;
}
TD.content_middle_2colspan {
	background: #FDF6C8;
	width: 701px;
	overflow: hidden;
}
DIV.content_middle_2colspan {
	background: #FDF6C8;
	padding: 15px;
}


DIV.content_left IMG {
	padding-top: 10px;
}



/**
 *  Content: rechte Seite
 */
DIV.right_content {
	width: 309px;
	overflow: hidden;
}

DIV.right_content DIV.content {
	width: 309px;
	padding: 8px;
}

DIV.right_content DIV.content H1 {
	color: #2D542E;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	width: 75%;
	border-bottom: 1px solid #2D542E;
	padding-bottom: 2px;
}


/**
 * NAVIGATION:  oben
 */
A.wg_nav_top:active,
A.wg_nav_top:link,
A.wg_nav_top:visited {
	color: #FFF;
	font-family: Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
	line-height: 27px;
	height: 27px;
	padding: 0px 8px 0px 8px;
}
A.wg_nav_top:hover {
	color: #2D542E;
	text-decoration: underline;
}
A.wg_nav_top_active:active,
A.wg_nav_top_active:link,
A.wg_nav_top_active:visited {
	color: #2D542E;
	font-family: Arial, Verdana;
	font-weight: bold;
	text-decoration: underline;
	white-space: nowrap;
	text-wrap: suppress;
	line-height: 27px;
	height: 27px;
	padding: 0px 8px 0px 8px;
}
A.wg_nav_top_active:hover {
	color: #2D542E;
}


