/*-----------------------------------------------------------------------------------*/

/* fontsize */
h1 {
	font-size: 0.95em;
}
h2 {
	font-size: 0.9em;
}
h3 {
	font-size: 0.8em;
}
h4, p, li, .medium, .search-button, .form, .links, .date, #navigation-footer, #language {
	font-size: 0.75em;
}
h5, cite, .small, #header-date-part, #copyright {
	font-size: 0.7em;
}
h6, .xsmall {
	font-size: 0.65em;
}
/* END - fontsize */

/* markup  */
html {
	margin: 0;
	padding: 0 2.5% 0 2.5%;
	color: #000;
	background-color: #BBCADD;
	background-image: url(../images/background.jpg);
	background-repeat:repeat-x;

}
body {
	font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
	height:100%;
	margin: 0;
	padding: 0;
}

h1, h2 {
	margin: 0;
}
h1 {
	padding: 2px 0 5px 0;
	color: #C51A23;
}
h1 a:link {
	padding: 2px 0 5px 0;
	color: #C51A23;
}
h2 {
	padding: 5px 0 2px 0;
}
h5 {
	margin: 0;
}

h3, h4, h5, h6, ul, li, ol, p, table, address, caption {
	margin: 0;
	padding: 0;
}
/* Usually, links aren't underlined, but they appear underlined when you point the mouse pointer at them.
Validator asks for background-color if color is defined. A possible workaround: write these css definitions into the head.*/
a:link {
	color: #666699;
	background: transparent;
	text-decoration: none;
}
a:visited {
	color: #666699;
	background: transparent;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	background: transparent;
	text-decoration: underline;
}
#left a:link {
	color: #000;
	background: transparent;
	text-decoration: none;
}
#left a:visited {
	color: #000;
	background: transparent;
	text-decoration: none;
}
#left a:hover, a:active {
	color: #000;
	background: transparent;
	text-decoration: none;
}
h1 a:link {
	color: #C51A23;
	background: transparent;
}
h1 a:visited {
	color: #C51A23;
	background: transparent;
}
h1 a:hover, a:active {
	color: #C51A23
	background: transparent;
}
#main p {
	padding: 0 0 10px 0;
}
td, th {
	vertical-align: top;
}
img {
	border-width: 0;
}
hr {
	display: none;
}   /* hides the <hr /> for the newer browsers */
ul {
	padding: 0;
	list-style: none;
}
ol li {
	padding: 0;
	list-style: none;
}
em {
	font-style: italic;
}


/*-----------------------------------------------------------------------------------*/
/* layout */
#left {
	padding: 0 0 10px 0px;
	background-color: #E0DAB6;
	width:195px;
}
#main {
	padding: 0 20px 10px 20px;
	background-color: #F4F1DE;
}
.vertical-line {
	color:white;
	background-color: white;
	font-size:3px;
	width: 3px;
}
/* END layout */
/*-----------------------------------------------------------------------------------*/
/* elements */

/* image-left is used for teaser images */

li.triangle, .quicklinks-icon li {
	background-image: url(/images/icons/triangle.gif);
	background-repeat: no-repeat;
	padding: 0 0 4px 1.5em;
	margin: 1px 0 4px 0;
}

/*----elements #header-part -------------------*/

#language {
	text-align: right;
	padding: 5px 10px 5px 0px;
}
#language a:link {
	color:#000;
	background-color: #F4F1DE;
}
#language a:visited {
	color:#000;
	background-color: #F4F1DE;
}
#language a:hover, language a:active, .language-active {
	color:#000 !important;
	background-color: #F4F1DE;
	padding: 2px 2px 2px 2px;
}
#language-separator {
	color:#D7C096 !important;
	background-color: #D7C096;
	font-size:1px;
	height:1px;
	line-height: 1px;
}
#langue-active {
	font-weight:bold;
}
#langue-active a:link {
	text-decoration: underline;
}
#langue-active a:hover {
	text-decoration: underline;
}
#langue-active a:active {
	text-decoration: underline;
}
#langue-active a:visited {
	text-decoration: underline;
}


/*------elements header END -----------------------*/
/*------elements #left-part -----------------------*/
#navigation {
	/*overflow: hidden;*/
	padding-top: 5px;
	border-bottom-color:#F4F1DE;
	background-color: #E0DAB6;
}
#navigation li,
#navigation h3,
#navigation h4,
#navigation p {
	display: block;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color:#D7C096;
	padding: 3px 1px 3px 15px;
	color:#404040;
}
#navigation h4 {
	padding-left: 18px;
}
#navigation h3 {
	font-size:0.75em;
}
#navigation p {
	padding-top: 2px;
	padding-bottom: 2px;
}
#navigation a:link {
	display: block;
}
#navigation a:visited {
	display: block;
	text-decoration: none;
}
#navigation a:hover,
#navigation a:active {
	color: #C51A23;
	text-decoration: none;
}
#navigation #title {
	background-color: #F4F1DE;
	color: #000;
	text-decoration: none;
}
#title a:link,
#title a:hover,
#title a:active,
#title a:visited {
	display: block;
	color: #000;
	text-decoration: none;
}
#title a:hover,
#title a:active {
	display: block;
	color: #404040;
	text-decoration: none;
}
#navigation #subtitle {
	color: #C51A23;
	text-decoration: none;
}
#subtitle a:link,
#subtitle a:hover,
#subtitle a:active,
#subtitle a:visited {
	display: block;
	color: #C51A23;
	text-decoration: none;
}


/*------elements left-part END-----------------------*/
/*------elements #middle-part -----------------------*/

.image-frame {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

#copyright{
	color: #404040;
	padding-top:6px;
	text-align:center;
}
 
/*------elements right-part END -----------------------*/


/* GVOM  */
#navigation-footer {
	color: #234C82;
	text-align:center;
	padding-top: 10px;
}
#navigation-footer a:link {
	color: #234C82;
}
#navigation-footer a:visited {
	color: #234C82;
	text-decoration: none;
}
#navigation-footer a:hover,
#navigation-footer a:active {
	color: #234C82;
	padding: 2px 2px 2px 2px;
	text-decoration: underline;
}
#search-gvom {
	margin-left: 15px;
	font-weight:bold;
}
#main-search {
	font-weight:bold;
}
.search-form {
	border-width: 1px;
}