﻿/* Custom CSS www.artbasel.ch */

/* 00 General settings */
body {
	/*background: #c1c3c5 url(../images/artbaselmiamibeach_bg.gif) left top repeat-x;*/
	background-color: #87b7cb;
}



/* 01 Typography */
body, th, td, p, input, textarea, label, select, option {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #333;
}

input, textarea, label, select, option {
	line-height: 14px;
}

p {
	margin-bottom: 16px;
}

h1, h2, h3, h4, h5, h6 {
	font: normal 14px/16px Arial, Helvetica, sans-serif;
	margin-bottom: 16px;
}

/* 02 Layer */
#container {
	width: 838px;
	margin: 0;
}

#pageheader {
	width: 838px;
	height: 120px;
	border: none;
}

div.keyvisual {
	position: relative;
	width: 750px;
	height: 70px;
	/*background: transparent url(../images/artbaselmiamibeach_header_transparent.gif) 20px top no-repeat;*/
	background: transparent url(../images/artbaselmiamibeach_header.gif) left top no-repeat;
}

/* 03 Hyperlinks */
#content a {
	color: #ea2e8c;
	text-decoration: none;
}

#content a:hover {
	color: #ea2e8c;
	text-decoration: underline;
}

/* 04 Language */

.languages a {
	color: #fff;
	text-decoration: none;
}

.languages a:hover {
	color: #000;
	text-decoration: none;
}

/* 05 Navigation */
#navigation {
	width: 200px;
}

#navigation a, #navigation a:hover {
	font-weight: bold;
	color: #fff;
}

#navigation a:hover {
	color: #000;
}

/* 06 Content */
#content {
	width: 520px;
	padding: 0;
}

/* 07 Servicebar */
div.servicebar {
	width: 118px;
	padding: 0;
}

div.servicebar a {
	color: #ea2e8c;
	text-decoration: none;
}

div.servicebar a:hover {
	color: #ea2e8c;
	text-decoration: underline;
}

/* 08 Footer */
#pagefooter {
	width: 520px;
	margin-left: 200px;
	padding: 12px 0 0 0;
	border-top: 1px solid #416d7f;
}

#pagefooter a, #pagefooter a:hover  {
	font-size: 9px;
	line-height: 12px;
	color: #416d7f;
	text-decoration: none;
}

#pagefooter a:hover {
	text-decoration: underline;
}

/* 09 Controls */ 
/* Command- Buttons in der Detailsview */
.detailsview td.commands {
	background: #f8d0d4 url(../images/artbaselmiamibeach_verlauf.gif) left bottom repeat-x;
}

div.logincontrol div.loginform {
	background: #f8d0d4 url(../images/artbaselmiamibeach_verlauf.gif) left bottom repeat-x;
}

div.unsubscribecontrol div.unsubscribeform {
	background: #f8d0d4 url(../images/artbaselmiamibeach_verlauf.gif) left bottom repeat-x;
}

