/*
	version:		2007-12-30
*/

@charset "utf-8";



html
{
	scrollbar-arrow-color:		#837979;
	scrollbar-3dlight-color:	#FFFFFF;
	scrollbar-highlight-color:	#837979;
	scrollbar-face-color:		#FFFFFF;
	scrollbar-shadow-color:		#837979;
	scrollbar-darkshadow-color:	#E0F0E0;
	scrollbar-track-color:		#FFFFFF;

	scrollbar-base-color:		#837979;
}

#wrapper
{
	background-color:		#FFFFFF;
	background-color:		#695B5B;
	background-color:		#000717;
	background-attachment:		fixed;
/*	background-image:		url(/account/vst-austria/embed/bg_page.jpg);	*/
	background-position:		left middle;
	background-repeat:		repeat;
	text-align:			left;
	font-size:			85%;
}

/* ------------------------------------------------------------------- */
hr
{
		xmargin: -7px 0;
		xdisplay: inline;
		xborder: 1px solid #FF0000;
	width:				90%;
		xheight: 2px;
		xpadding: 0;
	font-size:			1em;
		xsize: 2px;
}

.txt-headsmall
{
		xfont-size: 100%;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
		xfont-variant: small-caps;
	font-weight: bold;
}

.txt-teasersmall
{
	font-family:			Arial, Verdana, Helvetica, sans-serif;
	font-size:			90%;
}



/* fix blocks positions and designs ------------------------------------------------------------------- */

#block-logo
{
	position:			absolute;
	left:				18px;
	width:				140px;
	top:				20px;
}
#block-logo[id]
{
	position:			fixed;	/* ff: right position */
}

#block-footer
{
	position:			absolute;
	left:				20px;
	right:				20px;
	bottom:				5px;
	text-align:			center;
	font-family:			Arial, Verdana, Helvetica, sans-serif;
	font-size:			70%;
}
#block-footer a
{
	color:				#353333;
	text-decoration:		none;
	cursor:				arrow;
}


/* additional blocks positions and designs ------------------------------------------------------------------- */


/* block positions ------------------------------------------------------------------- */

.position-block-wide
{
	position:			absolute;
	top:				60px;
	bottom:				60px;
	left:				0px;
	width:				100%;
}

.position-block-center
{
	position:			absolute;
	top:				60px;
	bottom:				60px;
	left:				190px;
	right:				190px;
	ywidth:				100%;
}

.position-block-top
{
	position:			absolute;
	left:				0;
	top:				0;
	width:				100%;
	height:				60px;
}
.position-block-bottom
{
	position:			absolute;
	left:				0;
	bottom:				0;
	width:				100%;
	height:				60px;
}
.position-block-left
{
	position:			absolute;
	top:				60px;
	bottom:				60px;
	left:				0px;
	width:				190px;
}
.position-block-right
{
	position:			absolute;
	top:				60px;
	right:				0px;
	bottom:				60px;
	width:				190px;
}
.position-block-right[id]
{
	position:			fixed;	/* ff: right position */
}


/* block designs with containing element definitions ------------------------------------------------------------------- */

.design-block-logo
{
	padding-right:			0px;	/* ff: displais border while click on link, which causes scrollbar */
	background-image:	url(head_name.jpg);
	background-attachment:	fixed;
	background-position:	center 11px;
	background-repeat:	no-repeat;
}
.design-block-bottom
{
	padding-right:			0px;	/* ff: displais border while click on link, which causes scrollbar */
}
.design-block-input
{
	padding-right:			1px;	/* ff: displais border while click on link, which causes scrollbar */
	color:				#FFFFFF;
	text-align:			center;
	font-family:			Arial, Verdana, Helvetica, sans-serif;
	font-weight:			bold;
}
.design-block-input a
{
	color:				#FFFFFF;
	background-color:		#002733;
	font-weight:			bold;
	text-decoration:		undeline;
}
.design-block-input a:hover
{
	margin-left:		1px;
	margin-right:		1px;
	color:				#FFDD00;
	font-style:				italic;
}


.menu-h ul.l1
{
xborder: 1px solid green;
	xtext-align:			right;
}
.menu-h li.l1
{
xborder: 1px solid red;
	xtext-align:			right;
}
.menu-h ul.l2
{
xborder: 1px solid yellow;
	xtext-align:			right;
}
.menu-h li.l2
{
xborder: 1px solid cyan;
	xdisplay:			block;		/* inline horizontal, block vertical*/
	xtext-align:			right;
}


/* content designs with containing element definitions ------------------------------------------------------------------- */

.design-cw-essay
{
	position:			static;
	margin-left:			0px;
	margin-right:			0px;
	margin-top:			0px;
		xborder-spacing:		1em 1em 1em 1em;
		xbackground-color:		#D7E4D7;
	padding:			0;
	padding-bottom:			.5em;
/*	text-align:			center;	*/
	line-height:			0;	/* IE6 peekaboo bug hack */
}
.design-cw-essay[id]
{
	background-attachment:		fixed;
}
.design-cw-essay h1
{
	display:			block;
	margin:				1em 0 1em 0;
	color:				#000000;
	font-family:			Times, serif;
	font-size:			200%;
	text-align:			center;
	font-weight:			bold;
	letter-spacing:			.3em;
	line-height:			1.2;	/* IE6 peekaboo bug hack */
}
.design-cw-essay h2
{
	display:			block;
	margin:				1em 0 1em 0;
	color:				#000000;
	font-family:			Arial, Verdana, Helvetica, sans-serif;
	font-size:			115%;
	text-align:			left;
	font-weight:			bold;
	line-height:			1.2;	/* IE6 peekaboo bug hack */
}
.design-cw-essay h2 a
{
/*	color:				inherit;	*/	/* ie: not working*/
	color:				#000000;
	font-weight:			bold;
	text-decoration:		undeline;
}
.design-cw-essay h2 a:hover
{
	color:				#FFFFFF;
	cursor:				pointer;
}
.design-cw-essay h3
{
	display:			block;
/*	xposition:			static;	*/
	margin:				1.5em 0 0 0em;
	padding:			0 0 .5em 0;
	color:				#000000;
	text-align:			center;
	font-family:			Arial, Verdana, Helvetica, sans-serif;
	font-size:			100%;
	font-weight:			bold;
/*	font-variant: small-caps;	*/
	letter-spacing:			.03em;
	line-height:			1.2;	/* IE6 peekaboo bug hack */
}

.design-cw-essay .teaser
{
	display:			block;
	position:			static;
/*	margin: 			0em 2em .5em 0;	*/
/*	width:				90%;	*/	/* ie: no width for floating */
	padding:			0 2em .5em 0;
	color:				#000000;
	font-family:			Arial, Verdana, Helvetica, sans-serif;
	font-size:			107%;
	text-align:			justify;
	letter-spacing:			.01em;
	line-height:			1.2;	/* IE6 peekaboo bug hack */
}
.design-cw-essay .teaser p
{
	display:			block;
	margin:				0 2em .7em 0;
	line-height:			1.2;	/* IE6 peekaboo bug hack */
}

.design-cw-essay .floater
{
	display:			block;
	position:			static;
/*	margin:				0 2em .3em 0;	*/
	padding:			0 2em .3em 0;
	color:				#000000;
	font-family:			Arial, Verdana, Helvetica, sans-serif;
/*	font-size:			100%;	*/
	text-align:			left;
	letter-spacing:			.01em;
}
.design-cw-essay .floater p
{
	display:			block;
	margin:				0 1em .7em 0em;
	padding:			0 0 0 0;
	line-height:			1.2;	/* IE6 peekaboo bug hack */
}
.design-cw-essay a
{
/*	color:				inherit;	*/	/* ie: not working*/
	color:				#000000;
	font-weight:			bold;
	text-decoration:		undeline;
}
.design-cw-essay a:hover
{
	background-color:		#FFDD00;
	color:				#000000;
	cursor:				pointer;
}
.design-cw-essay .reppic
{
	display:			inline;
	margin:				1em 1em .5em 1em;
	width:				17em;
	maxwidth:			215px;
/*	height:				13em;	*/
	maxheight:			215px;
	overflow:			hidden;
	align:				center middle;
	vertical-align:			middle;
	text-align:			center;
	border:				1px solid #A0B0A0;
}
.design-cw-essay .reppic img
{
	display:			inline;
	width:				100%;
	height:				100%;
}



/* content layouts using positions and designs ------------------------------------------------------------------- */
.cw-preview {
	/* design-cw-border */
	margin-bottom: .3em;
		xpadding-bottom: 1em;
}
.design-cw-preview
{
	position:			static;
	margin-left:			0px;
	margin-right:			0px;
	margin-top:			0px;
		xborder-spacing:		1em 1em 1em 1em;
		xbackground-color:		#D7E4D7;
	padding:			0;
	padding-bottom:			.5em;
/*	text-align:			center;	*/
	line-height:			0;	/* IE6 peekaboo bug hack */
/*	overflow: hidden;	*/	/* stellt sonst hintergrund rand über head-balken nicht dar und ignoriert bild-höhe */
}
.design-cw-preview[id]
{
	background-attachment:		fixed;
}
.design-cw-preview h1
{
	display:			block;
	margin:				1em 0 1em 0;
	color:				#FFFFFF;
	font-family:			Arial, Verdana, Helvetica, sans-serif;
	text-align:			left;
	font-weight:			bold;
	line-height:			1.2;	/* IE6 peekaboo bug hack */
}
.design-cw-preview h2
{
	display:			block;
	margin:				1em 0 .5em 0;
	color:				#FFDD00;
	font-family:			Arial, Verdana, Helvetica, sans-serif;
	font-size:			120%;
	text-align:			left;
	font-weight:			bold;
	line-height:			1.2;	/* IE6 peekaboo bug hack */
}
.design-cw-preview h2 a
{
/*	color:				inherit;	*/	/* ie: not working*/
	color:				#FFDD00;
	font-size:			120%;
	font-weight:			bold;
	text-decoration:		undeline;
}
.design-cw-preview h2 a:hover
{
	color:				#FFFFFF;
	cursor:				pointer;
}
.design-cw-preview h3
{
	display:			block;
/*	xposition:			static;	*/
	margin:				.5em 0 0 0;
	padding:			0 0 .5em 0;
	text-align:			left;
	font-family:			Arial, Verdana, Helvetica, sans-serif;
	font-size:			100%;
	font-weight:			bold;
/*	font-variant: small-caps;	*/
	letter-spacing:			.03em;
	line-height:			1.2;	/* IE6 peekaboo bug hack */
}

.design-cw-preview .teaser
{
	display:			block;
	position:			static;
/*	margin: 			0em 2em .5em 0;	*/
/*	width:				90%;	*/	/* ie: no width for floating */
	padding:			0 2em .5em 0;
	color:				#FFDD00;
	text-align:			justify;
	font-family:			Arial, Verdana, Helvetica, sans-serif;
	font-size:			100%;
	letter-spacing:			.01em;

	line-height:			1.2;	/* IE6 peekaboo bug hack */
}
.design-cw-preview .teaser p
{
	display:			block;
	margin:				0 2em .7em 0;
	line-height:			1.2;	/* IE6 peekaboo bug hack */
}

.design-cw-preview .floater
{
	display:			block;
	position:			static;
/*	margin:				0 2em .3em 0;	*/
	padding:			0 2em .3em 0;
	font-family:			Arial, Verdana, Helvetica, sans-serif;
	font-size:			110%;
	text-align:			left;
	letter-spacing:			.01em;
}
.design-cw-preview .floater p
{
	display:			block;
	margin:				0 1em .7em 1em;
	padding:			0 0 0 0;
	color:				#FFFFFF;
	line-height:			1.2;	/* IE6 peekaboo bug hack */
}
.design-cw-preview a
{
/*	color:				inherit;	*/	/* ie: not working*/
	color:				#FFFFFF;
	font-weight:			bold;
	text-decoration:		undeline;
}
.design-cw-preview a:hover
{
	color:				#FFDD00;
	cursor:				pointer;
}
.design-cw-preview .reppic
{
	display:			inline;
	margin:				1em 1em .5em 1em;
	width:				17em;
	maxwidth:			215px;
/*	height:				13em;	*/
	maxheight:			215px;
	overflow:			hidden;
	align:				center middle;
	vertical-align:			middle;
	text-align:			center;
	border:				1px solid #A0B0A0;
}
.design-cw-preview .reppic img
{
	display:			inline;
	width:				100%;
	height:				100%;
}

.cw-essay {
	/* design-cw-border */
		xpadding-bottom: 2em;
	overflow: hidden;	/* stellt sonst hintergrund rand über head-balken nicht dar und ignoriert bild-höhe */
}
.cw-essay table {
	margin: 0 0 1em .8em;
}
.cw-essay table td {
	line-height: 1.2em;
	padding: 0 .3em 0 0;
	vertical-align: top;
	text-align: left;
}
.cw-essay ul.disc {
		xmargin: -.3em 0 .3em 1em;	/*ie wo padding, ff w padding*/
	margin-top: -.3em;
	margin-bottom: 1em;
		xlist-style-position: inside;
	line-height: 0px;
		xpadding: 0 0 0 1em;
}
.cw-essay ul.disc li {
	line-height: 1.4em;
	xpadding: 0 0 0 1em;	/* between bullet and text*/
	xtext-indent: -1em;	/* ie between, ff left */
}
.cw-essay input.mail, textarea.mail, select.mail {
	width: 30em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 0;
	font-size: 100%;
}

.cw-essay-pic {
		xwidth: 100%;
		xheight: 95%;
	overflow: hidden;
}
.cw-essay-pic .navigation {
	margin: 0 auto;
}
.cw-essay-pic .pictxt {
	margin: 0 auto;
		xposition: absolute;
	bottom: 60px;
}

/* content designs with containing element definitions ------------------------------------------------------------------- */
.design-cs {
	margin: 0 0 0 0;
		xdisplay: block;
	position: static;
		xtop: 3%;
		xheight: 33%;
		xbottom: 3%;
		xborder: 1px solid #E0F0E0;
	_border-spacing: 1em 1em 1em 1em;
		xbackground-color: #FFFFFF;
		xbackground-color: #EEEEEE;
	overflow: auto;
	padding: 0 0 0 0;
		xfont-size: 100%;
}

/* content layouts using positions and designs ------------------------------------------------------------------- */
.design-block-flag h2
{
	display:			block;
	margin:				0 0 .5em 0;
	color:				#FFFFFF;
	text-align:			left;
	font-family:			Arial, Verdana, Helvetica, sans-serif;
	font-size:			110%;
	text-align:			left;
	font-weight:			bold;
	line-height:			1.2;	/* IE6 peekaboo bug hack */
}
.design-block-flag a
{
/*		color:				inherit;	*/	/* ie: not working*/
	color:				#99EEFF;
	font-family:			Arial, Verdana, Helvetica, sans-serif;
	font-weight:			bold;
	text-decoration:		undeline;
}
.design-block-flag a:hover
{
	color:				#FFDD77;
	cursor:				pointer;
}
.design-block-flag .grid th
{
	background-color:		#E0F0E0;
	margin:				0;
	padding:			0;
	font-size:			90%;
}
.design-block-flag .grid td
{
	margin:				0;
		xborder:			1px solid #D0E0D0;
	vertical-align:			top;
	padding:			0 6px 9px 0;
	color:				#FFFFFF;
	font-family:			Arial, Verdana, Helvetica, sans-serif;
}
.design-block-flag .floater
{
/*	margin:				0 1.5em .3em 0em;	*/
/*	display:			block;	*/
	position:			static;
/*	padding:			.5em .5em 1em 0;	*/
	text-align:			justify;
	font-size:			90%;
	font-family:			Arial, Verdana, Helvetica, sans-serif;
	letter-spacing:			.03em;
}

.cs-preview {
	/* design-cs */
		xmargin: .5em 5px .5em 5px;
		xborder-left: 1px solid #A0B0A0;
		xborder-right: 1px solid #E0F0E0;
		xborder-top: 1px solid #A0B0A0;
		xborder-bottom: 1px solid #E0F0E0;
		xbackground-color: #E7E7E7;
		xbackground-color: #C5D2CF;
		xbackground-image: url(/account/vst-austria/embed/bg-cell-g.jpg);
		xbackground-attachment: fixed;
		xbackground-position: center middle;
		xbackground-repeat: no-repeat;
	overflow: auto;
		xpadding: .4em .5em .3em .6em;
		xpadding: 0 0 0 0;
		xtext-align: left;
}
.cs-preview:hover {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #C5D2CF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #C5D2CF;
		xtext-align: right;
}
.cs-preview .head {
	display: block;
		xmargin: 0 0 0 0;
		xborder-left: 1px solid #FFFFFF;
		xborder-right: 1px solid #C5D2CF;
		xborder-top: 1px solid #E0F0E0;
		xborder-bottom: 1px solid #A0B0A0;
		xbackground-color: #E0F0E0;
	padding: 0;
		xcolor: #000000;
		xtext-align: center;
}
.cs-preview .teaser {
/*	display: block;	*/
		xborder-left: 1px solid #A0B0A0;
		xborder-right: 1px solid #E0F0E0;
		xborder-top: 1px solid #A0B0A0;
		xborder-bottom: 1px solid #E0F0E0;
		xbackground-color: #C5D2CF;
		xpadding: .1em .5em .1em .5em;
	color: #000000;
	text-align: left;
}
x.cs-preview .subs {
	display: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 85%;
	letter-spacing: .03em;
	margin-bottom: .2em;
}
x.cs-preview:hover .subs {
	display: block;
	background-color: #C5D2CF;
	text-align: right;
}
x.cs-preview .highlight:hover {
	background-color: #E0F0E0;
		xtext-decoration: underline;
}

.cs-langs {
	text-align: center;
}
.cs-langs img {
	border-left: 1px solid #A0B0A0;
	border-right: 1px solid #E0F0E0;
	border-top: 1px solid #A0B0A0;
	border-bottom: 1px solid #E0F0E0;
}

/* ------------------------------------------------------------------- */
#cwc-block {
	margin: 0 0 1.5em 0;
		xdisplay: block;
	position: static;
		xtop: 3%;
		xheight: 33%;
		xbottom: 3%;
		xborder: 1px solid #E0F0E0;
	_border-spacing: 1em 1em 1em 1em;
		xbackground-color: #C5D2CF;
	overflow: auto;
	padding: 0 0 0 0;
		xfont-size: 100%;
}
#cwc-block .reppic {
	margin: 1em .5em .5em 1em;
	display: inline;
		xposition: absolute;
		xborder: 1px solid #E0F0E0;
		xright: 2%;
	width: 30%;
	maxwidth: 215px;
		xtop: 3%;
	height: 20%;
	maxheight: 215px;
	border: 1px solid #A0B0A0;
	overflow: hidden;
		xclip: rect (0px, 130px, 130px, 0px);
		xpadding: 1em .1em .5em .1em;
	float: right;
}
#cwc-block img {
	display: inline;
}
#cwc-block .head {
	margin: .5em .5em .5em 0;
		xdisplay: block;
		xposition: absolute;
		xwidth: 100%;
		xborder: 1px solid #E7F7E7;
	padding: .3em .5em .3em 0;
		xtext-transform: uppercase;
}
#cwc-block .teaser {
	margin: 0 0 0 0;
	display: block;
		xposition: static;
		xwidth: 90%;		/* ie: no width for floating */
	padding: .5em .5em .5em 0;
	text-align: justify;
		xfont-variant: small-caps;
	text-transform: uppercase;
	font-weight: bold;
		xletter-spacing: .07em;
}
#cwc-block .text {
	margin: 0 0 1em 0;
	display: block;
	position: static;
	padding: .5em 1em .5em 0;
	text-align: justify;
	color: #3C463C;
}

#cwc-block-b {
	margin: 0 0 .5em 0;
		xdisplay: block;
	position: static;
		xtop: 3%;
		xheight: 33%;
		xbottom: 3%;
		xborder: 1px solid #E0F0E0;
		xborder: 1px solid #FFFFFF;
	_border-spacing: 1em 1em 1em 1em;
		xbackground-color: #FFFFFF;
		xbackground-color: #E7E7E7;
		xbackground-image: url(/account/vst-austria/embed/bg-cell-g.jpg);
		xbackground-attachment: fixed;
		xbackground-position: center top;
		xbackground-repeat: no-repeat;
	overflow: auto;
		xpadding: 1% 1% 1% 1%;
		xfont-size: 95%;
}
#cwc-block-b:hover {
		xborder: 1px solid #706666;
		xbackground-color: #D7E7D7;
		xbackground-image: url(/account/vst-austria/embed/bg-cell.jpg);
}
#cwc-block-b .reppic {
	margin: 1em .5em .5em 1em;
	display: inline;
		xposition: absolute;
		xborder: 1px solid #E0F0E0;
	border: 1px solid #A0B0A0;
		xright: 2%;
	width: 20%;
	maxwidth: 143px;
		xtop: 3%;
	height: 13%;
	maxheight: 143px;
	overflow: hidden;
		xclip: rect (0px, 130px, 130px, 0px);
		xpadding: 1em .1em .5em .1em;
	float: right;
}
#cwc-block-b img {
	display: inline;
}
#cwc-block-b .head {
	margin: 1% 1% 0 0;
		xdisplay: block;
		xposition: absolute;
		xwidth: 100%;
		xbackground-color: #F0F0F0;
		xbackground-color: #E0F0E0;
	padding: .3em .1em .1em 0;
		xtext-transform: uppercase;
}
#cwc-block-b .teaser {
	margin: 0 0 0 0;
	display: block;
		xposition: static;
		xwidth: 90%;		/* ie: no width for floating */
	padding: 1em .1em .5em 0;
	text-align: justify;
	font-size: 90%;
}
#cwc-block-b .text {
	margin: 0 0 0 0;
	display: block;
	position: static;
	padding: .5em .5em .5em 0;
	text-align: justify;
	font-family: Arial, Verdana, Helvetica, sans-serif;
		xfont-variant: small-caps;
}

.cwc-pic {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 4em;
		xwidth: 100%;
	bottom: 0px;
	white-space: nowrap;
	vertical-align: middle;
	overflow: auto;
}
.cwc-pic img {
	display: inline;
	vertical-align: middle;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #C5D2CF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #C5D2CF;
		xwidth: 70%;
		xheight: 70%;
		xcursor: hand;
}

