@charset "utf-8";
body {
	background: #FFF url(img/bg_body.gif) top repeat-x;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	margin: 0;
}

img, table {
	border: 0;
}

p {
	margin: 0.5em 0 1em;
}

a {
	color: #D72827;
}
a:hover {
	color: #000;
}

/* HEADER */
#header {
	height: 85px;
	margin: 0 auto -1px;
	position: relative;
	width: 970px;
}
#logo {
	width: 215px;
	vertical-align: bottom;
	height: 85px;
}
#lang {
	font-size: 0.9em;
	position: absolute;
	top: 15px; right: 0;
}
#lang a {
	color: #000;
	text-decoration: none;
}
#lang a:hover {
	color: #D72827;
}
/*.header {
	height: 85px;
	width: 970px;
}
.logo {
	width: 215px;
	vertical-align: bottom;
}
.lang {
	font-size: 10px;
	vertical-align: top;
	width: 130px;
}
.lang a {
	color: #000;
	text-decoration: none;
}
.lang a:hover {
	color: #D72827;
}*/

/* main menu */
#mmenu {
	border-bottom: 1px solid #AEB0B3;
	position: absolute;
	bottom: 0; left: 215px;
	width: 755px;
}
#mmenu ul,
#mmenu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mmenu ul {
	/* margin-bottom: -3px; */
}
#mmenu ul li {
	display: inline;

}

#mmenu  ul li a {
	color: #000000;
	text-decoration: none;
	/*font-size: 12px;*/
	font-size: 13px;
	font-weight: bold;
}

#mmenu  ul li a.active {
	color: #D72827;
	text-decoration: none;
	/*font-size: 12px;*/
	font-size: 13px;
	font-weight: bold;
}



/*.mmenu {
	border-bottom: 1px solid #AEB0B3;
	width: 625px;
	vertical-align: bottom;
}
.mmenu ul,
.mmenu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mmenu ul {
	 margin-bottom: -3px; 
}
.mmenu ul li {
	display: inline;
}*/


/* CONTENT */
#wrapper {
	margin: 0 auto;
	position: relative;
	width: 970px;
}

#left {
	/*border-right: 1px solid #AEB0B3;*/
	margin: 0;
	position: absolute;
	top: 0; left: 0;
	width: 215px;
}
#center {
	position: absolute;
	top: 0; left: 260px;
	width: 540px;
}
#right {
	margin: 0;
	position: absolute;
	top: 0; right: 0;
	width: 150px;
}

/*25.09.2006*/
/*.left {
	border-right: 1px solid #AEB0B3;
	width: 215px;
}
.center {
	width: 540px;
}
.right {
	width: 150px;
}
.wrapper {
	margin: 0 auto;
	width: 970px;
}*/

/* news */
#news {
	background: #DA2627 url(img/bg_news.gif) left bottom no-repeat;
	color: #FFF;
	margin-top: -2px;
	padding: 15px 15px 50px 25px;
	width: 175px;
	border-right: 1px solid #AEB0B3;
}
#news ul,
#news ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#news ul li {
	background: url(img/news_bul_red.gif) left 1px no-repeat;
	padding: 0 0 1em 2em;
}
#news ul li a,
#news ul li a:hover {
	color: #FFF;
	text-decoration: none;
}

#news h2 {
	color: #FFFFFF;
}
/*.news {
	background: url(img/bg_news.gif) #DA2627 no-repeat;
	color: #FFF;
	margin-top: -2px;
	padding: 15px 15px 50px 25px;
	width: 175px;
	width: 215px;
	font-size: 11px;
	font-weight: normal;
}
.news ul,
.news ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news ul li {
	background: url(img/news_bul_red.gif) left 1px no-repeat;
	padding: 0 0 1em 2em;
}
.news ul li a,
.news ul li a:hover {
	color: #FFF;
	text-decoration: none;
}*/

/* center content */
#centercontent {
	margin-top: 20px;
}
#centercontent p {
	color: #333;
	line-height: 1.5em;
}

#centercontent div {
	color: #333;
	line-height: 1.5em;
}

.pagenumbers {
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
	width: 100%;
}

.contentlist,
.contentlist li {
	margin: 0;
	padding: 0;
}
.contentlist {
	margin: -0.5em 0 1em 2.5em;
}
.contentlist li {
	margin-bottom: 0.25em;
}

/* credentials list */
#credentials {
	height: 100%;
	margin-top: 10px;
	width: 100%;
}
#credentials .logo {
	border-color: #666;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	padding: 10px 0;
	vertical-align: bottom;
	text-align: center;
	/*width: 32%;*/
}
#credentials .desc {
	border-color: #666;
	border-style: solid;
	border-width: 0 1px 0 1px;
	padding: 0 0 10px;
	vertical-align: top;
	text-align: center;
	/*width: 32%;*/
}
/*14.11.2007*/
#credentials .year {
	border-color: #666;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	padding: 0 0 10px;
	vertical-align: top;
	text-align: center;
	/*width: 32%;*/
}

#credentials .div {
	border: 0;
	padding: 0;
	width: 10px;
}
#credentials .rowdiv {
	border: 0;
	padding: 0;
	height: 10px;
}
/*#credentials p {
	line-height: 1.2em;
	margin: 1em 0 0;
}*/
#credentials a {
	font-weight: bold;
}

/* team list */
.teamlist,
.teamitem {
	margin: 10px 0;
	width: 100%;
}
.teamlist td {
	padding: 10px;
	vertical-align: top;
}
.teamlist .image {
	padding: 0 0 20px 0;
	width: 100px;
}
#centercontent .teamlist p {
	line-height: 1.25em;
	margin-top: 0;
}

.teamitem td {
	padding: 20px;
	vertical-align: bottom;
}
.teamitem .image {
	padding: 0;
	width: 160px;
}

#smenu a {
	color: #666;
	text-decoration: none;
}


/* right content */
#rightcontent {
	background: #E7E7E8 url(img/bg_rightcontent.gif) left bottom no-repeat;
	margin-top: 1px;
	padding: 15px 10px 40px 15px;
	width: 125px;
	height: 200px;
}
#rightcontent h2 {
	color: #ED1C24;
	margin-bottom: 0.5em;
}
#rightcontent p {
	color: #808080;
	font-size: 0.9em;
	margin: 0 0 0.5em;
}
#rightcontent a {
	background: url(img/arrow_right.gif) left 3px no-repeat;
	color: #808080;
	font-size: 0.8em;
	padding-left: 9px;
	text-decoration: none;
}
#rightcontent a:hover {
	color: #D72827;
}


/* FOOTER */
#footer {
	border-top: 1px solid #AEB0B3;
	color: #808284;
	font-size: 0.9em;
	margin: 25px 0;
	padding: 0.5em 1em;
	width: 540px;
}
#footer a {
	color: #808284;
	text-decoration: none;
}
#footer a:hover {
	color: #68696B;
	text-decoration: none;
}

.hline {
	background: url(img/rightcontent_div.gif) repeat-x;
	height: 10px;
}

/* HEADINGS */
h1 {
	font-size: 1.2em;
	margin: 1em 0 0.5em;
}
h2 {
	font-size: 0.95em;
	margin: 0 0 1em;
}

/* Forms */
form {
	margin: 0;
}

input, textarea, select {
	border: 1px solid #000;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	padding: 4px;
}
select {
	padding: 2px;
}