/* 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 {
	margin-bottom: 30px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	padding:0px;
	margin: 0px;
	padding-bottom: 0px;
	background-color: #EEEAEB;
}

a {
	text-decoration: none;
}


/* container to center the layout
-------------------------------------- */
#container {
	padding:0px;
	margin: 5px;
	margin-left: 5px;
	margin-right: auto;
}

/* head container for logo and metanavi
-------------------------------------- */
#fr_banner {
	display: none;
}
#de_banner {
	display: none;
}

#lang_root_de {
	display: none;
}

#lang_root_fr {
	display: none;
}


/*main-navi
-------------------------------------- */
#topnavi {
	display: none;
}
#subnavi {
	display: none;
}


/* content elements
-------------------------------------- */
#content {
}
#content a {
	text-decoration: underline;
}

#content h1, #content h2, #content h3, #content h4, #content p, #content ul, #content ol, #content table{
}

#content h1 {
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:8px;
	border-bottom:5px solid;
	font-size: 12px;
	padding-bottom: 3px;
}


#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 black;
}
#content ul{
}
#content p.center{
	text-align:center;
}

#content span.box{
	display:block;
}
#content span.inlinebox{
	border: 1px solid #DDDDDD;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	display:block;
	font-style: italic;
	
}


#content table {
}
#content td {
	border-bottom: 1px solid #E0E0E0;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#content thead {
	font-weight: bold;
}

#print_button {
	display: none;
}

/* elements for right-content
-------------------------------------- */
#right {
	display: none;
}

/*footer
-------------------------------------- */
#footer {
	display: none;

}
/* styling dependent on current section
-------------------------------------- */
#content h1.rubric_1 {
	border-bottom-color: #A8D112;
}

#content h1.rubric_2 {
	border-bottom-color: #FD0101;
}

#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: #FD0101;
	/*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);*/
}

.rubric-icon {
	display: none;	
}



/* feedback form
-------------------------------------- */
form {
	   display: none;
}

#contactform{
visibility: hidden;
    display: none; /* see js function toogleFeddbackForm() */
}


/* "accessibility"
-------------------------------------- */
.invisible {
	visibility: hidden;
}

.box {
	visibility: visible;
	display: block;
}


/* 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: #FD0101;
}

label {
	display: none;	
}

#smd {
	border: none;
	width: 800px;
	height: 100%;
}

a {
	text-decoration: none;	
}
