/*
 * weinideen.at
 * (c) 2007 by uplink coherent solutions - http://www.uplink.at/
 *
 * basics
 */
body {
	position: relative;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #FFF;
	font-family: "Lucida Grande", Verdana, Geneva,Tahoma,Arial,sans-serif;
}
body * { 
	margin: 0; 
	padding: 0;
}
#container { 
	font-size: 62.5%; 
	padding: 0 0 196px;
	width: 1024px;
	border-right: 1px solid #ccc;
}
#inner-container { 
	font-size: 1.0em; 
	line-height: 1.8em;
}
p { 
	margin-bottom: 1.0em; 
}
strong, b { 
	color: #111;
	font-weight: bolder; 
	font-size: 110%;
}
address {
	font-style: normal;
	line-height: 1.4em;
	margin-bottom: 1.0em; 
}
address p {
	margin-bottom: 0.6em;
}
ul {
	list-style: none;
}
ul li {
	padding: 0 0 0.4em 10px;
	background: url(../images/bg-bullet.gif) 0 6px no-repeat;
	line-height: 1.4em;
}

/*
 * Images
 */
img {
	behavior: url(./iepngfix.htc);
}
a img { border: 0; } 

	
/*
 * Links
 */
a {
	color: #b80001; 
	text-decoration: none; 
}
.inner-content p a {
	color: #b80001; 
	text-decoration: underline; 
}
.inner-content p a:hover
 {
	color: #FFF;
	background-color: #b80001;
}
#navigation a:hover {
	color: #FFF;
	background-color: #b80001;
}

#fontsizeswitch {
	position: absolute;
	top: 40px;
	left: 700px;
	z-index: 888;
}
#left_img_1 {
	position: absolute;
	background: url(../images/bg-bar-rightimg-edges.gif) left top no-repeat;
	width: 550px;
	padding-left: 8px;
	/* padding-top: 51px; */
	top: 33px;
	left: 770px;
	z-index: 887;
}
#logo {
	position: absolute;
	top: 55px;
	left: 0px;
	z-index: 886;
}

#contact {
	z-index: 885;
	background-color: #b80001;
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute; 
	bottom: 0px; 
	width: 1024px;
	border-right: 1px solid #ccc;
} 

#contact form,
#contact input {
	font-size: 1.1em;
	color: #222;
}

#contact p {
	margin: 0 0 0 226px;
	text-align: left;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	color: #F0F0F0;
}
#contact a:link,
#contact a:active,
#contact a:visited {
	text-decoration: underline;
	/* font-weight: bold; */
	color: #F0F0F0;
}

#contact a:hover {
	text-decoration: none;
}

/*
 * Navigation
 */
.navigation {
	position: absolute;
	top: 172px;
	left: 44px;
}
.navigation ul {
	width: 122px;
	list-style: none;
}
.navigation ul li {
	background-image: none;
	padding: 0;
	line-height: 1.8em;
}
.navigation a {
	display: block;
	padding: 0 3px;
	text-align: right;
	text-transform: uppercase;
	margin: 0 0 1px;
}
.activelink {
	cursor: default;
	color: #FFF;
	background-color: #b80001;
}

#navigation ul ul li {
	background-image: none;
	padding: 0;
	line-height: 1.4em;
	text-transform: none;
}

#navigation ul ul li a {
	text-transform: none;
	color: #666;
}
#navigation ul ul li a:hover,
#navigation a.activesublink {
	text-transform: none;
	color: #eee;
	background-color: #666;
}


/*
 * Layout
 */
.page {
	position: relative;
	background: url(../images/bg-bar.gif) 0 84px repeat-x;
	margin: 0 0 21px;
	padding: 33px 0 0;
	width: 100%;
}
.content {
	font-size: 1.1em;
	background: url(../images/bg-bar-edges.gif) left top no-repeat;
	width: 550px;
	padding-top: 360px; /* min-height hack */
	margin: 0 0 0 194px;
}
.content .section,
.content h2,
.content h3,
.content p {
	margin-left: 33px;
	margin-right: 81px;
}

.content ul {
	margin-left: 33px;
	margin-right: 81px; 
}

.content .section {
	line-height: 12px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-top: -328px; /* min-height hack */
	margin-bottom: 3px;
}
.content h2 {
	line-height: 50px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-bottom: 19px;
}

.content h3 {
	font-size: 1.3em;
	margin-top: 14px;
	margin-bottom: 3px;
	color: #000; 
	font-weight: bold; 
	text-transform: uppercase;
	background: url(../images/bg-sub-head.gif) 0 4px no-repeat;
	/* background: url(../images/ico-glas.gif) 0 4px no-repeat; */
	padding-left: 14px;
}
	
.content h4 {
	font-size: 1.3em;
	margin-top: 14px;
	margin-bottom: 3px;
	color: #000; 
	font-weight: bold; 
	text-transform: uppercase;
	padding-left: 33px;
	padding-right: 90px;
}

/*
 * Form
 */

#kontakt form {
	position: relative;
	margin: 1.8em 33px 0;
	/* background: #ECFFCB url(../images/bg-form-top.gif) left top no-repeat; */
	background-color: #eee;
	border: 1px solid #aaa;
}
#kontakt form div {
	padding: 5px 10px;
}

#kontakt form label {
	font-size: 0.9em;
	color: #333;
	display: block;
	padding: 0 0 0 4px;
	margin: 0 0 6px;
}
#kontakt form label em {
	color: #333;
	padding: 0;
	background-color: transparent;
}
#kontakt form label.checkbox {
	padding-top: 1.8em;
}
#kontakt form label.checkbox input {
	margin: 0 6px 0 0;
}
#kontakt form span {
	display: block;
	padding: 1px;
	background-color: #FFF;
	border: 1px solid #aaa /*#C0FF54*/;
	margin: 0 0 0 -4px;
}
#kontakt form span textarea,
#kontakt form span input {
	background: url(images/bg-input.gif) #FFF left top repeat-x;
	border: 1px solid #C3C3C3;
	border-top-color: #7C7C7C;
	border-bottom-color: #DDD;
}
#kontakt form span select,
#kontakt form span textarea,
#kontakt form span input {
	margin: 0;
	width: 100%;
	font-size: 1.0em;
	font-family: Geneva,Tahoma,Arial,sans-serif;
}
#kontakt form span textarea { 
	height: 148px;
}
#kontakt form .form-left {
	/*background: url(../images/bg-form-bottom.gif) left bottom no-repeat;*/
}
#kontakt form .form-left span {
	width: 220px;
}
#kontakt form .form-right {
	position: absolute;
	top: 0;
	left: 250px;
	padding-left: 0;
	width: 250px;
}
#kontakt form .form-right label {
	float: left;
	margin-right: 12px;
}
#kontakt form .form-right span {
	width: 100px;
}
.content form p {
	line-height: 1.4em;
	margin: 0 36px 0.6em 2px;
	clear: both;
}

/*
 * Form Submission: OK
 */

div.success {
	margin: 1.8em 33px 0;
	background: #ECFFCB url(../images/bg-form-top.gif) left top no-repeat;
}
div.success p {
	margin: 0;
	padding: 5px 10px;
	color: #000;
	text-transform: uppercase;
	background: url(../images/bg-form-bottom.gif) left bottom no-repeat;
}
div.success p img {
	vertical-align: middle;
	margin: 0 3px 0 0;
}

/*
 * Form Submission: error
 */
div.error {
	margin: 1.8em 33px 0;
	padding: 0 0 5px;
	background: 
	#b80001 url(../images/bg-error-bottom.gif) left bottom no-repeat;
	color: #FFF;
}
div.error p {
	margin: 0;
	padding: 5px 10px;
	background: url(../images/bg-error-top.gif) left top no-repeat;
	color: #D6B3B3;
}
div.error ul {
	padding: 0 10px;
}
div.error ul li {
	background-image: url(../images/bg-error-bullet.gif);
}

#home .content .section { background-image: url(../images/section-home.gif); }
#home .content h2 { background-image: url(../images/head-home.gif); line-height: 130px; }
#ueber .content .section { background-image: url(../images/section-ueber.gif); }
#ueber .content h2 { background-image: url(../images/head-ueber.gif); line-height: 98px; }
#mitwem .content .section { background-image: url(../images/section-mitwem.gif); }
#mitwem .content h2 { background-image: url(../images/head-mitwem.gif); line-height: 62px; }
#wie .content .section { background-image: url(../images/section-wie.gif); }
#wie .content h2 { background-image: url(../images/head-wie.gif); line-height: 98px;}
#partner .content .section { background-image: url(../images/section-partner.gif); }
#partner .content h2 { background-image: url(../images/head-partner.gif); line-height: 58px; }
#kontakt .content .section { background-image: url(../images/section-kontakt.gif); }
#kontakt .content h2 { background-image: url(../images/head-kontakt.gif); line-height: 60px; }
#angebot .content .section { background-image: url(../images/section-angebot.gif); }
#angebot .content h2 { background-image: url(../images/head-angebot.gif); line-height: 61px; }
#presse .content .section { background-image: url(../images/section-presse.gif); }
#presse .content h2 { background-image: url(../images/head-presse.gif); line-height: 60px; }
#agb .content .section { background-image: url(../images/section-agb.gif); }
#agb .content h2 { background-image: url(../images/head-agb.gif); }
#agb .content .section { background-image: url(../images/section-agb.gif); }
#agb .content h2 { background-image: url(../images/head-agb.gif); }
#sitemap .content .section { background-image: url(../images/section-sitemap.gif); }
#sitemap .content h2 { background-image: url(../images/head-sitemap.gif); line-height: 72px; }
#err_404 .content .section { background-image: url(../images/section-404.gif); }
#err_404 .content h2 { background-image: url(../images/head-404.gif);  line-height: 72px; }
#shop .content .section { background-image: url(../images/section-shop.gif); }
/* #shop .content h2 { background-image: url(../images/head-shop.gif);  line-height: 135px; } */

div[id=depth-top] {
	position: fixed;
	top: 0;
	left: 0;
	background: url(../images/bg-depth-top.png);
	z-index: 770;
	height: 23px;
	width: 100%;
}
div[id=depth-bottom] {
	border: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	background: url(../images/bg-depth-bottom.png);
	z-index: 771;
	height: 54px;
	width: 100%;
}

.tinytypegrey {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
	line-height: 12px;
	padding-left: 22px;
}
.tinytypegreylink {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
	line-height: 12px;
}
.tinytype {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #F0F0F0;
	text-decoration: none;
	line-height: 12px;
	padding-left: 22px;
}
.tinytypelink {
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #F0F0F0;
	text-decoration: underline;
	line-height: 12px;
}
A.tinytypelink:hover {
	font-size: 9px;
	color: #F0F0F0;
}

.outerscrollerdivs {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.scrollerdivs {
	background-color: #fafafa;
	background: #fafafa;
	border: solid 2px #fff;
	/* padding: 10px; */
}
/*
 * Stoerer
 */
.stoerer {
	position: absolute;
	top: 350px;
	left: 10px;
	width: 190px;
}
.box
{
	border: solid 1px #dadada;
	margin-top: 15px;
	margin-bottom: 0px;
	background: inherit;
	color: #333366;
}
.box h2
{
	background: inherit;
	color: #208cb4;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 5px;
}
.box p
{
	font-size: 10px;
	line-height: 16px;
}
.box caption
{
	padding-top: 24px;
	margin-left: 10px;
}
.box_inner
{
	border: solid 1px #fff;
	padding: 15px;
	background: #FFFFE9 url('../images/a4.gif') repeat-x;
	color: inherit;
}
.box_inner_2
{
	border: solid 1px #fff;
	padding: 15px;
	background: #E7F6FF url('../images/a5.gif') repeat-x;
	color: inherit;
}
.box_shadow
{
	background: #FFFFE9 url('../images/shade.jpg') no-repeat 100% 100%;
	height: 14px;
	background-color: white;
}
table {
	padding: 1px;
	width: 500px;
	margin-left: 30px;
}
th {
	border-bottom: 1px solid #d0d0d0;
	text-align: left;
}
.subheader {
	font-size: 120%;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 0;
}


/*
 * pretty search
 */
/*
#sp-results div, #sp-results span, 
#sp-results h1, #sp-results h2, #sp-results h3, #sp-results h4, #sp-results p, #sp-results blockquote,
#sp-results a, 
#sp-results em, #sp-results img, #sp-results dl, #sp-results dt, #sp-results dd, #sp-results ol, #sp-results ul, #sp-results li,
#sp-results fieldset, #sp-results form, #sp-results label, #sp-results legend,
#sp-results table, #sp-results caption, #sp-results tbody, #sp-results tfoot, #sp-results thead, #sp-results tr, #sp-results th, #sp-results td
{
  margin: 0;
  padding: 0;
  border: 0;
}
#sp-results div, #sp-results span, #sp-results img, #sp-results ul, #sp-results li {
	margin: 0;
	border: 0;
}
*/

#globalsearch {
	position: absolute;
	top: 112px; /*90*/
	z-index: 999;
	left: 41px; /*230*/
	width: 100px;
}
#globalsearch a { color: #333; }
#globalsearch .search-wrapper .reset {
	position: absolute;
	width: 11px;
	height: 11px;
	overflow: hidden;
	z-index: 1;
	right: 4px;
	top: 4px;
	background: url(../images/search/close.gif);
	display: block;
	cursor: pointer;
	_cursor: hand;
}
#globalsearch .search-wrapper.empty .reset {
	display: none;
}
#globalsearch .search-wrapper input.g-prettysearch {
	position: absolute;
	width: 110px;
	top: 0;
	right: 10px;
	background: url(../images/search/searchfield_repeat.png) center top repeat-x;
	border: 0px;
	margin: 0;
	padding: 3px 0 0 0;
	font: 11px "Lucida Grande",Geneva,Arial,sans-serif;
}
#globalsearch label .prettyplaceholder {
	display: none;
}
#sp-results {
	position: absolute;
	margin-right: -2px;
	margin-bottom: 0;
	margin-left: 0;
	top: 50px;
	left: 323px;
	height: 0;
}
#sp-results .inside {
	width: 328px;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1px;
	font-size: 1px;
}
#sp-results .resultCat {
	position: relative;
	color: #f6f6f6;
	background: #919191;
	width: 308px;
	height: 8px;
	margin: 0;
	padding-bottom: 12px;
	width: 302px;
	font: 11px "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-weight: bold;
	border: 1px none #fb6bff;
}
ul.sp-results {
	background: url(../images/search/shortcuts_bg_mid_grey.png) repeat-y 0 0;
	_background: url(../images/search/shortcuts_bg_mid_grey.gif) repeat-y 0 0;
	color: #333;
	padding: 0 3px;
	margin: 0;
	width: 328px;
	text-align: left;
	font: 10px/14px "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}
ul.sp-results li {
	margin: 0 0 -3px 0;
	padding: 5px 10px;
	list-style-type: none;
	height: 4.6em;
	position: relative;
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;
	width: 300px;
}
ul.sp-results li.viewall {
	width: 308px;
	height: 20px;
	text-align: right;
	color: #000;
	position: absolute;
	bottom: -30px;*bottom:-27px;
	left: 0px;
	background: url(../images/search/shortcuts_bg_foot_grey.png) no-repeat left bottom;
	_background: url(../images/search/shortcuts_bg_foot_grey.gif) no-repeat left bottom;
	border-style: none;
}
ul.sp-results li.viewall a {
	color: #fff;
	padding-right: 23px;
	background: url(../images/search/shortcuts_arrow.gif) no-repeat 99% 50%;
	behavior: url(./iepngfix.htc);
	padding-top: 3px;
	padding-bottom: 3px;
	font: bold 11px "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}
ul.sp-results li.hoverli {
	background: #b7b7b7 none repeat-x;
	color: #fff;
	cursor: pointer;
}
ul.sp-results li.hoverli h4 a {
	color: #fff;
}
ul.sp-results li.hoverli p {
	color: #f1f1f1;
}
ul.sp-results li span.text {
	display: block;
	position: absolute;
	left: 68px;
	width: 240px;
}
ul.sp-results li h4 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}
ul.sp-results li p {
	margin: 0;
	font-size: 10px;
	overflow: hidden;
	height: 2.7em;
	color: #555;
}
ul.sp-results li a {
	color: #606060;
	text-decoration: none;
}
ul.sp-results li img,
ul.sp-results li .replacementimg {
	/* display: none;*/ /* TODO */
	position: absolute;
	left: 30px;
	top: 10px;
/*	width: 46px;*/
/*	height: 55px;*/
	behavior: url(./iepngfix.htc);
	text-decoration: none;
}
ul.sp-results li h4 a {
	color: #191919;
}
ul.sp-results li.viewall.hover {
	background: url(../images/search/shortcuts_bg_foot_grey.png) no-repeat bottom left;
}
#sp-search-spinner {
	position: absolute;
	top: -15px;
	right: -50px;
	z-index: 10;
	display: none;
}
#sp-search-cancel img {
	cursor: pointer;
}
#sp-results .firstCat {
	position: absolute;
	top: -25px;
	left: 0;
	width: 308px;
	height: 8px;
	background: url(../images/search/shortcuts_bg_head_grey.png) no-repeat left top;
	_background: url(../images/search/shortcuts_bg_head_grey.gif) no-repeat left top;
}
#sp-result-none.viewall {
	bottom: -27px;*bottom:-27px;
}
#sp-result-none.viewall a {
	font-size: 10px;
}
input.prettysearch {
	width: 200px;
	height: 16px;
	background: url(../images/search/searchfield_repeat.png) center top repeat-x;
	border: 0px;
	margin: 0;
	padding: 3px 0 0 0;
	font: 11px "Lucida Grande",Geneva,Arial,sans-serif;
}
.search-wrapper {
	position: relative;
	width: 140px;
}
.search-wrapper input.prettysearch {
	width: 171px;
	margin-left: 20px;*margin-top:-1px;*margin-right:-2px;*margin-left:10px;
}
.search-wrapper .left,
.search-wrapper .right {
	behavior: url(./iepngfix.htc);
}
.search-wrapper .left {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 19px;
	background: url(../images/search/searchfield_leftcap.png) left top no-repeat;
}
.search-wrapper .right {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 19px;
	background: url(../images/search/searchfield_rightcap.png) right top no-repeat;
}
.search-wrapper.empty.blurred input {
	color: #7E7E7E;
}
.search-wrapper .reset {
	position: absolute;
	width: 11px;
	height: 11px;
	overflow: hidden;
	z-index: 1;
	right: 4px;
	top: 4px;
	background: url(../images/search/close.gif);
	display: block;
	cursor: pointer;
	_cursor: hand;
}





.red { color: #b80001; }
.redbg { background-color: #b80001; }
