/*========= Genereic =====================================*/
body {
	width: 99.5%;
	height: 95%;
	max-width: 65em;
}
body#gallery-page {
	min-width: 720px;
}
body, ul, img{
	padding: 0;
	margin: 0;
}
p {
	margin: 0.5em 0;
}
table, td, img{
	border: none;
}


/*========= Page Structure =====================================*/
div#page-frame {
	padding: 0;
	margin: 0;
	max-width: 900px;
	margin: 0px auto 0px auto;
/*	width: 800px; */
}
div#top-left {
	float: left;
	margin-top: 5px;
	margin-left: 20px;
}
div#left-col {
	width: 200px;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	float:left;
	overflow: hidden;
/*	height: 500px;*/
}
div#right-col {
	margin-left: 220px;
}
#normal-page div#top-right, #gallery-page div#top-right {
/*	height: 60px; */
	padding: 0;
	padding-top: 50px;
	padding-bottom: 20px;
	margin-left: 260px;
}
#bottom-right {
	padding: 20px;
	padding-left: 220px;
	margin-left:20px;
	background-repeat: repeat-y;
}
div#header {
	height: 89px;
	border-bottom: 1px solid gray;
}

/*========= Homepage =====================================*/
#homepage #page-frame {
	height: 600px; /* -> overwritten at runtime, is js enabled */
}
#homepage div#right-col {
	height: 100%;
}
#homepage div#top-right {
	padding: 60px 0 28px 70px;
	border-bottom: 1px solid gray;
	font-size: 120%;
}
div#home-bottom-right {
	width: 510px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

/*=========Anmeldeformular ===============================*/
#anmelde-kommentare {
	margin-left: 2em;
}
#anmelde-kommentare li {
	padding: 0 3em 1em 0;
}
#anmelde-form {
	margin: 20px 0 0 30px;
	border-collapse:collapse;
	border: none;
}
#anmelde-form td {
	border: none;
}
#anmelde-form .col1 {
	text-align: left;
	width: 7em;
}
#anmelde-form .col2 {
	text-align: left;
}
#anmelde-form input {

}

/*========= Veranstaltungen ============================*/
#veranstaltungs-tabelle {
	margin: 20px;
	text-align: left;
	border-collapse:collapse;
	border: none;
}

#veranstaltungs-tabelle td, th {
	text-align: left;
	vertical-align: text-top;
	padding: 5px;
	border: none;
}

/*========= Kurse ============================*/
#kurs-tabelle, #weitere-kurs-tabelle {
	border-collapse:collapse;
	border: 1px solid gray;
}
#kurs-tabelle th, td, #weitere-kurs-tabelle th {
	text-align: left;
	padding: 5px 5px;
	border: 1px solid gray;
	text-align: center;
	font-size: 90%;
}
#weitere-kurs-tabelle th, #weitere-kurs-tabelle td {
	text-align: left;
}
#weitere-kurs-tabelle .td1 {
	width: 8em;
}
.kurs-details td {
	padding: 0;
	border: none;
	text-align: left;
}
.kurs-details .col1 {
	width: 16em;
}
.kurs-details .col2 {
	width: 7em;
}

/*========= Misc =====================================*/

.hidden {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0px;
	height:0px;
	overflow:hidden;
	display:inline;
}
.left-align {
	text-align: left;
}

ul.cv {
	margin: 0 0 2em 30px;
}
.cv li {
	margin: 4px 0;
	list-style: circle;
}

#exhib-list dt {
	font-weight: bold;
	margin: 1em 0 4px 20px;
}
#exhib-list dd {
	margin: 4px 0 4px 50px;
}
#contact-field {
	padding: 100px 0 0 20%;
}

/*======= Gallery ======================================*/
#gallery-page #col1, #gallery-page #col1_content {
	overflow: auto;
}
.quilt_box {
	padding: 0 20px;
	margin: 5% auto 0 auto;
/*	border: 1px dotted red;  
	background: yellow;*/
}
.quilt_descr {
}
.quilt_img {
	margin: 0 auto 0 auto;
	padding: 0;
}
.quilt_text h2 {
	margin-top: 0;
}
.thumbnail img {
/*	border: 1px solid gray;*/
}
.thumbnail {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 5px;
}


/*#outer[id] {display: table; position: static;}*/

/*#middle {position: absolute; top: 50%;} /* for explorer only*/
/*#middle[id] {display: table-cell; vertical-align: middle; position: static;}*/

/*#inner {position: relative; top: -50%;} /* for explorer only */
