@import "960.css";

/* Set Font family, colour and font-size */
html, body, table, div, ul, li, p, h1, h2, h3, h4, h5, h6, img, hr, blockquote,
 	textarea, form, span, table, td, tr, th {
 	font-family: Georgia, serif;
}

body {
	font-size:14px;
	line-height: 1.8em;
	/*background-color: #eaeaea;*/
}

.container_12 {
	background-repeat: repeat-y;
	margin-bottom: 20px;
}

.clear {
	clear:both;
	margin:0px;
	padding:0px;
}

.element {
	/*margin-bottom:20px;
	padding:5px;*/
	/*background-color:#f9f9f9;*/
}

/*
.SiteTitle, .Title, .TextWithRightImage {
	padding: 10px;
}

.SiteTitle h1 {
	font-size: 2.5em;
	text-align: left;
	line-height: normal;
	font-weight: bold;
}*/

.Table {
	padding: 10px;
	vertical-align: middle;
}

.Table table {
	width:100%;
	border:1px solid #aaa;
	border-collapse: collapse;
}

.Table table tr, .Table table td, .Table table th {
	border: 1px solid #ddd;
	padding:10px;
	vertical-align: middle;
}

.Table table th {
	/*background-color:#333532;*/
	background-color: #e6e6e6;
	color:#2b2b2b;
	font-weight: bold;
}

.Table table .alternate {
	background-color:#f2f2f2;
}
/*
.List {
	padding:10px;
}

.List ul {
	list-style: square inside;
	margin-left:20px;
}

.List ul li {
	padding:2px;
}

.TextWithRightImage {
	padding:10px;
}

.TextWithLeftImage {
	padding:10px;
}

.ImageBox {
	border:1px solid #bbb;
	padding:5px;
	width:200px;
	background-color: #fff;
}

.Text {
	padding: 10px;
}

.editMode {
	background-color:#f3f3f3;
}

.editControls {
	border:1px solid black;
	background-color:black;
	text-align:center;
	position:absolute;
	color:white;
	opacity:0.7;
	display: none;
}

.editControls a {
	color:white;
}

.editControls ul {
	padding:5px;
}

.editControls ul li {
	display:inline;
}
 */
 

.halfwidth {
	width: 680px;
	margin-right:auto;
	margin-left:auto;
}
 
.floatRight { float:right; margin-left:10px; }
.floatLeft { float:left; margin-right:10px; }

#container {
	min-height:650px;
	margin-right:auto;
	margin-left:auto;
	background-color:white;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	border:1px solid #eee;
}

#header {
	width:940px;
	height:207px;
	margin:0px 10px;
}

#page {
	margin: 20px 0px;
}

#navigation, #footer { margin-bottom: 20px; clear:both; }

#navigation li {
	background-color:#000;
	min-height:140px;
	float:left;
	margin:0px 10px;
	color:white;
	text-align:center;
}

#navigation .active {
	/*height:90px;
	min-height: 90px;
	border-top: 50px solid white;*/
	font-weight:bold;
}

#navigation a {
	color:#fff;
	text-decoration:none;
	display:block;
}

#navigation .submenu li {
	min-height:14px;
	line-height: 1.8em;
	float:none;
	text-align:center;
	font-size:12px;
	margin:0px;
	padding:0px;
	border-top:1px solid #444;
}

#navigation .submenu li:hover {
	background-color:#191919;
}

#navigation .submenu a {
	color:#c6c6c6;
	display:block;
}


#mixed li {
	background-color:#e6e6e6;
	color:#ccc;
	float:left;
	margin:0px 10px;
	min-height:120px;
}
 
#footer {
	background-color:#a3a3a3;
	color:white;
	text-align:left;
	margin:0px 10px;
	padding:20px;
}

#footer p {
	padding:0;
	margin:0;
	font-size:17px;
	color:#e8e8e8;
}

#footer a { color:white; }

#logo {
	background-image:url(../images/semiwhite.png);
	height:85px;
	text-align:center;
	margin-left:240px;
	margin-top:60px;
}

p {
	padding:0 5px 0 5px;
	font-family: Arial, sans-serif;
}

.element p {
	line-height: 2.2em;
}

hr {
	border-style: none;
	border-bottom:1px solid black;
}

#news img, #artworks img {margin:0px; width: 218px; height:220px; padding:0px; }

#languageSwitcher {
	float:right;
	background-color:#000;
	padding:5px;
	color:white;
	font-size:0.9em;
}

#languageSwitcher img {
	border:1px solid black;
}

#languageSwitcher .activeLanguage {
	border:1px solid white;
}

#linkGalerie {
	background-color:#e6e6e6;
}

#linkGalerie img {
	padding:0; margin:0;
}

#testimonials {
	background-image:url(../images/sabo.png);
	background-repeat:no-repeat;
}

#loginform, #contactform {
	padding:10px;
	margin-right:auto;
	margin-left:auto;
}

#loginform {
	width: 400px;
}

#loginform input {
	width: 240px;
	float:right;
}

.alertmessage {
	border:2px solid green;
	text-align:center;
	background-color: #DFFFC4;
	margin-bottom:10px;
}


/** List Styles **/
dl {
	width:780px;
	margin-bottom:20px;
	margin-left:160px;
	padding:10px; }
	
dt { 
	font-weight:bold;
	float:left;
	width: 250px;
	/*padding:10px;*/
	clear:left;
	display: inline;
	overflow: hidden;
}

dd { 
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	display: block;
	margin-top:-1px;
}

.PageTitle {
	border-bottom: 1px solid #333;
	/*background-image: url("../images/h1background.jpg");*/
}

h1 {
	font-size:40px;
	line-height: normal;
	font-weight: lighter;
	text-align: center;
}

.Events {}


body #news li {
	background-color:#e6e6e6;
	min-height:240px;
	float:left;
	margin:0px 10px;
	text-align: center;
	line-height: 1.5em;
}

#artworks li{
	margin-bottom:20px;
	background-color:#e6e6e6;
	min-height:240px;
	text-align: center;
	line-height: 1.5em;
}

#artworks li p {
	height: 45px !important;
}

#news, #artworks {}

.fixedElement { margin-top:20px;}

#artworks .loupe { margin-top:-235px; width: 220px; height:220px; padding:0px; }

ul.inPageMenu {
	text-align:center;
	border-bottom: 1px solid #a3a3a3;
	margin-bottom:10px;
	margin-top:20px;
}

ul.inPageMenu li {
	display:inline;
	border:1px solid #a3a3a3;
	margin:0;
	border-collapse: collapse;
	background-color:white;
	padding:10px 0px 4px 0px;
	background-image: url(../images/navigationgradient.jpg);
}

ul.inPageMenu li.active {
	border-bottom-style: none;
	padding-bottom: 5px;
	background-image: none;
}

ul.inPageMenu li a {
	padding:10px 20px 5px 20px;
	color:#212121;
	text-decoration: none;
}

ul.inPageMenu li a:visited {
	color:#212121;
}
	
