/* CSS Document */
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#231f20;
	background:#6d6e71 url(../images/body_repeat.gif) top left repeat-x;
}
* {
	outline:none;
}
a {
	color:#d4212f;
	text-decoration:none;
}
a img {
	border:none;
}
p {
	margin:15px 0;
	line-height:1.45em;
}
form {
	margin:15px 0;
}
table {
	font-size:11px;
}
td, th {
	vertical-align:top;
}
td p {
	margin:7px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:15px 0;
	font-size:13px;
	color:#d4212f;
}
h1 {
	font-size:17px;
	text-transform:uppercase;
}
h2 {
	font-size:15px;
}
hr {
	background:none;
	border:none;
	border-top:1px solid #e1e1e1;
	height:1px;
}

ul, li {
	margin:15px 0;
	padding:0;
	list-style:none;
}
li {
	margin:0;
	background:url(../images/bull.gif) 0 7px no-repeat;
	padding-left:7px;
	margin-bottom:5px;
	text-align:left;
}

address {
	font-style:normal;
}
input, textarea, select {
	font-size:11px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
}
input[type="text"], textarea {
	border:1px solid #d4212f;
	padding:2px 5px;
}
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.size8 {font-size:8px;}
.size9 {font-size:9px;}
.size10 {font-size:10px;}
.size11 {font-size:11px;}
.size12 {font-size:12px;}
.size13 {font-size:13px;}
.size14 {font-size:14px;}

.white {color:#FFF;}
.black {color:#000;}
.noUdl {text-decoration:none;}
.udl {text-decoration:underline;}
.foat-left {float:left;}
.float-right {float:right;}
.clear {clear:both;}

#site {
	margin:0 auto;
	width:906px;
	background:url(../images/site_repeat.gif) top left repeat-x;
}
#top {
	height:83px;
	position:relative;
}
#logo {
	position:absolute;
	bottom:-11px;
	left:12px;
	z-index:2;
}
#cert {
	position:absolute;
	bottom:5px;
	right:12px;
}
#container {
	border:3px solid #FFF;
	border-top:none;
	background:#77a9e8 url(../images/container_bg.jpg) 0 100px  no-repeat;
	min-height:500px;
}
#header {
	height:98px;
	border-bottom:2px solid #000;
	background:#dcdcdc url(../images/thumbs.jpg) 563px 15px no-repeat;
	position:relative;
}
#menu {
	position:absolute;
	bottom:0;
	left:90px;
}
#menu li, #menu ul {
	margin:0;
	padding:0;
	list-style:none;
	background:none;
}
#menu li {
	float:left;
}
#menu ul {
	border-left:2px solid #000;
	overflow:hidden;
}
* html #menu ul {
	height:1%;
}
#menu li a {
	display:block;
	font-weight:bold;
	text-transform:uppercase;
	color:#231f20;
	font-size:12px;
	height:16px;
	line-height:16px;
	border-right:2px solid #000;
	padding:0 10px;
}
#menu li a:hover, #menu li a:focus, #menu li a.active {
	background:#d4212f;
	color:#FFF;
}
#menu ul ul {
	position:absolute;
	left:0;
	bottom:-18px;
}
#bottomWrap {
	background:url(../images/wrapper-bottom_bg.gif) left bottom no-repeat;
	padding:0 2px 2px;
	width:720px;
	margin:0 auto;
	margin-top:60px;
	margin-bottom:60px;
}
#wrapper {
	background:url(../images/content_bg.png);
	overflow:hidden;
}
#content {
	margin:22px;
}



/* FCE col*/
.colWrap {
	overflow:hidden;
}
* html .colWrap {
	height:1%;
	overflow:visible;
}
.fce2col .colLeftWrap {
	float:left;
	width:50%;
}
.fce2col .colRightWrap {
	float:right;
	width:50%;
}
.colLeftContent {
	padding-right:10px;
}
.colRightContent {
	padding-left:10px;
}


/* typo3 mailform */


#mailform label {
	min-width:110px;
	display:block;
	float:left;
}
.csc-mailform-field {
	overflow:hidden;
	margin-bottom:3px;
}
* html .csc-mailform-field {
	height:1%;
}
#mailform fieldset {
	border:none;
	padding:0;
	margin:0;
}
.csc-mailform-field span {
	padding:2px 5px;
	background:#f0f8fe;
	border-bottom:2px solid #2891dd;
	font-weight:bold;
	display:block;
}
#mailform .csc-mailform-submit {
	margin-left:110px;
	margin-top:7px;
}

/* tt_news */

.news-latest-container {
	overflow:hidden;
}
* html .news-latest-container {
	height:1%;
	overflow:visible;
}
.news-latest-item {
	float:left;
	width:165px;
	margin:0 22px;
	display:inline;
}
.news-latest-item h1 {
	font-size:11px;
	margin:3px 0 3px;
}
