/* bronzeart.de css
 *
 */

/*
 * HTML
 */

body {

	background: #FFFFFF url('../images/design/bg.png') repeat-x;

	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;

	color: #909195;
}


/*
/ standard things
*/

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

h2 {
	color: #F08523;
	font-weight: normal;
	text-transform: uppercase;
	
	border-bottom: 1px #ccc dotted;
}

h4 {
	color: #F08523;
	font-weight: normal;
	text-transform: uppercase;
	
	margin-top: 0px;
}

/*
 *  DOT
 */
 
#dot {

	width: 990px;

	margin-left: auto;
	margin-right: auto;
}

#top {
	height: 50px;	
}

/*
 * Header
 */

#header {
	height: 250px;
	
	/*background: #F08523;*/
}

.header {
	margin: 0px;
	padding: 0px;
	margin-left: -5px;
	margin-top: 5px;
	
	border: 0px;	
}

#header img {
	margin-left: auto;
	margin-right: auto;	
}

/*
 * Footer
 */
 
#footer {
	clear: left;
	/*height: 190px;*/
	height: 50px;
	
	font-size: 13px;
	
	border-top: 1px solid #ADB5B8;
	
	font-weight: normal;
	margin-bottom: -10px;
	
	background: #909195;
}

#footer img {
	margin-left: 5px;
}

/*
 * Sidebar
 */

#right {
	float: right;
	
	/*border: 1px dotted #ccc;*/

	padding: 15px;
	
	/*background: #ccc;*/
	
	/*height: 600px;

	width: 240px;
	/*width: 30%;*/	
}

/*
 * Sidebar Menu
 */


#menu {
	
	width: 220px;
	
	border: 1px solid #ccc;
	
	padding: 0px;	
}

.menu-a {
	
	height: 15px;
	
	padding: 5px;
	width: 228px;
	
	color: white;
	
	border: 1px #ccc solid;
	
	background: #F08523;	
}

li {
	
	border-bottom: 1px solid #ccc;
	border-left:   1px solid #ccc;
	border-right:  1px solid #ccc;
	
	height: 17px;
	width: 218px;
	
		
	font-size: 11px;
	
	padding: 0px;
    padding-left: 20px;
    padding-top: 10px;

	list-style-type: none;
	
	/*font-weight: none;*/
	
    background: url('../images/design/cellpic.png');	
}

li:hover {

   background: url('../images/design/cellpic-hover.png');
}

ul {
	padding: 0px;
	margin:  0px;	
}

.menu-x {
	
	height: 20px;
	
	background: url('../images/design/bottom.png');	
	
}

/*
 * Content
 */

#content {
	float: left;
	
	width: 700px;
	text-align:justify;
	
	margin-bottom: 100px;
}

/*
 * Outdated
 */

#imprint {
	
	float: right;
	border: 1px solid #ADB5B8;
	
	height: 130px;
	width:  200px;
	
	margin-right: 184px;
	margin-top: 15px;
	
	font-weight: normal;
	
	padding: 15px;
	
	color: #fff;
	
	background: #666F78;	
}

/*
 * Special
 */
 
.left {
	
	float: left;
	color: #fff;
	
	padding: 15px;	
}

     /*
	 * This is used by the Kontakt page do know y check this!!
 	 */
.left-k {
	
	float: left;
}

     /*
	 * This is used by the Kontakt page do know y check this!!
 	 */
.clear-k {
	clear: right;	
}

	 /*
	 * Using this for img gray border
 	 */
.grayb {

	border: 1px solid #ccc;
	
	float: right;	
}

.graybd {

	border: 1px solid #ccc;
	
	margin-right: 10px;
	
	float: right;	
}

.graybn {

	border: 1px solid #ccc;
	
	float: left;
	
	margin-right: 5px;
	margin-bottom: 5px;	
}

/*
 * This is for the index.tpl space betwean the 2x2 skulbs boxes
 */
.spacer {
	margin-bottom: 55px;
	clear: left;	
}

/*
 * Arikel Boxes
 */
 
.box-left {
	
	float: left;
	
	border-top: 1px solid #ccc;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	
	padding: 10px;
	
	width: 310px;
	height: 160px;
	
	font-size: 11px;
	
	margin-bottom: 5px;
	margin-right: 15px;
}

.box {
	
	float: left;
	
	border-top: 1px solid #ccc;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	
	padding: 10px;
	
	/*width: 271px;*/
	width: 310px;
	height: 160px;
	
	font-size: 11px;
	
	margin-bottom: 15px;
	margin-right: 15px;
}

.box-right {
	
	float: right;
	
	padding: 10px;
	
	border-top: 1px solid #ccc;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	
	/*width: 281px;*/
	width: 320px;
	height: 160px;

	font-size: 11px;

	margin-bottom: 5px;
}

.box-right img {
	
	/*width: 102px;
	height: 135px;*/

	margin-top: -5px;
	margin-left: -15px;
}

.box-left img {

	/*width: 102px;
	height: 135px;*/

	margin-top: -5px;
	margin-left: -15px;
}

.box img {

	/*width: 102px;
	height: 135px;*/

	margin-top: -5px;
	margin-left: -15px;
}

.bop-left {
	float: left;
	height: 200px;	
}

#navigation {
	
	height: 10px;
	width: 100%;
	
	margin-bottom: 5px;
	
	/*background: #2b2b2b;*/
}


.box-left h2, .box-right h2 {

	border: 1px dotted #ccc;

	border-bottom: none;

	height: 22px;
	
    /*float: top;*/
	padding: 5px 10px 0px 10px;

	position: relative;

	top: -50px;
	
	width: 70px;

	text-align: center;

	margin-bottom: -30px;
}
/*
* Details
*/
  a div {
	display: none;
  }

a:hover div {
	display: block;
	padding: 5px;
	
	/*font-wight: none;*/
	color: #909195;
}

#details {

	clear: left;	
}

#pictures {
	
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

/*
* Shadow
*/

DIV.shadow {
   float: left;
   background-color: #777;
   padding: 1px;
   border: 1px solid #999;
   margin: 0px;
   
   /*border: 1px solid #ccc;*/
}

DIV.shadow2 {
   float: left;
   background-color: #bbb;
   padding: 1px;
   border: 1px solid #ddd;
   margin: 0.7em 1em;
}

DIV.shadow IMG {
   border: 0px solid #666;
   display:block;
   position: relative;
   top: -3px;
   left: -3px;
}


DIV.shadow IMG {
	border: 1px solid #ccc;
}


.zoom-icon {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	
	background: url('../images/design/zoom.png') no-repeat;
}

.zoom {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
}