
/* body
--------------------------------------------------*/

html, body {
	width: 100%;
	height: 100%;
}


body {
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	background: #e3e0dd url('images/bg.jpg');
	color: #666666;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 980px;
}


/* links
--------------------------------------------------*/
a, .colored, h1 a:hover {
	text-decoration:none;
	color: #90735f;
}

a:hover, h1 a {
	color: #a5135b;	
}

a:active,
a:focus,
a:hover {
  outline: none;
}

a.arrow {
	padding-left: 15px;
	background: url(images/tag_pfeil.gif) left 4px no-repeat;
}
a.rarrow {
	padding-right: 15px;
	background: url(images/tag_pfeil.gif) right 4px no-repeat;
}

a img {
	border:none;
}


div a:link, div a:visited, div a:hover, div a:focus, div a:active  {
	border: none;
}

h1, h2, h3 {
	color: #a5135b;
	font-weight: normal;
}

h1, .rightbox h2 {
	font-size: 28px;
}


h1 a.blue {
	background-color: #3fb8d8;
	padding: 0 4px;
}

h1 a:hover.blue {
	background-color: #67c2da;
}

.broad h1 a.blue {
	background: none;
	padding: 0;
	font-weight: normal;
}
.broad h1 a:hover.blue {
	background: none;
}



/* paragraphs, lists, etc
--------------------------------------------------*/
p {
  margin:0;
  padding:0 0 1.3em 0;
}

li {
  margin:0;
  padding:0 0 1em 0;
}

ol {
  margin:0;
}

h1, h2, h3, h4, .maintitle {
	font-family: Helvetica, Arial, sans-serif;
}


#list.links h3 {
	color: #00a1cb;
}

h4 {
	font-weight:normal;
	padding:12px 0px 2px 8px;
	margin: 0px;
	font-size:1em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.grau, a.grau {
	color: #B2B2B2;
}

hr {
	border: none;
	border-bottom: 1px dotted #9b9388;
}









a:hover.grau {
	color:#e5264e;
}

.rot {
	color:#00a1cb;
}

a .pfeilchen, a.pfeilchen {
	padding-left: 15px;
	background: url(images/tag_pfeil.gif) 5px 4px no-repeat;
}

.wp-caption-text, #lightboxCaption {
	font-style: italic;
	font-size: .87em;
	line-height: 1.2em;
}




.more-link {
	display: inline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption.alignleft {
	margin-right: -5px;
	display: inline;
}

.seperator{
	display: block;
	clear: both;
	height: 5px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(images/line_content_h.gif) center bottom no-repeat;
}

#right .seperator {
	background: url(images/line_box_h.gif) center bottom no-repeat;
}


/* header
--------------------------------------------------*/

#header {
	position: relative;
	height: 180px;
	float: left;
	display: block;
	width: 990px;
	
}

#header h1 {
  display:none;
}

a#logo {
	width: 535px;
	height: 152px;
	position: absolute;
	display: block;
	top: 30px;
	left: 110px;
	background: url(images/logo.png) no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/weinkaufen/images/logo.png',sizingMethod='image');
}

#signet {
	width: 358px;
	height: 357px;
	position: absolute;
	display: block;
	top: 0px;
	left: 600px;
	background: url(images/signet_small.png) no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/weinkaufen/images/signet_small.png',sizingMethod='image');
}

.maintitle {
	width: 523px;
	float: right;
	color: white;
	font-size: 24px;
	margin-top: 33px;
	text-transform: uppercase;
}



/* navigation
--------------------------------------------------*/

.navigation {
	position: relative;
	width: 200px;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
}

.navigation.sub {
	margin: 0 0 0 20px;
	min-height: 0px;
	font-size: 12px;
	width: 580px;
}

.navigation.main {
	min-height: 42px;
	margin: 89px 90px 0 0;
	float: right;
	display: inline;
	text-align: right;
}

.navigation.sub .level2 {
	display: none;
}


.navigation ul, .navigation li  {
	padding: 0;
	margin: 0;
	list-style: none;
}

.navigation li {
  position: relative;
}

.navigation.sub li {
  height: 25px;
  display: inline;
  float: left;
}

.navigation .level1 .linktext {
		background-color: white;
		padding: 0 5px 0 5px;
}

.navigation .level1 a {
	display:block;
	padding: 10px 15px 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 17px;
}

.navigation.sub a {
	color: #fff;
	padding: 5px 10px 10px 10px;
	display: block;
  	background-color: #d8d2cd;
	display:block;
	height: 25px;
	border-right: 1px solid #c7c1bd;
}

.navigation .level1 li a:hover,
.navigation .level1 li.level1active a {
	color: #a5135b;
}

.navigation.sub li a:hover,
.navigation.sub li.level2active a,
.navigation.sub li.level3active a {
	background-color: #b0a69b;
	border-right: 1px solid #a49b91;
}


/* content
--------------------------------------------------*/

#content {
	position:relative;
	float: left;
	clear:both;
	min-height: 50px;
	padding: 10px 0 0 46px;
	width: 840px;
	text-align: left;
}

#center{
	position:relative;
	float: left;
	min-height: 50px;
	padding: 0 20px 0 0;
	width: 580px;
}

.boxtop {
	width: 850px;
	height: 14px;
	display: block;
	float: left;
	background: url(images/bg_top.png) no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/weinkaufen/images/bg_top.png',sizingMethod='image');
	}

.boxtop.nr1 {
	height: 26px;
	background: url(images/bg_top1.png) no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/weinkaufen/images/bg_top1.png',sizingMethod='image');
	}	


.box {
	width: 850px;
	min-height: 0px;
	display: block;
	float: left;
	background: url(images/bg_content.png) repeat-y;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/weinkaufen/images/bg_content.png',sizingMethod='scale');
	}
	
.box #left {
	width: 600px;
	float: left;
	min-height: 1px;
}

.box #right{
	width: 230px;
	padding-right: 7px;
	float: right;
	min-height: 1px;
}

.boxbottom {
	width: 850px;
	height: 34px;
	display: block;
	float: left;
	background: url(images/bg_bottom1.png) no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/weinkaufen/images/bg_bottom1.png',sizingMethod='image');
	}

.boxbottom.nr2 {
	background: url(images/bg_bottom2.png) no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/weinkaufen/images/bg_bottom2.png',sizingMethod='image');
}

.boxbottom.nr3 {
	background: url(images/bg_bottom3.png) no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/weinkaufen/images/bg_bottom3.png',sizingMethod='image');
}

.boxbottom.nr4 {
	background: url(images/bg_bottom4.png) no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/weinkaufen/images/bg_bottom4.png',sizingMethod='image');
}

.rightbox {
	float: right;
	width: 229px;
}

.headerimage {
	float: left;
	min-height: 0px;
	padding: 0 20px 0 40px;
}

#page .headerimage {
	padding: 10px 20px 0 40px;
}



#knee {
	clear:both;
	height: 15px;
	width: 988px;
	background: url(images/bg_content_bottom.gif) left top no-repeat;
}

#page, #single, #detail, #list, #index {
  float:left;
  width: 850px;
  min-height: 50px;
  padding: 0;
}

#list {
	background: none;
}

#detail {
  padding: 0;
}

#detail #single {
	background: url(images/line_content_h.gif) right bottom no-repeat;
}



/* content-elements
--------------------------------------------------*/

.text, .rightboxcontent {
	color: #666666;
	font-size: .77em;
	line-height: 1.4em;
	padding: 0 20px;
}

#page .text {
	padding: 0 20px 0 40px;
}

.text h1, .text h2 {
  font-size: 25px;
  margin-left: -20px;
  padding: 12px 0 12px 0;
  letter-spacing: .001em;
}

.text h2 {
  font-size: 20px;
  color: #808080;
  padding: 5px 0 5px 0;
}

.text h3 {
  font-size: 18px;
  color: #808080;
  padding: 5px 0 10px 0;
  font-weight: bold;
} 

.bottomline {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 2px;
}


h1.title, #list.columns h1 {
	margin: 0px;
	padding: 10px 20px 20px 20px;
	_height: 22px;
	min-height: 22px;
	line-height: 1em;
	font-weight: normal;
}

h2.title, h2.subtitle {
  color: #047f6b;
  margin: 0px;
  padding: 12px 12px 30px 12px;
  _height: 22px;
  min-height: 22px;
  clear: both;
  font-size:22px;
}

#page .text img {
}

#page .text img.alignleft {
	margin: 3px 17px 7px 0;
}

#page .text img.alignright {
	margin: 3px 0 7px 17px;
}


/* single
----------*/

#single .listimage {
	position: relative;
	width: 290px;
	height: 192px;
	overflow: hidden;
	margin: 0 0 0 -20px;
	float: left;
}

#single .listimage.thumbnail {
	position: relative;
	width: 145px;
	height: 145px;
	overflow: hidden;
	margin: 0 0 0 -20px;
	float: left;
}

.slim, .large {
	float: right;
	width: 270px;
	padding-left: 20px;
}

.large {
	width: 415px;
}

h1 .blue {
	background-color: #8ec6dd;
	color: white;
}

#single .text, #single h1 {
	padding: 0 20px;
}

#single h1 {
	padding-bottom: 20px;
}


#single .tags {
	padding-left: 15px;
	background: url(images/tags_pfeil.gif) left 10px no-repeat;
}

#single .text object {
	position: relative;
	padding-top: 10px;
	display: block;
}

#single .date {
	float: none;
}

#single .focus {
	color: #00a1cb;
}

#list.broad.archive .date,
#list.broad.search .date {
	margin-top: -10px;
}


/*////////
form */


.leftcolumn {
	float: left;
}

.row {
    display: inline;
    float: left;
    margin: 2px;
    text-align: right;
    width: 270px;
}

.dice {
    display: inline;
    margin: 8px;
    width: 200px;
}

.number{
    width: 25px;
	height: 25px;
	color: #a5135b;
	text-align: center;
	font-size: 18px;
}

.orderbutton a, input.orderbutton {
    width: 282px;
	height: 71px;
	display: block;
	background: url(images/orderbutton.png) 0 0 no-repeat;
	float: right;
	border: none;
	text-indent: -800px;
	cursor: pointer;
	margin: 7px 0 20px 0;
}

.orderbutton a:hover , input.orderbutton:hover {
	background: url(images/orderbutton.png) 0 -71px no-repeat;
}












#document .text label {
	padding-right: 15px;
}

#document input {
  width:180px;
  height: 15px;
  padding:4px;
  border: 1px solid #cacaca;
  font-size: 12px;
  line-height:11px;
  font-family: Helvetica, Arial, sans-serif;
  color: #666666;
  background: #f6f6f6;
}

#document input.file, #document input.button {
  height: 25px;
}

#document input.file {
  width: 250px;
  display: inline;
  margin-right: 10px;
}

#document input.button {
  width: 250px;
  cursor: pointer;
  margin-bottom/*\**/: -2px\9; /*ie7&8*/
}






h2.subtitle {
  padding: 8px 8px 12px 8px;
  border-bottom: 1px solid #e7e7e7;
}






h2.title.archive {
	padding-top: 40px;
}

#single h2.title {
	text-transform: none !important;
}

	
#page .tags, #single .tags {
	float: right;
}
#page .tags a, #single .tags a {
}
#page .tags a:hover, #single .tags a:hover {
}

#footer{ 
	display: block;
	color: #666666;
	font-size: 0.77em;
	line-height: 1.4em;
}
.text ul {
	padding-left: 15px;
}





/* list
----------*/

#list {
	padding: 0 0  5px 0;
	width: 620px;
}

#list .listrow {
	position: relative;
	padding: 0 0 5px 0;
	margin-bottom: 4px;
	display: inline;
	float: left;
}

.listrow .inner {
	background: white;
	min-height: 10px;
	float: left;
}

.listimage {
	width: 145px;
	height: 145px;
	background-position: right top;
	overflow: hidden;
	border: none;
	float: left;
	display: inline;
}


/*columns*/
#list.columns .listrow {
	width: 290px;
	margin-right: 20px;
}

#list.columns .listrow .inner {
	width: 290px;
}

#list.columns.fixed .listrow .inner {
	overflow: hidden;
	height: 360px;
}

.listrow.broad .listimage,
#list.columns .listimage  {
	width: 290px;
	height: 192px;
	margin: 0 0 7px 0;
}

#list.columns .listrow h1 {
	margin: 0px;
	padding: 5px 20px 5px 20px;
	clear: both;
	font-size:13px;
	font-weight: normal;
}

#list.columns h1 a {
	color: #fff;
	text-transform: uppercase;
}


#list.columns .text {
	min-height: 90px;
}


/*parentsite*/

#list.columns.parent .listimage {
	width: 110px;
	height: 160px;
	margin: 0 20px 3px 0;
}

#list.columns.parent .listrow .inner {
	height: 210px;
}

#list.columns.parent .listrow.broad .listimage,
.listrow.broad .listimage {
	margin: 0;
}


#list.columns.parent .listrow h1 {
	clear: none;
	padding-top: 20px;
}

.parent .date {
	position: absolute;
	top: 170px;
	width: 250px;
	height: 29px;
	margin: 0;
	background: white;
	padding: 10px 20px 0 20px;
}

/*broad*/

#list.broad .listrow,
.listrow.broad .inner {
	width: 600px;
	min-height: 10px;
}

.listrow.broad {
	padding: 0 0  5px 0;
	width: 620px;
	min-height: 10px;
	float: left;
}

.broad .listwords {
	float: right;
	width: 455px;
}

#list.broad .listrow .inner {
	width: 600px;
}

#list.broad .listrow h1 {
	font-size:15px;
	padding: 20px;
	margin: 0;
}

#list.broad .listrow h1 a {
	color: #00a1cb;
}

#list.broad .listrow h1 a:hover {
	color: #67c2da;
}

.listrow.broad .text {
	width: 270px;
	float: right;
}




.date {
	position: relative;
	padding: 10px 0 12px 0 ;
	margin: 0 20px;
	color: #8a8379;
	font-size: 11px;
	float: right;
}

.fixed .date {
	position: absolute;
	left: 20px;
	top: 320px;
	width: 250px;
	height: 29px;
	margin: 0;
	background: white;
	padding: 10px 0 0 0;
}

.broad .date {
margin-top: 15px;
}

 a.rider {
	height: 21px;
	width: 135px;
	color: white;
	text-transform: uppercase;
	display: block;
	clear: both;
	background: #00a1cb;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 4px 0 0 10px;
}



#list .text {
	line-height: 17px;
}

#list .tags {
	height:20px;
	font-size: 0.66em;
}









	
#list .tags p, #list .tags p a, #list .categories a {
	color: #acacac;
}
#list .tags p a:hover, #list .categories a:hover {
	color:#00a1cb;
}
#list .tags p {
	text-align:right;
	padding: 0px 15px 0px 0px;
}

/*bloglist*/

#list.blog {
	padding-top: 33px;
}

#list.blog h1.title {
	display: none;
}

#list.blog h2 {
	margin-top: 5px;
}

#list.blog .listrow.video .listthumb.video {
	position: relative;
	float: left;
	top: 0px;
	margin: 3px 17px 7px 0;
	height: 200px;
	width: 210px;
}


#list.blog .listrow.video .listthumb.video .playarrow {
	top: 80px;
	left: 115px;
	width: 61px;
	height: 43px;
	background: url(images/play.png) no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/weinkaufen/images/play.png',sizingMethod='image');
}



/*imagelist*/
#list .listimage, #list .listthumb {
	position: relative;
	display: inline;
	overflow: hidden;
	float:left;

}



#list.image .listrow {
	_height: 140px;
	min-height: 140px;
}

#list .listthumb.video {
	position: absolute;
	top: 6px;
	left: 0px;}

#list .listthumb .playarrow, #right .listthumb .playarrow {
	position: absolute;
	top: 34px;
	left: 28px;
	width: 50px;
	height: 34px;
	display: block;
	background: url(images/play_s.png) no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/weinkaufen/images/play_s.png',sizingMethod='image');
	opacity: 0.6;
	filter: alpha(opacity = 60);
}


/*textlist*/

#list.written {
	padding-top: 15px;
}

a.tracktitle  {
	margin: 15px 0 0 5px;
	display: block;
	padding: 5px 10px 5px 10px;
	min-height: 0px;
  border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #f6f6f6;
  font-size: 13px;
  color: #6F7072;
}

a:hover.tracktitle  {
	 color: #00a1cb;
}

a.tracktitle.anchor   {
	 padding: 5px 5px 5px 5px;
	 margin-right: 5px;
	 display: inline;
}

.tracks  {
	 margin: 0 0 20px 0;
	 min-height: 1px;
}

#list.written h4 {
	padding: 10px 5px 10px 30px;
	line-height: 17px;
}


/*detaillisttextonly*/

#list.textonly {
	padding-top: 0px;
}

#list.textonly h3 {
	margin-top: 0px;
}



#list .text, #list.links ul {
	font-size: 0.77em;
}



/*linklist
#list.links ul, #list.links li {
	margin: 0;
	list-style: none;
}

#list.links ul {
	padding: 0 0 0 110px;
}

#list.links ul a h4 {
	font-size: 1.27em;
	color: #E5264E;
}
#list.links ul a:hover h4 {
	color: black;
}

#list.links .listrow {
	padding: 0 0 10px 0;
}*/

/*terminlist
#list.termine .listrow {
	padding: 4px 0 10px 0;
}

#list .listtitle .date, #list .listtitle .categories, .listrow .date {
	margin: 4px 0px 5px 0px;
	font-size:0.66em;
	color: #666666;
}

.box .listrow .date, .termine .listrow .date {
}

#list .listtitle .categories {
	background: url(images/grau_pfeil.gif) left 4px no-repeat;
	padding: 0 0 0 15px;
	color: #acacac;
} 

#list .listline .date {
	padding: 5px 0 10px 5px;
	font-size: 0.76em;
	color: #666666;
}
#list .listline a {
	padding: 0 0 5px 5px;
	font-size: .85em;
	display: block;
}
*/



/* comments
--------------------------------------------------*/

#comments {
	padding: 0 0 25px 0;
	clear: both;
	border-top: 1px dotted #9b9388;
}

#comments li {
	list-style: none;
	font-size: 11px;
}

.commentstitle {
	padding: 15px 0 5px 0;
	color: #8a8379;
	font-size: 11px;
	text-align: right;
}

.commentmetadata {
	padding-bottom: 5px;
}

.reply {
	margin-top: -5px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d8d2cd;
	text-align: right;
}

#comments .children {
	margin-top: 10px;
}

#comments .children .reply {
	text-align: left;
}

#respond {
	margin-top: 15px;
	border-bottom: 1px dotted #9b9388;
}

#comments h1 {
	margin: 0px;
	clear: both;
	font-size:13px;
	font-weight: normal;
}

#commentform{
	margin-top: 20px;
	font-size: 13px;
}


/* legs
--------------------------------------------------*/

#legs {
	padding: 15px 20px 0 20px;
	clear: both;
	font-size: 12px;
}

#page #legs,
#list.expander #legs,
#index #legs,
#list.written #legs,
#single #legs {
	border-top: 1px dotted #9b9388;
}

#page #legs, #index #legs {
	padding: 7px 0 0 0;
	width: 560px;
	margin: 15px 20px 10px 20px;
}

#legs .back {
}

#legs a.back, #legs span.back a {
	color: #9b9388;
	background: url(images/pfeil_links.gif) 0px 0px no-repeat;
	text-align:left;
	padding-left: 20px;
}
#legs a.back:hover, #legs span.back a:hover {
	background: url(images/pfeil_links.gif) 0px -17px no-repeat;
	color: #999;
}

#legs a.trackback, #legs span.next a {
	color: #9b9388;
	background: url(images/pfeil_rechts.gif) right 0px no-repeat;
	display: block;
	text-align:right;
	width: 150px;
	height: 17px;
	padding-right: 20px;
	font-size: 0.77em;
	float:right;
}

#legs a.trackback:hover, #legs span.next a:hover {
	color: #acacac;
	background: url(images/pfeil_rechts.gif) right -17px no-repeat;
}

#legs a.rss, #legs span.rss a {
	display: block;
	width: 100px;
	height: 17px;
	padding-right: 20px;
	font-size: 0.77em;
	float:left;
	color: #acacac;
	background: url(images/RSS.gif) right -4px no-repeat;
}
#legs a.rss:hover, #legs span.rss a:hover {
	color: #272528;
	background: url(images/RSS.gif) right -28px no-repeat;
	
}

.shadow {
	display: block;
	height: 9px;
	float: left;
}

.broad .shadow, .columns .broad .shadow {
	width: 600px;
	background: url(images/shadow_broad.png) no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/thz/images/shadow_broad.png',sizingMethod='image');
}

.columns .shadow {
	width: 290px;
	background: url(images/shadow_slim.png) no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/thz/images/shadow_slim.png',sizingMethod='image');
}

#right .shadow {
	width: 185px;
	background: url(images/shadow_sidebar.png) no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/thz/images/shadow_sidebar.png',sizingMethod='image');
}


/* sidebar
--------------------------------------------------*/

#right {
	position: relative;
	width: 210px;
	float:right;
	min-height: 400px;
	display: inline;
}

#right .box {
	margin-bottom: 20px;
	float: left;
	min-height: 20px;
	position: relative;
}

.rightbox h2 {
	margin: 0;
	padding: 10px 20px 20px 20px;
	line-height: 1em;
}


.boxcontent {
	width: 145px;
	padding: 0 20px 20px 20px;
	float: left;
	min-height: 20px;
	background: #fff;
}

/*event*/


#right .eventtitle {
	color: #9b9388;
}

#right .date {
	color: #9b9388;
	border: none;
	margin: 0;
}

#right h1.title {
	padding: 0;
}

#right .listrow {
	border-bottom: 1px dotted #9b9388;
	padding: 0 0 10px 0;
}

#right .box.events {
	min-height: 240px;
	_height: 240px;
}

.box.events .boxcontent {
}

#right .boxcontent.second,
#right .boxcontent.third {
	display: none;
}

#right .rider, #right .rider.first {
	position: absolute;
	left: 185px;
	top: 0px;
	display: block;
	width: 25px;
	height: 81px;
	background: url(images/rider.gif) no-repeat;
}

#right .rider.second {
	top: 81px;
	background: url(images/subrider.gif) no-repeat;
}

#right .rider.third {
	top: 162px;
	background: url(images/subrider.gif) no-repeat;
}

#right .rider:hover, 
#right .rider.chosen {
	background-position: 0 -81px;
	cursor: pointer; 
}


#right h1, #right h1 a  {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0;
}

#right h1 a:hover  {
	color: #90735f;
}

#right h2 a:hover  {
	color: #00a1cb;
}

#right h2.title.video  {
	display: none;
}

#right h2.title {
	margin-top: 15px;
	padding: 20px 0 15px 0;
	background: url(images/line_box_h.gif) center top no-repeat;
}

#right .listthumb.video {
	position: relative;
	width: 210px;
	height: 200px;
	border: 1px solid #CACACA; 
}

#right .listthumb .playarrow {
	top: 80px;
	left: 115px;
	width: 61px;
	height: 43px;
	background: url(images/play.png) no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/weinkaufen/images/play.png',sizingMethod='image');
}

#social {
	position: absolute;
	top: 190px;
	left: 855px;
}

#social a {
	width: 26px;
	height: 28px;
	display: inline;
	float: left;
	background-position: 0px 0px;
	margin-right: 2px;
}


a.fb {
	background: url(images/fb.gif) no-repeat;
}

a.tw {
	background: url(images/tw.gif) no-repeat;
}

#social a.rs {
	background: url(images/rs.gif) no-repeat;
	margin-right: 3px;
}

a.em {
	background: url(images/em.gif) no-repeat;
}

#social a:hover {

}

.ac {
	margin: 10px 0 -10px 0;
}

#right .login {
	padding: 10px 0 20px 0;
	display: none;
}

#right .login label {
display: block;
width: 70px;

}

#right .login input {
  width:180px;
  height: 15px;
  padding:4px;
  border: 1px solid #cacaca;
  font-size: 12px;
  line-height:11px;
  color: #666666;
  background: #f6f6f6;
}

#right input.loginbutton {
  height: 25px;
  margin-top: 15px;
  cursor: pointer;
  width:188px;
}



/* catliste
---------------
#right .boxcontent ul {
	margin-left: 12px;
	padding: 0;
}
#right .boxcontent li {
	list-style: url(images/tag_pfeil.gif);
	margin-bottom: 5px;
}
.filter {
	font-size: .65em;
}
*/



.cloud a, .cloud {
	color: #00a1cb;
}
.cloud {
	padding: 15px 15px 15px 0;
	float: left;
}


/* left
--------------------------------------------------*/




/* search
--------------------------------------------------*/

#search {
  position: relative;
  width: 185px;
  padding: 0 0 20px 0;
  float: left;
  min-height: 10px;
  white-space: nowrap;
}

.searchbox {
  width:140px;
  height: 15px;
  margin: 0;
  float: left;
  display: inline;
  padding:4px;
  border: 1px solid #0099cc;
  border-right: none;
  font-size: 12px;
  line-height:11px;
	font-family: Helvetica, Arial, sans-serif;
  color: #0099cc;
  background: #fff;
}

.searchbutton {
	float: left;
	height: 25px;
	width: 35px;
	cursor: pointer;
	background: #fff url("images/bg_search.gif") right top no-repeat;
	border: 1px solid #0099cc;
	border-left: none;
	padding-bottom: 3px;
}


/*gallery
--------------------------------------------------*/

#gallerycontainer {
padding-top: 15px;
}

.control, #counter, #imgnum {
float: left;
}

#counter {
width: 40px;
padding-left: 200px;
font-size: 15px;
padding-top: 5px;
}

#imgnum {
color: #00a1cb;
}

.control.prev {
float: right;
}

#single .text #gallerycontainer img {
	padding: 0;
	margin: 0;	
}

#controls, #thumbs {
display: block;
min-height: 30px;
width: 530px;
float: left;
padding-top: 7px;
} 

#thumbs {
padding-bottom: 20px;
margin-bottom: 20px;
background: url(images/line_content_h.gif) center bottom no-repeat;
} 

#thumbs a .gallery {
	float: left;
	display: inline;
	margin: 7px 7px 0 0;
}

#thumbs a .gallery.lastslide {
	margin-right: 0px;
}



/* footer
--------------------------------------------------*/
#footer {
	position:relative;
	float: left;
	clear:both;
	min-height: 173px;
	width: 800px;
	background: #f0f0f0;
	margin: 0 0 0 46px;
	display: inline;
	padding: 20px;
}

#foot {
	margin: 0 10px 0 140px;
	min-height: 10px;
	padding: 17px 15px 0 15px;
}

#footernavigation {
	float: left;
	width: 210px;
	min-height: 70px;
	font-size: 1em;
	line-height:1.4em;
	margin: 5px 0 0 0;
	position: relative;
}

#footernavigation ul, #footernavigation li  {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footernavigation a, 
#footernavigation .level1active .level2 a {
  color: #a6aba9;
}

#footernavigation .level1 {
	margin: 0;
	float: left;
	text-transform: uppercase;
}

#footernavigation .level2 {
	left: 200px;
	top: 0px;
	text-transform: none;
	position: absolute;
	
}

#footernavigation .level1active a, 
#footernavigation .level1active .level2active a, 
#footernavigation a:hover {
	color:#666666;
} 

#adress {
	float: right;
	width:250px;
	margin: 0;
	display: inline;
	text-align: right;
	color: #666666;
}


#footer #toe {
	clear:both;
	width: 987px;
	height: 30px;
}
#footer #toe a {
}
#footer #toe a:hover {
}

#footer .login a, #footer .login a:hover {
	color: #edecec;
	float: left;
}




/*////////////////////////////////////////////////END///////////////////////////////////////////////////////////////////////*/

