/* General settings */
*{font-size: 100.01%;}
html{font-size: 62.5%;}
body{
	margin:0;
	font:1.4em/1.286em Arial, Verdana, Helvetica, sans-serif;
	background-color:#410000;
	background:url(../images/bg.jpg) no-repeat;
	background-position: center;
	color:#000;
	background-position:top;
	background-attachment:fixed;
}
a{
	color:#4b4b4b;
	text-decoration:underline;
}
a:hover{text-decoration:none;}

h1{
	margin: -1% 0 3% 0;
	font:bold 1.4em/1.286em Georgia, 'Times New Roman', "Palatino Linotype", serif;
}

h2{
	margin: 15% 0 5% 0;
	font:bold 1.1em/1.286em Georgia, 'Times New Roman', "Palatino Linotype", serif;
}

*+html p{
	margin: 5% 0 0 3%;
}

img{border-style:none;}
#wrapper{
	width:992px;
	margin:0 auto;
}
/* header */
#header{
	height:1%;
	position:relative;
	background-color:#fff;
}
#header:after{
	content:'';
	display:block;
	clear:both;
}
/* logo */
.logo{margin:0;}
.logo a{
	position:absolute;
	left:355px;
	top:0;
	background:url(../images/logo.png) no-repeat;
	width:293px;
	height:248px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	z-index:50;
}

.header_pic{
	height:284px;
	background:url(../images/bg_start.jpg) no-repeat;
}
.header-inner{
	height:1%;
	padding-top:65px;
}
.header-inner:after{
	content:'';
	display:block;
	clear:both;
}
/* products */
.products{
	position:relative;
	display:inline;
	float:right;
	padding:0;
	margin:0 -3px 0 0;
	list-style:none;
}
.products li{
	float:left;
	padding:3px 6px 5px 2px;
	background:url(../images/bg-products.gif) no-repeat;
}
.products img{display:block;}
/* lang */
.lang{
	visibility:hidden;
	padding:19px 0 0 21px;
	margin:0;
	list-style:none;
	font:bold 0.7857em/1.363em Georgia, 'Times New Roman', "Palatino Linotype", serif;
}
.lang a{
	text-decoration:none;
	color:#919090;
}
.lang a:hover, .lang .active a{color:#730002;}
.visual{
	height:1%;
	overflow:hidden;
}
.visual img{display:block;}
/* nav */
#nav{
	height:1%;
	overflow:hidden;
	padding:10px 0 9px 19px;
	margin:0;
	list-style:none;
	background-color:#410000;
	font:bold 1.071em/1.2em Georgia, 'Times New Roman', "Palatino Linotype", serif;
}
#nav a{text-decoration:none; color:#FFFFFF;}
#nav a:hover, #nav .active a{text-decoration:underline;}
#nav li{
	padding:0 14px 0 17px;
	float:left;
	background:url(../images/separator-nav.gif) no-repeat 0 3px;
}
#nav li:first-child{background:none;}
#main{
	height:1%;
	padding:46px 3px 13px 20px;
	overflow:hidden;
	background:url(../images/bg-main.gif) repeat-y;
}
#twocolumns{
	width:771px;
	float:right;
}
/* sidebar */
#sidebar{
	width:156px;
	margin-top:-3px;
	float:left;
}
#side-nav{
	width:156px;
	overflow:hidden;
	padding:0;
	margin:0;
	list-style:none;
	font:1.071em/1.2em Georgia, 'Times New Roman', "Palatino Linotype", serif;
}
#side-nav li{
	width:100%;
	overflow:hidden;
	padding-bottom:6px;
}
#side-nav a{text-decoration:none;}
#side-nav .active a, #side-nav a:hover, #side-nav .ui-state-active{color:#730002;}
#side-nav ul{
	width:141px;
	overflow:hidden;
	padding:3px 0 0 10px;
	margin: 0 0 23px;
	list-style:none;
	font-size:0.933em;
	line-height:1.23em;
}
#side-nav ul li{
	width:100%;
	overflow:hidden;
	padding-bottom:3px;
}
/* content */
#content{
	width:411px;
	float:left;
}
/* text-box */
.text-box{
	height:1%;
	overflow:hidden;
	padding-left:3px;
}
/* .text-box p{margin:0 0 18px;} */
.content-inner{
	height:1%;
	overflow:hidden;
}
.content-inner .visual{
	width:120%;
	overflow:hidden;
	padding:40px 0 0;
	margin:0 -20% 0 0;
	list-style:none;
}
.content-inner .visual li{
	float:left;
	padding-right:50px;
}
/* aside */
.aside{
	width:322px;
	float:right;
	overflow:hidden;
}
/* aside-box */
.aside-box{
	height:1%;
	padding:0 15px;
	overflow:hidden;
}
.aside-box h2{
	width:322px;
	color:#4b4b4b;
	margin:0 -15px 7px;
	padding:5px 12px 3px;
	background-color:#eee;
	font:bold 1.071em/1.2em Georgia, 'Times New Roman', "Palatino Linotype", serif;
}
.aside-box h2 a{text-decoration:none;}
.aside-box h2 a:hover{color:#730002;}
/* visual-wrapper */
.aside-box .visual-wrapper{
	height:1%;
	overflow:hidden;
	padding-bottom:18px;
	margin-left:-4px;
}
.aside-box .visual{
	height:1%;
	overflow:hidden;
	padding:0 0 3px;
	margin:0;
	list-style:none;
}
.aside-box .visual li{
	float:left;
	padding-right:4px;
}
.aside-box dl{
	height:1%;
	padding-bottom:15px;
	overflow:hidden;
	margin:0;
	font-size:0.929em;
	line-height:1.154em;
}
.aside-box dl a{text-decoration:none;}
.aside-box dl a:hover{color:#730002;}
.aside-box dt{
	width:72px;
	float:left;
}
.aside-box dd{
	width:220px;
	float:left;
	margin:0;
}
/* visual-video */
.visual-video{
	height:1%;
	padding-top:5px;
	margin-left:-2px;
	overflow:hidden;
}
.visual-video img{display:block;}

/* EIGENE KLASSEN UND IDS */

.bildbeschriftung {
	margin: -1% 0 18px 0;
	font-size:80%;
}

*+html .bildbeschriftung {
	margin: 0 0 18px 0;
	font-size:80%;
}

.einzelne_grafik {
	margin: 2% 0 1% 0;
}

.red {
	color:#730002;
}

.verkostLinks {
	width:60%;
	font-size:80%;
	vertical-align:top;
}

.verkostRechts {
	font-size:70%;
	vertical-align:top;
}

.mitglieder_titel{
	vertical-align:top;
	padding-left:10px;
	padding-top:18px;
}

.jungen_zeile {
	height:50px;
	font-size:85%;
}

.jungen_zelle {
	width:50%;
}

.blog_header {
	height: 30px;
}

.kategorie {
	width: 100%;
	text-align:center;
	background-color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
}

.inhalt {
	width: 100%;
	text-align:center !important;
	background-color:#FFFFFF;
}

.abstand {
	height: 15px;
	background-color:#f5f5f5;
}

.top_heuriger_logo {
	float:right; 
	margin-right:230px; 
	margin-top:0px; 
	padding-top:0px;
}

/* IE 7 */
* + html .top_heuriger_logo{
	float:right; 
	margin-right:220px; 
	margin-top:-18px; 
	padding-top:0px;
}