/*
body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: -10px;
	width: 110%;
	height: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.8);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,.8);
	box-shadow: 0 0 10px rgba(0,0,0,.8);
	z-index: 100
}
*/

body, input, table, textarea {
    font-family: Verdana,Arial, Helvetica;
    margin: 0;
    padding: 0;
    font-size : 10pt;
    color : #000000;
}

body {
    background-color: #CCCCCC;
}

select {
    font-family: Verdana,Arial, Helvetica;
    font-size : 10pt;
    color : #000000;
}

#divFixedMainNavigation {
    position: fixed;
    top: 0px;
    width: 100%;
	margin: 0;
    z-index: 99;
    height: 35px;
    background-color: #3C5EA8;
  	background-repeat:repeat-x;
  	background-image: url(../images/layout/nav_bg.png);
  	color: #FFFFFF;
}

#divFixedMainNavigation_inner {
	position: relative;
    width: 980;
	margin: 0px auto -1px auto;
	top: 1px;
}

#divFixedMainNavigationPath {
	clear: both;
	position: relative;
	margin: 0px auto -1px auto;
	left: 23px;
	width: 935px;
	top: -8px;
  	color: #000000;
    border-left: 1px solid #C9CFC1;
    border-right: 1px solid #C9CFC1;
    border-bottom: 1px solid #C9CFC1;
    padding: 3px;
    padding-left: 4px;
    background-color: #FFFFFF;

	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;

    box-shadow: 0 4px 2px -2px #808080;
}

#divMainLogo {
    width: 960px;
	margin: 0px auto -1px auto;
    height: 60px;

	/*
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px dotted #FFFFFF;
    */
}

#divMainNavigation {
    width: 980px;
	margin: 0px auto -1px auto;
    height: 35px;
    background-color: #3C5EA8;
  	background-repeat:repeat-x;
  	background-image: url(../images/layout/nav_bg.png);
  	color: #FFFFFF;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;

    /*border: 1px solid #4664A9;*/
}

#main {
	margin: 0px auto -1px auto;
    width: 998px;
    background-color: #FFFFFF;
    border-left: 1px solid #E9EBE6;
    border-top: 1px solid #E9EBE6;
    border-right: 1px solid #E9EBE6;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	height: auto;
}

#main_error {
	margin: 0px auto -1px auto;
    width: 998px;
    background-color: #FFFFFF;
    border-left: 1px solid #E9EBE6;
    border-top: 1px solid #E9EBE6;
    border-right: 1px solid #E9EBE6;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: auto;
}

#main_background_info {
	position: fixed;
	left: 50%;
	width: 998px;
	margin-left: -500px;
	bottom: 30px;
	height: 19px;
	font-size: 12px;
	text-align: center;
    color: rgba(0,0,0,1);

    background-color: rgba(255,255,255,0.8);
    border-left: 1px solid rgba(233,235,230,0.7);
    border-top: 1px solid rgba(233,235,230,0.7);
    border-right: 1px solid rgba(233,235,230,0.7);
    border-bottom: 1px solid rgba(233,235,230,0.7);
	-moz-border-radius: 5px;
	border-radius: 5px;

	display: none;

	padding: 3px 0px 0px 0px;
}

#main_inner {
	padding: 10px;
}

#main_inner_left {
	float: left;
}

#footer {
	position: fixed;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	bottom: 0px;
	height: 23px;
	text-align: right;
}

#footer_inner {
	padding: 0px 10px 10px 0px;
}

#footer_right {
    position: fixed;
    bottom: 0px;
    right: 0px;
	height: 23px;
	text-align: center;
}

#footer_right_inner {
	padding: 0px 0px 10px 0px;
}

.navigation_button {
	position: relative;
	top: 7px;
    padding: 6px 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    text-shadow: 1px 1px 1px #000000;
    font-weight: bold;
}

.navigation_button:link {
    color: #FFFFFF;
}

.navigation_button:visited {
    color: #FFFFFF;
}

.navigation_button:hover {
    text-decoration: none;
    /*background-position: left -78px;*/
    cursor: pointer;
    color: #FFFF00;
}

.navigation_button:active {
    text-decoration: none;
    color: #000000;
    text-shadow: 1px 1px 1px #FFFFFF;
    /*background-position: left -58px;*/
    cursor: pointer;
}

.footer_button {
    padding: 6px 10px;
    border-left: 1px dotted #ddd;
    border-top: 1px dotted #ddd;
    border-right: 1px dotted #ddd;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    text-shadow: 1px 1px 1px #000000;
    font-weight: bold;
    background-color: #3C5EA8;
    background-repeat: repeat-x;
    background-image: url(../images/layout/nav_bg.png);
    height: 35px;

    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    /*border: 1px dotted #4664A9;*/
}

.footer_button_search_field {
    font-family: Verdana,Arial,Helvetica;
    font-size: 10pt;
}

.footer_button_search {
    padding: 6px 10px;
    border-left: 1px dotted #ddd;
    border-top: 1px dotted #ddd;
    border-right: 1px dotted #ddd;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    background-color: #3C5EA8;
    background-repeat: repeat-x;
    background-image: url(../images/layout/nav_bg.png);
    height: 35px;

    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    /*border: 1px dotted #4664A9;*/
}

.footer_button:link {
    color: #FFFFFF;
}

.footer_button:visited {
    color: #FFFFFF;
}

.footer_button:hover {
    border-left: 1px dotted #bbb;
    border-right: 1px dotted #bbb;
    border-top: 1px dotted #bbb;
    text-decoration: none;
    /*background-position: left -78px;*/
    cursor: pointer;
    color: #FFFF00;
}

.footer_button:active {
    text-decoration: none;
    color: #000000;
    text-shadow: 1px 1px 1px #FFFFFF;
    /*background-position: left -58px;*/
    cursor: pointer;
}

.logo_text_caption {
    color: #466EBE;
    font-size: 20pt;
    text-shadow: 2px 1px 2px rgba(0,0,0,0.4);
	/*text-shadow: 2px 1px 0 rgba(128,128,128,0.4);*/
	/*text-shadow:0px 0px 0 rgb(-20,12,76), 1px 1px 0 rgb(-134,-102,-38),2px 2px 1px rgba(0,0,0,0.05),2px 2px 1px rgba(0,0,0,0.5),0px 0px 1px rgba(0,0,0,.2);*/
    font-weight: bold;
}

.logo_text {
    color: #3C5EA8;
    font-size: 11pt;
}

#divLogoTextBackground {
    padding-left: 81px;
    padding-top: 2px;
    width: 460px;
}

#divLogoTextBackground_inner {

    -moz-border-radius: 5px;
    border-radius: 5px;

    background-color: rgba(255, 255, 255, 0.75);
    padding: 2px;
}

#no_js {
	width: 957px;
    background-color: #CCCCCC;
    border: 1px solid #FF0000;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

#preview_mode {
	position: absolute;
	left: 50%;
	width: 998px;
	margin-left: -500px;

	top: 2px;
}

#preview_mode_inner {
	position: relative;
	left: 680px;
	width: 300px;
	text-align: center;
	font-weight: bold;

    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #FF0000;

    background-color: rgba(255, 255, 0, 0.45);
    padding: 5px;
	height: 44px;
}

#preview_mode_lpp {
	position: relative;
	left: 50%;
	width: 998px;
	margin-left: -500px;
	top: 4px;
}

#preview_mode_lpp_inner {
	position: relative;
	left: 501px;
	width: 316px;
}

#contact_request_send {
	width: 621px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    color: #008000;
    background-color: #F5F5F5;

    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #C0C0C0;
    box-shadow: 0 4px 2px -2px #808080;
}

#contact_request_error {
	width: 621px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    color: #FF0000;
    background-color: #F5F5F5;

    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #C0C0C0;
    box-shadow: 0 4px 2px -2px #808080;
}

#left_col {
    width: 320px;
    float: left;

   	/*border-bottom: 1px dotted #CCCCCC;*/
	/*border-right: 1px dotted #CCCCCC;*/
	padding-bottom: 5px;
}

#middle_col {
	width: 320px;
    float: right;

	/*border-bottom: 1px dotted #CCCCCC;*/
	/*padding-bottom: 5px;*/
	/*padding-left: 5px;*/
	padding-right: 3px;
}

#right_col {
	width: 323px;
	float: right;
    height: 100%;

	/*border-bottom: 1px dotted #CCCCCC;*/
	border-left: 1px dotted #CCCCCC;
	/*padding-bottom: 5px;*/
	padding-left: 5px;
}

#left_middle_col {
    width: 648px;
	float: left;

	/*border-bottom: 1px dotted #CCCCCC;*/
	/*padding-bottom: 5px;*/
}

/* link */

A:link {
	color : #3C5DA7;
	text-decoration : none;
}

A:visited {
	color : #3C5DA7;
	text-decoration : none;
}

A:active {
	color : #333333;
	text-decoration : underline;
}

a:hover {
	color: #333333;
	text-decoration : underline;
}

A.sos:link {
	color : #FFFFFF;
	text-decoration : none;
}

A.sos:visited {
	color : #FFFFFF;
	text-decoration : none;
}

A.sos:active {
	color : #FFFFFF;
	text-decoration : underline;
}

a.sos:hover {
	color: #FFFF00;
	text-decoration : underline;
}


A.project:link {
	color : #FFFFFF;
	text-decoration : none;
}

A.project:visited {
	color : #FFFFFF;
	text-decoration : none;
}

A.project:active {
	color : #FFFFFF;
	text-decoration : underline;
}

a.project:hover {
	color: #FFFF00;
	text-decoration : underline;
}

/* captions */

h1 {
    font-size: 14pt;
    color: #3C5DA7;
    font-weight: bold;
    font-style: italic;
    letter-spacing: -0.01em;
    word-spacing: -0.01em;
    margin-top: 0;
    /*text-shadow: 1px 0px 0px #CCD5E8;*/
}

h2 {
    font-size: 10pt;
    color: #3C5DA7;
    font-weight: bold;
    font-style: italic;
    margin: 0;
}

h3 {
    font-size: 10pt;
    color: #3C5DA7;
    font-weight: bold;
    margin: 0;
    margin-bottom: 3px;
}

h4 {
    font-size: 10pt;
    color: #000000;
    font-weight: bold;
    font-style: italic;
    margin: 0;
}

h5 {
    font-size: 14pt;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0;
}

h6 {
    font-size: 10pt;
    color: #000000;
    font-weight: bold;
    margin: 0;
}

h7 {
    font-size: 14pt;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: -0.01em;
    word-spacing: -0.01em;
    margin-top: 0;
    text-shadow: 2px 1px 2px #000000;
}

h8 {
    font-size: 14pt;
    color: #000000;
    font-weight: bold;
    letter-spacing: -0.01em;
    word-spacing: -0.01em;
    margin-top: 0;
    text-shadow: 2px 1px 2px #FFFFFF;
}


/* boxes */

#divBox {
	position: relative;
    width: 99%;
    background-color: #F5F5F5;
  	color: #000000;

    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #C0C0C0;
    box-shadow: 0 4px 2px -2px #808080;
}

#divBoxStatTable {
    background-color: #F5F5F5;
  	color: #000000;

    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #C0C0C0;
    box-shadow: 0 4px 2px -2px #808080;
}

#divBox_inner {
	padding: 10px;
  	overflow: hidden;
}

#divBoxSOS {
	position: relative;
    width: 316px;
    background-color: #000000;
  	color: #FFFFFF;

    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000000;
    box-shadow: 0 4px 2px -2px #808080;
}

#divBoxSOS_inner {
	position: relative;
	padding: 10px;
}

#divSOSLogo {
	position: absolute;
	align: right;
	right: 10px;
	top: 2px;
    font-size: 20pt;
    text-shadow: 2px 1px 2px #FFFFFF;
    font-weight: bold;
    color: #FF0000;
}

#divBoxP1 {
	position: relative;
    width: 316px;
    background-color: #0000C0;
  	color: #FFFFFF;

    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #005FB1;
    box-shadow: 0 4px 2px -2px #808080;
}

#divBoxP1_inner {
	position: relative;
	padding: 10px;
}

#divBoxP2 {
	position: relative;
    width: 316px;
    background-color: #A90B10;
  	color: #FFFFFF;

    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #A90B10;
    box-shadow: 0 4px 2px -2px #808080;
}

#divBoxP2_inner {
	position: relative;
	padding: 10px;
}

#divBoxP4 {
	position: relative;
    width: 641px;
    background-color: #216BB7;
  	color: #FFFFFF;

    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #1F67AB;
    box-shadow: 0 4px 2px -2px #808080;
}

#divBoxP4_inner {
	position: relative;
	padding: 10px;
}

/* Project boxes on project page */

#divBoxIPP1 {
	position: relative;
    width: 99%;
    overflow: auto;
    background-color: #0000C0;
  	color: #FFFFFF;

    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #005FB1;
    box-shadow: 0 4px 2px -2px #808080;
}

#divBoxIPP1_inner {
	position: relative;
	padding: 5px 5px 5px 5px;
	width: 49.3%;
}

#divBoxIPP2 {
	position: relative;
    width: 99%;
    overflow: auto;
    background-color: #A90B10;
  	color: #FFFFFF;

    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #A90B10;
    box-shadow: 0 4px 2px -2px #808080;
}

#divBoxIPP2_inner {
	position: relative;
	padding: 5px 5px 5px 5px;
	width: 49.3%;
}

#divBoxIPP4 {
	position: relative;
    width: 99%;
    overflow: auto;
    background-color: #216BB7;
  	color: #FFFFFF;

    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #216BB7;
    box-shadow: 0 4px 2px -2px #808080;
}

#divBoxIPP4_inner {
	position: relative;
	padding: 5px 5px 5px 5px;
	width: 49.3%;
}

#divBoxIPSOS {
	position: relative;
    width: 99%;
    overflow: auto;
    background-color: #000000;
  	color: #FFFFFF;

    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000000;
    box-shadow: 0 4px 2px -2px #808080;
}

#divBoxIPSOS_inner {
	position: relative;
	padding: 5px 5px 5px 5px;
	width: 49.3%;
}


#divIPSOSLogo {
	position: absolute;
	align: right;
	right: 5px;
	top: 0px;
    font-size: 16pt;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 1);/*#000000;*/
    font-weight: bold;
    color: rgba(255, 0, 0, 1);/*#FF0000;*/
}

#divNewProject {
	position: absolute;
	align: right;
	right: 10px;
	top: 2px;
    font-size: 20pt;
    text-shadow: 2px 1px 2px #000000;
    font-weight: bold;
    color: #FFFF00;
}

hr.style-one { border: 0; height: 1px; background: #808080; background-image: -webkit-linear-gradient(left, #ccc, #808080, #ccc); background-image: -moz-linear-gradient(left, #ccc, #808080, #ccc); background-image: -ms-linear-gradient(left, #ccc, #808080, #ccc); background-image: -o-linear-gradient(left, #ccc, #808080, #ccc); }
hr.style-four { height: 12px; border: 0; box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5); }
hr.style-six { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.imageRoundEdges {
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

.imageAllRoundEdges {
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.imageAllRoundEdgesWithBorder {
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #C0C0C0;
    box-shadow: 0 4px 2px -2px #808080;
}

.errorMessage {
	color: #FF0000;
}

#counter {
	font-size: 8pt;
	margin-top: 7px;
	margin-bottom: 0px;
}

.textJustifiedAndPaddingRight {
	text-align: justify;
	padding-right: 5px;
}

.textImageSubscription {
	text-align: center;
	font-size: 7pt;
	font-style: italic;
	padding: 10px;
}

.keywords {
	text-align: justify;
	font-size: 7pt;
}

/*-------------------------------------------------*/

ul#navigation {
	margin:0px auto;
	position:relative;
}

ul#navigation li {
	display:inline;
	font-weight:bold;
	float:left;
	position:relative;
}

ul#navigation li a {
	position: relative;
	top: 7px;
    padding: 5px 15px 18px 5px;
	color: #FFFFFF;
    text-align: left;
    font-size: 10pt;
    text-shadow: 1px 1px 1px #000000;
    font-weight: bold;
}

ul#navigation li a:link {
    color: #FFFFFF;
}

ul#navigation li a:visited {
    color: #FFFFFF;
}

ul#navigation li a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #FFFF00;
}

ul#navigation li a:active {
    text-decoration: none;
    color: #000000;
    text-shadow: 1px 1px 1px #FFFFFF;
    cursor: pointer;
}


ul#navigation li:hover > a {
}

ul#navigation ul a {
	color : #FFFFFF;
    text-shadow: 1px 1px 1px #000000;
}

ul#navigation ul a:link {
	color : #FFFFFF;
	text-decoration : none;
}

ul#navigation ul a:visited {
	color : #FFFFFF;
	text-decoration : none;
}

ul#navigation ul a:hover {
    color: #FFFF00;
	text-decoration : none;
}

ul#navigation ul a:active {
    color: #000000;
    text-shadow: 1px 1px 1px #FFFFFF;
	text-decoration : none;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
    /*these 2 styles are very important, being the ones which make the drop-down to appear on hover */
	visibility: visible;
	opacity: 1;
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;

	/*the next 2 styles are very important, being the ones which make the drop-down to stay hidden */
    visibility:hidden;
    opacity:0;

    position: absolute;
    z-index: 99999;
	width: 220px;
	background: #4664A9;
 	color: #000000;

    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #6485C8;
    box-shadow: 0 4px 2px -2px #808080;

	/* css3 transitions for smooth hover effect */
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear;
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear;
	-o-transition:opacity 0.2s linear, visibility 0.2s linear;
	transition:opacity 0.2s linear, visibility 0.2s linear;
}

ul#navigation ul {
    top: 34px;
}

ul#navigation ul li ul {
    top: -1;
    left: 221px; /* strong related to width:220px; from above */
}

ul#navigation ul li {
	clear: both;
	width: 100%;
	border: 0 none;
	border-bottom: 1px solid #6485C8;
    background: #4664A9;
    background-image: -moz-linear-gradient(top, #718DC5 0%, #A2B4DA 50%, #718DC5 100%);
    background-image: -webkit-linear-gradient(top, #718DC5 0%, #A2B4DA 50%, #718DC5 100%);
    background-image: -ms-linear-gradient(top, #718DC5 0%, #A2B4DA 50%, #718DC5 100%);
    background-image: -o-linear-gradient(top, #718DC5 0%, #A2B4DA 50%, #718DC5 100%);
}

ul#navigation ul li a {
	background:none;
	/*padding:7px 15px;*/
	color:#FFFFFF;
	/*text-shadow:1px 1px 0px #000000;*/
	text-decoration: none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	width:90%;
}

ul#project_intro {
    margin-left: -15px;
}

ul#project {
	margin: 0;
	padding: 0;

	list-style-type: none;

    margin-top: -15px;
    margin-bottom: -30px;
}

ul#project li {
  	color: #FFFFFF;
    /*background-color: #5F80C4;*/
    background-color: #0000C0;
    /*text-shadow: 1px 1px 1px #000000;*/

    -moz-border-radius: 5px;
    border-radius: 5px;
    /*border: 1px solid #C0C0C0;*/
    box-shadow: 0 4px 2px -2px #808080;

    padding: 10px;
}

/* letztes Projekt */
ul#project1, ul#project1_sl {
	margin: 0;
	padding: 0;

	list-style-type: none;

    margin-top: -15px;
    margin-bottom: -30px;
}

ul#project1 li, ul#project1_sl li {
  	color: #FFFFFF;
    /*background-color: #5F80C4;*/
    background-color: #0000C0;
    /*text-shadow: 1px 1px 1px #000000;*/

    -moz-border-radius: 5px;
    border-radius: 5px;
    /*border: 1px solid #C0C0C0;*/
    box-shadow: 0 4px 2px -2px #808080;

    padding: 10px;
	margin: 0 0 10px 0;
}

ul#project1_sl li {
	display: inline;
	margin: 0 10px 0 0;
}

/* neues Projekt */
ul#project2, ul#project2_sl {
	margin: 0;
	padding: 0;

	list-style-type: none;

    margin-top: -15px;
    margin-bottom: -30px;
}

ul#project2 li, ul#project2_sl li {
  	color: #FFFFFF;
    /*background-color: #5F80C4;*/
    background-color: #A90B10;
    /*text-shadow: 1px 1px 1px #000000;*/

    -moz-border-radius: 5px;
    border-radius: 5px;
    /*border: 1px solid #C0C0C0;*/
    box-shadow: 0 4px 2px -2px #808080;

    padding: 10px;
	margin: 0 0 10px 0;
}

ul#project2_sl li {
	display: inline;
	margin: 0 10px 0 0;
}

/* SOS-Projekt */
ul#project3, ul#project3_sl {
	margin: 0;
	padding: 0;

	list-style-type: none;

    margin-top: -15px;
    margin-bottom: -30px;
}

ul#project3 li, ul#project3_sl li {
  	color: #FFFFFF;
    /*background-color: #5F80C4;*/
    background-color: #000000;
    /*text-shadow: 1px 1px 1px #000000;*/

    -moz-border-radius: 5px;
    border-radius: 5px;
    /*border: 1px solid #C0C0C0;*/
    box-shadow: 0 4px 2px -2px #808080;

    padding: 10px;
	margin: 0 0 10px 0;
}

ul#project3_sl li {
	display: inline;
	margin: 0 10px 0 0;
}

/* Spezial Projekt */
ul#project4, ul#project4_sl {
	margin: 0;
	padding: 0;

	list-style-type: none;

    margin-top: -15px;
    margin-bottom: -30px;
}

ul#project4 li, ul#project4_sl li {
  	color: #FFFFFF;
    /*background-color: #5F80C4;*/
    background-color: #216BB7;
    /*text-shadow: 1px 1px 1px #000000;*/

    -moz-border-radius: 5px;
    border-radius: 5px;
    /*border: 1px solid #C0C0C0;*/
    box-shadow: 0 4px 2px -2px #808080;

    padding: 10px;
	margin: 0 0 10px 0;
}

ul#project4_sl li {
	display: inline;
	margin: 0 10px 0 0;
}

ul#project A:link { color : #FFFFFF; text-decoration : none; border-bottom: 1px dotted #FFFFFF; }
ul#project A:visited { color : #FFFFFF; text-decoration : none; }
ul#project A:active { color : #FFFFFF; text-decoration : none; }
ul#project A:hover { color: #FFFF00; text-decoration : none; border-bottom: 1px solid #FFFF00; }

ul#project1 A:link, ul#project1_sl A:link { color : #FFFFFF; text-decoration : none; border-bottom: 1px dotted #FFFFFF; }
ul#project1 A:visited, ul#project1_sl A:visited { color : #FFFFFF; text-decoration : none; }
ul#project1 A:active, ul#project1_sl A:active { color : #FFFFFF; text-decoration : none; }
ul#project1 A:hover, ul#project1_sl A:hover { color: #FFFF00; text-decoration : none; border-bottom: 1px solid #FFFF00; }

ul#project2 A:link, ul#project2_sl A:link { color : #FFFFFF; text-decoration : none; border-bottom: 1px dotted #FFFFFF; }
ul#project2 A:visited, ul#project2_sl  A:visited { color : #FFFFFF; text-decoration : none; }
ul#project2 A:active, ul#project2_sl  A:active { color : #FFFFFF; text-decoration : none; }
ul#project2 A:hover, ul#project2_sl  A:hover { color: #FFFF00; text-decoration : none; border-bottom: 1px solid #FFFF00; }

ul#project3 A:link, ul#project3_sl A:link { color : #FFFFFF; text-decoration : none; border-bottom: 1px dotted #FFFFFF; }
ul#project3 A:visited, ul#project3_sl A:visited { color : #FFFFFF; text-decoration : none; }
ul#project3 A:active, ul#project3_sl A:active { color : #FFFFFF; text-decoration : none; }
ul#project3 A:hover, ul#project3_sl A:hover { color: #FFFF00; text-decoration : none; border-bottom: 1px solid #FFFF00; }

ul#project4 A:link, ul#project4_sl A:link { color : #FFFFFF; text-decoration : none; border-bottom: 1px dotted #FFFFFF; }
ul#project4 A:visited, ul#project4_sl A:visited { color : #FFFFFF; text-decoration : none; }
ul#project4 A:active, ul#project4_sl A:active { color : #FFFFFF; text-decoration : none; }
ul#project4 A:hover, ul#project4_sl A:hover { color: #FFFF00; text-decoration : none; border-bottom: 1px solid #FFFF00; }

#divFooterLinks {
	border: 0px;
	border-top: 1px dotted #CCCCCC;
	padding-top: 12px;
	clear: both;
}

#divZoomContainer {
	overflow: hidden;
}

#divZoomContainer img:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease;

    transform:scale(1.05);
    -ms-transform:scale(1.05); /* IE 9 */
    -moz-transform:scale(1.05); /* Firefox */
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -o-transform:scale(1.05); /* Opera */
}

#divZoomContainerWithBorder {
	overflow: hidden;

	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #C0C0C0;
    box-shadow: 0 4px 2px -2px #808080;
}

#divZoomContainerWithBorder img:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease;

    transform:scale(1.05);
    -ms-transform:scale(1.05); /* IE 9 */
    -moz-transform:scale(1.05); /* Firefox */
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -o-transform:scale(1.05); /* Opera */
}

#divZoomContainerWithBorder {
	overflow: hidden;

	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #C0C0C0;
    box-shadow: 0 4px 2px -2px #808080;
}

#divNewsZoomContainer {
	overflow: hidden;
}

#divNewsZoomContainer:hover {
    -webkit-transition: all 0.0s ease;
    -moz-transition:    all 0.0s ease;
    -o-transition:      all 0.0s ease;
    -ms-transition:     all 0.0s ease;
    transition:         all 0.0s ease;

    transform:scale(1.05);
    -ms-transform:scale(1.05); /* IE 9 */
    -moz-transform:scale(1.05); /* Firefox */
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -o-transform:scale(1.05); /* Opera */
}

#hww_overlay {
    position:absolute;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.8);
    text-align:center;
    z-index:999;
    top: 0;
}

#hww_overlay_inner {
	position: relative;
    width: 500px;
    height: auto;
	margin: 0px auto -1px auto;
	top: 100px;
    background-color:rgba(255,255,255,1);
    text-align:center;
    padding: 10px;
    font-size: 12pt;

	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #C0C0C0;
    box-shadow: 0 4px 2px -2px #808080;
}

#hww_overlay_inner2 {
	position: relative;
    width: 500px;
    height: auto;
	margin: 0px auto -1px auto;
	top: 100px;
    background-color:rgba(255,255,255,1);
    text-align:left;
    padding: 10px;
    font-size: 12pt;

	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #C0C0C0;
    box-shadow: 0 4px 2px -2px #808080;
}

#arrows{
	width: 49px;
	height: 40px;
    position: fixed;
    bottom: 35px;
    right: 9px;
}

#arrows .arrow{
    background:url('../images/layout/arrow_down.png') no-repeat;
    width:49px;
    height:40px;
    float:left;
    opacity: 0;
}

#scroll-to-top {
	position: fixed;
	right: 10px;
	bottom: 30px;
	width: 48px;
	height: 48px;

	background: url('../images/layout/to-top.png') no-repeat 0 0;
	opacity: 0;
	-ms-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {

	#scroll-to-top {
		background-image: url('../images/layout/to-top2.png');
		background-size: 48px 48px;
	}

}

#scroll-to-top.displayed {
	opacity: 1 !important;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.wrapReady {
	float: left;
	padding: 30px;
}

.gift {
    background-color: #F9F9F9;
    /*border: 2px solid #464646;*/
    border: 2px solid #FF0000;

	-moz-border-radius: 5px;
	border-radius: 5px;
}