/**************************************/
/***** The Guild Group Microsite ******/
/**************************************/


html, body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}


#wrapper {
	width: 987px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-top: 0;
	padding: 0;
	height: 100%;
	min-height: 600px;
}

h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 550;
	text-align: left;
	margin: 0; /*Need to set this to clear browser added padding and margin in Mozilla*/
	padding: 0; /*Need to set this to clear browser added padding and margin in Mozilla*/
}

h2 {
	color: #0073b9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-left: 8px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	line-height: 125%;
	font-weight: bold;
	margin: 7px;
}

p, ol, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 10px;
}

img.left {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}

img.right {
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
}

.clr {
	clear: both;
}

a:focus {
      outline: none; /* Damit Firefox keinen aktiven Rand um Links zeigt */
}

.red_error {
	color: #FF0000;
}

/**************************************/
/*********** Index page ***************/
/**************************************/

#bg_index {
	background-image: url(../images/bg_index.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0;
	min-height: 600px;
	*height: 600px;
}

#bg_index_long {
	background-image: url(../images/bg_index_long.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0;
	min-height: 750px;
	*height: 750px;
}

#banner_content {
	padding-left: 67px;
	padding-top: 100px;
	height: 170px;
	*height: 170px;
}


/* 10% Competition */

#10p_comp {
	position: absolute;
	top: 80px;
	margin-left: 723px;
	width: 243px;
	height: 217px;
}

#10p_img {
	margin-left: 50px;
	margin-top: 15px;
}

#10p_bubble {

}


/* End */


/* Old Wine Competition */

#wine_comp {
	position: absolute;
	top: 80px;
	margin-left: 723px;
	width: 243px;
	height: 217px;
	display: block;
}

#wine_comp a:link, #wine_comp a:visited {
	background-image: url(../images/10percent_competition.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 243px;
	height: 217px;
	min-height:217px;
	display: block;
	}

#wine_comp a:hover, #wine_comp a:active {
	background-image: url(../images/10percent_competition.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 243px;
	height: 217px;
	display: block;
	}

/* End */

#box1 {
	padding-left: 32px;
	padding-top: 25px;
	float: left;
}

#box2 {
	padding-left: 0px;
	padding-top: 25px;
	float: left;
}

#box3 {
	padding-left: 122px;
	padding-top: 25px;
	float: left;
}

#footer {
	margin-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00a0e1;
}

/**************************************/
/************** Pages *****************/
/**************************************/


#bg_pages {
	background-image: url(../images/background_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: absolute; /* needed to position correctly in Moz*/
	margin-top: 0;
	height: 121px;
	min-height: 121px;
}

#bg_pages_enews {
	/*background-image: url(../images/background_top_enews.gif);
	background-repeat: no-repeat;
	background-position: top;*/
	position: absolute; /* needed to position correctly in Moz*/
	margin-top: 0;
	height: 121px;
	min-height: 121px;
}

#pages_content {
	background-image: url(../images/background_middle.gif);
	background-repeat: repeat-y;
	width: 904px; /* remember to subtract in width what you add in padding ;) */
	margin-top: 121px;
	padding: 25px 33px 25px 50px;

}

#pages_content_enews {
	background-image: url(../images/background_middle.gif);
	background-repeat: repeat-y;
	width: 904px; /* remember to subtract in width what you add in padding ;) */
	margin-top: 0px;
	padding: 25px 33px 25px 50px;

}

#page_host {
	position: absolute; 
	z-index: 99; 
	top: 6px; 
	padding-left: 30px;
}

#index_title {
	position: absolute; 
	z-index: 99; 
	top: 13px; 
	padding-left: 30px;
}

#column_left {
	float: left;
	width: 260px;
	padding: 0 20px;
}

#column_right {
	float: right;
	width: 560px;
	padding: 0 20px 20px 20px;
}

a:link, a:visited {
	text-decoration: none;
	color: #0073b9;
	background-color: #EEEEEE;
	}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #00a0e1;
}


/******************************************/
/************  Tabs Menu ******************/
/******************************************/


#menu ul {
	width: 255px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	margin: 0;
	padding: 0;
}

#menu li.blue {
	display: block;
	list-style-type: none;
	width: 255px;
	height: 60px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

li.blue a:link, li.blue a:visited {
	background-image: url(../images/menu/blue_off.gif);
	background-color: #FFFFFF;
	width: 210px;
	height: 53px;
	display: block;
	list-style-type: none;
	text-align: left;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 30px;
	color: #666666;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

li.blue a:hover {
	background-image: url(../images/menu/blue_over.gif);
	background-color: #eeeeee;
	width: 210px;
	height: 53px;
	display: block;
	text-align: left;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 30px;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

li.blue a:active {
	background-image: url(../images/menu/blue_on.gif);
	background-color: #00a0e1;
	width: 210px;
	height: 53px;
	display: block;
	text-align: left;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 30px;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/**********************************/
/**** Right cilumns content *******/
/**********************************/

.topmargin {
	margin-top: 60px;
	margin-left: 30px;
}

.page_title_blue {
	background-image: url(../images/background_page_title_blue.gif);
	background-repeat: no-repeat;
	padding: 7px 0 5px 25px;
	width: 575px;
	height: 35px;
	position: absolute;
	left: 379px;
	top: 150px;
}

.page_title_blue {
	background-image: url(../images/background_page_title_blue.gif);
	background-repeat: no-repeat;
	padding: 7px 0 5px 25px;
	width: 575px;
	height: 35px;
	position: absolute;
	left: 379px;
	top: 145px;
}

.page_title_blue {
	background-image: url(../images/background_page_title_blue.gif);
	background-repeat: no-repeat;
	padding: 7px 0 5px 25px;
	width: 575px;
	height: 35px;
	position: absolute;
	left: 379px;
	top: 150px;
}

#nav {
	margin-left: 0px;
	height: 48px;
}

#nav img {
	cursor: pointer;
}




/***********************************************/
/********** Contact Page  **********************/
/***********************************************/

#column_wide {
	float: left;
	width: 820px;
	padding: 0 20px;
}


.page_title_contact {
	background-image: url(../images/background_contact_blue.gif);
	background-repeat: no-repeat;
	padding: 8px 0 5px 25px;
	width: 864px;
	height: 36px;
	position: absolute;
	left: 90px;
	top: 150px;
}


#form {
	font-family: Arial, Helvetica;
	font-size: 13px;
	color: #666666;
	margin-left: 20px;	
}

.form_left {
	width: 310px;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
	padding: 10px 0;
}

.form_left_competition {
	width: 322px;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	padding: 0 0 10px 0;
}

.form_left select, .form_left input  {
	position: absolute;
	left: 225px;
}

.form_left_competition select, .form_left_competition input  {
	position: absolute;
	left: 225px;
}

.form_left .submit {
	padding-left: 0;
}

.form_left_competition .submit {
	padding-left: 0;
}

.form_right {
	width: 380px;
	float: left;
	margin-top: 20px;
	padding: 10px 0;
}

.form_right_competition {
	width: 460px;
	float: left;
	margin-top: 0px;
	padding: 0 0 10px 0;
}

.form_right_competition_app2009 {
	width: 400px;
	float: right;
	margin-top: 0px;
	padding: 0 0 10px 0;
}

.form_right select, .form_right input, .form_right textarea {
	position: absolute;
	left: 550px;
}

.form_right_competition select, .form_right_competition input, .form_right_competition textarea {
	position: absolute;
	left: 600px;
}

.form_right_competition input.normal {
	position: static;
	left: 0;
	}

.form_right_competition_app2009 select, .form_right_competition_app2009 input, .form_right_competition_app2009 textarea {
	position: absolute;
	left: 675px;
}

.form_right_competition_app2009 input.normal {
	position: static;
	left: 0;
	}


.form_right .enews  {
	padding-left: 135px;
}

.form_right_competition .enews  {
	padding-left: 190px;
}

.form_right_competition_app2009 .enews  {
	padding-left: 190px;
}

.form_left_narrow {
	width: 200px;
	float: left;
	margin-right: 10px;
}

.form_right_narrow {
	width: 30	0px;
	float: left;
}


form.form_left label {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

form.form_left input {
	margin-left: 10px;
}


form.form_right label {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

form.form_right input {
	margin-left: 10px;
}
