
html {
	height: 100%;
}
body {
	font: 11px Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
a {
	color: #F90;
}
a:hover {
	color: #C00;
}

#masterContainer {
	position: relative;
	width: 800px;
	height: 100%;
	/* background-color: red; */				
}
#zkmLogo {
	position: absolute;
	top: 19px;
	right: 20px;
}
#banner {
	position: absolute;
	top: 75px;
	left: 0px;
}

#zkmText {
	position: absolute;
	top: 28px;
	left: 20px;				
	font: bold 13px Arial, Helvetica, sans-serif;				
}
#zkmText .p1 {
	color: #333;
}
#zkmText .p2 {
	color: #999;
}

#headerMenu {
	position: absolute;
	top: 55px;
	right: 19px;
	font: 11px Arial, Helvetica, sans-serif;
}
#headerMenu a {
	color: black;
	text-decoration: none;
}
#headerMenu a:hover {
	color: #666;
	text-decoration: none;
}
#headerSep {
	position: absolute;
	top: 244px;
	left: 0px;
}

#searchBox {
	position: absolute;
	top: 207px;
	right: 20px;
	font: 11px Arial, Helvetica, sans-serif;
}
#searchBox input {
	border: 1px solid #D3D3D3;
	height: 14px;
	width: 132px;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: text-bottom;
}
#searchBox a {
	text-decoration: none;
	color: black;
}

#mainMenu {
	position: absolute;
	top: 161px;
	left: 0px;
	background-color: red;
	font: bold 13px Arial, Helvetica, sans-serif;
}
#mainMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainMenu li {
	position: absolute;
}
#mainMenu #home {
	left: 20px;
}
#mainMenu .main {
	padding-top: 2px;
}
#mainMenu .withSep {
	background: url(assets/menu-sep.gif) no-repeat;
	padding-left: 5px;
}
#mainMenu a {
	color: black;
	text-decoration: none;
}
#mainMenu a:hover {
	color: #666;
}
#mainMenu a.active {
	color: #C00;
}

#mainMenu #home 	{	left: 20px;	}
#mainMenu #info 		{ 	left: 75px;	}
#mainMenu #program 	{	left: 174px; 	}
#mainMenu #institutes 	{	left: 266px; width: 300px; }
#mainMenu #vzkm 		{	left: 519px; width: 200px; }
#mainMenu #contact 	{	left: 724px;	}

.sub {
	position: absolute;
	top: 180px;
	visibility: hidden;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 5px;
	padding-top: 1px;
	background-color: white;
	line-height: 15px;
}
.sub a {
	color: black;
	text-decoration: none;
}
.sub a:hover {
	color: #666;
	text-decoration: none;
}

/* #mainMenus.left + 1px */			
#homeMenu 		{	left: 16px; z-index: 1000;	}			
#infoMenu 			{	left: 76px; z-index: 1001;	}
#programMenu 		{	left: 175px; z-index: 1002;	}
#institutesMenu 		{	left: 267px; z-index: 1003;	}
#vzkmMenu 			{	left: 520px; z-index: 1004;	}
#contactMenu 		{	left: 725px; z-index: 1005;	}

#sideMenu {
	position: absolute;
	left: 20px;
	top: 294px;
}
#sideMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sideMenu li {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 15px;
}
#sideMenu a {
	color: black;
	text-decoration: none;
}
#sideMenu a:hover {
	color: #666;
	text-decoration: none;
}
#sideMenu a.active {
	color: #C00;
}

#sideImages { 
	/* same as #sideMenu */
	position: absolute;
	left: 20px;
	top: 294px;
}

/* home */

#contentHeadline {
	position: absolute;
	top: 254px;
	left: 20px;
}
#contentColumn {
	position: absolute;
	top: 293px;
	left: 20px;
	width: 448px;
	padding-bottom: 50px;
}
#contentColumn p {
	margin: 0px;
	line-height: 15px;
}
.contentSeparator {
	background: url(assets/dotted-line-m.png);
	height: 1px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#newsHeadline {
	position: absolute;
	top: 254px;
	left: 489px;
}
#newsColumn {
	position: absolute;
	top: 293px;
	left: 489px;
	width: 285px;
	padding-bottom: 50px;				
}
#newsColumn p {
	margin: 0px;
	line-height: 13px;
}
.newsSeparator {
	background: url(assets/dotted-line-s.gif);
	height: 1px;
	line-height: 1px;
	margin-top: 7px;
	margin-bottom: 4px;
}

.sidebarSeparator {
	background: url(assets/dotted-line-xs.png);
	height: 1px;
	margin-top: 12px;
	margin-bottom: 6px;
}

/* other pages */

#pageHeadline {
	position: absolute;
	top: 256px;
	left: 20px;
}

/* content columns: aaab */

#aaabA {
	position: absolute;
	top: 294px;
	left: 178px;
	width: 448px;
	padding-bottom: 50px;
}			
#aaabA p {
	margin-top: 0px;
}			
#aaabB {
	position: absolute;
	top: 294px;
	left: 644px;
	width: 136px;
}

/* content columns: aabb */

#aabbA {
	position: absolute;
	top: 294px;
	left: 178px;				
	width: 292px;
	padding-bottom: 50px;
}			
#aabbA p {
	margin-top: 0px;
}		
#aabbB {
	position: absolute;
	top: 294px;
	left: 488px;				
	width: 292px;
	padding-bottom: 50px;
}
#aabbB p {
	margin-top: 0px;
}

/* common */

.headline {
	font-size: 13px;
	font-weight: bold;
}
.subHeadline {
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 15px;
}
.textImage {
	margin-top: 7px;
	margin-bottom: 4px; /* was: 11px; (for pic 1) */
}
.topTextImage {
	margin: 0px 0px 10px 0px;
}
.sideBarImage {
	margin: 0px 0px 0px 0px;
}
.sideBarImageCaption {
	font-size: 10px;				
	margin-bottom: 4px;
	letter-spacing: -1px;
}
.noBottomMargin {
	margin-bottom: 0px;
}
.noMargin {
	margin: 0px;
}

/* bildmedien_1 */

.relatedProjects p {
	margin: 0px;
	padding: 0px;
}			
.relatedProjects .name {
	font-weight: bold;
	margin-top: 5px;
	line-height: 13px;
	color: #F93;
}						
.relatedProjects .artist {
	margin-top: 2px;
	line-height: 13px;
}

/* bildmedien_2 */

.teaser .header {
	height: 80px;
}
.teaser .icon {
	float: left;
	margin-right: 20px;
}
.teaser p {
	margin: 0px;
}
.teaserSeparator {
	background: url(assets/dotted-line-s.gif);
	height: 1px;
	line-height: 1px;
	margin-top: 7px;
	margin-bottom: 19px;
}

/* ueber_das_zkm */

.text p {
	margin-bottom: 5px;
}
.relatedLinks p {
	margin-top: 11px;
}
.relatedLinks a {
	text-decoration: none;
}
.relatedLinks .separator {
	height: 20px;
}

/* inst_abt */

#cornerImage {
	position: absolute;
	top: 282px; 
	left: 20px;
}

#topTextA {
	position: absolute;
	top: 282px; 
	left: 176px;
	width: 292px;
}
#topTextA p {
	margin-top: 0px;
}

#topTextB {
	position: absolute;
	top: 282px; 
	left: 488px;
	width: 292px;
}
#topTextB p {
	margin-top: 0px;
}

#infoNote {
	position: absolute;
	top: 442px;
	left: 20px;
	font-style: italic;
}

#infoSelector {
	position: absolute;
	top: 468px;
	left: 20px;
	line-height: 13px;
	font-weight: bold;
}
#infoSelector p {
	margin: 0px 0px 5px 0px;
}
#infoSelector .type {
	
}
#infoSelector .instance {
}
#infoSelector .instance a {
	text-decoration: none;
}
#infoSelector .instance a.active {
	color: #C00;
}
#infoSelector .narrow {
	letter-spacing: -1px;
}
#infoSelector .sep {
	height: 18px;
}

.infoSection {
	position: absolute;
	top: 468px;
	left: 176px;
	height: 450px;
	width: 604px;
	background-color: #E2E2E2;
}
.infoSection p {
	margin: 0px;
}
.infoSection .columnA {
	position: absolute;
	width: 288px;
	margin-top: 6px;
	margin-left: 4px;
}
.infoSection .columnB {
	position: absolute;
	left: 312px;
	width: 292px;
}
.infoSection .separator {
	background: url(assets/dotted-line-grey.gif);
	width: 285px;
	height: 1px;
	margin-top: 6px;
	margin-bottom: 6px;
}

/* programmuebersicht */

#bgHolder {
	position: absolute; 
	top: 245px; 
	width: 100%; 
	height: 100%; 
	background: url(assets/search-bg.gif) top right repeat-y;
}
#detailSearch {
	font-size: 10px;
	position: absolute;
	top: 4px;
	left: 648px;
	width: 200px;
}
#detailSearch select {
	font: 11px Verdana, sans-serif;
	width: 126px;
}
#detailSearch input.txt {
	width: 110px;
	font: 11px Verdana, sans-serif;
}
#detailSearch .separator {
	line-heigth: 1px;
	height: 5px;
}

#calendarBar { 
	position: absolute;
	left: 20px;
	top: 48px;
}
#calendar {
	width: 135px; 
	border: 1px solid black;
	border-left: none;
	border-top: none;
}
#calendar td {
	font-size: 9px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-right: none;
	border-bottom: none;
}
#calendar tr.header {
	font-weight: bold;
}

#arrow {
	float: left;
}
#programLinks {
	position: relative;
	top: -3px;
	font-size: 9px;
	
}
#programLinks a {
	color: #FF8733;
	text-decoration: none;
}
#programLinks a:hover {
	color: #C00;
}

#programContent {
	position: relative;
	top: 48px;
	margin-left: 178px;
	width: 448px;
}
#programContent p {
	margin-top: 2px;
}
.imageStripeCaption {
	position: relative;
	font-size: 9px;
	text-align: right;
	margin-bottom: 5px;
	float: right;
	top: -30px;
}
.imageStripe {
	width: 448px;
}
.imageStripe .filler {
	width: 19px;
}
.imageStripe .image {
	width: 136px;
	font-size: 9px;				
}
.imageStripe .image img {
	margin-bottom: 6px;
}

#programItems {
	font-size: 10px;
}
.programItem {
	margin-top: 13px;
}
.programItem .title {
	text-decoration: underline;
}

/* popup - standortanzeige */

.positionPopupText {
	position: relative;
	left: 20px;
	top: 70px;
	width: 292px;
}

.positionPopupText .headline {
	font-size: 14px;
}

.positionPopupText .subHeadline {
	font-size: 11px;
	font-weight: normal;
	padding-top: 7px;
}

.positionPopupText .content {
	font-size: 11px;
	padding-top: 2px;
}

.positionPopupImage {
	position: absolute;
	left: 332px;
	top: 107px;
}

/* avenue */

#avPlan .image {
	position: absolute;
	top: 298px;
	left: 20px;
}

#avPlan .text {
	position: absolute;
	top: 272px;
	left: 332px;
	width: 450px;
}

#avPlan .text p {
	padding-top: 0px;
	padding-bottom: 16px;
	margin: 0px;
}

#avPlan .text .headline {
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 2px;
	margin: 0px;
}

