/* ------------------------------------------------------------------- */
/* syncap
/* 091110 1637
/* ------------------------------------------------------------------- */

/* Farbcodes */
/* light yellow   - #fffed7 */
/* font green     - #004e03 */
/* nav-link green - #ccdcad */

/* ------------------------------------------------------------------- */
/* Cross-Browser - HTML-Tag - Resetting
/* ------------------------------------------------------------------- */
@import url("reset.css");

/* ------------------------------------------------------------------- */
/* Layout
/* ------------------------------------------------------------------- */
@import url("layout.css");

/* ------------------------------------------------------------------- */
/* helper classes
/* ------------------------------------------------------------------- */
@import url("helper.css");

/* ------------------------------------------------------------------- */
/* Styling Forms
/* ------------------------------------------------------------------- */
@import url("forms.css");

/* ------------------------------------------------------------------- */
/* Styling Plugins
/* ------------------------------------------------------------------- */
@import url("plugins.css");

/* ------------------------------------------------------------------- */
/* Styling Navigation
/* ------------------------------------------------------------------- */
/* @import url("menu.css"); */


/* ------------------------------------------------------------------- */
/* define standard-HTML-Tags
/* ------------------------------------------------------------------- */

body {
	background: url(../img/page-main-bg.gif) repeat-x 0% 0% #fffff5; /* fffed7; */
	color: #000;
  font: 74%/140% Arial, Verdana, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #004e03;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

h1, h2 {
	font-size: 1.4em;
	margin-bottom: 1em;
}

h3 {
	font-weight: bold;
}

small {
	font-size: 0.9em;
}

p {
	margin-bottom: 1.5em;
}

a {
	color: #000;
	text-decoration: none;
}
a:active, a:hover {
	color: #004e03; /* #aadcad; */
}


ul.navigation li a {
	display: block;
}

ul.navigation li a.active {
	font-weight: bold;
}

ul.inline li {
	float: none;
	display: inline;
}

ul.inline li a {
	border-left: 1px solid #555;
	display: inline;
	padding: 0px 8px;
}

ul.inline li:first-child a,
ul.inline li.first-child a {
	border-left: 0;
}


#locations {
	color:#000; /* #004e03; */
	font-size:.95em;
}

#languages {
	height: auto;
	position: absolute;
	right: 10px;
	top: 10px;
}
#languages li {
	display: list-item;
	display: block;
	height: 11px;
	margin-bottom: 5px;
}
#languages a, #languages span {
	background: no-repeat 0% 0% transparent;
	display: block;
	height: 11px;
	margin-bottom: 3px;
	text-indent: -999em;
	width: 17px;
}
#languages .lang_en {
	background-image: url(../img/flags/en.gif);
}
#languages .lang_de {
	background-image: url(../img/flags/de.gif);
}


#main-navigation {
	font-size: 1em;
	line-height: 19px;
	padding-top: 3px;
	width: 300px;
}

#main-navigation a {
	color: #fffff5;
}

#main-navigation a:active, #main-navigation a:hover {
	color: #000;
}

.sidebar {
	margin-bottom: 2em;
}


#sidebar-content{
	padding: 0 25px;
}

#sidebar-nav h2{
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: .5em;
	padding: 0 25px;
}


.menue ul ul {
	border-bottom: 1px dotted #407a38;
}

.menue li a {
	border: 0 dotted #407a38;
	border-width: 0 0 1px;
	display: block;
	line-height: 2.2em;
	padding: 0 25px;
}
.menue li:first-child a, .menue li.first-child a {
	border-width: 1px 0;
}
.menue ul ul li.rex-active a,
.menue li:first-child ul a, .menue li.first-child ul a,
.menue ul ul li:first-child a, .menue ul ul li.first-child a {
	border-width: 0;
}
.menue li a.rex-active,
.menue li a.rex-current {
	font-weight: bold;
}

.menue li ul {
	display: none;
}
.menue li:hover ul,
.menue li.rex-active ul,
.menue li.rex-current ul {
	display: block;
}

.menue li ul li {
	padding-left: 1em;
}
.menue li ul li a {
	border: 0;
	line-height: 1.8em;
}


#breadcrumb {
	margin-bottom: 1em;
}

ul#breadcrump-navigation, #breadcrump-navigation ul, #breadcrump-navigation li {
	display: inline;
}

#breadcrump-navigation li a, #breadcrump-navigation li span {
	padding: 0 5px;
}


#page-content hr.sep {
	border-bottom: 1px dotted #407a38;
	display: block;
	height: 1px;
	margin: 0 auto 1.5em;
	visibility: visible;
	width: 100%;
}

#page-content ol{
	list-style-type: decimal;
	margin: 0 1.5em 1.5em;
}
#page-content ul {
	list-style-type: disc;
	margin: 0 1.5em 1.5em;
}
#page-content li {
	display: list-item;
}
#page-content a {
	color: #004e03;
}
#page-content a:active, #page-content a:hover {
	color: #000;
}


.project_text {
	text-align: justify;
}

.project_details {
	float: right;
	margin: 0 0 2em 1.5em;
}

.project_details #project_image {
	background: 0;
}

.project_details #project_team {
	background: #ccd8a3;
	margin-top: 1em;
	padding: 10px;
	-moz-border-radius: 3px;
  	border-radius: 3px;
}


.column.border {
	border-right: 1px dotted #407a38;
}


.map div {
	background-color: #eaede2;
	padding: 20px;
	width: 380px;
}

.map div h2 {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.map div p {
	margin-bottom: 0.25em;
}

/* ------------------------------------------------------------------- */
/* Modul - Downloadlist
/* ------------------------------------------------------------------- */

#page-content ul.download {
	clear: both;
	display: block;
	list-style: none;
	margin: 0;
}

ul.download li.file {
	border-bottom: 1px dotted #407a38;
	padding: .5em 0;
}

/* ------------------------------------------------------------------- */
/* Modul - Newslist
/* ------------------------------------------------------------------- */

#page-content ul.news {
	clear: both;
	color: #004e03;
	display: block;
	list-style: none;
	margin: 0;
}

ul.news li {
	border-bottom: 1px dotted #407a38;
	padding: .5em 0;
}

/* ------------------------------------------------------------------- */
/* International
/* ------------------------------------------------------------------- */

#locations_map {
	position: relative;
}

#locations_map img#map {
	z-index: 0;
}

#locations_links {
	background: url(../../files/syncap_international_map.gif) no-repeat 0 0 transparent;
	height: 368px;
	left: 0;
	position: absolute;
	top: 0;
	width: 636px;
	z-index: 999;
}

#locations_links a {
	background: none;
	border: 0px solid #7fa67c;
	display: block;
	height: 20px;
	margin: 3px;
	position: absolute;
	text-indent: -999em;
	width: 31px;
	z-index: 999;
}

#locations_links a:hover {
	border-width: 3px;
	margin: 0;
}

#locations_tip {
	background-color: #fff;
	border: 1px solid #729d74;
	left: 370px;
	padding: 15px 15px 0;
	position: absolute;
	top: 85px;
	width: 170px;
	z-index: 999;
}

a#a_de { bottom:1px;right:119px }
a#a_be { top:1px;left:244px }
a#a_se { top:1px;left:362px }
a#a_nl { top:1px;left:480px }
a#a_pl { top:1px;right:1px }
a#a_ru { top:119px;right:1px }
a#a_us_ny { top:141px;left:8px }
a#a_us_ch { top:235px;left:8px }
a#a_fr { top:1px;left:8px }
a#a_es { bottom:1px;left:8px }
a#a_br { bottom:1px;left:126px }
a#a_ch { bottom:1px;left:244px }
a#a_it { bottom:1px;left:362px }
a#a_au { bottom:1px;right:1px }
a#a_in { top:259px;right:1px }
a#a_gb { top:1px;left:126px }
a#a_cz { top:165px;right:1px }
a#a_sk { top:210px;right:1px }

#footer-navigation ul { display:inline-block }

#socials { bottom:10px;height:auto;position:absolute;right:10px;z-index:1000 }
#socials li { background:url('../img/socials.8bit.png') 0 0 no-repeat;display:block;height:16px;margin:0 0 5px;width:16px }
#socials li a { border:0;display:block;height:100%;margin:0;text-indent:-999em;width:100% }
#socials li a:hover { background:rgba(30,30,30,.2) }
#socials li { -moz-border-radius:2px;-khtml-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;box-shadow:0 0 2px rgab(30,30,30,.3) }
#socials .facebook { background-position:0 -976px }
#socials .xing { background-position:0 -5168px }
#socials .linkedin { background-position:0 -624px }

