@charset "UTF-8";
/* Reset the Browser-Defaults */

body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,strong,b,form,fieldset,legend,table,thead,tbody,tfoot,tr,th,td,img {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;font-weight:normal;vertical-align:baseline;}
input, textarea {border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;font-weight:normal;vertical-align:baseline;outline:none;}
blockquote,q {quotes:"" "";}
blockquote:before,blockquote:after,q:before,q:after {content:"";}
.hidden{display:none !important;visibility:hidden;height:0;}

/* ColorDefinition

darkBlue	#17469e
lightBlue	#72c3ed
lemonGreen	#cfcc14
darkGrey	#666666
lightGrey	#999999
red		#990033
*/
#website {
	background:#ffffff url('../img/raster.gif') repeat-y left top;
}

 
/* html, body */

html {
	font-family:Tahoma, Arial, sans-serif;
	font-size:13px;
	line-height:17px;
	color:#666666;
	background:#ffffff;
	overflow-y:scroll;
} body {
	position:relative;
	min-width:980px;
}

.clear {
clear:both;
}

/* Content-Elements */

h1 {
	color:#17469e;
	font-size:18px;
	margin:0 0 30px 0;
} h1 span {
	text-transform:uppercase;
} h2 {
	font-weight:bold;
	font-size:15px;
	color:#666666;
	margin-bottom:10px;
} h3 {
	font-weight:normal;
	font-size:15px;
	color:#555555;
	margin-bottom:5px;
} p {
	margin-bottom:20px;
} a {
	color:#17469e;
	font-weight:bold;
	text-decoration:none;
} ul {
	
} ol {
	
}

strong, b {
	font-weight:bold;
}

italic, i {
	font-style:italic;
}



/* Grid-Elements */

#branding {
	width:115px;
	height:45px;
	position:absolute;
	right:320px;
	top:0;
	outline:none;
	text-decoration:none;
	border:none;
}

#website {
	width:965px;
	margin:0 auto;
	position:relative;
	/*background:#ffffff url('../img/raster.gif') repeat-y left top;*/
} #content {
	padding:300px 0 40px 0;
} #header {
	height:230px;
	width:950px;
	position:absolute;
	top:45px;
	left:0;
	border-bottom:5px solid #cfcc14;
	background:transparent url('../img/dummy.jpg') no-repeat center top;
} #footer {
	border-top:1px solid #666666;
	width:950px;
} #footer p {
	font-size:11px;
	padding:5px;
	margin-bottom:30px;
} #footer p a {
	color:#666666;
	font-weight:normal;
} #footer p a:hover {
	color:#17469e;
}

/* Special-Elements */

.topProjects {
	overflow:hidden;
	list-style-type:none;
	padding:0 0 0 5px;
} .topProjects li {
	display:block;
	float:left;
	width:320px;
	position:relative;
	height:420px;
} .topProjects h2 {
	padding:0 20px 15px 0;
	display:block;
} .topProjects strong {
	display:block;
	padding-right:20px;
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
} .topProjects a {
	font-weight:bold;
	text-decoration:none;
} .topProjects p {
	display:block;
	padding-right:20px;
	margin-bottom:20px;
} .topProjects a.imagelink {
	position:absolute;
	bottom:0;
}

#claim {
	position:absolute;
	top:5px;
	left:0;
	width:310px;
	height:160px;
	background:#72c3ed url('../img/ideen-formen.gif') no-repeat left top;
} #claim p {
	font-family:Times MS, Times, serif;
	font-style:italic;
	font-size:14px;
	line-height:20px;
	padding:15px;
	color:#17469e;
	height:84px;
	background:#72c3ed;
} #claim .wrap {
  position:absolute;
  top:44px;
  left:0;
  padding:1px;
  width:308px;
  height:114px;
  overflow:hidden;
  background:#72c3ed;
} #claim .dotted {
  background:#ffffff url('../img/animated-border.gif') repeat left top;
  padding:1px;
}

#mainNav {
	position:absolute;
	left:0;
	top:175px;
	list-style-type:none;
	width:965px;
	height:48px;
} #mainNav li {
	float:left;
	display:block;
	width:160px;
} #mainNav a {
	border:1px solid #999999;
	display:block;
	width:148px;
	font-size:10px;
	line-height:14px;
	text-transform:uppercase;
	padding:3px 0;
	text-align:center;
	font-weight:normal;
	color:rgb(102,102,102);
} #mainNav a:hover {
	border-color:#cfcc14;
	color:#17469e;
	background-color:#cfcc14;
} #mainNav .active {
	border-color:#cfcc14;
	color:#17469e;
	background-color:#cfcc14;
	font-weight:bold;
} #mainNav .onright .level2 {
	position:absolute;
	right:15px;
	bottom:0;
} #mainNav .onleft .level2 {
	position:absolute;
	left:0px;
	bottom:0;
} #mainNav .level2 li {
	float:none;
	display:inline;
	padding:0 7px;
} #mainNav .level2 a {
	display:inline;
	border:none;
	font-size:12px;
	text-transform:none;
} #mainNav .level2 a:hover {
	background:none;
} #mainNav .level2 .active {
	background:none;
	font-weight:bold;
}

#metaNav {
	position:absolute;
	left:633px;
	top:27px;
	list-style-type:none;
	width:300px;
	height:40px;
} #metaNav li {
	float:left;
	display:block;
	border-right:1px solid #999999;
	line-height:12px;
} #metaNav .last {
	border-right:none;
} #metaNav a {
	display:block;
	padding:0 7px 1px 7px;
	font-size:11px;
	line-height:11px;
	font-weight:normal;
	color:rgb(102,102,102);
} #metaNav a:hover {
	color:#17469e;
} #metaNav .active {
	font-weight:bold;
	color:#17469e;
}

.newsHead {
	position:absolute;
	width:310px;
	height:25px;
	right:0;
	top:51px;
	background:#CCCCCC;
} .newsHead span {
	color:rgb(200,44,92);
	font-weight:bold;
	padding:6px 15px 0 15px;
	display:block;
} #newsTeaser {
	position:absolute;
	top:75px;
	right:0;
	width:310px;
	height:90px;
	overflow:hidden;
	background:#CCCCCC;
} #newsTeaser .singleTeaser {
	padding:4px 15px 10px 15px;
	color:#666666;
} #newsTeaser  h2 {
	font-weight:bold;
	margin-bottom:0;
	font-size:13px;
	color:#555555;
} 


/* fces */

.introtext {
padding:20px 170px 40px 170px;
}
.introtext h1 {
font-family:"Times New Roman", serif;
font-size:18px;
line-height:22px;
font-style:italic;
font-weight:bold;
color:#555555;
margin:0 0 10px 0;
padding:0;
}
.introtext p {
font-family:"Times New Roman", serif;
font-size:18px;
line-height:22px;
font-style:italic;
}

.introtext .smallText p {
font-family:Tahoma, Arial, sans-serif;
font-size:15px;
line-height:20px;
font-style:normal;
}

.layout-nav-content {
overflow:hidden;
padding-bottom:20px;
}

.layout-nav-content .subNav {
width:150px;
float:left;
}
.layout-nav-content .subNav a {
color:#CFCC14;
font-weight:normal;
outline:none;
}
.layout-nav-content .subNav a:hover {
color:#17469E;
font-weight:normal;
text-decoration:none;
}
.layout-nav-content .subNav a.active {
font-weight:bold;
color:#17469E;
}
.layout-nav-content .contentCol {
margin:0 20px 0 170px;
position:relative;
}


.layout_2-3 {
overflow:hidden;
padding:20px 0;
position:relative;
}

.layout_2-3 .text {
float:left;
width:300px;
}

.layout-center-content {
padding:0 190px 0 170px;
}

.layout_2-3 .images {
float:right;
width:460px;
height:310px;
margin-bottom:40px;
margin-top:10px;
}

.layout_2-3 .mediaContent {
float:right;
width:460px;
height:310px;
margin-bottom:40px;
margin-top:10px;
}

.imageNav {
	position:absolute;
	right:0;
	top:0px;
}

.nextPrevNav {
	position:absolute;
	right:0;
	top:0;
}

.nextPrevNav span {
	position:absolute;
	right:60px;
	top:0;
}
.nextPrevNav a {
	margin-left:5px;
	outline:none;
}
.nextPrevNav span {
	position:absolute;
	width:100px;
	right:60px;
	top:3px;
	text-align:right;
}

.imageNav a {
	margin-left:4px;
	padding:1px 5px 2px 5px;
	background:#dddddd;
}

.imageNav a:hover,
.imageNav .activeSlide {
	background:#CFCC14;
	outline:none;
}



.project h2 {
width:460px;
line-height:24px;
margin-bottom:0;
}


#fancybox-title {
background:none !important;
color:#555555;
font-size:11px;
text-align:left;
}



/* images-text */

.imageRight {
float:right;
}

.imageLeft {
float:left;
}

.imageRight .imageWrap {
padding:0 0 10px 10px;
}
.imageLeft .imageWrap {
padding:0 10px 10px 0;
}

.tipafriend {
width:100%;
margin-bottom:50px;
}
.tipafriend label {
margin-bottom:20px;
padding-top:10px;
display:block;
}
.csc-mailform-field input,
.csc-mailform-field select,
.tipafriend input {
border:1px solid #666666;
padding:2px 4px;
display:block;
width:220px;
}
.csc-mailform-submit,
.tipForm .submit {
width:200px;
text-align:center;
background:#CFCC14;
padding:3px;
border:1px solid #666666;
font-size:14px;
font-weight:bold;
color:#666666;
cursor:pointer;
}
.tipForm .submit:hover {
color:#333333;
}

.csc-default a {
font-weight:normal;
}
.csc-default a:hover {
text-decoration:underline;
}
.csc-mailform-field input,
.csc-mailform-field select {
margin-bottom:30px;
width:250px;
}
.csc-mailform-field input {
width:240px;
}
.csc-mailform-field .csc-mailform-submit,
.submit {
width:250px;
color:#17469e !important;
}

.layout-2col-start {
overflow:hidden;
padding:0 25px 0 15px;
}
.layout-2col-start .left {
width:600px;
float:left;
}
.layout-2col-start .right {
width:300px;
float:right;
}
.layout-2col-start .left .introtext {
padding:20px 0 40px 0;
}

.imageLeftTop {
margin-bottom:15px;
}

.tipForm .leftCol {
float:left;
width:250px;
}
.tipForm .rightCol {
float:right;
width:290px;
}
.tipForm .rightCol textarea {
border:1px solid #666666;
display:block;
width:280px;
padding:2px 4px;
}
.tipForm .submitWrap {
clear:both;
padding-top:40px;
}

