﻿/* Custom CSS www.artbasel.ch */

/* 00 General settings */
body {
	/*background-color: #a695af;*/
	background-color: #869ca6;
}

/* 01 Typography */
body, th, td, p, input, textarea, label, select, option {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #070707;
}

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: 555px;
	height: 70px;
	background: transparent url(../images/artbasel_header.gif) 20px top no-repeat;
}

/* 03 Hyperlinks */
#content a {
	color: #401d52;
	text-decoration: none;
}

#content a:hover {
	color: #401d52;
	text-decoration: underline;
}

/* 04 Language */

.languages a {
	color: #401d52;
}

.languages a:hover {
	color: #401d52;
	text-decoration: underline;
}

/* 05 Navigation */
#navigation {
	width: 200px;
}

#navigation a, #navigation a:hover {
	font-weight: bold;
	color: #fff;
}

#navigation a:hover {
	color: #1a1a1a;
}

/* 06 Content */
#content {
	width: 520px;
	padding: 0;
}

/* 07 Servicebar */
div.servicebar {
	width: 118px;
	padding: 0;
}

div.servicebar a {
	color: #401d52;
	text-decoration: none;
}

div.servicebar a:hover {
	color: #401d52;
	text-decoration: underline;
}

/* 08 Footer */
#pagefooter {
	width: 520px;
	margin-left: 200px;
	padding: 12px 0 0 0;
	border-top: 1px solid #82959f;
}

#pagefooter a, #pagefooter a:hover  {
	font-size: 9px;
	line-height: 12px;
	color: #748892;
	text-decoration: none;
}

#pagefooter a:hover {
	text-decoration: underline;
}

/* 09 Controls */ 
/* Command- Buttons in der Detailsview */
.detailsview td.commands {
	background: #401d52 url(../images/artbasel_verlauf.gif) left bottom repeat-x;
}

div.logincontrol div.loginform {
	background: #401d52 url(../images/artbasel_verlauf.gif) left bottom repeat-x;
}

div.unsubscribecontrol div.unsubscribeform {
	background: #401d52 url(../images/artbasel_verlauf.gif) left bottom repeat-x;
}

