body {
	background:#839ABA url('../../i/gradient.gif') top left repeat-x fixed;
	font-family:"Trebuchet MS", "Bitstream Vera Sans", "Gill Sans", Arial, "Century Gothic", verdana, lucida, helvetica, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}

pre {
	font-size:10px;
	display:block;
	margin-left:20px;
}

p.bodytext {
	display:block;
}

img	{
	display:block;
	border:0;
}

a:link {
	font-weight:normal;
	text-decoration:underline;
	color:#003173;
	background:transparent; 
	letter-spacing:0;
}

a:visited {
	color:#003173;
	font-weight:bold;
}

#middle a:visited {
	background:#FCFAFD;
}

a:hover {
	text-decoration:underline;
	color:#5C98E9;
	background:transparent; 
	letter-spacing:0;
}

a:active {
	font-weight:normal;
	text-decoration:none;
	color:#EDBE00;
	background:transparent;  
	letter-spacing:0;
}

#wrapper {
	width:86%;
	min-width:640px;
	margin:12px auto 20px auto;
}

#navigation2 {
	padding:0 0 0 0px;
	margin:12px 0 0 0;
	border-left:0px solid #B9D2F3; /* left border of first menu item */
	border-right:0px solid #B9D2F3; /*  right border of menu bar */
}

#logotype {
	float:left;
	clear:none;
	margin:0;
	padding:0 0 0 11px; /* shifting logotype to the right */
	border:none;
}

#tool-box {
	display:inline;
	float:right;
	clear:left;
	margin:0;
	padding:0;
}

#lang-box {
	font-size:10px;
	text-align:right;
	margin:8px 0 2px 0; /* bottom-margin defines distance to search box */
	border:0;
}

#search-box {
	padding:0;
	margin:0;
}

#search-box input {
	line-height:120%;
	font-size:11px;
	vertical-align:middle;
	margin:0;
	padding:0;
}

#right {
	position:static;
	float:right;
	clear:none;
	text-align:left;
	font-size:80%;
	
	background:transparent;
	padding:0;
	margin:0 0 0 20px ;
	width:200px;
}

#middle {
	position:static;
	margin:0;
	padding:0;
	background:transparent;
	line-height:120%;
	/* top !IE:220px + X, X:margin between content and sidebar */
	margin:0 220px 0 0 !important; 
	margin:0 220px 0 0;
	text-align:left;
}


#news {
	padding:6px 6px 12px 6px;
	margin:0 0 10px 0;
	background:#FAFCFF;
	border:1px solid #7F98B9;
}

div.sidebar {
	padding:6px 6px 12px 6px;
	margin:0 0 10px 0;
	background:#FAFCFF;
	border:1px solid #7F98B9;
}

#meta {
	font-size:10px;
	margin:0 0 0 0 !important;
	margin:0 0 0 0;
	padding:4px 4px 0 0;
	float:right;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	/* border:1px solid black; */
	border:none;
	margin:0; 
	padding:0;
}

/* META NAVIGATION */

#meta a:link, #meta a:visited  {
	font-size:10px;
	text-decoration:none;
	color:#003173;
	text-transform:uppercase;
}

#meta a:hover {
	text-decoration:underline;
	background:transparent;
	color:#5C98E9;
}


/*  Typography */

h1, h2, h3, h4, h5, h6	{
	font-family:"Trebuchet MS", "Bitstream Vera Sans", "Gill Sans", Arial, "Century Gothic", Verdana, Lucida, Helvetica, sans-serif;
	font-weight:normal;
	color:#003173;
}

/* FIX FOR ARROWS IN MENU */
#middle ul {
	background:transparent;
	margin:0 0 10px 20px;
	font-size:12px;
	padding:0;
	line-height:100%;
	list-style-image:url('../../i/bullet.gif');
}

#middle p {
	line-height:120%;
}

li {
	padding:0;
	margin:0 0 8px 0; /* margin between <li>s */
	font-size:12px;
	letter-spacing:0px;
	font-style:normal;
}

li em {
	font-style:normal;
	font-weight:bold;
}

/* PIXELS */

h1	{
	color:#003173;
	font-weight:bold;
	margin-top:8px;
	margin-bottom:12px;
	font-size:18px;
}

h2	{
	color:#003173;
	margin-top:20px;
	margin-bottom:8px;
	font-size:14px;
	font-weight:bold;
}

h3	{
	margin-top:4px;
	color:#003173;
	margin-bottom:10px;
	line-height:120%;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
}

p {
	font-size:12px;
	color:#001838;
	z-index:0;
	margin-bottom:5px;
	/* NB:a position:relative in here messes up z-order for the menu in IE */
}

p p {
	margin-top:0;
}

p strong {
	letter-spacing:0px;
}

em {
	font-style:normal;
	font-weight:bold;
}

/* NEWS COLUMN */

#news p, #sidebar p {
	color:#003173;
	font-size:11px;
	font-weight:normal;
	margin-top:8px;
}

#news h1, #sidebar h1 {
	padding:0;
	margin:0;
}

#news h2, #sidebar h2 {
	font-weight:bold;
	font-size:11px;
	color:#003173;
	padding:0 0 0 3px;
	margin-top:16px;
	margin-bottom:0;
	background:#E0E6F0;
}

#news h5 {
	margin:0;
	padding:0 0 0 3px;
}

#news img.btn {
	padding:0;
	vertical-align:top;
	margin:0;
	margin:0 0 0 auto;
	
	
}

#news div a { display:block; }
#news div a:hover {
	display:block;
	background:#E0E6F0;
	text-decoration:none;
}

#news a {
	font-weight:bold;
	font-size:12px;
}

acronym {
	font-weight:bold;
	border-bottom:dashed 1px #003173;
}

h4	{
	position:relative;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	background:#F2F7FC;
	letter-spacing:1px;
	margin:24px 0 6px 0;
	padding:0 0 0 1px;
}

h5	{
	margin-bottom:3px;
	padding:0;
	font-weight:normal;
   	font-size:10px;      
}

h6	{
	margin:0 0 25px 0;
	padding:0;
	background:transparent;
	color:#333;
	text-transform:uppercase; 
	font-family:"Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-weight:normal;
	font-size:9px;      
}

#breadcrumb {
	font-size:9px;
	margin:0;
	padding:0;
	clear:both;
}

#sprache {
	font-size:10px;
	margin:0 20px 0 0 !important;
	margin:0 10px 0 0;
	padding:2px;
	float:right;
	border:0;
}

/* SEARCHFORM */

#search {
	background:none;
	padding:0;
	margin:10px 20px 0 0 !important;
	margin:10px 10px 0 0;
	float:right;
	clear:right;
	line-height:100%;
	border:0;
}

form {
	background:none;
	padding:0;
	margin:0;
}

input.btn {
	color:#003173;
	font-family:"Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	background-color:#E8F1FC;
	border:1px #7F98B9 solid;
	vertical-align:baseline;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#E0E6F0');
	/* height:18px; */
	height:22px;
	text-align:center;
}

input.txt, textarea.txt {
	color:#003173;
	font-size:11px;
	font-family:"Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	vertical-align:top;
	padding:1px;
	margin:0;
	height:16px;
	background:#FAFCFF;
	border:1px solid #7F98B9;
}

textarea.txt {
	height:300px;
	width:400px;
}

/* the position:static rules in here fixed the IE's Peekaboo-Bug for h4-headlines */
.productbox div {
	padding:0;
	position:static;
	margin:0 0 20px 0;
}

/* product category headlines */
h1.productcat {
	position:static;
	margin:18px 0 4px 0;
	padding:0;
}

/* product headlines */
.productbox h4 {
	position:static;
	margin:2px 0 2px 0;
}

.productbox p {
	position:static;
	margin:2px 0 20px 0;
}

a.curr-lang {
	font-weight:bold;
}

a.curr-lang:hover {
}

.archive-box {
	float:left;
	padding:10px; 
	background:#FAFCFF; 
	margin-bottom:10px;
}

.archive-box .img-shadow {
	float:left;
	clear:right;
	position:relative;
}

.mandatory {
	margin:0;
	display:inline;
	border-bottom:1px solid #FFCA00;
}



/* 

CUSTOM CORNERS w/TABLE (.cc-xy)

*/

.cc {
	width:100%;
	margin:0;
	padding:0;
}

.cc-lt {
	background:url('../../i/corners_topleft.png') top left no-repeat !important;
	background:url('../../i/corners_topleft.gif') top left no-repeat;
	width:30px;
}

.cc-t {
	/*
	These images are not needed unless the border style is changed
	background:url('http://rivavx.de/i/corners_top.png') top left repeat-x !important;
	background:url('http://rivavx.de/i/corners_top.gif') top left repeat-x;
	*/
	background:white;
}

.cc-rt {
	background:url('../../i/corners_topright.png') top right no-repeat !important;
	background:url('../../i/corners_topright.gif') top right no-repeat;
	width:30px;
}

.cc-l {
	background:url('../../i/corners_leftborder.png') top left repeat-y !important;
	background:url('../../i/corners_leftborder.gif') top left repeat-y;
	min-height:30px;
	min-width:30px;
	height:30px;
	width:30px;
}

.cc-c {
	background:white;
}

.cc-r {
	background:url('../../i/corners_right.png') top right repeat-y !important;
	background:url('../../i/corners_right.gif') top right repeat-y;
	min-height:30px;
	min-width:30px;
	height:30px;
	width:30px;
}

.cc-lb {
	background:url('../../i/corners_bottomleft.png') bottom left no-repeat !important;
	background:url('../../i/corners_bottomleft.gif') bottom left no-repeat;
	height:30px;
}

.cc-b {
	background:url('../../i/corners_bottom.png') bottom left repeat-x !important;
	background:url('../../i/corners_bottom.gif') bottom left repeat-x;
}

/* copyright notice */
.cc-b div {
	width:100%; 
	background:url('../../i/bg_copyright.gif') left top repeat-x; 
	padding-top:4px;
	height:10px;
	margin:0 auto 0 auto;
}

.cc-rb {
	background:url('../../i/corners_bottomright.png') bottom right no-repeat !important;
	background:url('../../i/corners_bottomright.gif') bottom right no-repeat;
	min-height:30px;
	min-width:30px;
	height:30px;
	width:30px;
}


/*

HEADER CORNERS (.hc-xy)

*/

.hc {
	width:100%;
	margin:0 0 4px 0; /* additional margin between header and content */
	padding:0;
}

.hc-lt {
	background:url('../../i/hc_lt.png') top right no-repeat !important;
	background:url('../../i/hc_lt.gif') top right no-repeat;
	width:10px;
}

.hc-t {
	background:url('../../i/hc_t.gif');
	height:50px;
	vertical-align:middle;
}

.hc-rt {
	background:url('../../i/hc_rt.png') top left no-repeat !important;
	background:url('../../i/hc_rt.gif') top left no-repeat;
}

.hc-lb {
	background:url('../../i/hc_lb.png') top right no-repeat !important;
	background:url('../../i/hc_lb.gif') top right no-repeat;
	width:51px;
}

.hc-b {
	background:url('../../i/hc_b.png') top left repeat-x !important;
	background:url('../../i/hc_b.gif') top left repeat-x;
	height:68px;
	vertical-align:top;
	text-align:left;
}

.hc-rb {
	background:url('../../i/hc_rb.png') top left no-repeat !important;
	background:url('../../i/hc_rb.gif') top left no-repeat;
}

/*

MARKED FOR DELETION

*/

/*
#right div.column-in {
	background:transparent;
	padding:0;
	margin:0;
}

#middle div.column-in {
	padding:0;
}

.column-in {
	margin:0;
	padding:0;
}
*/

/* PEEKABOO-BUGFIX. Hide from IE5-mac. Only IE-win sees this. \*/
* #middle .column-in {
	height:1%;
	margin-left:0;
	background-color:white;
}
/* End hide from IE5/mac */


/* TIP-A-FRIEND */ 
.taf {
	border:1px solid white;
	/* #7F98B9; */
	padding:12px;
	margin-top:12px;
	margin-bottom:20px;
	background:url('../../i/invite.gif') 10px 10px no-repeat;
}

.taf h2  {
	margin-top:3px;
	padding-left:38px;
	font-size:14px;
	font-weight:bold;
}

.taf h3 {
	font-size:12px;
	margin-top:7px;
	padding-left:38px;
}

.taf .error {
	color:#993300;
}

.taf table {
	padding:0;
	margin:6px 0 0 0;
	border:none;
}

.taf input, .taf textarea {
	margin-left:10px;
	vertical-align:absmiddle;
	margin-bottom:6px;
}

.taf td.taf-label {
	vertical-align:top;
	text-align:right;
	padding-top:4px;
	padding-bottom:10px;
}

.taf td p {
	display:inline;
	/* padding-bottom:10px; */
	text-align:right;
}

.taf table h5 {
	display:inline;
	padding-left:10px;
}

#middle .column-in {
  overflow:hidden;
}