/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	margin:0;
	padding:0;
	line-height:135%;
	background-color: #3c7ba6;
}

.fb-box {
	position: absolute;
	z-index: 100;
	top: 10px !important;
	left: 10px !important;
}


ul {
	list-style:none;
}

a {
	color:#00A4CC;
}

a:hover {
	text-decoration:none;
}

a:focus {
	outline:none;
}

p {
	margin:1em 0;
}

h2, h3 {
	padding:10px 0 5px;
	line-height:100%;
	
}

h2 {
	color:#00A4CC;
	font-size:19px;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

h1 {
	display:block;
	padding-bottom:5px;
	color:#f29400;
	margin-bottom:0;
	line-height:110%;
	letter-spacing: -0.5px;
	font: bold 22px Arial;
	text-decoration: none;
	
}

h1 a {
	text-decoration:none;
}

h1 a:hover {
	text-decoration:underline;
}



 /* LAYOUT STRUCTURE
--------------------------------------------------*/


.main {
	background-color: #FFFFFF;
	padding: 12px;
	overflow: hidden;
	margin-bottom: 7px;
	clear: both;
}

.news {
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 12px;
	padding: 15px;
	width: 200px;
	position: absolute;
	z-index: 999;
	top: 200px;
	right: 0px;
}

.news a {
	text-decoration: underline;
	color: #FFFFFF;
}


.news a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.inhalt {
	padding: 3px;
}

.background {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 0px;
}

.background .bgimg {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}



#mainWrapper {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 0px;
}

#wrapper {
	margin:0 auto;
	width:984px;
}


#header {
	height:160px;
	position:relative;
	width:984px;
	z-index:1;

}


#header .titel a, a.hover{
	position: absolute;
	top: 78px;
	left: 260px;
	font: bold 16px Arial;
	color: #abce1c;
	display:block;
	text-decoration: none;
	width: 700px;
}
	
	
	
#content {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#colLeft{
	width: 610px;
	padding-left: 10px;
	padding-top: 10px;
	float:left;
}

#colLeftContent{
	width:600px;
	float:left;
	padding-right: 20px;
	padding-left: 10px;
	background:url(images/bk_dotted_vert.gif) 100% 0 repeat-y;
}

#colRight {
	width:300px;
	float:right;
	padding-left:15px;
	position:relative;
	background-image: url(images/bk_dotted_vert.gif);
	background-repeat: repeat-y;
	background-position: left 0;
}

#colRight .css_guestbook_position{
	display: none;
}

#footer {
	width:964px;
	color:#1479a6;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	overflow: auto;
}

.inpublica {
	float: right;
}

.footerLeft {
	float: left;
}

#waveBottom {
	width:984px;
	position:relative;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
}

/* HEADER ELEMENTS 
--------------------------------------------------*/
/* -- logo --*/

.welle {
	right: 0px;
	top: 110px;
	position:absolute;
	z-index:1;
}

#logo {
	position:absolute;
	top: 20px;
	left: -12px;
	z-index: 3;
}

#logo a img{
	border:none;
}

#hcCard {
	position:relative;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top:  15px;
}

#hcCard a img{
	border:none;
}

.balloonstyle{
	position:absolute;
	top: -500px;
	left: 0;
	padding: 7px;
	visibility: hidden;
	z-index: 100;
	background-color: #0f71a8;
	width: 160px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
}

#arrowhead{
	z-index: 99;
	position:absolute;
	top: -500px;
	left: 0;
	visibility: hidden;
}

/* head menu */


#navcontainer {
	position: absolute;
	top: 89px;
	right: 213px;
}


#navcontainer ul {
padding-left: 0;
margin-left: 0;
color: FFFFFF;
float: left;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a{
color: #FFFFFF;
text-decoration: none;
float: left;
margin-left: 1px;
padding-left: 10px;
padding-right: 10px;
line-height: 28px;
height: 28px;
display: block;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
}

#navcontainer ul li a:hover
{
color: #ffdd00;
}

#navcontainer .green{
	background-image: url(images/b_green.gif);
	background-repeat: repeat-x;
}

#navcontainer .red{
	background-image: url(images/b_red.gif);
	background-repeat: repeat-x;
}

#navcontainer .orange{
	background-image: url(images/b_orange.gif);
	background-repeat: repeat-x;
}

#navcontainer .blue{
	background-image: url(images/b_blue.gif);
	background-repeat: repeat-x;
}



/* top menu */

#topMenu {
	position: absolute;
	left: 0px;
	top: 130px;
	height: 30px;
	border-right-width: 50px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.sf-menu li {
	position: relative;
	float: left;
	text-align: center;
}

.sf-menu li a {
	display: block;
	float: left;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 12px;
	padding:0 10px;
	position:relative;
	color: #0085b7;
	line-height:100%;
	font-weight: bold;
	height:30px;
	line-height: 30px;
	background-color: #FFFFFF;
	margin-right: 1px;
	background-image: url(images/bg_nav_aus.gif);
	background-repeat: repeat-x;
}

.sf-menu .first {
	border-left: none;
}


#topMenu ul.sf-menu li a:hover {
	color:#6fbf30;
}

#topMenu ul.sf-menu li ul.children {
	background-color: #0085b7;
}


#topMenu ul.sf-menu li ul.children li,#topMenu ul.sf-menu li.page_item ul li  {

	top: 0px;
}
#topMenu ul.sf-menu li ul.children li a, #topMenu ul.sf-menu li.page_item ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	border:none;
	font-size: 13px;
	font-weight:normal;
	background-image: url(images/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-indent: 7px;
}
#topMenu ul.sf-menu li ul.children li a:hover, #topMenu ul.sf-menu li.page_item ul li a:hover{
	text-decoration: none;
	background: none;
	border:none;
	display:block;
	color: #ffdd00;
	font-size: 13px;
	font-weight:normal;
	background-image: url(images/arrow_yelow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#topMenu ul.sf-menu li ul.children li ul.children {
	border: none;

}
#topMenu ul.sf-menu li ul.children li ul.children li {
	background-color: #0085b7;
}
#topMenu ul.sf-menu li ul.children li ul.children a {
	text-decoration: none;
	position:relative;
	border:none;
}
#topMenu ul.sf-menu li ul.children, #topMenu ul.sf-menu li.page_item ul
{
	margin: 0px;
	padding: 0px;

}
#topMenu ul.sf-menu li ul.children ul.children
{
	margin:0 0 0 38px;
}

#topMenu ul li ul li a, #topMenu ul li:hover ul li a,  #topMenu ul li:hover ul li a, #topMenu ul li:hover ul li a:hover {
	background:none;
	border:none;
	color:#00a4cc;
	text-transform:none;
	line-height:20px;
	height:20px;
}


.twitter {
	position:absolute;
	top:42px;
	right:130px;
	background:url(images/twitter_top.gif) 0 0 no-repeat;
	z-index:99;
}

.twitter a {
	display:block;
	width:139px;
	height:55px;
	text-indent:-9999px;
}


.rss {
	position:absolute;
	height:28px;
	padding-right:17px;
	padding-top:  1px;
	line-height:28px;
	top:0px;
	right:0px;
	background:url(images/rss.gif) 100% 50% no-repeat;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.rss a {
	text-decoration: none;
}

.rss a:hover {
	text-decoration: underline;
}


/* CONTENT ELEMENTS
----------------------------------------------*/

.alignleft {
	float:left;
	margin:5px 15px 5px 0;
}

.alignright {
	float:right;
	margin:5px 0 5px 15px;
}

ul.homeColumns {
	display:block;
	background:url(images/bk_dotted.gif) 0 100% repeat-x;
	margin: 0;
	padding: 0;
}

ul.homeColumns li h2 {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	background-image: url(images/bh_header_homebox.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}

ul.lastRow {
	background:none;
}

ul.homeColumns li {
	float:left;
	background:url(images/bk_dotted_vert.gif) 100% 0 repeat-y;
	padding:0 18px 0 0;
	margin-right:19px;
	width:295px;
	position:relative;
}


ul.homeColumns li img {
	border:none;
}

ul.homeColumns li.last {
	margin-right:0;
	background:none;
	padding-right:0;
}

ul.homeColumns li h2 {
	margin-top:0;
}

ul.homeColumns li ul {
	margin:0;
}

ul.homeColumns li ul li {
	padding-bottom:1px;
	background:none;
	border-bottom:1px dotted #666;
	margin:0;
	padding-right:0;
		
}

ul.homeColumns li ul li a{
	display:block;
	padding:7px 0;
	background:url(images/bullet_blue.gif) 3px 10px no-repeat;
	padding-left:25px;
	padding-right:0;
	text-decoration:none;	
	height: 18px;
	line-height: 18px;
}






ul.rightColumns {
	display:block;
	background:url(images/bk_dotted.gif) 0 100% repeat-x;
	padding-bottom:10px;

}

ul.rightColumns li h2 {
	margin:15px 0 5px;

	padding:5px 7px;
	color:#ccc;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

ul.lastRow {
	background:none;
}

ul.rightColumns li {
	padding:0 18px 0 0;
	width:300px;
	position:relative;
}


ul.rightColumns li img {
	border:none;
}

ul.rightColumns li.last {
	margin-right:0;
	background:none;
	padding-right:0;
}

ul.rightColumns li h2 {
	margin-top:0;
}

ul.rightColumns li ul {
	margin:0;
}

ul.rightColumns li ul li {
	padding-bottom:1px;
	background:none;
	border-bottom:1px dotted #666;
	margin:0;
	padding-right:0;
		
}

ul.rightColumns li ul li a{
	display:block;
	padding:7px 0;
	background:url(images/bullet_blue.gif) 3px 10px no-repeat;
	padding-left:25px;
	padding-right:0;
	text-decoration:none;	
	
}



.catTitle {
	color:#0085b7;
	font-size:13px;
}

.blogItem, .archiveItem  {
	margin-bottom:15px;
	padding-bottom:15px;
}

.archiveItem  {
	padding-bottom:0;
}

.blogItem span.posted, .archiveItem span.posted {
	
	padding:5px 0 0;
	font-size:11px;
	color:#999;
	display:block;
}

.blogItem .metadata, .archiveItem .metadata  {
	position:absolute;
	top:3px;
	left:0;
	width:47px;
	height:48px;
	background:url(images/bk_metadata.jpg) 0 0 no-repeat;
	text-align:center;
	clear:both;
}

.blogItem .metadata .month, .archiveItem .metadata .month {
	color:#ccc;
	font-size:10px;
	text-transform:uppercase;
	padding-bottom:10px;
}

.blogItem .metadata .day, .archiveItem .metadata .day {
	font-size:20px;
	color:#fff;
	font-weight:bold;
}

.blogItem div.details, .archiveItem div.details  {
	position:relative;
	clear:both;
}

.blogItem div.details h1, .archiveItem div.details h2 {
	padding:0;
	background:none;
	margin:0;
}

*html .blogItem div.details, *html .archiveItem div.details  {
	height:1%;
}


.blogItem .meta, .archiveItem .meta{
/*	margin-bottom:15px;
	padding-bottom:15px; */
}

.archiveItem .meta{ 
	background:none;
}



.blogItem a.more-link {
	display:block;
	clear:both;
	background:url(images/bk_readmore.jpg) 0 0 no-repeat;
	width:120px;
	height:28px;
	text-indent:-9999px;
	margin-top:10px;
}

#colLeft .portfolioItem {
	float:left;
	width:304px;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:15px;
	background:url(images/bk_dotted.gif) 0 100% repeat-x;
	padding-bottom:10px;
}

#colLeft .portfolioItem h2 {
	font-size:14px;
	line-height:100%;
	margin:0;
	padding:8px 0;
}

*html #colLeft .portfolioItem{
	margin-right:20px;
	width:300px;
}

#colLeft a img{
	border:none;
	padding:8px;
	background:#fff;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	
}


#colLeft img {
	padding:8px;
	background:#fff;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}


#colLeft ul {
	list-style:square;
	list-style-position:inside;
}

/* colRight */


#colRight h2.sponsors {
	background:#EE4A04;
	color:#fff;
}

/*
#colRight ul li {
	background:url(images/bk_dotted.gif) 0 100% repeat-x;
	padding-bottom:1px;
	position:relative;
}

#colRight ul li a{
	display:block;
	padding:8px 0;
	background:url(images/bullet_blue.jpg) 3px 10px no-repeat;
	padding-left:25px;
	color:#666;
	text-decoration:none;
}

#colRight ul li a:hover{
	background:#F5F5F5 url(images/bullet_green.jpg) 3px 10px no-repeat;
}
*/

#colRight #ads {
	clear:both;
	padding:8px 0 10px;
	background:url(images/bk_dotted.gif) 0 100% repeat-x;
} 

#colRight #ads a {
	float:left;
	margin:0 10px 10px 0;
}

#colRight #ads img {
	border:none;
}

#colRight h2 {
	margin:15px 0 5px;
	color:#FFFFFF;
	background-image: url(images/bh_header_homebox.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 8px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

#ads_msg {
	padding:8px 8px 2px;
	background:#f4f4f4;
	border:1px dotted #ccc;
	float:left;
	line-height:100%;
	width:243px;
	height:22px;
}

#ads_msg a {
	color:#666;
}

#colLeft .social {
	background:url(images/bk_dotted.gif) 0 100% repeat-x;
	padding-bottom:10px;
}

#colLeft .social a img {
	padding:5px;
}

#colLeft .social a:hover img {
	border:none;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
}

#colLeft .social strong {
	color:#00C1F2;
}

/*COMMENTS
---------------------------------------------*/
#colLeft ul.commentlist {
	margin-bottom:10px;
	list-style-type:none;
}

#colLeft ul.commentlist li {
	background:none;
	background:url(images/bk_dotted.gif) 0 100% repeat-x;
	padding:10px 0;
	padding-left:40px;
}

#colLeft ul.commentlist li .avatar {
	float:left;
	width:32px;
	margin-left:-40px;
}

* html #colLeft ul.commentlist li .avatar {
	margin-bottom:-20px;
}


#colLeft ul.commentlist li .commentmetadata {
	font-size:11px;
	color:#00A4CC;
}




/* HOME SLIDER
-----------------------------------------------*/

#slider {
	position:relative;
	overflow:hidden;
	padding-bottom:0px;
	height:340px;
	background-color: #FFFFFF;
}

div.mw-carousel-button-container {
	position:absolute;
	left:0px;
	top:316px;
}

div.mw-carousel-button-prev, div.mw-carousel-button-next {
	cursor:pointer;
	float:left;
	margin:0px 10px 0px 0px;
}

.panel {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:340px;
	padding:0px;
	margin:0px;
	background-color: #FFFFFF;
}

.panel .text {
	color:#333333;
	height:60px;
	padding-right:32px;
	padding-bottom:10px;
	float:left;
	width:280px;
	font-size:13px;
	background-color: #FFFFFF;
}

.panel .text p {
	display:block;
	background:url(images/bk_dotted.gif) 0 0 repeat-x;
	padding-top:15px;
	margin-top: 7px !important;
}

.panel .text h1, .panel .text h1 a {
	color:#f29400;
	margin-bottom:0;
	line-height:110%;
	letter-spacing: -0.5px;
	font: bold 25px Arial;
	text-decoration: none;
}

.panel .text h1, .panel .text h1 a:hover {
	color:#8dc601;
	text-decoration: none;
}



.panel img {
	float:right;
}

.panel .label {
	position:absolute;
	top:0;
	left:313px;
	height:340px;
	width:18px;
}

.panel .post {
	background:#00CCFF url(images/label_post.jpg) 0 0 no-repeat;
}

.panel .project {
	background:#F78B21 url(images/label_project.jpg) 0 0 no-repeat;
}


/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	float:left;
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 100%; /*Width of Carousel Viewer itself*/
	height: 340px; /*Height should enough to fit largest content's height*/;
}

.stepcarousel span.featured {
	color:#666;
	font-size:13px;
	display:block;
	border-bottom:1px dotted #666;
	padding-bottom:5px;
	width:270px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 960px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	position:relative;
}

/* FORMS
---------------------------------------------------*/

/* search form */

#searchform {
	background:url(images/bk_dotted.gif) 0 100% repeat-x;
	font-weight: bold;
	text-transform: uppercase;
	font-size:12px;
	width:300px;
	margin-top: 10px;
	color: #3aa4dd;
	padding-bottom: 10px;
}

#searchform #s {
	width:140px;
	font-size:12px;
	margin-left:5px;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #ddd;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 6px;
}

#searchform #searchsubmit {
	background:#00a4cc;
	border: 1px solid #00a4cc;
	color:#fff;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	width: 65px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* post comment */

#commentform label {
	display:block;
	padding:5px 0 2px;
}

#commentform input, #commentform textarea {
	border:1px solid #fff;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}


#commentform textarea {
	width:500px;
}

#commentform input#submit{
	border:none;
	width:120px;
	height:28px;
	text-align:center;
	padding-top:4px;
	margin-top:5px;
	background:url(images/bk_postcomment.jpg) 0 0 no-repeat;
	font-size:11px;
}

/* contact */

#contact label {
	display:block;
	padding:8px 0 2px;
}

#contact input, #contact textarea {
	border:1px solid #fff;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}

#contact textarea {
	width:500px;
}

#contact input.submit {
	border:none;
	width:120px;
	height:28px;
	text-align:center;
	padding-top:4px;
	margin-top:15px;
	background:url(images/bk_sendmsg.jpg) 0 0 no-repeat;
}

.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
}

.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
}


/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}

#vslider_optionscontainer {
    margin: 0px !important;
	left: 0px !important;
}


