body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background:url(img/layout/bgpattern.png) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#5A595A;
}
.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #e78a18;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background:url(img/layout/header_es.png) no-repeat;
	padding: 0;
	height: 162px;
	margin: 0;
	position:relative;
} 

.flags {
	position:absolute;
	top:116px;
	right:12px;
	}
.topmenu {
	position:absolute;
	top:133px;
	left:240px;
	width:560px;
	text-align:center;
	}
.topmenu a {
	border-left:2px solid #E78A18;
	padding-left:3px;
	margin-right:4px;
	color:#5A595A;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	line-height:15px;
	text-decoration:none;
	}
.topmenu a.first {
	border-left:none;
	padding-left:0px;
	margin-right:4px;
	color:#5A595A;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	line-height:15px;
	text-decoration:none;
	}
.topmenu a:hover {
	color:#E78A18;
	font-weight:bold;
	text-decoration:none;
	}
.twoColFixLtHdr #mainbody { 
	background:url(img/layout/body_bg.png) repeat-y;
	margin: 0;
	padding:0;
	overflow:hidden;
} 
.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding:0px;
	margin:0px 0px 0px 30px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	line-height:130%;
} 
.twoColFixLtHdr #mainContent p{ text-align:justify; }

.twoColFixLtHdr #footer { 
	height: 127px;
	padding: 0 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(img/layout/footer_bg.png) no-repeat;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 38px 0;
	font-size:11px;
	color:#666666;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img { border:none }
table { border:none; margin:0; padding:0; border-collapse:collapse }
p {margin-top:1em; margin-bottom:1em}
strong {font-weight:bold}
em {font-style:italic}
.orange { color:#E78A18 }
.green { color:#008200 }
.grey { color:#5A595A }
.pink { color:#A3238E }

.leftbarart {
	border-top:2px solid #000000; 
	background-color:#666666; 
	color:#E78A18; 
	font-weight:bold; 
	padding:3px 0px 3px 5px;
}
.leftbarkul {
	border-top:2px solid #008200; 
	background-color:#ADADAD; 
	color:#008200; 
	font-weight:bold; 
	padding:3px 0px 3px 5px;
}
.leftbardos {
	border-top:2px solid #A3238E;
	background-color:#ADADAD;
	color:#A3238E;
	font-weight:bold;
	padding:3px 0px 3px 5px;
}
ul.menuart {
	padding:0;
	margin:0;
	list-style:none;
	}
ul.menuart li {
	background:url(img/layout/bullet_orange.gif) no-repeat 3px 4px;
	padding:3px 4px 3px 15px;
	}
ul.menuart li a {
	font-weight:normal;
	text-decoration:none;
	color:#5A595A;
	}
ul.menuart li a:hover {
	font-weight:normal;
	text-decoration:underline;
	color:#5A595A;
	}

ul.menudos {
	padding:0;
	margin:0;
	list-style:none;
	}
ul.menudos li {
	background:url(img/layout/bullet_pink.gif) no-repeat 3px 4px;
	padding:3px 4px 3px 15px;
	}
ul.menudos li a {
	font-weight:normal;
	text-decoration:none;
	color:#5A595A;
	}
ul.menudos li a:hover {
	font-weight:normal;
	text-decoration:underline;
	color:#5A595A;
	}

ul.menukul {
	padding:0;
	margin:0;
	list-style:none;
	}
ul.menukul li {
	background:url(img/layout/bullet_green.gif) no-repeat 3px 4px;
	padding:3px 4px 3px 15px;
	}
ul.menukul li a {
	font-weight:normal;
	text-decoration:none;
	color:#5A595A;
	}
ul.menukul li a:hover {
	font-weight:normal;
	text-decoration:underline;
	color:#5A595A;
	}

.espiral h1 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:0.67em;
	margin-bottom:0;
	}
.espiral h2 {
	font: 15px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:0.83em;
	margin-bottom:0;
	}
.espiral h3 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:1em;
	margin-bottom:0;
	}
.espiral hr {
	margin-top:0;
	margin-bottom:0;
	height:3px;
	width:100%;
	background-color:#E78A18;
	border:none;
	}
.espiral a { color:#E78A18; text-decoration:none }
.espiral a:hover { color:#E78A18; text-decoration:underline }

.dossier h1 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:0.67em;
	margin-bottom:0;
	}
.dossier h2 {
	font: 15px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:0.83em;
	margin-bottom:0;
	}
.dossier h3 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:1em;
	margin-bottom:0;
	}
.dossier hr {
	margin-top:0;
	margin-bottom:0;
	height:3px;
	width:100%;
	background-color:#A3238E;
	border:none;
	}
.dossier a { color:#A3238E; text-decoration:none }
.dossier a:hover { color:#A3238E; text-decoration:underline }

.kultur h1 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:0.67em;
	margin-bottom:0;
	}
.kultur h2 {
	font: 15px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:0.83em;
	margin-bottom:0;
	}
.kultur h3 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:1em;
	margin-bottom:0;
	}
.kultur hr {
	margin-top:0;
	margin-bottom:0;
	height:3px;
	width:100%;
	background-color:#008200;
	border:none;
	}
.kultur a { color:#008200; text-decoration:none }
.kultur a:hover { color:#008200; text-decoration:underline }

.pvart, .pvdos {font-size:11px; border:none}
.pvkul, .pvvia {font-size:11px; border:none}
.pvbody {padding:6px 4px 4px 6px}
.pvbodytxt {width:359px; height:87px;overflow:hidden}
.pvbodytxt a {text-decoration:none}
.pvbodytxt a:hover {text-decoration:none}
.pvbodytxtvia {width:309px; height:87px;overflow:hidden}
.pvbodytxtvia a {text-decoration:none}
.pvbodytxtvia a:hover {text-decoration:none}
.pvbodytxt a:hover .pvtitleart {text-decoration:underline}
.pvbodytxt a:hover .pvtitledos {text-decoration:underline}
.pvbodytxt a:hover .pvtitlekul {text-decoration:underline}
.pvbodytxtvia a:hover .pvtitlevia {text-decoration:underline}
.pvtitleart {font-size:11px; line-height:130%; color:#E78A18; font-weight:bold;}
.pvtitledos {font-size:11px; line-height:130%; color:#A3238E; font-weight:bold;}
.pvtitlekul {font-size:11px; line-height:130%; color:#008200; font-weight:bold;}
.pvtitlevia {font-size:11px; line-height:130%; color:#008200; font-weight:bold;}
.pvsubtitleart {font-size:11px; line-height:130%; color:#5A595A; font-weight:bold;}
.pvsubtitledos {font-size:11px; line-height:130%; color:#5A595A; font-weight:bold;}
.pvsubtitlekul {font-size:11px; line-height:130%; color:#5A595A; font-weight:bold;}
.pvsubtitlevia {font-size:11px; line-height:130%; color:#5A595A; font-weight:bold;}
.pventraart {font-size:10px; line-height:120%; color:#5A595A; font-weight:normal;}
.pventrados {font-size:10px; line-height:120%; color:#5A595A; font-weight:normal;}
.pventrakul {font-size:10px; line-height:120%; color:#5A595A; font-weight:normal;}
.pventravia {font-size:10px; line-height:120%; color:#5A595A; font-weight:normal;}
.pvdate {padding-left:6px}
.pvlink {padding-right:4px}
.pvlink a {color:#5A595A; text-decoration:none}
.pvlink a:hover  {color:#5A595A; text-decoration:underline}
.thumbart {background:url(img/layout/thumb_bg_art.png) no-repeat}
.thumbdos {background:url(img/layout/thumb_bg_dos.png) no-repeat}
.thumbkul {background:url(img/layout/thumb_bg_art.png) no-repeat}
.thumbvia {background:url(img/layout/thumb_bg_via.png) no-repeat}
.thumbart img:hover {border:2px solid #E78A18}
.thumbdos img:hover {border:2px solid #A3238E}
.thumbkul img:hover {border:2px solid #008200}
.thumbvia img:hover {border:2px solid #008200}

