/* Layout css - jl-artdesign.de */


* {
	padding: 0;
	margin: 0;
}

body {
	background: #eceded;
	color: #535355;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}




#wrapper {
	background: #f8fafa url(../images/bg_site.png) repeat-y;
	width: 950px;
	padding: 0 10px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 950px;
	height: 424px;
/*	background: url(../headerimages/standard-3.jpg) no-repeat 0px 100px;*/
}

#logo {
	background: url(../images/jl-artdesign_logo.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100px;
	width: 375px;
}
#headerImage {
	width: 950px;
	height: 250px;
	position: absolute;
	top: 99px;
	left: 0;	
}



#container {
/*	min-height: 600px;*/
	background: url(../images/bg_content_l.png) repeat-y;	
}
body.startseite #container {
	background: url(../images/bg_content_r.png) repeat-y;
}

#left {
	width: 245px;
	padding: 0 15px 15px 15px;
	float: left;
}
#right {
	width: 245px;
	padding: 0 15px 15px 15px;
	float: right;
}
#main {
	float: right;
	width: 625px;
	padding: 25px 25px 25px 0;
}
body.startseite #main {
	padding: 25px 0 25px 25px;
	float: left;
}
#footer {
	width: 950px;
	background: url(../images/bg_naviMain.png) repeat-x;
	height: 49px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	position: relative;
	text-align: right;
}
#copy {
	width: 200px;
	height: 49px;
	position: absolute;
	left: 25px;
	top: 0;
	text-align: left;
}
#copy p {
	font-size: 10px;
	color: #fff;
	line-height: 49px;
	margin: 0;
}


/* allgemeine Klassen */

.block {
	display: block;
}
.just {
	text-align: justify;
}
.clear {
	clear: both;
}
.floatleft {
	float: left;
 }
.floatright {
	float: right;
}
.imgRight {
	margin: 0 0 15px 15px;
	float: right;
}
.imgLeft {
	margin: 0 15px 15px 0;
	float: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.textLeft {
	text-align: left;
}

.thumb240x180 {
/*	border: 5px solid #FFF;*/
	display: block;
	padding: 15px;
	background: url(../images/bg_thumb240x180.png) no-repeat !important;
	background: url(../images/bg_thumb240x180_8.png) no-repeat;
}
/*.proImg {
	width: 240px;
	display: block;
	padding: 5px 15px;
}
.proDesc {
	width: 240px;
	padding: 5px 15px;
	display: block;
}
.proDesc ul {
	margin: 8px 0 8px 15px;
}*/

/* Gallerie */

div.Galthumb240 {
}

	
.ce_gallery table td {
	text-align: center;
	vertical-align: top;
}
.ce_gallery div.image_container {

}
.ce_gallery div.caption {
	font-size: 12px;
	font-weight: bold;
	padding: 0 15px 25px 15px;
	margin: -25px 0 0 0;
}
/*.ce_gallery img {
	width: 240px;
	border: none;
	display: block;
	margin: 0 auto;
	padding: 12px 0 0 0;
}
.ce_gallery img a {
	border: none;
}*/


.invisible {
	display: none;
}

