
a, a:link, a:visited {
	text-decoration: underline;
	color: #814;
}

a:hover, a:focus { color: #003; }

p { margin-bottom: 1em; }

h1 {
	font-weight: normal;
	font-size: 160%;
	margin-bottom: 1em;
	line-height: 120%;
}

h2 {
	font-weight: normal;
	font-size: 140%;
	margin-top: 1.5em;
	margin-bottom: 1em;
	line-height: 120%;
}

.L { float: left; margin-right: 1em; }
.R { float: right; margin-left: 1em; text-align: right; }

blockquote {
	display: block;
	background: url(/pub/images/structure/quote.gif) no-repeat 5px 5px;
	font-style: italic;
	font-size: 100%;
	min-height: 22px;
	border: 1px solid #758ba5;
	padding: 7px 5px 5px 35px;
}

blockquote p { margin: 0; } 

/* Table
************************************************/

table, table.contenttable {
	caption-side: top;
	border-collapse: collapse;
	margin-top: 1.5em;
	margin-bottom: 2em;
}

table.contenttable caption {
	font-weight: normal;
	font-size: 140%;
	line-height: 120%;
	text-align: left;
	margin-bottom: 0.3em;
}

table.contenttable td {
	border-bottom: 1px solid #758ba5;
	padding: 0.2em 0;
}

table.contenttable td.td-0 { width: 200px; }
table.contenttable td.td-1 { width: 400px; }

/* Flashtrailer
************************************************/

div.tx-rbflashobject-pi1-swf_altcontent {
	width: 480px;
	height: 270px;
	background: #fff url(/pub/trailer/vineta480.jpg) no-repeat 3px 3px;
	padding: 3px;
	border: 1px solid #999;
}

/* clearfix
************************************************/

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after, #mainNavi ul:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix, #mainNavi ul {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix, * html #mainNavi ul {
	height: 1%;
}

.clearfix, #mainNavi ul {
	display: block;
}
/* End hide from IE-mac */
