.profil{
	margin-left:85px;
	overflow:hidden;
	width:200px;
	font-size:16px;
	margin-top:10px;
	margin-bottom:15px;
	color:#FFF;

	
}
.profil p{
	margin-left:6px;
	
}


.profil img{
	margin-bottom:10px;
	border:#FFF solid 4px;

	width:130px;
	height:163px;
	
}
.partner{
}
.partner h3 {
	color:#222222;
		font-size:14px;
		margin-bottom:15px;
}
.partner a {
	color:#222222;
    font-size:14px;
}


em, i {
	font-style:italic;
}
* {
	margin:0pt;
	padding:0pt;
}

body {
	font-family:arial, sans-serif;
	background-color:#253041;
		background-color:#555555;
}

a {
	color:#81accc;
	text-decoration:none;
}

a:hover {
	color:#a6c9e3;
	text-decoration:underline;
}

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

#content {
	background:#fff;
	padding:13px 13px 7px 13px;
	margin:120px 0 100px 0;
	width:900px;
}

#header {
	height:130px;
	background:url(images/header3.jpg);
	padding:15px 0 15px 13px;		
}

h1 {
	font-size:24px;
	font-family:arial;
	color:#FFF;
	line-height:32px;
}



h1 a{
	text-decoration:none;
}

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

#menu {
	margin-top:2px;
}

#menu ul {
	margin-top:1px;
	background:#222222;
	font-size:14px;
	list-style:none;
	color:#fff;
	text-transform:uppercase;
	height: 35px;
}

#menu ul li{
	display:inline;
	width:200px;
	

}

#menu ul li a{
	color:#fff;
	display:inline-block;
	padding:10px 15px 10px 15px;
	text-decoration:none;
}

#menu ul li a:hover{
	background-image:url(images/arrow.png) ;
	background-repeat:no-repeat;
	background-position:5% 50%;
}

#menu ul li.selected a{
}



#sidemenu ul {
	list-style-type:none;
	float:left;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	margin: 0 0 0 15px;

}

#sidemenu ul li{
	display:block;
	margin:3px;
	background-color:#222222;
	width:200px;
	padding:6px 20px;
}

#sidemenu ul li a{
	color:#fff;
	text-decoration:none;
    display:block;
}

#sidemenu ul li a:hover{
	background-repeat:no-repeat;
	background-position:5% 50%;
	font-weight:bold;
}

#sidemenu ul li.selected a{
}



#container {
	border-top:1px solid #fff;
	background-image:url(images/bgcontent.jpg);
	margin-top:2px;

}

#sidebar {
	padding:8px 5px 0px 0px;
	width:301px;
	float:left;
}




#sidebar p {
	font-size:12px;
	line-height:15px;	
}

#main {
	background:url left top no-repeat;
	margin:35px 0px 0px 287px;
	padding:50px 30px 25px 30px;
	font-size:14px;
}



h2 {
	font-weight:bold;
	font-size:15px;
	color:#FFF;
	text-transform:uppercase;
	color:#2b2b2b;
	background-image:url(images/bgh2.png);
	background-repeat:no-repeat;
	text-align:center;
	width:250px;
	height:52px;
	padding-top:14px;
	
}

h2 span.blue {
	color:#81accc;
}

#main blockquote {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#81accc;
	line-height:18px;
	font-weight:normal;
	text-transform:uppercase;
}

#main p {
	color:#000;
	padding:10px 0 0 10px;

}

#main img.line {
	padding:15px 0 5px 0px;
}

#footer {
	background:#212121;
	text-align:right;
	color:#fff;
	padding:10px 14px;
	clear:both;
	font-size:12px;
	margin-top:-1px;
}

#footer span {
	float:left;
	
}

#footer ul{
	list-style:none;
}

#footer ul li{
	display:inline;
}

#footer ul li a{
	color:#fff;
		padding:0 5px;
}

#slider {
	position:relative;
	text-align:right;
	clear:both;
	color:#fff;
	margin-top:2px;
	padding-bottom:0px;
	
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 818px;
	height:102px;
	margin-left: 40px;
	margin-top:0px;
	padding-top:0px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:0 20px 0 0;
	background-color:#fff;

	cursor:pointer;
	width:100px;
	height:100px;
}

/* active item */
.scrollable .active {
	border:2px solid #ccc;
	z-index:9999;
	position:relative;
	padding:0px;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; right:0; }
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ left: 00px; top:10px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

.texthead{
	background-image:url(images/Bohrungrechts.png);
	background-position:right;
	background-repeat:no-repeat;
	height:29px;
}

.textbody{
	padding:0 20px;
	margin:0;
}

.textfoot{
	background-image:url(images/Bohrunglinks.png);
	background-position:left;
	background-repeat:no-repeat;
	height:29px;
}


.imgLeistungen{
	padding:0;
	margin:0 15px 30px 15px;
	border:#2E2727 solid 3px;
	height:100px;
	width:100px;
	float:left;
}

	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		padding: 10px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 5px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 5px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }