/* Master styles */

html, body {
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #000;
	border:0;
}
html, body * {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
img { border: 0 }
.left { float: left }
.right { float: right }

/* Website styles */
body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003354;
}
div#header {
	width: 100%;
	height: 125px;
	background: #008abe url('../images/header-bg.gif') top left repeat-x;
}
#header div.content {
	width: 1002px;
	height: 81px;
	margin: 0 auto;
	background: url('../images/header-content.gif') top left no-repeat;
	padding: 44px 0 0 0px;
}
#header .content a {
	float: left;
	width: 177px;
	height: 46px;
	display: block;
}
#header .content a.lang1 {
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: 340px;
	font-size: 12px;
	color: #00FFFF;
	width: 60px;
	height: 20px;
	text-decoration: none;
}
#header .content a.lang1:hover {
	text-decoration: underline;
}
#header .content a.lang2 {
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: 440px;
	font-size: 12px;
	color: #00FFFF;
	width: 60px;
	height: 20px;
	text-decoration: none;
}
#header .content a.lang2:hover {
	text-decoration: underline;
}
#header .content #languageForm {
	position: absolute;
	top: 20px;
	margin-left: 350px;
	left: 50%;
	width: 150px;
}
#header .content #languageForm select {
	text-align: center;
	width: 150px;
}
#header .content img.slogan {
	float: left;
}
#header img.headpic {
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -5px;
}
div#nav {
	width: 100%;
	height: 40px;
	background: url('../images/nav-bg.gif') top left repeat-x;
}
#menu {
width: 1000px;
height: 40px;
margin: 0 auto;
background: url('../images/menu-bg.gif') top left repeat-x;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
/*width: 95px;*/
width: 79px;
}
#menu a, #menu h2 {
display: block;
margin: 0;
height: 40px!important;
line-height: 40px!important;
text-align: center;
font-family: Tahoma, Verdana!important;
/*font-size: 14px!important;*/
color: #003354;
font-weight: bold;
text-decoration: none;
}
#menu a.home {
	background: url('../images/home-active.gif') top left no-repeat;
}
#menu a.home2 {
	background: url('../images/home-bg.gif') top left no-repeat;
}
#menu a:hover, #menu a.active, #menu h2:hover {
color: #c3e7ff;
}
#menu h2.active2, #menu a.active2 {
	color: #c3e7ff;
	background: url('../images/menu-active.gif') top left repeat-x;
}
#menu li {position: relative;}
#menu ul ul {
width: 250px;
position: absolute;
z-index: 500;
background: #eee;
*top: 40px;
*right: -146px;
}
#menu ul ul li {
	height: 35px;
	line-height: 35px;
	background: #eee;
}
#menu ul ul li a {
	font-size: 12px!important;
	text-align: left;
	font-weight: normal;
	text-indent: 10px;
}
#menu ul ul li a:hover {
	background: #333;
}
#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 350px;
}
#menu ul ul ul ul {
width: 250px;
}
div#menu ul ul {
display: none;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


#menu ul#menuitem-26 {
		width: 200px !important;
}
#menu ul#menuitem-27 {
		width: 200px !important;
}
#menu ul#menuitem-29 {
		width: 200px !important;
}



div#container {
	width: 100%;
	background: #fff url('../images/content-bg.gif') top left repeat-x;
}
#container div.content {
	width: 1002px;
	margin: 0 auto;
	padding: 25px 0 10px 0;
	overflow: hidden;
}
#container .content span.wai {
	font-size: 12px;
}
h1 {
	width: 470px;
	font-size: 18px;
	margin: 20px 0 15px 0;
	font-weight: normal;
}
h2 {
	width: 470px;
	font-size: 16px;
	margin: 20px 0 15px 0;
	font-weight: bold;
}
#container .content p {
	width: 470px;
	font-size: 12px;
	text-align: justify;
}
#container .content p img {
	margin: 5px 10px 25px 0;
}
#container .content div.right {
	width: 510px;
	padding: 100px 0 0 0;
}
#container .content .right img {
	float: left;
	margin: 2px;
}
#container .content p.space {
	clear: both;
	margin: 15px 0;
	overflow: hidden;
}
#container .content .space strong {
	font-size: 16px;
}
#container .content .space img {
	margin: 0 10px 10px 0;
}
#container .content .space span.img {
	float: left;
	width: 215px;
	display: block;
}
#container .content .space span.man {
	float: left;
	width: 125px;
	display: block;
}
#container .content .space .left strong {
	font-size: 13px;
}
#container .content p a {
	text-decoration: none;
	color: #003354;
	font-weight: bold;
}
#container .content p a:hover {
	text-decoration: underline;
}
#container .content div.separator {
	width: 480px;
	height: 30px;
	background: #fff url('../images/separator.gif') top center no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#footer {
	width: 982px;
	height: 28px;
	font-size: 11px;
	color: #6d6d6d;
	margin: 0 auto 10px auto;
	padding: 15px 10px;
	background: #eee url('../images/footer-bg.gif') top left no-repeat;
}
#footer .right {
	text-align: right;
}
#footer a {
	font-size: 11px;
	color: #6d6d6d;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#container .csc-textpic-text p,
.csc-textpic-text p,
#container .csc-textpic-text p.bodytext,
.csc-textpic-text p.bodytext,
#container .csc-textpic-text h1,
.csc-textpic-text h1,
#container .csc-textpic-text h2, 
.csc-textpic-text h2 {
	width: auto !important;
}

#container div.csc-textpic,
div.csc-textpic {
	width: 470px !important;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
    border: none;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
    margin-bottom: 0px;
    padding-bottom: 20px;
}
#header .content #languageBar {
	position:absolute;
	top:18px;
	margin:0 0 0 90px;
	_margin:0 0 0 80px; /* IE 6 fix */
	left: 50%;
	width:400px;
}
#languageBar a.lang {
	display:block;
	width:auto;
	background:url(languages.gif) 0 0 no-repeat; /* path 2 image folder */
	padding:0 0 0 19px;
	height:11px;
	line-height:11px; /* IE 6 fix - make important height rule */
	font-size:10px;
	float:right;
	text-decoration:none;
	color:#4CB4DC;
	margin:0 0 0 10px;
}
#languageBar a.se { background:url(../images/languages.gif) 0 0 no-repeat; }
#languageBar a.en { background:url(../images/languages.gif) 0 -11px no-repeat; }
#languageBar a.de { background:url(../images/languages.gif) 0 -22px no-repeat; }
#languageBar a.ro { background:url(../images/languages.gif) 0 -33px no-repeat; }
#languageBar a.cs { background:url(../images/languages.gif) 0 -44px no-repeat; }
#languageBar a.gr { background:url(../images/languages.gif) 0 -55px no-repeat; }
.clear {
	clear:both;
	font-size:1px;
	margin:0;
	padding:0;
}
#languageBar a.lang:hover,
#languageBar a.act { color:#fff; text-decoration:underline; }



#inquiry-form input[type=text] {
	border:1px solid #A8D4EE;
	width:350px;
}
#inquiry-form textarea {
	border:1px solid #A8D4EE;
	width:350px;
}

#inquiry-form input[type=submit] {
	background-color:#0090D4;
	border:0 none;
	color:#FFFFFF;
	padding:5px 10px;
	width:auto;
}

