

/**
 * Die Weiße Feder CSS
 * @author Marcin Gil <mg@ovos.at>
 */
html, body
{
	margin: 0;
	padding: 0;
	font: normal 13px Verdana, Geneva, sans-serif;
	color: #7b7b7b;
	background-color: #fcfcfc;
}

a
{
	color: #7b7b7b;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

.clear
{
	clear: both;
}

#bf-nav
{
	display: none;
}

#bgLeft, #bgRight
{
	height: 303px;
	width: 50%;
	top: 42px;
	position: absolute;
	overflow: hidden;
}

#bgLeft
{
	background: url(images/bg-left.jpg) repeat-x;
	text-align: right;
}

#bgRight
{
	background: url(images/bg-right.jpg) repeat-x;
	right: 0;
}

#bgLeft .bgAddon, #bgRight .bgAddon
{
	height: 303px;
}

#bgLeft .bgAddon
{
	position: absolute;
	background: url(images/bg-left-addon.jpg) no-repeat left top;
	width: 73px;
	right: 477px;
}

#bgRight .bgAddon
{
	background: url(images/bg-right-addon.jpg) no-repeat right top;
	width: 587px;
}

#page
{
	background-color: #fff;
}

#header
{
	width: 955px;
	margin: 0 auto;
	height: 303px;
	background: url(images/bg-middle.jpg) no-repeat;
	position: relative;
}

#logo
{
	display: block;
	position: absolute;
	top: 37px;
	left: 31px;
	width: 197px;
	height: 120px;
}

#hotline
{
	display: block;
	position: absolute;
	top: 165px;
	left: 0px;
	width: 154px;
	height: 63px;
}

.searchbar
{
	background: url(images/search-bar-bg.png) repeat-x;
	height: 42px;
}

.searchbar .middle
{
	width: 955px;
	margin: 0 auto;
}

.searchbar .middle form
{
	float: right;
	padding-top: 11px;
}

form.searchform input.text
{
	background: url(images/search-input-bg.png) no-repeat;
	border: 0;
	width: 119px;
	height: 18px;
	padding: 3px 10px 0 10px;
	color: #7b7b7b;
}

form.searchform input.text-focus
{
	background-position: 0 -21px;
}

form.searchform input.image
{
	background: url(images/search-go.png) no-repeat;
	width: 35px;
	height: 18px;
}

form.searchform input.image-hover
{
	background-position: 0 -18px;
}

form.searchform input
{
	float: left;
}

form.searchform  input.image
{
	margin-top: 2px;
	margin-left: 7px;
}

#main
{
	position: relative;
	margin-top: -37px;
}

#main .middle
{
	width: 955px;
	margin: 0 auto;
	background-color: transparent;
}

#footer
{
	border-top: 1px solid #eaeaea;
}

#footer .middle
{
	width: 955px;
	margin: 0 auto;
	height: 48px;
	position: relative;
}

#footer .middle #uw
{
	background: url(images/logo-uw.png) no-repeat;
	display: block;
	position: absolute;
	top: 11px;
	right: 188px;
	width: 93px;
	height: 26px;
}

#footer .middle #uw:hover
{
	background-position: 0 -52px;
}

#footer .middle #bmuk
{
	background: url(images/logo-bmuk.png) no-repeat;
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	width: 173px;
	height: 24px;
}

#footer .middle #bmuk:hover
{
	background-position: 0 -48px;
}

.nav
{
	padding: 0;
	margin: 0;
}

.nav li
{
	padding: 0;
	list-style: none;
	float: left;
}

.nav li a
{
	display: block;
}

.nav li.first a
{
	padding-left: 0;
}

.nav li.last a
{
	padding-right: 0;
}

#bottom-nav
{
	position: absolute;
	top: 17px;
}

#bottom-nav li a
{
	font-size: 0.85em;
	border-right: 1px solid #353535;
	color: #353535;
	padding: 0 10px;
}

#bottom-nav li.last a
{
	border-right: 0;
}

#copyright
{
	font-size: 0.85em;
	color: #959595;
	text-align: center;
	padding-top: 17px;
}

#social
{
	padding: 62px 22px 22px 22px;
}

#social li a
{
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

#social li.twitter a
{
	background: url(images/icons-social.png) no-repeat 0 -144px;
}

#social li.twitter a:hover
{
	background-position: 0 -96px;
}

#social li.facebook a
{
	background: url(images/icons-social.png) no-repeat 0 -48px;
}

#social li.facebook a:hover
{
	background-position: 0 0;
}

#social li.youtube a
{
	background: url(images/icons-social.png) no-repeat 0 -240px;
}

#social li.youtube a:hover
{
	background-position: 0 -192px;
}

#leftColumn
{
	width: 238px;
	float: left;
	padding-bottom: 40px;
}

#rightColumn
{
	width: 200px;
	float: right;
	padding-top: 30px;
	padding-bottom: 40px;
}

#middleColumn
{
	width: 460px;
	float: left;
	padding: 23px 15px 23px 25px;
}

.homepage #middleColumn
{
	width: 480px;
	padding-left: 15px;
	padding-right: 5px;
}

#middleColumn a
{
	color: #006bbc;
}

#nav li, #main-nav li
{
	float: none;
}

#nav li a, #main-nav li a
{
	color: #005492;
}

#nav ul li a, #main-nav ul li a
{
	color: #005492;
	font-size: 0.85em;
}

#nav a.active, #main-nav a.active
{
	color: #e8318e;
}

#nav ul, #main-nav ul
{
	padding: 7px 0 0 15px;
	margin: 0;
}

#nav li a, #main-nav li a
{
	font-size: 1.05em;
}

#nav ul li, #main-nav ul li
{
	padding: 0 0 3px 0;
	margin: 0;
}

#main-nav li a
{
	font-weight: bold;
}

#main-nav ul li a
{
	font-weight: normal;
}

#nav, #main-nav
{
	padding: 23px 25px 0px 37px;
}

#nav li,#main-nav li
{
	padding: 6px 0;
}

#nav
{
	
}

#nav li
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dcdcdc;
}

#nav li.first
{
	border-top: 0;
}

#nav li.last
{
	border-bottom: 0;
}

#nav ul li
{
	border: 0;
}

#menu
{
	background: url(images/nav-middle.png) repeat-y;
}

#menu .top
{
	background: url(images/nav-top.png) no-repeat;
}

#menu .bottom
{
	background: url(images/nav-bottom.png) no-repeat left bottom;
	min-height: 525px;
	height: auto !important;
	height: 525px;
}

h1,h2,h3
{
	margin: 0;
	margin-bottom: 0.5em;
}

h1,h2
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000;
}

h1
{
	font-size: 1.7em;
	line-height: 23px;
	margin-bottom: 0.85em;
}

h2
{
	font-size: 1.3em;
	line-height: 23px;
}

h3
{
	font-size: 1.1em;
	line-height: 20px;
}

h1 a
{
	color: #000 !important;
}

h2 a
{
	color: #2c2b2b !important;
}

h3 a
{
	color: #727272 !important;
}

a.more
{
	background: white url(images/go.png) no-repeat right 3px;
	display: block;
	float: right;
	padding: 5px 34px 5px 11px;
	color: #000 !important;
	font-weight: bold;
}

a.more:hover
{
	background-position: right -33px;
}

a.top
{
	background: white url(images/top.png) no-repeat right 3px;
	display: block;
	float: right;
	padding: 5px 34px 5px 11px;
	color: #7b7b7b !important;
	font-weight: bold;
}

a.top:hover
{
	background-position: right -31px;
}

div.date
{
	padding: 0 0 0 15px;
	background: white url(images/arrow.gif) no-repeat left center;
	font-size: 0.9em;
}

#middleColumn ol.item-list,#middleColumn ul
{
	list-style: none;
	margin: 0;
	padding: 1em 1em 1em 2em;
}

#middleColumn ol.item-list li
{
	padding-left: 15px;
	background: url(images/arrow.gif) no-repeat left center;
}

#middleColumn ul li
{
	padding-left: 15px;
	background: url(images/dot.gif) no-repeat left 6px;
}

dl.item-list,ol.item-list
{
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

dl.item-list dd
{
	margin: 0 !important;
	padding-bottom: 2em;
}

.item-end
{
	background: url(images/line.gif) repeat-x center center;
}

#coverflow
{
	margin-bottom: 1em;
}

.quote
{
	font-size: 1.1em;
	line-height: 1.5em;
	margin-top: 1em;
}

blockquote
{
	background: url(images/quote.png) no-repeat left top;
	margin: 0;
	padding: 14px 0 0 21px;
	font-style: italic;
	color: #727272;
}

blockquote .blockquote
{
	background: url(images/quote.png) no-repeat right bottom;
	padding: 0 10px 14px 0;
}

blockquote .blockquote a
{
	display: block;
	text-decoration: none;
}

blockquote .blockquote a:hover
{
	color: #000;
}

.quote .author
{
	color: #000;
	font-weight: bold;
	padding: 25px 0 0 21px;
}

.quote .occupation
{
	color: #e8318e;
	padding: 5px 0 0 21px;
	font-size: 0.85em;
}

.homepage #middleColumn .block
{
	width: 220px;
	padding: 0 10px;
	float: left;
	margin-right: 0px;
	line-height: 1.5em;
	margin-top: 1em;
}

#flash
{
	width: 727px;
	height: 265px;
	margin-left: 225px;
}

#flash-header
{
	background: url(images/header.jpg) no-repeat;
	width: 727px;
	height: 265px;
}

#flash-required
{
	display: none;
}

hr
{
	margin: 1.5em 0;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #f7f7f7;
	border-left: 0;
	border-right: 0;
}

/* Pagination */
#middleColumn ul.pagination
{
	text-align: center;
	margin-top: 2.0em;
	padding: 0;
}

#middleColumn ul.pagination li
{
	background-image: none;
	padding: 0;
	display: inline;
}

#middleColumn ul.pagination li a
{
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#middleColumn ul.pagination .first a
{ 
	/*padding-left: 16px;
	background:url(images/arrow-left.gif) no-repeat left 5px;*/
}

#middleColumn ul.pagination .active a
{
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}

#middleColumn ul.pagination .last a
{
	/*padding-right: 16px;
	background: url(images/arrow.gif) no-repeat right 5px;*/
}

/* File list */
#middleColumn ul.list-files
{
	padding: 0.5em 0 0.5em 0;
}

#middleColumn ul.list-files li
{
	padding-left: 20px;
	margin-bottom: 0.5em;
	background-position: left center;
}

#middleColumn ul.list-images
{
	margin: 0;
	padding: 1em 0;
	list-style: none;
}

#middleColumn ul.list-images li
{
	padding: 0;
	margin: 0;
	display: inline;
	background-image: none;
}

div.paragraph
{
	margin: 1em 0;
}

/**
* Ambassadors
*/
.ambassador a.image
{
	display: block;
	float: left;
	margin: 5px 8px 5px 0;
}

/**
* Infoboxes
*/
.infobox
{
	
}

/* Quiz */
.module-quiz
{
	width: 426px;
}

.quiz-answers-overview
{
	text-align: right;
	padding-right: 4px;
}

.quiz-answers-overview span
{
	color: #e8318e;
}

h2.quiz-headline
{
	background: transparent url(images/quiz-hl-bg.png) repeat-y left top;
	text-transform: uppercase;
	color: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: normal;
}

.quiz-headline-top
{
	display: block;
	background: transparent url(images/quiz-hl-top.png) no-repeat left top;
}

.quiz-headline-bottom
{
	display: block;
	background: transparent url(images/quiz-hl-bottom.png) no-repeat left bottom;
	padding: 2px 18px;
}

.quiz-headline-number
{
	padding-right: 0.5em;
}

.quiz-question
{
	padding: 0px 10px;
	font-weight: bold;
	color: #000;
	margin: 1.5em 0;
}

.quiz-answers
{
	padding: 0px 10px 30px;
	background: transparent url(images/quiz-bottom.gif) repeat-x center bottom;
	margin-bottom: 1.5em;
}

.quiz-answer
{
	margin-bottom: 1em;
	color: #000;
}

.quiz-answer label
{
	float: left;
	margin: 0px 0 0 10px;
	display: inline;
	width: 374px;
}

.quiz-answer-check
{
	color: #000;
}

.quiz-answer-correct
{
	color: #4F8A10;
}

.quiz-answer-wrong
{
	color: #D8000C;
}


/* ui.checkbox */
span.ui-helper-hidden
{
	display: none;
}

.ui-helper-hidden-accessible
{
	position: absolute;
	left: -999em;
}

span.ui-radio
{
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	background: url(images/radio.png) 0 0 no-repeat;
}

span.ui-radio-state-checked,
span.ui-radio-state-checked-hover,
span.ui-radio-state-checked-disabled,
span.ui-radio-state-checked-disabled-hover
{
	background-position: 0 -22px;
}

span.ui-radio-state-disabled,
span.ui-radio-state-disabled-hover,
span.ui-radio-state-checked-disabled,
span.ui-radio-state-checked-disabled-hover
{
	opacity: .5;
	filter: alpha(opacity = 50);
}

/* messages */
.messages
{
	border: 1px solid;
	font-size: 1.1em;
	font-weight: bold;
	padding: 7px;
	margin: 1em 0;
}

.messages-success
{
	color: #4F8A10;
	background-color: #DFF2BF;
}

.messages-error
{
	color: #D8000C;
	background-color: #FFBABA;
}

.messages-warning
{
	color: #9F6000;
	background-color: #FEEFB3;
}

.messages-info
{
	color: #00529B;
	background-color: #BDE5F8;
}

.player
{
	background-image: none !important;
}


/* forms */
form
{
	margin: 0;
}

.form-element
{
	margin: 0 0 1em;
}

label.form-label
{
	display: block;
	margin: 0 0 2px;
	padding: 0;
	color: #696969;
}

br.form-label-sep
{
	display: none;
}

label.error
{
	display: block;
	margin-top: 2px;
	color: #D8000C;
	border: 1px solid;
	background-color: #FFBABA;
	padding: 5px;
	font-size: 0.9em;
	font-weight: bold;
}

.form-element input,
.form-element textarea,
.form-element select,
.form-buttons input.submit
{
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 1.1em;
	font-weight: bold;
	color: #005492;
	background: #f3fcff url(images/input-bg.gif) repeat-x left top;
	border: 1px solid #6fd9ff;
	padding: 3px 2px;
	width: 454px;
}

.form-element textarea
{
	height: 80px;
}

.form-element select
{
	width: 100%;
}

.form-element input.checkbox
{
	width: auto;
	padding: 0;
	margin: 0 0.5em 0 0;
	background: none;
	border: none;
}

.form-element label.checkbox
{
	margin: 0 0 0.2em;
	display: block;
}

.form-buttons input.submit
{
	padding: 2px 10px;
	width: auto;
	cursor: pointer;
}

.captcha-frame
{
	width: 270px;
	height: 75px;
}

.form-element-captcha .form-field
{
	position: relative;
}

input.captcha
{
	width: 420px;
}

.captcha-play 
{
	background: url(images/captcha-icons.png) no-repeat left top;
	display: block;
	width: 29px;
	height: 33px;
	text-indent: 30px;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	right: 0;
	top: 1px;
}

.form-buttons
{
	text-align: right;
}

div.product-container .form-field
{
	float: left;
	width: 54px;
	margin-right: 15px;
}

input.product-quantity
{
	width: 48px;
}

div.product-description
{
	float: left;
	width: 385px;
	overflow: hidden;
}

div.product-description p
{
	margin: 0 0 1em;
}

div.product-container
{
	clear: both;
}

div.product-container label.error
{
	clear: both;
}

#flash-required
{
	position: absolute;
	left: 500px;	
}

#flash-required img, #flash-required span
{
	float: left;
	display: block;
}

#flash-required img
{
	margin-top: 3px;
}

#flash-required span
{
	padding-top: 10px;
	padding-left: 10px;
}