/*=======================================================================*\
|| CSS written by Christian Paier 05.03.2008                             ||
|| CSS rewritten by Gernot Leitgab 17.03.2008                            ||
\*=======================================================================*/

/*************************************************************************
 * core
 ************************************************************************/
body, div, p, pre, blockquote, span, h1, h2, h3, h4, h5, h6, ul, ol, li, a, 
  acronym, td, th, dl, dt, dd, form, fieldset, label, img, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/* 	text-align: left; */
	color: #232b62;
}
.semantic {
	display: none;
}
.small {
	font-size: 10px;
	color: #8994a0;
}

/* hyperlinks */
a {
	text-decoration: underline;
	color: #0000cc;
}
a:hover {
	color: #007700;
}
a img {
	border: none;
}

/* alignment */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/* float */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}

/* form */
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
label,
input,
select,
option {
	color: #000;
}
label.error,
p.error,
span.error {
	color: #ff0000;
}
/*input.error,
select.error,
textarea.error {
	background-color: #fdb3b3;
}*/

/* table */
table p {
	margin: 0;
	padding: 0;
}

/*************************************************************************
 * html
 ************************************************************************/
html {
	height: 100%;
	margin-bottom: 1px;
}

/*************************************************************************
 * body
 ************************************************************************/
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #dae7ec;
}

/*************************************************************************
 * stripes
 ************************************************************************/
div#stripes {
	width: 100%;
	background: url(../images/stripes-bg.gif) repeat-x left top;
}

/*************************************************************************
 * shadow
 ************************************************************************/
div#shadow {
	width: 100%;
	background: url(../images/shadow-bg.gif) repeat-y center top;
}

/*************************************************************************
 * stripeshadow
 ************************************************************************/
div#stripeshadow {
	width: 100%;
	background: url(../images/stripeshadow-bg.jpg) no-repeat center top;
}

/*************************************************************************
 * structure
 ************************************************************************/
div#structure {
	position: relative;
	width: 1003px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	background: url(../images/structure-bg.gif) repeat-y;
}
div#structure a#leftlogo {
	position: absolute;
	top: 47px;
	left: 0;
	width: 26px;
	height: 145px;
	z-index: 9999;
	text-indent: -9999px;
	background: url(../images/leftlogo-bg.gif);
}
div#structure a#rightlogo {
	position: absolute;
	top: 0;
	left: 820px;
	z-index: 9999;
}

/*************************************************************************
 * header
 ************************************************************************/
div#header {
	width: 1003px;
	height: 213px;
	margin: 0 0 0 30px;
	background: #d0ecf5 url(../images/header-bg.gif) no-repeat;
}

/* menu */
div#mainmenu {
	margin: 10px 0 0 0;
	border-right: 1px solid #d6dee8;
}
div#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#mainmenu ul li {
	float: left;
	border-left: 1px solid #d6dee8;
	border-right: 1px solid #fff;
}
div#mainmenu ul li a {
	display: block;
	float: left;
	width: 122px;
	line-height: 37px;
	color: #32347d;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
div#mainmenu ul li.active a,
div#mainmenu ul li a:hover {
	color: #fff;
	background: url(../images/mainmenu-bg.gif);
}
div#mainmenu ul li.first a {
	width: 24px;
	overflow: hidden;
	text-indent: -99999px;
	border-left: none;
	background: url(../images/home-bg.gif);
}
div#mainmenu ul li.first a:hover {
	background-position: bottom;
}

/* languagemenu */
div#languagemenu {
	width: 130px;
	margin: 10px 0 0 0;
}
div#languagemenu form {
	display: inline;
}
div#languagemenu form fieldset {
	padding-top: 8px;
	text-align: center;
	border: none;
}
div#languagemenu form fieldset label,
div#languagemenu form fieldset legend {
	display: none;
}
div#languagemenu form fieldset select option {
	display: block;
}

/* headerbuttons */
div#headerbuttons {
	position: relative;
	width: 720px;
}

div#headerbuttons a:hover {
	background-position: bottom;
}
div#headerbuttons div#offertext {
	position: absolute;
	top: 40px;
	left: 50px;	
	color: #ED0011;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}
div#headerbuttons a#offer {
	position: absolute;
	top: 76px;
	left: 39px;
	height: 52px;
/* 	width: 191px; */
	overflow: hidden;
/* 	text-indent: -9999px; */
/* 	background: url(../images/button-offer-bg.gif) no-repeat; */
}
div#headerbuttons div#hotline {
	position: absolute;
	top: 123px;
	left: 50px;
/* 	margin: 123px 0 0 46px; */
/* 	margin: 150px 15px 0 0; */
	float: left;
	font-weight: bold;
}
div#headerbuttons span#ncert {
	position: absolute;
	top: 76px;
	left: 575px;
	height: 57px;
	width: 89px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/button-ncert-bg.gif) no-repeat;
}

/* imageslider */
div#imageslider {
	position: relative;
	width: 250px;
	height: 166px;
	margin: 0 30px 0 0;
	overflow: hidden;
}
div#imageslider img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

/*************************************************************************
 * main
 ************************************************************************/
div#main {
	margin: 0 0 0 30px;
	overflow: hidden;
	text-align: left;
}
 
/*************************************************************************
 * content
 ************************************************************************/
div#content {
	width: 693px;
	padding: 19px 15px 0 15px;
	background: #fff url(../images/content-bg.gif) repeat-x;
}
div#content h1 {
	padding: 0 0 0 9px;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	background: #e0eef3;
}
div#content h1 a {
	display: block;
	color: #232b62;
	font-size: 16px;
	text-decoration: none;
}
div#content h1 a:hover {
	text-decoration: underline;
}
div#content h2.mainheadline {
	padding: 0 0 0 9px;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	background: #e0eef3;
}
div#content h2.mainheadline a {
	display: block;
	color: #232b62;
	font-size: 16px;
	text-decoration: none;
}
div#content h2.mainheadline a:hover {
	text-decoration: underline;
}
div#content div.tx-interlingua-pi2 {
	min-height: 1px;
	background: url(../images/teaser-separator.gif) center top repeat-y;
}
div#content div.teaserimage {
	margin: 0 10px 10px 0;
	border: 1px solid #c1c3d2;
}
div#content div.teaserimage img {
	margin: 1px;
}
div#content fieldset {
	margin-bottom: 15px;
}
div#content label {
	font-weight: bold;
}
div#content .col2 {
	width: 331px;
}
div#content .cols2 div.col1 {
	width: 255px;
	border-right: 1px solid #c1c3d3;
}
div#content .cols2 div.col1 label,
div#content .cols2 div.col1 select {
	width: 210px;
}
div#content .cols2 div.col2 {
	width: 330px;
	margin-right: 65px;
}
div#content .cols2 div.col2 .field {
	width: 215px;
}
div#content .cols2 div.col2 textarea {
	height: 110px;
}
div#content .cols2 div.col2 p.floatleft {
	width: 160px;
	margin-right: 5px;
	line-height: 1.7em;
}
div#content .cols2 div.col2 p.floatright {
	width: 160px;
}
div#content .cols2 div.col2 .captcha {
	width: 150px;
}

/*************************************************************************
 * sidebar
 ************************************************************************/
div#sidebar {
	width: 250px;
	padding: 19px 0 0 0;
	background: url(../images/sidebar-bg.gif) no-repeat;
}
div#sidebar div {
	margin: 0 0 4px 0;
}
div#sidebar div.blue {
	background: #c9e8f3 url(../images/sidebar-blue-bg.gif) repeat-y;
}
div#sidebar div.yellow {
	background: #fffb8c url(../images/sidebar-yellow-bg.gif) repeat-y;
}

/* submenu */
div#sidebar div#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
div#sidebar div#submenu ul li {
	background: url(../images/submenu-li-bg.gif) left bottom no-repeat;
}
div#sidebar div#submenu ul li a {
	display: block;
	line-height: 24px;
	padding-left: 35px;
	color: #393f73;
	text-decoration: none;
	background: url(../images/submenu-a-bg.gif) no-repeat;
}
div#sidebar div#submenu ul li a:hover {
	text-decoration: underline;
}

/* translation */
div#sidebar div#translation {
	padding: 10px 5px 5px 35px;
}
div#sidebar div#translation h2 {
	margin: 0;
	color: #ed0011;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
div#sidebar div#translation fieldset {
	margin: 10px 0;
}
div#sidebar div#translation label {
	font-weight: bold;
}
div#sidebar div#translation select {
	width: 100%;
}
div#sidebar div#translation input.submit {
	width: 100%;
	overflow: hidden;
}

/* search */
div#sidebar div#search {
	padding: 15px 5px 15px 35px;
}
/*fr: div#sidebar div#search input.floatleft {
	width: 115px;
}*/

/* newsletter */
div#sidebar div#newsletter a {
	display: block;
	padding-left: 75px;
	color: #393f73;
	font-weight: bold;
	text-decoration: underline;
	line-height: 47px;
	background: url(../images/newsletter-bg.gif) 30px 0 no-repeat;
}
div#sidebar div#newsletter a:hover {
	text-decoration: none;
}

/*************************************************************************
 * footer
 ************************************************************************/
div#footer {
	height: 32px;
	margin: 23px 0 0 0;
	background: #e7e7e7 url(../images/footer-bg.gif) repeat-y left top;
	border-top: 1px solid #c1c3d3;
	border-bottom: 1px solid #c1c3d3;
}
div#footer div#information {
	width: 693px;
	padding: 0 15px;
}
div#footer div#information span {
	line-height: 32px;
	color: #242b62;
}
div#footer div#information span a {
	color: #009b00;
	font-weight: bold;
}
div#footer div#information span a:hover {
	color: #ff0000;
}
div#footer div#information ul {
	margin: 8px 0 0 0;
	padding: 0;
	display: inline; /* ie6-bug: 2x margin */
	list-style: none;
}
div#footer div#information ul li {
	float: left;
	margin-left: 3px;
}
div#footer div#footerlinks {
	width: 250px;
}
div#footer div#footerlinks ul {
	margin: 8px 25px 0 0;
	padding: 0;
	display: inline; /* ie6-bug: 2x margin */
	list-style: none;
}
div#footer div#footerlinks ul li {
	float: left;
	margin-left: 25px;
}
div#footer div#footerlinks ul li a {
	color: #898989;
	font-size: 9px;
	text-transform: lowercase;
	text-decoration: none;
}
div#footer div#footerlinks ul li a:hover {
	text-decoration: underline;
}

/*************************************************************************
 * copyright
 ************************************************************************/
div#pagefooter {
	width: 100%;
	height: 55px;
	text-align: center;
	background: url(../images/pagefooter-bg.gif) center bottom no-repeat;
}
div#copyright {
	position: relative;
	width: 1003px;
	height: 36px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	background: url(../images/copyright-bg.gif) left top no-repeat;
}
div#copyright a,
div#copyright p {
	color: #b9b9b9;
	font-size: 9px;
	text-decoration: none;
}
div#copyright a:hover {
	text-decoration: underline;
}
div#copyright p {
	margin: 10px 0 0 45px;
}


