body { 	margin: 20px 0px 0px 20px; background-color: #FFFFFF;
		width: 900px;
		margin: auto;
		}
body,td,div,span,table
			{font-family: Verdana,sans-serif; font-size: 12px; line-height: 13px; color: #000000;}

a		{font-weight: normal; color: #000000; text-decoration: none;}
a.enter		{font-weight: bold; color: #000000; text-decoration: none;}
a.layer		{font-weight: bold; color: #C03; text-decoration: none; letter-spacing: 0.1em;}
a:hover 	{color: #000000; background-color: #CCC;}
	/*a:hover	{border-bottom: 1px solid #666666;}*/

a.plain:hover	{background-color: transparent;}

a.toplinxx		{font-size: 20px; color: #333; text-decoration: none; letter-spacing: 0em;}
	a.toplinxx:hover	{color: #000; background-color: #F0F0F0;}
a.toplinx2		{font-size: 16px; color: #333; text-decoration: none; letter-spacing: 0em;}
	a.toplinx2:hover	{color: #000; background-color: #F0F0F0;}


/*enter*/

.home		{width: 802px; heigth: 600px;
			background: url("../images/key-gugging-2.jpg") no-repeat top;
			margin-top: -10px; margin-left: -10px;
			}

.logopic	{margin: auto;}

.termin		{font-size: 20px; font-weight: normal; font-style: normal; line-height: 28px; color: #333; margin-bottom: 10px; margin-top: 0px;}

/*info*/

.inline		{background-color: transparent; width: 480px;}
.txtblock	{width: 450px;
			padding: 20px; margin-left: 27px;}

.headline	{font-size: 20px; font-weight: normal; font-style: normal; 
			line-height: 16px; color: #333; margin-bottom: 40px; margin-top: 10px;}

.content	{font-size: 12px; font-weight: normal; font-style: normal; 
			line-height: 18px;}

.red		{color: red;}

/*programm*/

.contentp	{font-size: 12px; font-weight: normal; font-style: normal; 
			line-height: 16px;}

/*kontakt*/
.txtblockko	{width: 450px;
			padding: 20px; margin-left: 20px;}

.contactblock		{width: 220px; float: left;}

/*presse*/

.txtblockpr	{width: 540px;
			padding: 20px; margin-left: 27px;}
			
.contentpr	{font-size: 12px; font-weight: normal; font-style: normal; 
			line-height: 16px;
			}

/*partner*/

.vbhead		{margin-left: 10px; margin-bottom: 12px;
			letter-spacing: 1px; font-size: 14px; }
.prhead		{margin-left: 10px; margin-bottom: 12px; margin-top: 5px;
			letter-spacing: 1px; font-size: 14px; }

.bmuk		{text-align: right; margin-left: 30px;}
.oe1		{text-align: right; margin-left: 20px;}
.wienerz		{text-align: right; margin-left: 15px; margin-bottom: 10px;}

.impo		{text-align: right; margin-left: 40px; margin-bottom: 5px;}
.lform		{text-align: right; margin-left: 25px;}

/*
.owner	{margin-top: 30px; width: 430px; text-align: left;}

.topspacer	{margin-right: 20px; margin-left: 20px;}
.topcolon	{margin-right: 40px;}

.infolx		{width: 430px; text-align: left;
				font-size: 16px; margin-top: 30px;}
*/

.imprint		{width: 800px; text-align: left;
				font-size: 11px; line-height: 16px; color: #666; margin-top: 5px;}
	a.imprint		{color: #333; text-decoration: none;}
	a.imprint:hover 	{color: #000000; background-color: #F0F0F0;}
	a.vlinxx		{font-weight: bold; color: #666; text-decoration: none;}
	a.vlinxx:hover	{color: #135092; background-color: transparent;}
	
.volksbank	{margin-right: 80px;}


/********************   Slider CSS   ************************/

* { margin: 0; padding: 0 }

noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }

img { border: 0 }

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap {
	/* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0 10px 0;
	position: relative;
	width: 900;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 200px; background: #fff; overflow: hidden;}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 1px solid #CCC; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 802px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 600px;
	clear: both;
/*	background: #fff;*/
		background: url("../images/key-gugging-trans.jpg") no-repeat top;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 600px;
	position: relative;
	width: 802px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	margin-bottom: 20px;
}

.stripNav a {
	/* The nav links */
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 10px;
	/*	background: #c6e3ff;*/
	color: #333;
	text-decoration: none;
	display: block;
	padding: 2px 20px 4px 20px;
}

.stripNav li a:hover {
	background: #999;
}

.stripNav li a.current {
/*	background: #CCC;*/
	color: #333;
	font-weight: bold;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("../images/arrow-L.png") no-repeat center;
}

.stripNavR {
	background: url("../images/arrow-R.png") no-repeat center;
}

a.arrow	{background-color: transparent;}
	a.arrLho:hover	{background-color: transparent; background: url("../images/arrow-Lho.png") no-repeat center;}
	a.arrRho:hover	{background-color: transparent; background: url("../images/arrow-Rho.png") no-repeat center;}

