/**
 * WEINGUT POLA
 * __________________________________________________________________
 *
 *
 *
 *
 * @author	Roland Schär
 * @date	2007-08-10
 */

/* 
Layout 
-----------------------------
*/
html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	font-family: Georgia, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #f2f7f1;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#wrapper {
	margin: 0px auto;					/*centered*/
	padding: 0px 15px 0px 15px;
	width: 770px;
	min-height: 100%;
	/* Browser compatibility hack */
	/*[height:100%;							/*necessary to hide from Mozilla*/
	/*height:100%;	*/						/*read by Safari*/
	/*]height:100%;	*/						/*only read by IE6*/
	text-align: left;
}

#header {
	float: left;
	width: 770px;
	height: 156px;
	border-bottom: 1px solid #b9c2ba;
}

#logo {
	float: left;
	margin: 35px 0 0 0;
	width: 234px;
	height: 114px;
	background: url(../images/logo.gif);
}

#eyecatcher {
	float: left;
	margin: 30px 0 0 0;
	width: 768px;
	height: 256px;
	border: 1px solid #b9c2ba;
}

#content {
	float: left;
	margin: 30px 0 10px 0;
	padding: 20px 0 20px 0;
	width: 768px;
	float: left;
	border-bottom: 1px solid #b9c2ba;
	background: url(../images/nav-bg.gif) 0 0 repeat-x;
}

#leftCol {
	float: left;
	width: 350px;
}	

#rightCol {
	float: left;
	margin: 0 0 0 68px;
	width: 350px;
}

#singleCol {
	float: left;
	width: 768px;
}

#footer {
	font-family: Arial, Verdana, sans-serif;
	text-align: right;
	font-size: 11px;
	color: #9fa8a0;
	padding-bottom: 10px;
}

#footer a, #footer a:hover {
	color: #9fa8a0;
}

/* 
Navigation 
-----------------------------
*/
#navigation {
	float: left;
	width: 536px;
	margin: 110px 0 0 0;
	padding: 13px 0 0 0;
	text-align: right;
	background: url(../images/nav-bg.gif) 0 0 repeat-x;
}

#navigation ul {
	margin: 0;
	padding: 0 5px 0 5px;
	list-style-type: none;
}

#navigation li {
	float:right;
}

#navigation li a {
	padding: 0 0 0 25px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	background: url(../images/bullet.gif) 10px 6px no-repeat;
}


#navigation li.last a {
	background: transparent;
}


#navigation li a:hover, 
#navigation li.active a {
	color: #b9c2ba;
}
/* -------------------------- */

/* 
Misc 
-----------------------------
*/
a, a:hover {
	color: #000;
}

.tool-tip {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}

div.errors {
	padding: 0 0 0 20px;
	background: url(../images/information.gif) 0 0 no-repeat;
}

#kontaktform fieldset, 
#orderform fieldset {
	border: none;
}

#kontaktform label,
#orderform label {
	display: block;
	width: auto;
	margin: 0 0 10px 0;
}

#kontaktform input, #kontaktform textarea,
#orderform input, #orderform textarea {
	width: 90%;
}

#kontaktform input.button,
#orderform input.button {
	width: 100px;
}

#kontaktform input.required, #kontaktform input.invalid,
#kontaktform textarea.required, #kontaktform textarea.invalid,
#kontaktform select.required, #kontaktform select.invalid,
#orderform input.required, #orderform input.invalid,
#orderform textarea.required, #orderform textarea.invalid,
#orderform select.required, #orderform select.invalid
 {
	border: 1px solid #ff0000;
}

#orderform .bottles{
	width: 25px;
	margin: 5px 10px 0 0;
}

#orderform #cfTotalAmount{
	width: 150px;
}