@import url("reset.css");  

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}

a {
	text-decoration:none;
	color: #333;
}

a:visited {
	color: #555;
}

a:hover {
	text-decoration:underline;
}

body {
	background-color:#b9b9b8;
	text-align:center;
}

.clear {
	clear: both;
	height:0;
}

.hidden {
	position: absolute;
	left: -10000px;
}

/* individual styles */

.page {
	width:970px;
	margin:auto;
	text-align:left;
	background-color:#e2e4db;
	position:relative;
}

.headerBox {
	height:125px;
	text-align:center;
}

.logo {
	margin-top:10px;
	border:0 solid white;
}

.headerIllu {
	background-image: url(../images/design/bg_header.jpg);
	background-repeat:no-repeat;
	height:227px;
}

.headerText {
	position: absolute;
	left:620px;
	top:210px;
	font-size:2.6em;
}

.fontSizeButtons {
	position: absolute;
	right:10px;
	top:330px;
}

.languageMenue {
	position:absolute;
	right:15px;
	top:10px;
}

.languageMenue a,
.languageMenue span {
	margin-left:10px;
	font-size:11px;
	color:#aaa;
}

.languageMenue span {
	color:#333;
}

/*
.fontSizeButtons a,
.fontSizeButtons span {
	display:block;
	float:left;
	width: 20px;
	text-align: center;
	height:20px;
}
*/

a.smallFont {
	font-size:10px;
}

a.mediumFont {
	font-size:12px;
}

a.bigFont {
	font-size:15px;
}

.activeFont {
	font-weight:bold;
	color:#333;
}

/* Header Navigation */

.naviBox {
	background-color:#00411e;
	position:absolute;
	top:352px;
	width:970px;
	height:42px;
	overflow:hidden;
}

.naviBox ul {
	list-style-type:none;
}

.naviBox li {
	float:left;
}

.naviBox li a {
	display:block;
	padding:15px 10px 12px 20px;
	/*font-size:12px;*/
	color:#fff;
	text-transform:uppercase;
	text-align: center;
}

.naviBox li a:hover {
	text-decoration:none;
	color:#ccc;
}

.naviBox li.active a {
	font-weight:bold;
}

/* Rechte Spalte */

.rightCol {
	float:right;
	/*
	position:absolute;
	top:394px;;
	right:0;
	*/
	width:176px;
}

.rightColInner {
	padding:8px;
}

/* Content */

.contentBox {
	padding-top:41px;
}

.contentFrame {
	float:left;
	width:790px;
}

.contentFrame * {
	line-height:140%;
}

.contentInner {
	padding:20px;
}

.contentItem {
	width:700px;
	padding-bottom:15px;
	/* background: #fff url(../images/design/bg_contentItem_bottom.gif) no-repeat center bottom; */
}

.contentItemNews {
	width:700px;
	padding-bottom:15px;
	background: #fff url(../images/design/bg_contentItem_bottom.gif) no-repeat center bottom;
}

.contentItemTop {
	height:17px;
	/* background: #e2e4db url(../images/design/bg_contentItem_top.gif) no-repeat center top; */
}

.contentItemTopNews {
	height:17px;
	background: #e2e4db url(../images/design/bg_contentItem_top.gif) no-repeat center top;
}

.contentItemText {
	padding:0 17px 0 17px;
}

.contentFrame ol,
.contentFrame ul {
	padding-top:5px;
	padding-left:15px;
	margin-bottom:8px;
	list-style:circle;
}

.contentFrame ol {
	list-style:decimal;
}

.contentFrame h2,
.contentFrame h1 {
	font-size:1.4em;
	margin-bottom:20px;
	margin-top:5px;
	line-height:100%;
}

.contentFrame h2 {
	font-size:1.2em;
	margin-bottom:10px;
	line-height:100%;
}

.footerBox {
	background-color:#00411e;
	/*height:20px;*/
	text-align: right;
	padding:3px 10px 3px 0;
}

.footerBox a {
	color:#fff;
	font-size:0.9em;
	padding:0.5em;
}

.sitemapTable,
.sitemapTable ul {
  padding-left:25px;
}

.teamBild {
  margin-right:20px;
  float:left;
}

.teamText {
  display:block;
  height:390px;
}

.vernissageFeb {
  margin-right:10px;
  border:1px solid #00411E;
}

.maBild {
  margin-right:20px;
  border:1px solid #00411E;
  margin-left:20px;
  float:left; 
}

.maText {
  float:left;
  width:400px;
}

.backLink {
  text-align:right;
}

input, select, textarea {
  border:1px solid #c3c3c3;
  padding:2px;
  background:#fafafa;
  margin-bottom:5px;
}
