/* original css created by miss monorom, 2005, http://www.monorom.to */
/* customization and enhancements by mediagonal Ag, 2005, http://www.mediagonal.ch */
/* @import url(bx-additions.css); */

* html .visualIEFloatFix { height: 0.01%; }

html {
	margin-bottom: 30px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin: 0px;
	padding-bottom: 30px;
	background-color: #EEEAEB;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}


#topnavi h1{
	display: none;
}

#topnavi h2{
	margin:0px;
	font-weight: normal;
	
}

form{
	padding: 0px;
	margin: 0px;
}

.form{
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

textarea, .formgenerell input, .formgenerell_small input, input.formgenerell, select {
	font-size: small;
	/* width:300px; */
	border: 1px solid #aaaaaa;
	margin-top: 5px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.formbutton {
	width:100px;
	border: 1px solid #aaaaaa;
	margin-top: 10px;
}

/* patforms filter */
.formErrors {
    margin: 5px 50px 25px 130px;
    padding: 5px 5px 5px 5px;
    border: 1px solid ;
    background-color: #FFBBBB;
    display: block;
}

.formlabelerror {
    color: #BB1111;
    font-weight: bold;
}

#formerror_anchor{
    background: none;
    visibility: hidden;
}


/* container to center the layout
-------------------------------------- */
#container {
	padding:0px;
	width: 800px;
	margin: 5px;
	margin-left: 5px;
	margin-right: auto;
}

/* head container for logo and metanavi
-------------------------------------- */
#fr_banner {
	background-image:url(/themes/vowi/images/div/banner_fr.png);
	padding: 0px;
	margin: 0px;
	width: 800px;
	height: 134px;
	cursor: pointer;
}
#de_banner {
	background-image:url(/themes/vowi/images/div/banner_de.png);
	padding: 0px;
	margin: 0px;
	width: 800px;
	height: 134px;
	cursor: pointer;
}

#lang_root_de {
	position: absolute;
	width: 130px;
	height: 40px;
	top: 60px;
	left: 460px;
	cursor: pointer;
}

#lang_root_fr {
	position: absolute;
	width: 130px;
	height: 40px;
	top: 60px;
	left: 430px;
	cursor: pointer;
}
#lang_root_de_a {
	position: absolute;
	width: 430px;
	height: 60px;
	top: 60px;
	left: 20px;
	cursor: pointer;
}

#lang_root_fr_a {
	position: absolute;
	width: 400px;
	height: 60px;
	top: 60px;
	left: 20px;
	cursor: pointer;
}


/*main-navi
-------------------------------------- */
#topnavi {
	font-size: 88%;
	height: 70px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 33px;
	background-image:url(/themes/vowi/images/nav/topnavi_bg.png);
	background-repeat:no-repeat;
}

#topnavi ul {
	margin: 0px;
	padding: 0px;
}

#topnavi li {
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 10px;
	list-style-position: outside;
	float: left;
}

#topnavi div {
	height: 65px;
}



#topnavi div.higher {
	width: 93px;
	margin-top: 0px;
}

#topnavi div.higher_selected_1 {
	width: 93px;
	background-image:url(/themes/vowi/images/nav/rubric_hover_1.png);
	margin-top: 0px;
}
#topnavi div.higher_selected_2 {
	width: 93px;
	background-image:url(/themes/vowi/images/nav/rubric_hover_2.png);
	margin-top: 0px;
}
#topnavi div.higher_selected_3 {
	width: 93px;
	background-image:url(/themes/vowi/images/nav/rubric_hover_3.png);
	margin-top: 0px;
}
#topnavi div.higher_selected_4 {
	width: 93px;
	background-image:url(/themes/vowi/images/nav/rubric_hover_4.png);
	margin-top: 0px;
}

#topnavi div.lower {
	width: 70px;
	height: 50px;
	margin-top: 9px;
}


#topnavi div.lower_selected {
	width: 70px;
	height: 50px;
	background-image:url(/themes/vowi/images/nav/rubric_hover_lower.png);
	margin-top: 9px;
}

#topnavi a.higher {
	color:#FFFFFF;
}

#topnavi a.lower {
	color:#000000;
}

#subnavi {
	font-size: 89%;
	height: 60px;
	width: 553px;
	background-image:url(/themes/vowi/images/nav/subnavi_bg.png);
	background-repeat: no-repeat;

}

#subnavi_txt {
	padding: 0px;
	margin: 0px;
	width: 525px;
	background-repeat: no-repeat;
	height: 23px;
	padding-left: 28px;

}

#subnavi_txt ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

#subnavi_txt li {
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 10px;
	list-style-position: outside;
	background-repeat: no-repeat;
	float: left;
	padding-top:11px;
	z-index: 0;
	height: 12px;
}

#subnavi_txt li.first {
	padding-left: 4px;
	width: 129px;
	background-image:url(/themes/vowi/images/nav/sub_first.png);
}
#subnavi_txt li.normal {
	width: 130px;
	background-image:url(/themes/vowi/images/nav/sub_normal.png);
}
#subnavi_txt li.last {
	width: 135px;
	background-image:url(/themes/vowi/images/nav/sub_last.png);
}
#subnavi_txt li.firstandlast {
	padding-left: 4px;
	width: 135px;
	background-image:url(/themes/vowi/images/nav/sub_firstandlast.png);
}

#subnavi_txt a{
	padding-left: 16px !important;
	color: #000000;

}

#subnavi_imgs {
	padding-left: 29px;

}

#subnavi_imgs div {
	width: 137px;
	float: left;
	height: 20px;
	margin-right: -7px;
	background-image:url(/themes/vowi/images/nav/sub_line.png);
}

#subnavi_imgs div.selected {
	background-image:url(/themes/vowi/images/nav/sub_selected.png);
}

#mainnavi a:active {
}

#container {
	background:transparent url(/themes/vowi/images/div/content_bg.png) repeat-y scroll 0 0;
}

#button {
	position: absolute;
	margin: 180px 0px 100px 430px;
}

/* content elements
-------------------------------------- */
#content {
	padding: 14px 0px;
	margin:0px;
	margin-left:0px;
	margin-right:243px;
	/*
	background-image: url(/themes/vowi/images/div/content_bg.png);
	background-repeat: repeat-y;
	*/
	
}

#content a {
	padding-left: 12px;
	background-repeat: no-repeat;
}

#content h1, #content h2, #content h3, #content h4, #content p, #content ul, #content ol{
	margin-left: 130px;
	margin-right: 50px;
}

#content h1 {
	padding-right: 30px;
	width: 343px;
}


#content thead {
	font-weight: bold;
}

#content table {
	margin-left: 128px;
	width: 374px;
	margin-bottom: 15px;
}
#content td {
/*	border-top: 1px solid #E0E0E0;*/
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#content td.noline {
	border-top: none;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#content td.indent {
	padding-left: 25px;
}

#content li {
	margin-bottom: 5px;	
}

#content img {
	border: none;	
}


#feedbackF td {
	border: none;
}

.form td {
	border: none;
}




#smdiframe {
	float: left;
	background-image:url(/themes/vowi/images/div/content_bg.png);
}

#smd {
	margin-left: 130px;
	margin-right: 50px;
	width: 373px;
	float: left;
	height: 5000px;
	/*border: 1px solid black;*/

}

body > div > div > div.article {
	padding-top: 5px;
	margin: 0px;
}

.article-meta {
	display: none;
}


.article-lead{
	font-weight: bold;
}

.author-box {
	width: 350px;
	margin-left: 130px;
	margin-right: 50px;
}

.author-box{
	font-style: italic;	
	clear: both;
}

.author{
	font-size: 95%;
	margin-bottom: 5px;
	clear: both;	
}

.author-image{
	margin-bottom: 15px;
	float: left;
	margin-right: 5px;
	font-weight:bold;
}

.author-name{
	margin-top: 5px;
	font-weight:bold;
}

.cover-lead {
	display: block;

}

#content h1 {
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:8px;
	border-bottom:5px solid;
	padding-bottom: 3px;
	margin-top: 0px;
}

body > div > div > h1 {
	padding-top: 5px;
}

img.rubric-icon{
    float: left;

}

img.front-square{
    float: left;
    margin-left: 130px;
    padding-right: 5px;
}

img.article_rect{
    padding-top: 5px;
    margin-bottom: 5px;
    display: block;
}

div.article > img.article_rect{
    margin-left: 130px;
}
/*
#content > *{
    margin-left: 130px;
}
*/
#content h2 {
	margin-top: 5px;
	margin-bottom:5px;
}
#content p{
	margin-top: 3px;
	margin-bottom:13px;
	padding-bottom:13px;
	line-height: 1.5em;
	border-bottom:1px dotted #EDE8E8;
}

#content .p-end {
	display: block;
	margin-top: 3px;
	margin-bottom:2px;
	padding-bottom:2px;
	line-height: 0.1em;
}

div.article .p-end {
    margin-left: 130px;
}

#content ul{
}
#content p.center{
	text-align:center;
}

#content span.box{
	display:block;
	background-color: #EEEAEB;
}

div.box{
	display:block;
}


.titleCol {
	width: 300px;	
}

.detailCol {
	text-align:right;
	width: 74px;
}

#content span.inlinebox {
    border: 1px solid #D8DDDE;
    padding:5px;
    display:block;
    font-style: italic;
}
#content span.inlinebox p {
    display: inline;
    padding: 0;
    margin: 0;
    border-style: none;
}

.box-title{
    display:none;  /* quick hack for demo.. */
    font-weight: bold;
}

#print_button {
	position: absolute;
	top:293px;
	left:495px;
	width:14px;
	height:16px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline;
}


body > div > div > #print_button {
	top:298px;
	left:496px;

}

body > div > div {
	top:10px;

}



/* elements for right-content
-------------------------------------- */
#right {
	position: absolute;
	left: 560px;
	top: 175px;
	float:right;
}

#right h2 {
	width: 185px;
	border-bottom:5px solid;
	border-bottom-color: #D8DDDE;
	font-weight:bold;
	text-transform:uppercase;
	margin-top: -5px;
	margin-bottom:8px;
	padding-bottom: 3px;
}

#right > div > h2{
	margin-top: 0px;

}
#right h3 {
	width: 185px;
	margin-left: -5px;
	padding-left: 5px;
	margin-bottom: 3px;
	margin-top: 7px;
	background-repeat: no-repeat;
	color: black;
	/*background-image:url(/themes/vowi/images/icons/right_h2.png);*/

}


#right p{
	width: 185px;
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 1.5em;
}

#right a {
	padding-left: 12px !important;
	background-repeat: no-repeat;
	background-image:url(/themes/vowi/images/icons/link_2.png) !important;
}


#cover_image  {
	width: 185px;
	text-align: center;
}

#functions {
	padding: 10px;
	background-image:url(/themes/vowi/images/div/right_bg.png);
	width: 224px;
	margin-bottom: 5px;
	padding-top: 15px;
}

#functions p {
	margin-left: 10px;	
}

#functions form{
	margin-left: 10px;
}

#functions a {
	padding-left: 0px !important;
	background-image:none !important;
}

#small_chars_button {
	font-size: x-small;
}


#big_chars_button {
	font-size: medium;
}

.char_link {
	color: #F30101;
}

.char_link_active {
	cursor: text;
	color: #000000;
}

.char_link_active:hover {
	color: #000000;
}

.char_link:hover {
	color: #F30101;
}


#search_group {
	height:25px;
	width: 190px;
	background-repeat: no-repeat;
	background-image:url(/themes/vowi/images/div/search.png);

}
#search_group h1 {
	display: none;
}

#search_field {
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 3px;
	background: none;
	border: none;
	height: 20px;
	margin:0px;
	font-size: small;
	width: 127px;
}

#search_button {
	border: none;
	margin: 0px;
	height: 16px;
	background: none;
	font-size: small;
	width: 20px;
	margin:0px;
}

#current a, #archive a,  #p-review a, #order a {
	color: #F30101;
	text-decoration: none;
}

#p-review, #archive, #order, #buttons, #current {
	padding: 20px;
	background-image:url(/themes/vowi/images/div/right_bg.png);
	width: 204px;
	margin-bottom: 5px;
}

/*footer
-------------------------------------- */
#footer {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	text-align: center;
	background-image:url(/themes/vowi/images/div/footer_bg.png);
	width:493px;
	height:42px;
	color: #435154;
}
#footer a {
	color: #435154;
}

#footer a:hover {
	color: #435154;
}

#top_button {
	float: left;
	background-repeat: no-repeat;
	background-image:url(/themes/vowi/images/icons/top.png);
	width: 14px;
	height: 20px;
	cursor: pointer;
}


/* styling dependent on current section
-------------------------------------- */
#content h1.rubric_1 {
	border-bottom-color: #A8D112;
}

#content h1.rubric_2 {
	border-bottom-color: #F30101;
}

#content h1.rubric_3 {
	border-bottom-color: #049DBF;
}

#content h1.rubric_4 {
	border-bottom-color: #435154;
}

#content h1.rubric_5 {
	border-bottom-color: #73888C;
}

#content p a.rubric_1{
	color: #ADCC17;
	background-image:url(/themes/vowi/images/icons/link_1.png);
}

#content p a.rubric_2{
	color: #F30101;
	background-image:url(/themes/vowi/images/icons/link_2.png);
}

#content p a.rubric_3{
    color: #049DBF;
	background-image:url(/themes/vowi/images/icons/link_3.png);
}

#content p a.rubric_4{
	color: #435154;
	background-image:url(/themes/vowi/images/icons/link_4.png);
}

#content p a.rubric_5{
    color: #73888C;
	background-image:url(/themes/vowi/images/icons/link_5plus.png);
}

#content hr {
	height: 1px;	
}

#content span.de_rubric_0_read {
	width: 99px;
	height: 12px; display:block; cursor: pointer; margin-top: 3px; background-repeat:no-repeat;
	background-image:url(/themes/vowi/images/nav/de_rubric_0_read.png);
}


#content span.de_rubric_1_read {
	width: 99px;
	height: 12px; display:block; cursor: pointer; margin-top: 3px; background-repeat:no-repeat;
	background-image:url(/themes/vowi/images/nav/de_rubric_1_read.png);
}

#content span.de_rubric_2_read {
	width: 99px;
	height: 12px; display:block; cursor: pointer; margin-top: 3px; background-repeat:no-repeat;
	background-image:url(/themes/vowi/images/nav/de_rubric_2_read.png);
}

#content span.de_rubric_3_read {
	width: 99px;
	height: 12px; display:block; cursor: pointer; margin-top: 3px; background-repeat:no-repeat;
	background-image:url(/themes/vowi/images/nav/de_rubric_3_read.png);
}

#content span.de_rubric_4_read {
	width: 99px;
	height: 12px; display:block; cursor: pointer; margin-top: 3px; background-repeat:no-repeat;
	background-image:url(/themes/vowi/images/nav/de_rubric_4_read.png);
}
#content span.de_rubric_5_read {
	width: 99px;
	height: 12px; display:block; cursor: pointer; margin-top: 3px; background-repeat:no-repeat;
	background-image:url(/themes/vowi/images/nav/de_rubric_4_read.png);
}


#content span.fr_rubric_0_read {
	width: 99px;
	height: 12px; display:block; cursor: pointer; margin-top: 3px; background-repeat:no-repeat;
	background-image:url(/themes/vowi/images/nav/fr_rubric_0_read.png);
}

#content span.fr_rubric_1_read {
	width: 99px;
	height: 12px; display:block; cursor: pointer; margin-top: 3px; background-repeat:no-repeat;
	background-image:url(/themes/vowi/images/nav/fr_rubric_1_read.png);
}

#content span.fr_rubric_2_read {
	width: 99px;
	height: 12px; display:block; cursor: pointer; margin-top: 3px; background-repeat:no-repeat;
	background-image:url(/themes/vowi/images/nav/fr_rubric_2_read.png);
}

#content span.fr_rubric_3_read {
	width: 99px;
	height: 12px; display:block; cursor: pointer; margin-top: 3px; background-repeat:no-repeat;
	background-image:url(/themes/vowi/images/nav/fr_rubric_3_read.png);
}

#content span.fr_rubric_4_read {
	width: 99px;
	height: 12px; display:block; cursor: pointer; margin-top: 3px; background-repeat:no-repeat;
	background-image:url(/themes/vowi/images/nav/fr_rubric_4_read.png);
}

#content span.fr_rubric_5_read {
	width: 99px;
	height: 12px; display:block; cursor: pointer; margin-top: 3px; background-repeat:no-repeat;
	background-image:url(/themes/vowi/images/nav/fr_rubric_4_read.png);
}


#content a.clean {
	background-image:none;
	margin:0px;
	text-decoration: none;
	color:black;
	padding:0px;
}


#content a.clean:hover {
	text-decoration: underline;
}

/* feedback form
-------------------------------------- */



#content td.formgenerell input{
    width: 150px;
}


.formgenerell_small input{
	width: 70px;
}


#content textarea, #content select {
	width: 230px;
}



#content a.feedback {
	width: 50px;
	display: block;
	padding-left: 0px !important;
	padding-top: 13px;
	background-image:url(/themes/vowi/images/icons/feedback.png) !important;
	background-repeat: no-repeat;
	height: 20px;
	clear: both;
}

#contactform td {
	border: none;
}


#tempService {
	display: none;
	margin-left: 20px;
} 

#tempService a {
	color: red;
}

/* "accessibility"
-------------------------------------- */
.invisible {
	display: inline;
	left: -1000px;
	overflow: hidden;
	width: 0px;
	position: absolute;
	top: -1000px;
	height: 0px 
}


/* search
-------------------------------------- */
.searchresult {
	padding-left: 0px;	
}

ul.searchresult li{
    list-style-type: none;
}
ul.searchresult a{
	background-repeat: no-repeat;
	background-image:url(/themes/vowi/images/icons/link_2.png);
    color: #F30101;
}

label {
	float: left;
}

.nowrap {
	white-space: nowrap;	
}


#pdfLink {
	position: absolute;
	top:293px;
	left:482px;
	width:14px;
	height:16px;
	background-image:url(/themes/vowi/images/icons/pdf.png);
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline;
}


body > div > div > div > #pdfLink {
	top:298px;
	left:483px;

}

#pdfLink a{
	visibility:hidden;
}


.footnoteAnchor{
	margin: 0px;	
}

#siteby {
	background-color: #EEEAEB;	
}

#siteby a {
	font-size: x-small;
	margin-left: 18px;
	color: 	#CCCCCF;
}

.islink {
	cursor: pointer;	
}


.footnoteAnchor{
	margin-left: 3px;
	/*display: none; */
}	

#content input, #content textarea{
	font-size: small;
}

#sitemap{
	margin-left: 0px;	
}	


#content > #sitemap{
	margin-left: -40px;	
}

#sitemap ul{
	list-style-type: none;
	margin-bottom: 10px;
}

#sitemap li{
	margin-top: 10px;
}


#sitemap h1{
	margin: 0px;
	font-size: small;
	border: none;
}


#sitemap h2 {
	font-weight: normal;
	margin: 0px;
	margin-left:-100px;
	color: black;
	background-image:url(/themes/vowi/images/icons/link_5plus.png);	
	background-repeat: no-repeat;
}

#subnavi_tmp{
	display: none;
}

/*
Standards / Accessibility Buttons
*/
#buttons a, #buttons img {
    background-image:none;
    border: none;
    padding-left: 0;
}


/* wp-agenda tree */
#agendaTree {
	margin-left: 0px;	
	margin-right: 0px;
}
#agendaTree ul {
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 30px;	
}

#agendaTree li {
	list-style-type: none;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 0px;
}

/*
 New SMD Search Styles
 */
#smd_results_list
{
	list-style: none;
	list-style-position: outside;
	list-style-type: none;
	font-size: 11px;
	margin-left: 91px !important;
}

#smd_results_list p {
	padding-top: 3px;
	margin-left: 10px;
}

#smd_results_list .doctit {
	font-weight: bold;
}

#smd_results_list h3 {
	font-size: 11px;
	margin: 0 0 -10px 0;
}

#smdSearch textarea, input {
	font-size: 11px;
	border: 1px solid #aaaaaa;
	margin-top: 5px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#smdSearch {
	font-size: 11px;
}


.smd_results_date {
	padding: 3px;
	text-align: right;
}

.smd_results_item {
	padding-right: 80px;
}

.smdSearchH1 {
	border-bottom: 5px solid;
	color: #435154;
	font-size: 12px;
	margin: 0 0 8px 0;
	text-transform: uppercase;
	width: 373px;
}

.recomDescriptiveWord {
	background-color: yellow;
}

#calContainer a,a:active,a:hover,a:link {
	background-image: none !important;
	padding-left: 0 !important;
}

#calContainer td {
	padding: 0 !important;	
}

#calContainer {
	left: 225px !important;
	top: 298px !important;
}

#calContainer table {
	margin: 0px !important;
	width: 160px;
}

#calContainer .calnavright {
	background:transparent url(http://yui.yahooapis.com/2.6.0/build/assets/skins/sam/sprite.png) no-repeat scroll 0 -500px !important;
	bottom:0;
	cursor:pointer;
	height:15px;
	margin-right:0.4em;
	right:-10px;
	top:0;
	width:25px;
}

#calContainer .calnavleft {
	background:transparent url(http://yui.yahooapis.com/2.6.0/build/assets/skins/sam/sprite.png) no-repeat scroll 0 -450px !important;
	bottom:0;
	cursor:pointer;
	height:15px;
	left:-10px;
	margin-left:0.4em;
	top:0;
	width:25px;
}
