/* @override http://www.tandler.de/wp-content/themes/tandler/style.css */

/* @group Setup */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 62.5%/1.6 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2, h3, h4, h5, h6 {
	font-weight: 200;
	color: #0098a0;
}

h2 {
	font-size: 2.2em;
}

ul {
	list-style-type: circle;
}

ul, ol {
	padding: 0 0 0 2em;
}

p {
	margin-bottom: 1em;
}

table {
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
	padding: 3px;
}

a:link {
	color: #0099a1;
}

a:visited {
	color: #0099a1;
}

a:hover {
	color: #444;
}

.alignleft {
	float: left;
}

#wrapper {
	width: 900px;
	margin: 40px auto;
}



/* @end */

/* @group Header */

#header {
	height: 220px;
	position: relative;
	width: 900px;
}

#header h1 a {
	display: block;
	width: 220px;
	height: 220px;
	background: url(images/tandler-logo.png) no-repeat;
	text-indent: -9999px;
	float: left;
}

#header img {
	float: right;
}

#qtrans_language_chooser {
	list-style-type: none;
	padding: 0;
	position: absolute;
	top: -24px;
	right: -8px;
	width: 100px;
}

#qtrans_language_chooser li {
	float: left;
	margin-right: 4px;
}

#qtrans_language_chooser li a {
	display: block;
	width: 20px;
	height: 14px;
}

#qtrans_language_chooser .qtrans_flag_de {
	background: url(images/flags-sprite.png) no-repeat 0 0;
}

#qtrans_language_chooser .qtrans_flag_en {
	background: url(images/flags-sprite.png) no-repeat -22px 0;
}

#qtrans_language_chooser .qtrans_flag_it {
	background: url(images/flags-sprite.png) no-repeat -44px 0;
}

#qtrans_language_chooser .qtrans_flag_fr {
	background: url(images/flags-sprite.png) no-repeat -66px 0;
}

/* @end */

/* @group Navigation */

#navigation {
	clear: both;
	border-bottom: 1px solid #d9d9d9;
	height: 40px;
	position: relative;
}

#navigation ul {
	padding: 0;
	bottom: 0px;
	left: 240px;
	position: absolute;
	list-style-type: none;
}

#navigation li {
	float: left;
	font-size: 1.2em;
	margin-right: 20px;
}

#navigation a:link, #navigation a:visited {
	text-decoration: none;
}

#navigation .current_page_item, #navigation .current_page_ancestor {
	border-bottom: 2px solid #0099a1;
}



/* @end */

#main, #footer, .clear {
	clear: both;
}

#main {
}

#content {
	font-size: 1.2em;
	float: right;
	width: 660px;
	color: #444;
	background: url(images/main.png) no-repeat right bottom;
	padding-bottom: 4em;
}

#content h2 a {
	text-decoration: none;
}

.breadcrumbs {
	width: 100%;
	height: 20px;
	margin: 6px 0px 12px 0px;
	font-size: 0.8em;
}

.breadcrumbs ul {
	list-style-type: none;
	padding: 0;
}

.breadcrumbs li {
	float: left;
	margin-right: 1em;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #bfbfbf;
	text-decoration: none;
}

p.pull, blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	font-size: 1.4em;
}

.note {
	background-color: #ddf9fb;
	border: 1px solid #cfcfcf;
	padding: 1em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

ul.note {
	margin-top: 1em;
	padding-left: 2.5em;
}

#content img.right {
	margin-left: 20px;
	float: right;
}

.minibox {
	width: 31%;
	float: left;
	margin-right: 10px;
	font-size: 12px;
}

.miniboxes {
	padding: 0;
	list-style-type: none;
	margin-top: 30px;
}

.miniboxes li {
	width: 320px;
	margin-right: 10px;
	float: left;
	margin-bottom: 20px;
	height: 14em;
}

.range td, .exhibitions th, .exhibitions td {
	border: 1px solid #CCC;
}

.people {
	padding: 0;
	list-style-type: none;
}

.people li {
	width: 48%;
	float: left;
}

.people .alignleft {
	margin: 0px 15px 15px 0px;
}

/* @group Sidebar */

#sidebar {
	width: 220px;
	float: left;
	font-size: 1.2em;	
}

.widgets {
	list-style-type: none;
	padding: 0;
}

/* @group Submenu */

.submenu {
	list-style-type: none;
	padding: 0;
	margin-top: 42px;
}

.submenu ul {
	list-style-type: none;
	padding: 0px 8px 0px 0px;
}

.submenu li {
	border-bottom: 1px solid #f0f0f0;
	line-height: 2em;
	text-align: right;
}

.submenu li a:link, .submenu li a:visited {
	text-decoration: none
}

.submenu ul li {
	border: 0;
	font-size: 10px;
}

.teaser img {
	margin-top: 50px;
	border: 0;
}

/* @end */



/* @end */

#footer {
	border-top: 1px solid #d9d9d9;
	line-height: 30px;
	text-align: right;
	color: #444;
}

/* @group Contents */

.chrono th {
	text-align: right;
	padding-right: 5px;
}

.chrono th, .chrono td {
	border-bottom: 1px solid #f0f0f0;
}

/* @end */

/* @group Forms */

fieldset {
	padding: 0px 20px 20px 20px;
	border: 1px solid #f0f0f0;
}

input {
	border: 1px inset #CCC;
	padding: 5px;
}

.button {
	height: 26px;
	padding: 2px 10px;
	border: 1px outset #CCC;
	-webkit-border-radius: 12px;
}

.message-body textarea {
	width: 100%;
}

.wpcf7-list-item {
	display: block;
}

.wpcf7-not-valid-tip-no-ajax {
	margin-left: 20px;
	background-color: #ff5d60;
	padding: 3px 8px;
	border: 2px solid #bb4649;
	color: #FFF;
}

/* @end */

/* @group Gallery */

.ngg-galleryoverview {
	width: 100%;
	float: left;
}

.ngg-gallery-thumbnail-box {
	width: 100px;
	height: 100px;
	float: left;
}


/* @end */

table.download {
	width: 100%;
	margin-bottom: 1.5em;
}

.download th {
	background-color: #EEE;
}

.download th, .download td {
	border: 1px solid #CCC;
}