body, html {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: black;
	margin: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: url(images/background.gif);
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #8DBBC4;
	border: 1px solid #d7d7d7;
}

a:visited {
	color: black;
}

#menu_head {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 100px;
	background: url(images/europe.gif) left top no-repeat;
}

#page_head {
	top: 0px;
	margin-left: 200px;
	margin-right: 0px;
	width: auto;
	height: 75px;
	background: url(images/background_banner.gif) repeat-x;
	text-align: center;
}

#pagetreeview {
	top: 75px;
	margin-left: 200px;
	margin-right: 0px;
	width: auto;
	height: 25px;
	padding-left: 30px;
	background-color: #c0c0c0;
	white-space: nowrap;
}

#banner {
	background: url(images/banner.gif) no-repeat;
}

#newsbox_head {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 200px;
	height: 100px;
}

#searchbox {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 200px;
	height: 75px;
	padding-top: 2px;
	background: #ffffff url(images/searchbox.gif) right top no-repeat;
	text-align: right;
}

#newsbox_header {
	position: absolute;
	right: 0px;
	top: 75px;
	width: 200px;
	height: 25px;
	background: #ffffff url(images/searchbox_bottom.gif) right top no-repeat;
}

#menu {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 200px;
	background-color: #FFFFFF;
}
#menu_header {
	left: 0px;
	top: 100px;
	width: 200px;
	height: 25px;
	background: url(images/europe_bottom.gif);
}

#menu_footer {
	width: 200px;
	height: 26px;
	background: url(images/menu_bottom.gif);
}

#page_content {
	top: 100px;
	margin-left: 200px;
	margin-right: 10px;
	padding: 25px;
}

#content {
	border-top: 1px;
	border-left: 1px;
	border-bottom: 0px;
	border-right: 1px;
	border-color: #c0c0c0;
	border-style: solid;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	background: url(images/background_content.gif) top left no-repeat;
	background-color: #ffffff;
}

#content h1 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #6d7578;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
}

#content h2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #6d7578;
	font-weight: bold;
	line-height: 13px;
	border: 0px;
	border-bottom: 2px;
	border-style: solid;
	border-color: #6d7578;
}
#content h3 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #6d7578;
	font-weight: bold;
}
#content_menu {
	top: 30px;
	right: 30px;
}

#content_menu ul {
	list-style: none;
}

#content_menu ul li {
	float: right;
	padding: 5px;
	text-align: middle;
}

#content_menu a, #content_menu img {
	border: 0px;
}

#content p {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 13px;
	margin-bottom: 10px;
}

#content_corner {
	bottom: 0px;
	right: 0px;
	padding: 0px;
	margin-top: -10px;
	background-color: #ffffff;
	text-align: right;
	border-top: 0px;
	border-left: 1px;
	border-bottom: 1px;
	border-right: 1px;
	border-color: #c0c0c0;
	border-style: solid;
}

#containernews {
	position: absolute;
	right: 0px;
	top: 100px;
	width: 200px;
	height: 100%;
	background: url(images/background_newsbox.gif) right top;
}


.navigation {
	width: 195px;
	margin: 0px;
	padding-left: 3px;
	padding-right: 27px;
	background: url(images/background_menu2.gif);
}

* html .navigation {
	padding-right: 4px;
	width: 190px;	
}

.navigation ul, .navigation ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #f7f7f7;
}

.navigation a {
	text-decoration: none;
	display: block;
	color: #6d7578;
}

* html .navigation a {
	width: 190px;
}

.navigation ul li {
	border: 2px solid #ffffff;
}

* html .navigation ul li {
	height: 20px;
}

.navigation ul li a {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px
	color: darkgrey;
	background: url(images/plus.gif) 5px no-repeat;
}

.navigation ul li a:hover, .navigation ul li a:focus, .navigation ul li a:active {
	background-color: #DBE9EC;
	color: #94C3D3;
}

.navigation ul li ul li a {
	padding-left: 25px;
	background: url(images/pfeil.gif) 15px no-repeat;
}

* html .navigation ul li ul li a {
	width: 190px;
}

.navigation ul li ul li {
	background-color: #dfdfdf;
	border-left: 0px;
	border-right: 0px;
	border-top: 2px;
	border-bottom: 2px;
	border-style: solid;
	border-color: #ffffff;
}

.navigation ul li ul li a:hover, .navigation ul li ul li a:focus, .navigation ul li ul li a:active {
	background-color: #4e7279;
}

.navigation ul li ul li ul li a {
	padding-left: 35px;	
	background: url(images/pfeil2.gif) 25px no-repeat;
}

* html .navigation ul li ul li ul li a {
	width: 190px;
}

.navigation ul li ul li ul li {
	background-color: #cfcfcf;
	border-left: 0px;
	border-right: 0px;
	border-top: 2px;
	border-bottom: 2px;
	border-style: solid;
	border-color: #ffffff;
}

.navigation ul li ul li ul li a:hover, .navigation ul li ul li ul li a:focus, .navigation ul li ul li ul li a:active {
	background-color: #4e7279;
}

#loginbox {
	background: url(images/background_loginbox.gif);
}

#loginbox_header {
	width: 200px;
	height: 30px;
	background: url(images/loginbox_top.gif);
}

#loginbox_footer {
	width: 200px;
	height: 42px;
	background: url(images/loginbox_bottom2.gif);
}

#loginbox_footer a {
	padding-left: 10px;
	text-decoration: none;
	color: #000000;
}

.tx-newloginbox-pi1 h3 {
                padding-left: 4px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #6d7578;
	font-weight: bold;
}
.tx-newloginbox-pi1 p {
                padding-left: 4px;
	font-family: Arial, sans-serif;
                width: 178px;
	font-size: 9px;
	color: #6d7578;
	font-weight: bold;
}

#login {
	padding-left: 4px;
}
#login a {
	text-decoration: none;
	color: #000000;
}
#login a:hover {
	text-decoration: underline;
}
.login_headline {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #567a81;
	font-weight: bolder;
	line-height: 25px;
                padding-left:4px;
}

.login_submit {
	float: left
	margin-left: 100px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: bolder;
	line-height: 25px;
}

.loginname {
	height: 20px;
	width: 178px;
	background-image: url(images/inputbg.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 1px;
	color: #4e7279;
}

.loginpw {
	height: 20px;
	width: 178px;
	background-image: url(images/inputbg.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 2px;
	color: #4e7279;
}

.loginemail {
	height: 20px;
	width: 178px;
	background-image: url(images/inputbg.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 2px;
	color: #4e7279;
}

.searchinput {
	height: 20px;
	width: 80px;
	background-color: #b9d2d7;
	color: #4e7279;
}

#search {
	padding-right: 10px;
	padding-top: 2px;
}

.newsbox {
	position: absolute;
	right: 0px;
	top: -15px;
	padding-left: 10px;
	padding-right: 5px;
}

* html .newsbox {
	left: 0px;
	width: 165px;
}

.news_headline {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #567a81;
	font-weight: bolder;
	line-height: 20px;
	background-color: #DBE9EC;
	padding-left: 5px;
}

#rightcolumn h2 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #567a81;
	font-weight: bolder;
	line-height: 20px;
	background-color: #DBE9EC;
	padding-left: 5px;
	width: 165px; 
	padding-bottom: 5px;
}


* html .news_headline {
	width: 165px; 
	padding-bottom: 5px;
}

.news {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(images/background_content.gif) top left no-repeat;
	background-color: #ffffff;
                border-bottom: 1px;
                border-bottom-style: dashed;
}

* html .news {
	width: 165px;
}

.news a, .news img, .newsbox a, .newsbox img {
	border: 0px;
}

.news ul {
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px;
	border-style: dotted;
	border-color: #6d7578;
}

* html .news ul {
	width: 165px; 
}

.news ul li {
	list-style: none;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;		
}

* html .news a {
	width: 20px;
}

.news h1 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #6d7578;
	font-weight: bold;
	line-height: 12px;
}

.news p {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #6d7578;
}

.newsbox ul {	
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
}

.newsbox ul li {
	list-style: none;
}

* html .news_content {
	width: 165px;
	margin-left: -45px;
	background: url(images/background_newsbox.gif) right top;
}



/* Menu / Sitemap, "Sitemap" */
.csc-sitemap {
}
.csc-sitemap li {
	list-style-type: none;
}
.csc-sitemap ul li A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
	list-style-type: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-decoration:none;
}
.csc-sitemap ul li A:hover {
	text-decoration:underline;
}
.csc-sitemap ul li ul li A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	margin-left: 0px;
	font-weight: bold;
	text-decoration:none;
}
.csc-sitemap ul li ul li A:hover {
	text-decoration:underline;
}
.csc-sitemap ul li ul li ul li A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-left: 0px;
	text-decoration:none;
}
.csc-sitemap ul li ul li ul li A:hover {
	text-decoration:underline;
}
.csc-sitemap ul li ul li ul li ul li A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-left: 0px;
	text-decoration:none;
}
.csc-sitemap ul li ul li ul li ul li A:hover {
	text-decoration:underline;
}
.csc-sitemap ul li ul li ul li ul li ul li A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	margin-left: 0px;
	text-decoration:none;
}
.csc-sitemap ul li ul li ul li ul li ul li A:hover {
	text-decoration:underline;
}
.csc-sitemap ul li ul li ul li ul li ul li ul li A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	margin-left: 0px;
	text-decoration:none;
}
.csc-sitemap ul li ul li ul li ul li ul li ul li A:hover {
	text-decoration:underline;
}
.csc-sitemap ul li ul li ul li ul li ul li ul li ul li A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	margin-left: 0px;
	text-decoration:none;
}
.csc-sitemap ul li ul li ul li ul li ul li ul li ul li A:hover {
	text-decoration:underline;
}

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
ul.csc-menu-3 {

}


/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
/* Great resources at: http://www.maxdesign.com.au/presentation/definition/ */
ul.csc-menu-4 {

}

ul.csc-menu-4 li.csc-sitemap {

}


ul.csc-menu-4 li.csc-sitemap a {
	font-weight: bold;
	text-decoration: none;
}

ul.csc-menu-4 li.csc-sitemap a:hover {
	font-weight: bold;
	text-decoration: underline;
}

ul.csc-menu-4 li.csc-sitemap-level1 {
	margin-left: 10px;
}

ul.csc-menu-4 li.csc-abstract {
	margin-left: 10px;
}


ul.csc-menu-2 li.csc-sitemap-level1 A {
	color: #333333;
}






.filelinks {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(images/background_content.gif) top left no-repeat;
	background-color: #ffffff;
                border-bottom: 1px;
                border-bottom-style: dashed;
}

* html .filelinks {
	/*width: 165px;*/
}

.filelinks a, .filelinks img, .newsbox a, .newsbox img {
	border: 0px;
}



/* CSC Mailform Typo3 4.0 */
.csc-mailform, .csc-mailform-radio, .csc-mailform-check, .csc-mailform-radio fieldset {
	border: 0;
}
.csc-mailform-field {
	margin: 5px 0px 5px 0px;
}
.csc-mailform-field label {
	display: block;
}
.csc-mailform-radio label {
	display: inline;
}
.csc-mailform-radio legend {
	display: none;
}

p.csc-frame-green, table.csc-frame-green { background-color: #74A0A7; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-blue, table.csc-frame-blue { background-color: #00AAFF; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

/* Powermail */
span.powermail_mandatory {
    color: red;
    }
input.validation-failed,
textarea.validation-failed {
    background-color: red;
    }
div.powermail_mandatory_js {
    color: red;
    margin: 3px 0 15px 120px;
    }
fieldset.tx-powermail-pi1_fieldset {
    border: 1px solid #A5ACB2;
    background-image: url(../img/handy.jpg);
    background-repeat: no-repeat;
    background-position: 100% 60%;
    padding: 10px;
    }
fieldset.tx-powermail-pi1_fieldset label {
    display: block;
/*
    width: 120px;
    float: left;
    clear: both;
    font-weight: bold;
*/
    }
fieldset.tx-powermail-pi1_fieldset legend {							
    font-weight: bold;
    font-size: 16px;
    color: red;
}

fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset textarea {
    width: 260px;
    }
div.tx_powermail_pi1_fieldwrap_html {
    margin: 3px 0;
    }
input.powermail_submit {
    margin: 20px 0px;
    font-weight: bold;
    border: 1px solid #444;
    width: 130px;
    }
td.powermail_all_td {
    padding: 3px 10px 3px 0;
    font-size: 11px;
    }
			    
div.powermail_check_inner label {
    display: inline;
    }
div.powermail_check_inner input {
    width: 15px;
    }
div.powermail_radio_inner label {
    display: inline;
    }
div.powermail_radio_inner input {
    width: 15px;
    }
