@charset "UTF-8";
/*-------------------------------------------------------------------

STANDARD STYLESHEET NOFDP IDSS

-------------------------------------------------------------------*/

/*
Author:    Sebastian Dubbel
Website:   www.beckerspaeth.de
E-Mail:    dubbel@beckerspaeth.de
Encoding:  UTF-8
*/


/*-------------------------------------------------------------------

RESET DEFAULT STYLES

-------------------------------------------------------------------*/

/* Reset margin and padding of all HTMl elements */
/* CSS Reset, Eric Meyer. URL: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 17px;
	color: #666;
	background: #70a531;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/*
Safari doesn't support the quotes attribute, so we do this instead.
*/
blockquote:before, blockquote:after, q:before, q:after {
	/*
	CSS 2; used to remove quotes in case "none" fails below.
	*/
	content: "";
	/*
	CSS 2.1; will remove quotes if supported, and override the above.
	User-agents that don't understand "none" should ignore it, and
	keep the above value. This is here for future compatibility,
	though I'm not 100% convinced that it's a good idea...
	*/
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*-------------------------------------------------------------------

GLOBAL BLOCK ELEMENTS

-------------------------------------------------------------------*/

html {
	height: 101%;
}

#container {
	font-size: 62.5%; /* set font-size to reasonable size so that 10px = 1em */
}

#header,
#content_container,
#footer {
	width: 100%;
}

.center_container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#header .center_container,
#footer .center_container {
	position: relative;
}

#header {
	height: 340px;
	line-height: 0;
}

#sidebar #nav_container {
	background-color: #fff;
	width: 240px;
	padding-bottom: 15px;
}

#content_container {
	background-color: #fff;
}

#content {
	margin: 0 0 0 275px;
	padding: 25px 0 60px 0;
}

#footer {
	height: 73px;
	background: url(../img/footer_background.gif) left top repeat-x;
}

#footer .center_container {
	text-align: right;
	color: #b8e483;
}

#logo_footer {
	position: absolute;
	top: -39px;
	right: 0;
}


/*-------------------------------------------------------------------
sidebar with drop shadow
-------------------------------------------------------------------*/
#sidebar {
	float: left;
	position: relative;
	top: -334px;
	left: 0;
	width: 245px;
	margin-bottom: -334px;
	padding: 0 5px 0 0;
	line-height: 17px;
	background: transparent url(../img/sidebar_shadow_right.png) 100% 0 repeat-y;
	z-index: 2;
}

#sidebar .bi {
	padding: 0 0 0 5px;
	background: transparent url(../img/sidebar_shadow_left.png) 0 0 repeat-y;
}

#sidebar .bt {
	height: 5px;
	margin: 0 -5px;
	background: url(../img/sidebar_shadow_box_gruen.gif) 100% 0 no-repeat;
}

#sidebar .bt div {
	width: 5px;
	height: 5px;
	background: url(../img/sidebar_shadow_box_gruen.gif) 0 0 no-repeat;
}

#sidebar .bb {
	height: 5px;
	margin: 0 -5px;
	background: url(../img/sidebar_shadow_box.gif) 100% 100% no-repeat;
}

#sidebar .bb div {
	width: 5px;
	height: 5px;
	background: url(../img/sidebar_shadow_box.gif) 0 100% no-repeat;
}


/*-------------------------------------------------------------------

GLOBAL CLASSES AND DEFINITIONS

-------------------------------------------------------------------*/

.margin-top_0 {
	margin-top: 0 !important;
}

.margin-top_1em {
	margin-top: 1em !important;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear_both {
	clear: both;
}

.clearfix:after,
dl dd:after,
ul.two_column_list:after {
	content: "."; 
    display: block; 
    height: 0;
	line-height: 0;
    clear: both; 
    visibility: hidden;
}

/* class to hide html elements from screen, but leave them readable for screenreaders */
.invisible,
h1,
form#newsletter_subscription label span {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
	background-image: none;
}  


/*-------------------------------------------------------------------

TYPOGRAPHY

-------------------------------------------------------------------*/

h2,
h3,
h4 {
	margin-top: 1.2em;
	line-height: 1.1;
	color: #70a531;
	font-weight: normal;
}

h2 {
	font-size: 2.6em;
}

h3 {
	font-size: 1.8em;
	margin-top: 1.7em;
}

h4 {
	font-size: 1.4em;
}

h2.inpage {
	font-size: 1.2em;
	color: #666;
	margin-top: 0;	
}

p,
ul,
ol,
dl {
	font-size: 1.2em;
}

p {
	margin-top: 1em;
}

#footer p {
	font-size: 1.1em;
	margin-top: 0;
	padding-top: 2em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

code {
	font-family: "Courier New", Courier, monospace;
	color: #333;
}

ul ul, ul ol, ul dl,
ol ul, ol ol, ol dl
dl ul, dl ol, dl dl {
	font-size: 100%;
}

ol ol, ul ul,
ol ul, ul ol {
	margin-top: 0;
}

ul,
ol {
	margin: .8em 0 0 1.5em;
}

ul li {
	margin-top: .2em;
	list-style-type: disc;
}

ol li {
	margin-top: .2em;
	list-style-type: decimal;
}


dl dt {
	width: 10em;
	float: left;
	font-weight: bold;
	clear: left;
}

dl dd {
	margin-left: 11em;
}

dl dt,
dl dd {
	margin-bottom: .5em;
}


/*-------------------------------------------------------------------

TYPOGRAPHIC CLASSES

-------------------------------------------------------------------*/

span.adr_float {
	float: left;
	width: 4.5em;
}

span.adr_float.long {
	width: 8em;
}

p.img_description {
	margin-top: 0;
	color: #999;
}

div.software_highlight p {
	float: left;
	width: 250px;
	font-size: 14px;
	line-height: 1.6;
}

.name {
	color: #333;
}

ul.two_column_list {
	width: 550px; /* add 25px to regular width, so that <li> element + margin fits in */
	margin: 0 -25px 0 0; /* cutt off additional 25px of margin to the right */
}

ul.two_column_list li {
	display: block;
	float: left;
	width: 250px;
	margin: 0 25px 0 0;
	list-style-type: none;
}

ul.two_column_list li p {
	font-size: 1em;
}

ul.two_column_list li h3 {
	font-size: 1.5em;
}



/*-------------------------------------------------------------------

IMAGES

-------------------------------------------------------------------*/
img {
	line-height: 0;
}

img#logo_interreg_eu {
	float: left;
	margin: 22px 0 0 80px;
}

#content img {
	margin-top: 1.2em;
	padding-bottom: 10px;
	background: url(../img/img_border_bottom.gif) left bottom repeat-x;
}

#content div.software_highlight img {
	padding: 0;
	background-image: none;
}


/*-------------------------------------------------------------------

LINKS

-------------------------------------------------------------------*/

a,
a:link,
a:visited {
	color: #70a531;
	text-decoration: none;
}

a:hover, 
a:active {
	border-bottom: 1px solid #70a531;
}

#footer a,
#footer a:link,
#footer a:visited {
	color: #fff;
}

#footer a:hover, 
#footer a:active {
	border-bottom-color: #fff;
}

a img,
a#logo,
a.video,
a.video:hover,
a.video:active,
a.video:focus {
	border: none;
}

/* download box */
a.download {
	display: block;
	border: 1px solid #ccc;
	padding: 2px 2px 2px 60px;
	background: left center no-repeat;	
}

a.download:hover,
a.download:active,
a.download:focus {
	border: 1px solid #ccc;
}

a.download span {
	display: block;
	padding: 8px 10px;
	background-color: #70a531;
	color: #fff;
	font-weight: bold;
	line-height: 14px;
}

a.download:hover span,
a.download:focus span {
	background-color: #8fc350;
}

a.download span.fileinfo {
	padding: 3px 0 0 0;
	font-weight: normal;
	color: #c3e897;
}

a.download:hover span.fileinfo,
a.download:focus span.fileinfo {
	color: #fff;
}

a.download.box {
	background-image: url(../img/download_box.gif);
}

a.download.arrow {
	background-image: url(../img/download_pfeil.gif);
}

/* link to external website that is opened in a new window */
a.external_link {
}


/*-------------------------------------------------------------------
SKIP LINKS
-------------------------------------------------------------------*/
#skipnav {
	margin: 0;
}

/* take links aout of document flow through absolute positioning
   hide links by positioning them outside of the visible screen area */
#skipnav a {
	position: absolute; 
	z-index: 2; 
	overflow: hidden; 
	top: -1000em; 
	left: -1000em;
	padding: 0;
	margin: 0;
} 

/* show links when focused or active, by positioning them inside visible screen area */
#skipnav a:focus, 
#skipnav a:active {
	position: relative;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	border-bottom: none;
	font-size: 12px;
}


/*-------------------------------------------------------------------

NAVIGATION

-------------------------------------------------------------------*/

ul#navigation {
	position: relative;
	margin: 0 3px;
}

ul#navigation li {
	margin-top: 0;
	line-height: 1.2;
	list-style-type: none;
}

ul#navigation a,
ul#navigation a:link,
ul#navigation a:visited {
	display: block;
	padding: 11px 15px 12px 15px;
	color: #fff;
	background: #70a531 url(../img/nav_border_bottom.gif) left bottom no-repeat;
	border-bottom: none;
}

ul#navigation li.last-child a,
ul#navigation li.last-child a:link,
ul#navigation li.last-child a:visited {
	background-image: none;
	padding-bottom: 11px;
}

ul#navigation a:hover,
ul#navigation a:active,
ul#navigation a:focus,
ul#navigation li.nav_active a,
ul#navigation li.nav_active a:link,
ul#navigation li.nav_active a:visited,
ul#navigation li.nav_active a:hover,
ul#navigation li.nav_active a:active,
ul#navigation li.nav_active a:focus {
	background-image: none;
	margin-top: -1px;
	padding-top: 12px;
}

ul#navigation li.first-child a:hover,
ul#navigation li.first-child a:active,
ul#navigation li.first-child a:focus,
ul#navigation li.first-child.nav_active a,
ul#navigation li.first-child.nav_active a:link,
ul#navigation li.first-child.nav_active a:visited,
ul#navigation li.first-child.nav_active a:hover,
ul#navigation li.first-child.nav_active a:active,
ul#navigation li.first-child.nav_active a:focus {
	margin-top: 0;
	padding-top: 11px;
}

ul#navigation a:hover,
ul#navigation a:active,
ul#navigation a:focus {
	background-color: #8fc350;
}

ul#navigation li.nav_active a,
ul#navigation li.nav_active a:link,
ul#navigation li.nav_active a:visited,
ul#navigation li.nav_active a:hover,
ul#navigation li.nav_active a:active,
ul#navigation li.nav_active a:focus {
	background-color: #3381ba;
}


/*-------------------------------------------------------------------
SUBNAVIGATION
-------------------------------------------------------------------*/

ul#navigation ul {
	position: absolute;
	/*top: 350px;*/
	top: 250px;
	left: 0px;
	width: 218px;
	margin: 0 8px;
	border-top: 1px solid #ccc;
}

ul#navigation li ul a,
ul#navigation li ul a:link,
ul#navigation li ul a:visited,
ul#navigation li.nav_active ul a,
ul#navigation li.nav_active ul a:link,
ul#navigation li.nav_active ul a:visited {
	margin-top: 0;
	padding: 11px 7px;
	background-color: #fff;
	background-image: none;
	color: #70a531;
	border-bottom: 1px solid #ccc;
}

ul#navigation li ul a:hover,
ul#navigation li ul a:active,
ul#navigation li ul a:focus,
ul#navigation li.nav_active ul a:hover,
ul#navigation li.nav_active ul a:active,
ul#navigation li.nav_active ul a:focus {
	background-color: #f9f7f7;
}

ul#navigation li ul li.nav_active a,
ul#navigation li ul li.nav_active a:link,
ul#navigation li ul li.nav_active a:hover,
ul#navigation li ul li.nav_active a:active,
ul#navigation li ul li.nav_active a:focus {
	margin-top: 0 !important;
	padding-top: 11px !important;
	background-color: #f9f7f7 !important;
	color: #3381ba !important;
}


/*-------------------------------------------------------------------
INPAGE NAVIGATION
-------------------------------------------------------------------*/
ul.inpage_navigation {
	margin: 1em 0 0 0;
	border-top: 1px solid #ccc;
}

ul.inpage_navigation li {
	margin-top: 0;
	list-style-type: none;
}

ul.inpage_navigation a,
ul.inpage_navigation a:link,
ul.inpage_navigation a:visited {
	display: block;
	padding: 2px 7px;
	color: #70a531;
	border-bottom: 1px solid #ccc;
}

ul.inpage_navigation a:hover,
ul.inpage_navigation a:active,
ul.inpage_navigation a:focus {
	background-color: #f9f7f7;
}


/*-------------------------------------------------------------------

HEADER 

-------------------------------------------------------------------*/

img#header_img {
	position: absolute;
	top: 130px;
	left: 0;
	min-width: 800px;
	min-height: 210px;
	height: 210px;
	width: 100%;
	z-index: 1;
}


/*-------------------------------------------------------------------

FORMS 

-------------------------------------------------------------------*/

fieldset {
	border: solid 0 #fff;
}

fieldset legend {
	display: none;
}

input.text,
textarea {
	padding: 2px;
	color: #666;
	font-size: 100%;
	border: 1px solid #ccc;
	background-color: #f9f7f7;
}

input.text:focus,
textarea:focus {
	border: 1px solid #70a531;
	background-color: #fff;
}

input.text {
	padding: 2px;
}


/*-------------------------------------------------------------------
NEWSLETTER SUBSCRITPION
-------------------------------------------------------------------*/

form#newsletter_subscription {
	margin: 20px 15px 0 15px;
}

form#newsletter_subscription p {
	margin-top: 0;
}

form#newsletter_subscription label {
	display: block;
	color: #70a531;
}

form#newsletter_subscription input.text {
	width: 158px;
}

form#newsletter_subscription input#submit_newsletter {
	margin: -22px 0 0 0;
	padding-top: 22px;
	width: 39px;
	height: 0px;
	background: transparent url(../img/btn_newsletter.gif) no-repeat top center;
	border: solid 0 #fff;
	overflow: hidden;
	cursor: pointer;
	float: right;
}
