@import url('css/reset.css');

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #464646;
	background: #fff url(images/bgHeader.png) repeat-x left -50px;
		overflow: hidden;
		font-size: 13px;
		position: relative;
}

h1 {
	position: absolute;
	text-indent: -9000px;
}

small {
	font-size: 12px;
	line-height: 16px;
}

a {
	text-decoration: none;
	color: #464646;
}

a:hover {
	text-decoration: underline;
}

a.external {
	background: url(images/arrowOut.png) no-repeat left 5px;
	padding-left: 8px;
	text-decoration: underline;

}

a.external:hover {
	color: #ff9000;
	background: url(images/arrowOutHover.png) no-repeat left 5px;
}

a.internal {
	background: url(images/arrowIn.png) no-repeat left 3px;
	padding-left: 8px;
}

a.internal:hover {
	color: #40a100;
	background: url(images/arrowInHover.png) no-repeat left 3px;
}

a.button,
a.buttonPortfolio {
	display: block;
	clear: left;
	position: relative;
	bottom: -40px;
	width: 202px;
	height: 42px;
	text-indent: -9000px;
}

a.button {
	background: url(images/button.png) no-repeat left bottom;
}

a.button:hover {
	background: url(images/button.png) no-repeat left top;
}

a.buttonPortfolio {
	background: url(images/buttonPortfolio.png) no-repeat left bottom;
}

a.buttonPortfolio:hover {
	background: url(images/buttonPortfolio.png) no-repeat left top;
}



h2 {
	font-size: 28px;
	margin-bottom: 14px;
	cursor: default;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-left: 3px;
}

h3 a {
	font-weight: normal;
	line-height: 1.4em;
}



address {
	line-height: 1.4em;
	padding-left: 3px;
}

img.portrait {
	float: right;
	margin-left: 30px;
}

.left {
	float: left;
}

.right {
	float: right;
}

p,
.text ul {
	margin-bottom: 1.2em;
	line-height: 1.4em;
	padding-right: 50px;
	padding-left: 3px;
}




.text ul {
	margin-left: 20px;
	list-style: url(images/check.png);
	list-style-position: outside;
}

.text ul li {
	margin-bottom: 0.6em;
}

.margin30 {
	margin-bottom: 30px;
}

.checkBig {
	display: block;
	float: left;
	clear: left;
	padding-left: 20px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	background: url(images/check.png) no-repeat left top;
	font-weight: normal;
	font-size: 13px;
}

.checkBig h3,
.margin30 h3 {
	font-weight: normal;
	margin-bottom: 0.8em;
	line-height: 1.2em;
}

ul#navigation {
	height: 100px;
	width: 824px;
	margin: 0 auto;
	background: url(images/navigation.png) no-repeat left -50px;
}

ul#navigation li {
	float: left;
}

ul#navigation a {
	display: block;
	height: 100px;
	background: url(images/navigation.png);
	background-position: left -50px;
	background-repeat: no-repeat;
	text-indent: -9000px;
}
ul#navigation a:hover {
	background: url(images/navigation.png);
}
ul#navigation li.portfolio a {
	width: 143px;
	margin-right: 25px;
}
ul#navigation li.portfolio a:hover,
ul#navigation li.portfolio a.active {
	background-position: left bottom;
}
ul#navigation li.referenzen a {
	width: 192px;
	margin-right: 28px;
	background-position: -168px -50px;
}
ul#navigation li.referenzen a:hover,
ul#navigation li.referenzen a.active {
	background-position: -168px bottom;
}
ul#navigation li.service a {
	width: 132px;
	margin-right: 27px;
	background-position: -388px -50px;
}
ul#navigation li.service a:hover,
ul#navigation li.service a.active {
	background-position: -388px bottom;
}
ul#navigation li.kontakt a {
	width: 139px;
	background-position: -542px -50px;
}
ul#navigation li.kontakt a:hover,
ul#navigation li.kontakt a.active {
	background-position: -542px bottom;
}


#main {
	background: #ffffff;
/*
	height: 530px;
	overflow: hidden;
*/
}

#content {
	width: 824px;
	margin: 0 auto;
/*
	overflow: hidden;
	height:530px;
*/
	
}

#contentText {
	width: 824px;
	margin: 0 auto;
	padding: 50px 0;
	height: 430px;
	position: relative;
}

#contentText .floatleft {
	width: 550px;
	float: left;
}



div.scrollable {   
     
    /* required settings */ 
    position:relative; 
    overflow:hidden;     
 
    /* vertical scrollers have typically larger height than width */     
    height: 2000px;      
    width: 824px; 
    
       
} 
 
/* root element for scrollable items */ 
div.scrollable div.items {     
    position:absolute; 
     
    /* this time we have very large space for height */     
    height:20000em;     
}

div.scrollable div.items div.item {
	clear: left;
	padding-bottom: 50px;
	padding-top: 50px;
	height: 860px;
}

/* position and dimensions of the navigator */
div.navi {
	position: absolute;
	left: 50%;
	width:38px;
	
}
 
 
/* items inside navigator */
div.navi a {
	position: relative;
	left: 470px;
	top: 50px;
	width:38px;
	height:18px;
	
	margin-bottom:12px;
	background: url(images/pageNavi.png) no-repeat left bottom;
	display:block;
	font-size:1px;
}
 
/* mouseover state */
div.navi a:hover {
	background: url(images/pageNavi.png) no-repeat left top;
	cursor: pointer;   
}
 
/* active state (current page state) */
div.navi a.active {
	background: url(images/pageNavi.png) no-repeat left top;     
} 	

p.replace {
	font-size: 14px;
}

.text {
	width: 312px;
	float: left;
	margin-top: -6px;
}

.wordpress {
	width: 178px;
	height: 282px;
	background: url(images/wordpress.png) no-repeat left top;
	float: right;
	padding: 118px 30px 30px 30px;
	font-size: 13px;
}

.aktuell {
	width: 178px;
	height: 212px;
	background: url(images/aktuell-chp2.png) no-repeat left top;
	position: absolute;
	right: 0px;
	top: 50px;
	padding: 188px 30px 30px 30px;
	font-size: 13px;
}

.aktuell-home {

	background: url(images/image-home.png) no-repeat left top;
}

.wordpress ul,
.aktuell ul {
	margin-left: 20px;
	list-style: url(images/check.png);
	list-style-position: outside;
	margin-bottom: 25px;
}

.aktuell ul {
	margin-top: 20px;
}

.aktuell-home ul {
	margin-top: 85px;
}

.wordpress ul li,
.aktuell ul li {
	margin-bottom: 0.8em;
	line-height: 1.2em;
}

.wordpress a.external,
.aktuell a.external {
	margin-left: 20px;
}

.wrap {
	width: 512px;
	height: 439px;
	float: left;
}

div.panes div,
div.panes div.pane {
	display: none;
}

ul.tabs {
	position: relative;
	top: 21px;
	height: 18px;
}

ul.tabs li {
	float: left;
}

ul.tabs a {
	display: block;
	width: 23px;
	height: 18px;
	margin-right: 10px;
	background: url(images/screenNavi.png) no-repeat right top;
}

ul.tabs a:hover,
ul.tabs a.current,
ul.tabs a.current:hover,
ul.tabs li.current a {
	background: url(images/screenNavi.png) no-repeat left top;
}



#footer {

	position: fixed;
	bottom: 0px;
	left: 50%;
	margin-left: -412px;
	width: 824px;
	height: 25px;
	line-height: 20px;
	border-top: 0px solid grey;
	text-align: left;
	background: #fff;
	font-size: 11px;
}


#footer ul {


}

#footer li {
	float: left;
	display: inline;
	margin-right: 5px;
	border-right: 1px solid #ccc;
	padding-right: 5px;
}

#footer li.last {
	border: 0px;
	margin-right: 0px;
	padding-right: 0px;
}


form {
	float: left;
	width: 350px;
	margin-left: 140px;
	margin-top: 0px;
}

form p {
	padding-bottom: 6px;
	margin-left: 4px;
}

input.text {
	background: url(images/inputs.png) no-repeat left top;
	border: none;
	width: 340px;
	margin: -20px 0 8px 5px;
	padding: 4px 8px 6px;
	height: 18px;
	font-size: 15px;
	display: block;
	color: #666;
}

textarea {
	background: url(images/inputs.png) no-repeat left bottom;
	border: none;
	width: 340px;
	margin: -20px 0 0 5px;
	padding: 4px 800px 6px 8px;
	height: 140px;
	font-size: 15px;
	display: block;
	color: #666;
}

label.error {
	color: #cc0000;
	font-size: 11px;
	text-align: right;
	float: right;
}

button {
	display: block;
	clear: left;
	border: none;
	cursor: pointer;
	position: relative;
	top: 25px;
	left: 155px;
	width: 202px;
	height: 42px;
	text-indent: -9000px;
	background: url(images/buttonSubmit.png) no-repeat left bottom;
}

button:hover {
	background: url(images/buttonSubmit.png) no-repeat left top;
}


.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}
