
/* 
 ************************************************************
 globale Styles fuer Layout und siteuebergreifende Elemente 
 ************************************************************
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	background-color: white;
	color: black;
}
a {
	color: #7196c9;
	text-decoration: none;
}
a:hover {
	color: #005da8;
	text-decoration: underline;
}
/* Rendering von Listen browser-uebergreifend konsistent machen */
ul, ol {
  margin-left: 0;
  padding-left: 0;
}
p, label {
	font-size: 1.2em;
	line-height: 1.5em;
}
.small {
	font-size: 1.1em !important;
	line-height: normal !important;
}
.small p {
	font-size: 1em;
	line-height: normal;
}
img.border {
	border: solid 1px #a4a4a6;
}
input, select, textarea {
	width: 12em;
	height: 1.25em;
	border: solid 1px #005DA8;
	vertical-align: bottom;
	padding: .2em;
	background: white;
	font-size: 1em;
}
textarea {
	width: auto !important;
	height: auto !important;
	font-size: 1.1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
span.cr input, input.cr {
	width: auto !important;
	height: auto !important;
	border: none !important;
	background: none !important;
}
input.submit {
	width: auto !important;
	height: 1.9em !important;
	padding: 0 .5em .3em .5em !important;
	margin-top: 5px;
	background: #D2DDEE !important;
}
.hidden, legend {
	display: none;
}
hr.clearer {
	clear: both;
	visibility: hidden;
	margin: 0 !important;
	padding: 0 !important;
	height: 1px !important;
	width: 1px !important;
	line-height: 1px !important;
}
.clear {
	clear: both;
}
.red, .red a {
	color: #af0427 !important;
}
.lightRed {
	color: #ce7265 !important;
}
li.red {
	list-style-image: url(../img/arrowRed.gif) !important;
}
.blue, .blue a {
	color: #005DA8 !important;
}
.green, .green a {
	color: #007991 !important;
}
#mainWrapper {
	width: 871px;
	background: white url(../img/bodyBg.gif) repeat-y 865px 6px;
	/*border: solid 1px red;*/
}
/* Banner-Bereiche begin */
#bannerWrapper {
	width: 861px;
	padding: 0 0 0 10px;
	margin: 10px 0;
	vertical-align: middle;
	text-align: right;
}
#bannerWrapper img, #bannerWrapper object {
	margin: 0 0 0 72px;
}
#skyScrWrapper {
	position: absolute;
	left: 871px;
	top: 118px;
	width: 122px;
	text-align: right;
}
/* Banner-Bereiche end */
/* ID-Bereich begin */
#head {
	position: relative;
	height: 82px;
	background: transparent url(../img/headBg.gif) no-repeat top right;
	padding: 10px 15px 0 10px;
}
#head .logo {
	float: left;
	margin: 17px 0 0 0;
	background: url(../img/rrLogo.gif) no-repeat;
	width: 238px;
	height: 42px;
	text-indent: -1000000px;
}
#head .austria {
	background: url(../img/rrLogo_austria.gif) no-repeat;
}
#head .schweiz {
	background: url(../img/rrLogo_schweiz.gif) no-repeat;
}
#head fieldset.suchbox {
	clear: right;
	float:right;
	margin: 10px 0 0 0;
}
#head fieldset.suchbox input#suchbegriff {
	width: 200px;
}
#fachorgan {
	position: absolute;
	bottom: 5px;
	right: 15px;
	width: 420px;
	height: 12px;
	background: url(../img/fachorgan_biv.gif) no-repeat right;
	text-indent: -1000000em;
}
.metaNav {
	float: right;
	display: inline;
	margin: 0;
}
.metaNav li {
	display: inline;
	list-style-type: none;
}
.metaNav li a {
	font-size: 11px;
}
/* ID-Bereich end */

/* Hauptnavigation begin */
.mainNav {
	clear: right;
	height: 30px;
	margin: 0 6px 0 0;
	padding: 0 0 0 7px;
	background: #d2dded url(../img/mainNavBg.gif) repeat-x;
}
.mainNav li {
	list-style-type: none;
	float:left;
}
.mainNav li a {
	display: block;
	float: left;
	height: 22px;
	font-size: 13px;
	font-weight: bold;
	color: #005da8;
	margin: 4px 3px 0 3px;
	padding: 3px 13px 0 13px;
	position: relative;
}
.mainNav li a:hover, .mainNav a.active {
	text-decoration: none;
	background-color: #f0f3f9;
	height: 23px;
	border-top: solid 1px #005DA8;
	padding: 2px 13px 0 13px;
}
.mainNav a.active {
	background-color: white;
}
.mainNav li ul {
	width: 218px;
	border: solid 1px #d2ddee;
	border-top: none;
	background: #F0F3F9;
	position: absolute;
	margin: 30px 0 0 2px;
	padding: 4px 0 0 0;
	z-index: 3;
	margin: 30px 0 0 2px;
}
.mainNav li ul li {
	clear: left;
	border: none;
	margin: 0 0 0 13px;
	padding: 0;
	background: url(../img/pixLineDarkblue.gif) repeat-x bottom;
}
.mainNav li ul li.last {
	background: none;
}
.mainNav li ul li a, .mainNav li ul li a:hover {
	width: 194px;
	clear: left;
	border-top: 0;
	height: auto;
	padding: 0;
	margin: 7px 0 8px -1px;
	font-weight: normal;
	font-size: 1.1em;
}
.mainNav li ul li a:hover {
	text-decoration: underline;
}
.mainNav li.pad {
	margin-left: 80px;
}
.mainNav li#LogoutMenu.pad {
	margin-left: 70px;
}
/* Hauptnavigation end */

/* Spalten begin */
#leftCol {
	width: 160px;
	float: left;
	margin: 38px 28px 0 10px;
	overflow: hidden;
}
#mainCol {
	width: 457px;
	float: left;
	margin: 50px 28px 0 0;
	padding: 0 0 0 11px;
	overflow: hidden;
}
#rightCol {
	width: 160px;
	float: left;
	margin: 23px 0 0 0;
	overflow: hidden;
}
#service {
	margin: 20px 19px 0 12px;
	padding: 8px 0 0 0;
	background: url(../img/pixLineDarkblue.gif) repeat-x top;
	border-bottom: solid 1px #005DA8;
}
#footer {
	background: url(../img/footBg.gif) no-repeat bottom;
	margin: 0;
	padding: 0 0 15px 12px;
}
/* Spalten end */

/* Stile fuer die mainCol begin */
#mainCol hr {
	position: relative;
	background-color: #7196ca;
	height: 1px;
	margin: 0 0 0 -10px;
}
.voting {
	margin: 8px 0 0 0;
	padding: 0 0 0 0;
}

/* Stile fuer die mainCol end */

/* Stile fuer die Sidelines begin */
#leftCol h2, #rightCol h2 {
	font-size: 1.1em;
	color: #005DA8;
	border-left: solid 1px #7196ca;
	border-bottom: solid 1px #7196ca;
	background-color: #eaeef9;
	padding: 1px 0 1px 5px;
	margin: 12px 0 10px 0;
}
#leftCol hr, #rightCol hr {
	background-color: #7196CA;
	height: 1px;
	margin: -11px 1px 1px 0;
}
#leftCol fieldset.voting {
	font-size: .9em;
}
#leftCol fieldset.voting input {display: block; float: left;}
#leftCol fieldset.voting input.submit {margin: 5px 0 0 0;}
#leftCol fieldset.voting label {display: block;  float:left; width:129px; margin: 0 0 5px 5px; line-height: normal;  }
.center {
	margin: 0 0 0 2px;
}
.heftCover {
	margin-bottom: 7px;
}
.button {
	margin-top: 15px;
}
.sideNav {
	margin: 0 0 25px 20px;
	list-style-image: url(../img/arrowDarkBlue.gif);
}
ul.lp {
	float: left;
	margin-left: 15px;
}
.sideNav li {
	font-size: 1.1em;
	margin: 0 0 9px 0;
	/*text-indent: -4px;*/
}
.sideNav li a {
	display: block;
	margin: 0 0 0 -4px;
	font-weight: bold;
	color: #005DA8;
}
.sideNav li a.TP {
	font-weight: normal;
	color: black;
}
.sideNav li a.TP:hover {
	color: #005DA8;
}
/* Stile fuer die Sidelines end */

/* stile fuer service begin */
#service ul {
	width: 765px;
	margin: 0 auto;
	list-style-type: none;
}
#service ul li {
	/*display: inline;*/
	float: left;
	width: 180px;
	text-align: left;
	padding: 0 10px 0px 0;
	margin: 0 0 5px 0;
}
#service ul li a {
	color: #005DA8;
	/*display: block;*/
	/*width: 190px;*/
	padding: 0 0 5px 0;
	font-size: 12px;
	white-space: nowrap;
}
#service ul li a span {
	/*border-bottom: solid 10px #ff0000;*/
	vertical-align: super;
}
/* stile fuer service end */

/* stile fuer footer begin */
#footer p {
	float: left;
	font-size: 1em;
}
#footer a.top {
	display: block;
	float: right;
	margin: 0 20px 0 0;
	padding: 0 10px 0 0;
	background: url(../img/arrowTop.gif) no-repeat right;
	display: inline;
}
/* stile fuer footer end */

.lpCont {
	margin-left: 200px;
	width: 265px;
}
