/*  DIE GALERIE DRESDEN  

grau	423C43

gold	ac995f

beige	CABA96


*/

* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
}

body {
	font-size: 0.875em;
	font-family: Georgia, Times, serif ;
	color: #423C43;
	text-align: center;
}

/*  hack IE  */
*::-ms-backdrop, body {
	font-size: 0.8em;
}
/**/

#wrapper {
	width: 960px;
	height: auto;
	min-height: 500px;
	margin: 20px auto 0 auto;
	text-align: left;
}

#header {
	width: 960px;
	height: 60px;
	border-bottom: 1px solid #423C43;
	margin-bottom: 20px;
}

#header #logo {
	width: 260px;
	height: 40px;
	float: left;
}

/*=================  NAVIGATION  =================*/
#header .mod_navigation {
	width: 700px;
	height: 30px;
	padding-top: 15px;
	float: left;
	font-size: 1.8em;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

/*  hack IE  */
*::-ms-backdrop, #header .mod_navigation {
	font-size: 1.55em;
	padding-top: 16px;
}
/**/

#header .mod_navigation ul {
	list-style: none;
	text-align: right;
}

#header .mod_navigation ul li {
	display: inline;
	padding: 0 30px 0 0;
}

/*  hack IE  */
*::-ms-backdrop, #header .mod_navigation ul li {
	padding: 0 38px 0 0;
}
/**/

#header .mod_navigation ul li.last {
	padding: 0;
}

#header .mod_navigation ul li a {
	color: #423C43;
}

#header .mod_navigation ul li a:hover,
#header .mod_navigation ul li a.active {
	color: #ac995f;
}

#header .mod_navigation ul.level_2 {
	display: none;
}

/*=================  MAIN  ================*/
#main {
	width: 610px;
	height: auto;
	min-height: 400px;
	float: right;
}

#main h1 {
	font-size: 2em;
	font-family: 'Yanone Kaffeesatz';
	font-weight: 100;
	margin-bottom: 20px;
	color: #ac995f;
}

#main h2 {
	font-size: 2em;
	font-family: 'Yanone Kaffeesatz';
	font-weight: 100;
	margin-bottom: 20px;
}

/*  hack IE  */
*::-ms-backdrop, #main h1 {
	font-size: 1.55em;
	padding-top: 16px;
}
/**/

#main p {
	margin-bottom: 20px;
}

#main a {
	color: #ac995f;
}

#main a:hover {
	text-decoration: underline;
}

#main img {
	border: 1px solid #423C43;
}

#main .border {
	border-bottom: 1px solid #ac995f;
	margin-bottom: 20px;
}

#main ul {
	list-style-type: disc;
	margin: 0 0 20px 40px;
}

#main table {
	width: 100%;
	border-spacing: 0;
	margin-bottom: 20px;
}

#main table tr td {
	border-bottom: 1px solid #999;
	padding: 3px;
}

#main hr {
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
}

/*  GALLERY  */

#main .ce_gallery ul {
	margin: 0 0 0 0;
	list-style: none;
}

#main .ce_gallery ul li .image_container {
	margin: 0 10px 0 0;
}

#main .ce_gallery ul li.col_last .image_container {
	margin: 0;
}

/*===========  K�NSTLER  ==============*/
.large #main {
	width: 960px;
} 

.large #main .sc2.sc-first {
	width: 320px;
	padding-right: 30px;
	text-align: right;
}

.large #main .sc2.sc-last {
	width: 610px;
}

#main .sc-clear {
	border-bottom: 1px solid #ac995f;
	margin-bottom: 20px;
}

#main .sc2.sc-first {
	width: 285px;
	padding-right: 20px;
	float: left;
}

#main .sc2.sc-last {
	width: 305px;
	float: right;
}

/*===================  SLIDER  ===============*/
#main .ce_caroufredsel {
	border: 1px solid #423C43;
	width: 608px;
	height: 300px;
}

#main .ce_caroufredsel .image_container  {
	text-align: center;
}

#main .ce_caroufredsel .image_container img  {
	border: none;
	height: 300px;
	width: auto;
}

/*=============  FOOTER  ===============*/
#footer {
	width: 960px;
	height: 20px;
	padding: 10px 0;
	clear: both;
	text-align: right;
	border-top: 1px solid #423C43;
}

#footer a {
	color: #ac995f;
}

.invisible {
	display: none;
}

.clear,
.sc-clear {
	clear: both;
}