/**
 * Stylesheet fuer http://www.deinweinberg.de/
 *
 * Standard-Stylesheet
 *
 * @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
 */


/**
 * Generelles Layout
 */
BODY {
	color: #000;
	background-color: #DEC76D;
	font-family: Verdana, Arial;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	min-height: 100%;
}

HTML, BODY {
	height: 100%;
}

/**
 * Link Styles
 */
A:active, A:link, A:visited {
	color: #B27D27;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
A:hover {
	color: #C2BAA7;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

/**
 * IMG-Tags
 */
IMG {
  border: 0 none;
}
DIV.col_left IMG, DIV.col_right IMG {
	float: left;
  border: 0 none;
  padding: 0px;
  margin: 0px;
}

/**
 * LISTEN
 */
UL {
  margin: 10px 0px 0px 15px;
  padding: 0px 0px 0px 10px;
  list-style-type: square;
}
UL LI {
  padding: 0px;
  margin: 0px;
}
	
/**
 * Ueberschriften
 */
H1 {
	color: #2D542E;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	width: 90%;
	border-bottom: 1px solid #2D542E;
	padding-bottom: 2px;
}
H2 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
H3 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	width: 70%;
	border-bottom: 1px solid #197694;
	padding-bottom: 2px;
}

/**
 * Generelle Styles
 */ 
.left {
	float: left;
}
.right {
	float: right;
}
.green {
  color: #2D542E;
  font-weight: bold;
}
.amber {
	color: #B27D27;
}

/**
 * Standard-Wrapper
 */
DIV#wrapper {
	width: 850px;
	text-align: left;
	background: transparent url('images/portal/site_shadows.png') repeat-y scroll 50% 0;
	margin: 0 auto;
	padding: 0 10px;
}

/**
 * Standard-Header
 */
DIV.header_portal {
	width: 850px;
	height: 126px;
	background: url('images/portal/header_img1.jpg');
	background-repeat: no-repeat;
 	background-position: top left;
}
DIV.header_logo {
	margin-left: 40px;
	width: 230px;
	height: 120px;
}

DIV.header_schlagkamp {
	width: 850px;
	height: 126px;
	background: url('images/portal/w_schlagkamp/header_img1.jpg');
	background-repeat: no-repeat;
 	background-position: top left;
}
DIV.header_antoniushof {
	width: 850px;
	height: 126px;
	background: url('images/portal/w_antoniushof/header_img1.jpg');
	background-repeat: no-repeat;
 	background-position: top left;
}
DIV.header_andreas-schaeffer {
	width: 850px;
	height: 126px;
	background: url('images/portal/w_andreas-schaeffer/header_img1.jpg');
	background-repeat: no-repeat;
 	background-position: top left;
}

/**
 * Header-Navigation
 */
DIV.nav_top {
	height: 27px;
	width: 850px;
	background: url('images/portal/nav-top_background.gif');
	background-repeat: no-repeat;
 	background-position: top left;

	color: #FFF;
	line-height: 27px;
	height: 27px;
	padding: 0px 10px 0px 15px;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

/**
 * C O N T E N T
 */
DIV.content_wrapper {
	width: 850px;
	min-height: 100%;
}
/**
 *  1-Column-Layout
 */
DIV.col_one {
	width: 850px;
	background: #FCF6C7;
	overflow: hidden;
}
DIV.content {
	width: 850px;
	padding: 0;
	margin: 0;
}


/**
 *  3-Column-Layout
 */
TD.content_left {
	background: #EDDEA7;
	padding: 0px;
	margin: 0px;
	width: 149px;
	overflow: hidden;
}
TD.content_middle {
	background: #FDF6C8;
	width: 392px;
	overflow: hidden;
}
DIV.content_middle {
	background: #FDF6C8;
	padding: 15px;
	overflow: hidden;
}
TD.content_right {
	background: #EDDEA7;
	width: 309px;
	overflow: hidden;
}

/**
 * Bildleisten links und rechts
 */
DIV.leftImg1 {
	padding: 0px;
	margin: 0px;
	float: left;
}
DIV.leftImg2 {
	padding: 0px;
	margin: 0px;
	float: left;
}
DIV.leftImg3 {
	padding: 0px;
	margin: 0px;
	float: left;
}
DIV.rightImg1 {
	padding: 0px;
	margin: 0px;
	float: left;
}
DIV.rightImg2 {
	padding: 0px;
	margin: 0px;
	float: left;
}
DIV.rightImg3 {
	padding: 0px;
	margin: 0px;
	float: left;
}


/**
 * NAVIGATION:  oben
 */
A.nav_top:active,
A.nav_top:link,
A.nav_top:visited {
	color: #FFF;
	font-family: Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
	line-height: 27px;
	height: 27px;
	padding: 0px 15px 0px 15px;
}
A.nav_top:hover {
	color: #2D542E;
	text-decoration: underline;
}
A.nav_top_active:active,
A.nav_top_active:link,
A.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 15px 0px 15px;
}
A.nav_top_active:hover {
	color: #2D542E;
}

/**
 * NAVIGATION:  links
 */
DIV.nav_sub_wrapper {
	width: 149px;
	float: left;
	padding-bottom: 30px;
}
DIV.nav_left_header {
	color: #B27D27;
	font-size: 12px;
	text-decoration: underline;
	padding: 10px;
}

UL.nav_left {
	padding: 0px;
	margin: 0px;
}
UL.nav_left_sub {
	padding-left: 10px;
	margin: 0px;
}
.nav_left_sub UL.nav_left LI UL.nav_left_sub {
	padding-left: 10px;
	margin: 0px;
}
.nav_left LI {
	list-style: none;
}
UL.nav_left LI {
	list-style: none;
}

A.nav_left:active,
A.nav_left:link,
A.nav_left:visited {
	display: block;
	color: #B27D27;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 20px;
	line-height: 20px;
	text-transform: uppercase;
}
A.nav_left:hover {
	color: #2D542E;
	background: url('images/nav_left/entry_hover.gif');
	background-repeat: no-repeat;
	background-position: 5px;
}

A.nav_left_active:active,
A.nav_left_active:link, 
A.nav_left_active:visited {
	display: block;
	color: #2D542E;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 20px;
	line-height: 20px;
	text-transform: uppercase;
	background: url('images/nav_left/entry_hover.gif');
	background-repeat: no-repeat;
	background-position: 5px;
}
A.nav_left_active:hover {
	color: #B27D27;
	background: url('images/nav_left/entry_hover.gif');
	background-repeat: no-repeat;
	background-position: 5px;
}


/**
 * Button "Weingueter" auf der Startseite
 */ 
IMG.startseite_weingueter {
	width: 101px;
	height: 87px;
	background: transparent url('../content/portal/portal_startseite_button_start-norm.jpg') no-repeat top left;
}
IMG.startseite_weingueter:hover {
	width: 101px;
	height: 87px;
	background: transparent url('../content/portal/portal_startseite_button_start-over.jpg') no-repeat top left;
}


/**
 * Seite: Weingueter
 */ 
DIV.content TD.w_header P {
	color: #903E2C;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	padding: 10px 0px 10px 0px;
}

DIV.content TD.w_headline1 {
	background: #eddea7;
}
DIV.content TD.w_headline2 {
	background: #faeabf;
}
DIV.content TD.w_headline3 {
	background: #faeabf;
}
DIV.content TD.w_headline4 {
	background: #faeabf;
}
DIV.content TD.w_headline1,
DIV.content TD.w_headline2,
DIV.content TD.w_headline3,
DIV.content TD.w_headline4 P {
	color: #B37D27;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-family: Arial;
	text-indent: 10px;
}

DIV.content TD.w_content1 {
	background: #eddea7;
}
DIV.content TD.w_content2 {
	background: #faeabf;
}
DIV.content TD.w_image {
	background: #faeabf;
}
DIV.content TD.w_content3 {
	background: #faeabf;
}
DIV.content TD.w_content1 P,
DIV.content TD.w_content2 P,
DIV.content TD.w_content3 P {
	color: #903E2C;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	font-family: Arial;
	padding: 6px;
}

DIV.content TD.w_content1 P A:active,
DIV.content TD.w_content1 P A:link,
DIV.content TD.w_content1 P A:visited,
DIV.content TD.w_content3 P A:active,
DIV.content TD.w_content3 P A:link,
DIV.content TD.w_content3 P A:visited {
	color: #903E2C;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}
DIV.content TD.w_content1 P A:hover,
DIV.content TD.w_content3 P A:hover {
	color: #B37D27;
}

DIV.content TD.w_content1 P A.action_link1:active,
DIV.content TD.w_content1 P A.action_link1:link,
DIV.content TD.w_content1 P A.action_link1:visited {
	color: #2D542E;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	border-bottom: 5px solid #2D542E;
}
DIV.content TD.w_content1 P A.action_link1:hover {
	color: #B37D27;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	border-bottom: 5px solid #B37D27;
}

DIV.content TD.w_spacer {
	line-height: 4px;
	height: 4px;
	color: #B37D27;
	background: #B37D27;
	font-size: 1px;
}

TABLE.contenttable TD.w_spacer P {
	font-size: 1px;
	padding: 0;
	margin: 0;
}
TABLE.contenttable TD.w_header_spacer P {
	font-size: 1px;
	padding: 0;
	margin: 0;
}
TABLE.contenttable TD.w_header_spacer {
	height: 10px;
	line-height: 10px;
}
TABLE.contenttable TR {
	vertical-align: top;
}





/**
 * MailFormPlus behvaior styling
 *
 * @author		C.Conrad <christian.conrad@burg-itc.de>
 * @package		DeinWeinbergCMS
 * @version    1.0
 */
#mailformplus TABLE TD {
	line-height: 30px;
}
.mailform_redtext {
	color: #FF0000;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
}
.mailform_boldtext {
	color: #2D542E;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}
.mailform_input {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
}
.mailform_smalltext {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
}
.tx-srfreecap-pi2-cant-read {
	color: #1A7693;
	font-size: 12px;
	font-weight: bold;
}
.tx-srfreecap-pi2-cant-read a:active,
.tx-srfreecap-pi2-cant-read a:link,
.tx-srfreecap-pi2-cant-read a:visited {
	text-decoration: underline;
}



/**
 * TT_News behvaior styling
 *
 * @author		C.Conrad <christian.conrad@burg-itc.de>
 * @package		DeinWeinbergCMS
 * @version    1.0
 */
#news {
	width: 264px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #F0EDE4;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}

#news H1 {
	color: #297F9A;
	font-size: 12px;
	font-weight: bold;
}



/**
 * Content / Image behvaior styling
 *
 * @author		C.Conrad <christian.conrad@burg-itc.de>
 * @package		DeinWeinbergCMS
 * @version    1.0
 */
.content P, .content TD, .content TH, .content LEGEND
{
	font-family: Verdana, Arial;
	font-size: 12px;
	text-align: left;
}
.contentCenter P, .contentCenter TD, .contentCenter TH, .contentCenter LEGEND
{
	font-family: Verdana, Arial;
	font-size: 12px;
	text-align: left;
}



/**
 * Picture captions
 *
 * @author		C.Conrad <christian.conrad@burg-itc.de>
 * @package		DeinWeinbergCMS
 * @version    1.0
 */
DIV.camera DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin: 0px;
	padding: 0px;
	float: left;
}
DIV.right_content DL, DIV.right_content DT {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}	

.csc-textpic-caption {
	font-size: 10px;
	padding-top: 4px;
}
.csc-textpic-text {
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin: 0px;
	padding: 0px;
}
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid #BBB;
}