@charset "utf-8";
/* CSS Document */

body, input {
	font-family: Arial, helvetica;
	font-size: small;
}
body {
	background: url(images/design/bckgradient.jpg) repeat-x;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#page {
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
	background-position: bottom;
}
#wrapper_center {
	margin: 0 auto;
	width: 966px;
	height: 100%;
	position: relative;
}
#wrapper_header {
	height: 153px;
	background-image: url(images/design/bckheader.jpg);
	background-position: 0 10px;
	background-repeat: no-repeat;
	padding-top: 10px;
	position: relative;
}
#header_title {
	position: absolute;
	left: 40px;
	top: 38px;
}
#header_languages {
	position: absolute;
	left: 320px;
	top: 83px;
	color: white;
	font-size: 11px;
	width: 320px;
	text-align: right;
}
#header_languages a {
	color: white;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;	
}
#header_languages a:hover {
	color: orange;
	text-decoration: underline;
}
#header_languages .disabled {
	color: #333;
	padding-right: 10px;
	padding-left: 10px;
}
#header_redline {
	background-color: #9a181a;
	height: 17px;
}
#header_menu_wrapper {
	background-color: #25060b;
	height: 35px;
	border: 3px solid #9a181a;
}
#header_menu {
	font-size: 19px;
	padding-left: 25px;
	padding-top: 6px;
	color: white;
	float: left;
	width: 390px;
	font-family: Tahoma;
}
#header_menu a {
	color: white;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}
#header_menu a:hover {
	color: orange;
	text-decoration: underline;
}
#header_menu .withseparator{
	background-image: url(images/design/separatormenu.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#header_search {
	width: 175px;
	float: left;
	text-align: right;
}
#header_search form{
	margin: 7px 0 0 0;
	padding: 0;
}
#header_search input {
	font-size: 9px;
}

#header_rss {
	float: left;
	width: 60px;
	padding-top: 6px;
}

#header_rss img {
	border: none;
	margin-right: 3px;
}

#logo {
	position: absolute;
	left: 640px;
	top: 13px;
}
#content {
	border-left: 3px solid #9a181a;
	border-right: 3px solid #9a181a;
	background-color: white;
	padding: 20px 0px 20px 40px;
	font-family: Tahoma;
}

.title {
	font-size: large;
	font-weight: bold;
	margin-bottom: 20px;
}
.title img {
	margin-left: 20px;
	margin-bottom: 2px;
}

.fp_articles {
	font-size: small;
}	
.fp_articles .image {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 2px solid silver;
}
.fp_articles .image img {
	border: none;
}
.fp_articles .author a {
	text-decoration: none;
	color: gray;
	font-size: small;
}
.fp_articles .author a:hover {
	text-decoration: underline;
	color: red;
}
.fp_articles .title {
	font-size: medium;
}
.fp_articles .title a {
	text-decoration: none;
	color: #8b0000;
}
.fp_articles .title a:hover {
	text-decoration: underline;
	color: red;
}
.fp_articles .intro {
	margin-top: 10px;
	margin-bottom: 10px;
}
.fp_articles .morelink {
	margin-left: 175px;
	text-align: left;
}
.fp_articles .morelink a {
	color: #8b0000;
	text-decoration: none;
}
.fp_articles .morelink a:hover {
	text-decoration: underline;
	color: red;
}
.fp_articles .morelink img {
	border: none;
	margin-left: 8px;
}
.separator {
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 2px dotted silver;
}

.fp_pictures_title {
	font-size: 14px;
	padding: 5px 12px;
	background-color: #B0B0B0;
	font-weight: bold;
}

.fp_pictures .title {
	margin: 12px 14px 6px 14px;
	font-size: small;
	font-weight: bold;
	color: #333333;
}
.fp_picture {
	border: 2px solid #d0d0d0;
	background-color: #f0f0f0;
	width: 110px;
	padding: 5px;
	float: left;
	height: 158px;
	font-size: small;
	overflow: hidden;
}


.fp_pictures .morelink {
	margin-left: 13px;
	text-align: left;
}
.fp_pictures .morelink a {
	color: #8b0000;
	text-decoration: none;
}
.fp_pictures .morelink a:hover {
	text-decoration: underline;
	color: red;
}
.fp_pictures .morelink img {
	border: none;
	margin-left: 8px;
}

#footer {
	text-align: center;
	border-left: 3px solid #9a181a;
	border-right: 3px solid #9a181a;
	padding: 10px 20px 10px 20px;
	font-family: Tahoma;
	font-size: x-small;
	color: #666666;
}
#footer_menu {
	border-top: 1px solid #e0e0e0;
	padding-top: 15px;
	margin-bottom: 10px;
}
#footer_menu a {
	text-decoration: none;
	color: #333333;
	font-size: small;
	padding-right: 8px;
	padding-left: 8px;
}
#footer_menu a:hover {
	color: red;
	text-decoration: underline;
}

#footer_image {
	margin-bottom: 10px;
	height: 11px;
	background: url(images/design/footer.gif) no-repeat top;
	width: 966px;
}

.issue_title {
	font-size: small;
	margin-bottom: 20px;
}
.issue_title a {
	text-decoration: none;
	color: #999999;
}
.issue_title a:hover {
	text-decoration: underline;
	color: red;
}

.issue_title img {
	margin-left: 20px;
}

.intro {
	font-weight: normal;
}

#text {
	font-size: small;
	padding-right: 17px;
}
#text a {
	color: blue;
	text-decoration: underline;
}
#text a:hover {
	color:red
}
#text h1 {
	font-size: x-large;	
	color: #9a181a;
}
#text p {
	text-align: justify;
}
#text .author {
	padding-bottom: 10px;
	font-weight: bold;
	font-style: italic;
}
#text .author a {
	text-decoration: none;
	color: #666666;
}
#text .author a:hover {
	text-decoration: underline;
	color: red;
}
#text img {
	float: left;
	padding: 0 20px 10px 0;
}

#panel {
	padding: 0 10px;
	font-size: small;
}
#panel ul {
	margin: 0;
	padding: 10px 0 0 25px;
}
#panel ul a {
	text-decoration: none;
	color: black;
}
#panel ul a:hover {
	text-decoration: underline;
	color: red;
}
#panel li {
	padding-bottom: 8px;
}
#mkd {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}
#mkd a {
	font-size: x-small;
	text-decoration: none;
	color: black;	
}

#flash {
	position: absolute;
	background-color: black;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity:0.85;
	filter:alpha(opacity=85);
}

.skip_intro {	
	margin-top: 10px;
	font-weight: bold;
	width: 550px;
}
.skip_intro a {
	color: white;
	text-decoration: none;
}

#text_pictures .pic {
	float: left;
	padding-right: 10px;
}

#search a {
	text-decoration: none;
	color: black;
}
#search a:hover {
	text-decoration: underline;
	color: red;
}
#search img {
	border: none;
}

#search li {
	margin-bottom: 8px;
}
#text li {
	margin-bottom: 8px;
}

.textpic {
	display: block;
	float: left;
	width: 110px;
	border: 2px solid silver;
	padding: 5px;
	margin-right: 10px;
	height: 200px;
	margin-top: 10px;
}
