/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

Title : My Website
Author : Artur Skotnik
URL : www.creartur.de

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/

*{
	padding:0;
	margin:0;
}

/* Firefox Scrollbar erzwingen */
html {height: 101%;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7e7e7e;
	background-color: #4b483a;
//	background: url(../images/skyhead_bg.jpg) repeat-x top;
// background: url(../images/selfmade2.jpg) no-repeat top center;
   background: url(../images/bg-watercolor2.jpg) no-repeat top center;
}


#safari-overflow-fix {
clear:both;
position:relative;
height:0;
}


#wrapper{ 
margin:0 auto;
width:900px;
background: none;
}

#logo{ 
width:900px;
border: 0;
padding:0;
}

#logo img{ 
width:520px;
height:100px;
border: 0;
margin:20px 0px 10px 0px;
}

#img{ 
float:left;
border: 0px solid black;
padding-right:10px;
padding-left:8px;
}

h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 34px;
font-weight: bold;
font-style: normal;
color: #679d00;
}

/* ----------Butterfly-------------- */
#fly{
position:absolute; top:33px; left:1150px;
padding: 0px;
margin: 0px;
}


/* -----------------Sliding Boxes Styles--------------------- */

#boxes {
	width:900px;
	height:280px;
  	background: none;
	padding:0px 0px 20px 0px;
	margin:0px 0px 0px 0px;
}

#boxes a{ color:#C8DCE5; }

h3{
	margin: 10px 0px 4px 10px;
	color: #000;
	font: 22px Verdana, Arial, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
	
.boxgrid{
	width: 280px;
	height: 270px;
	margin: 0px 20px 0px 0px;
	float: left; /*background:#ffffff; */
	background: url(../images/slideshad.png) no-repeat;
	border: solid 0px #ffffff;
	overflow: hidden;
	position: relative;
}
			
.boxgrid img{ 
	position: absolute; 
	top: 10px; 
	left: 10px; 
	border: 0; 
}

.boxgrid p{ 
padding:8px 0px 10px 10px; 
color:#000; 
font-weight:bold; 
font:11px "Verdana", Arial, sans-serif; 
text-align: left;
}
				
.boxcaption{ 
float: left; 
position: absolute; 
background: #8c876b; 
height: 150px; 
width: 260px; /* Ureinstellung ist hier 100% */
margin-left:10px;
margin-bottom:0px;
opacity: .8; 
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.captionfull .boxcaption {
top: 230px;
left: 0;
}
				
.caption .boxcaption {
	top: 220px;
	left: 0;
}


/* -----------------Accordion Styles--------------------- */

#accordion{
clear:left;
width:900px;
background: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 30px 0px;
}

.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
background: none;
}

.openbox{ /*class added to contents of 1st demo when they are open*/
background: none;
color: #cec776;
}

.thepet{
padding-top:10px;
background-color:none;
color:#000000;
}

#inthebox{
margin:10px 0px 10px 0px;
background-color:none;
height:230px;
}

#showcase{
margin:0;
padding:0px 0px 0px 29px;
background: url(../images/slider_paper2.png) no-repeat top left;
width:900px;
height:430px;
}

#textbox{
float:left;
background-color:none;
width:260px;
margin: 0px 30px 0px 10px;
padding:0px 0px 0px 0px;
}

#textbox p{
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
background-color:none;
margin:0px 0px 0px 0px;
line-height:20px;
font-weight:normal;
}

#textbox h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 23px;
background-color:none;
font-weight:bold;
margin:0px 0px 0px 0px;
color:#000;
margin:0px 0px 5px 0px;
}

#textbox a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #679d00;
	background-color: none;
	margin: 1px 0px 1px 0px;
	padding: 3px 2px 3px 2px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}

#textbox a:hover{
color:#000000;
background-color:#679d00;


/* -----------------Accordion Styles Ende--------------------- */



