/* CSS für ARAMIS              */
/* Author: Ralf Thees, theoVision         */
/* Update: 09.10.06                  */
/* Update: 21.03.08, MDO: in navigation ul li: margin-right von 20px auf 14px reduziert wg. Zusatz-Menü, damit es in der Breite reinpasst        */
/* Update: 09.03.09, MDO: pics_content eingefügt für Kart-Cup-Bildergalerie        */

html, body {
	height: 100%;
}
body {
	/*background-color: #CCC5B0;
	background-color: #B5AA8D; */
	background-color: #fff;
	font-family: Calibri, Arial, helvetica, sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
	text-align: center;
	/*color: #65512D; */
	color: #55411D;
}
/* Bereiche */
#container {
	min-height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	border-width: 0 2px 0 2px;
	border-color: #9E906C;
	border-style: none solid none solid;
	text-align: center;
	background-color: #fff;
}

* html #container {
	height: 100%;
	}


#header {
	background-image: url(../img/design/aramis_header_bg.png);
	width: 100%;
	height: 150px;
	background-repeat: x-repeat;
	background-color: #CCC5B0;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
}

#navigation, #submenu {
	width: 100%;
	height: 20px;
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;
	background-color: #65512D;
	text-align: center;
}

#submenu {
	border-top: solid #888270 1px;
	display:inline;
	}

#navigation ul, #submenu ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style-image: none;
}
#navigation ul li, #submenu ul li {
	margin-right: 14px;
	display: inline;
}
#content {
	float: left;
	text-align: left;
	background-color: #fff;
	padding: 30px 30px 0 30px;
	margin: 0 0 2em 0;
	width: 90%;
	
}
#pics_content {
	float: left;
	text-align: left;
	background-color: #EDE8E0;
	padding: 30px 30px 0 30px;
	margin: 0 0 2em 0;
	width: 100%;
	
}
#footer {
	position: absolute; 
	bottom: 0; 
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #65512D;
	width: 100%;
	clear: both;
	height: 20px;
}

* html #footer {bottom: -1px;}

/* Typographie */


#navigation .active {
	color: #fff;
}
#navigation a, #navigation {
	font-size: 15px;
	font-weight: bolder;
	color: #CCCCCC;
	text-decoration: none;
}
#navigation a:hover {
	color: #fff;
	text-decoration: underline;
}
#content a:link, #content a:visited {
	text-decoration: underlined;
	color: #8B6F3E;
}
#content a:hover {
	text-decoration: none;
	color: #000;
}
#content h1 {
	color: #DA3434;
	font-size: 180%;
}
#pics_content a:link, #content a:visited {
	text-decoration: underlined;
	color: #8B6F3E;
}
#pics_content a:hover {
	text-decoration: none;
	color: #000;
}
#pics_content h1 {
	color: #DA3434;
	font-size: 180%;
}


li.submenu {
	list-style-type:square;
	}

.submenu, .submenu a{
	font-size: 11px !important; 
	color: #fff !important;
	}

a.submenu:hover {
	color: #fff !important;
	}

.submenu a, .submenu {
	text-decoration: none;
}
.submenu a:hover {
	color: #fff;
	text-decoration: underline;
}


.aramis {
	font-style: italic;
	font-weight: bold;
}

#content .teaser {
	position: relative;
	top: 50px;
	text-align: center;
	margin-left: -15px;
	}

#header h1.logo {
  margin: 0px auto 0px auto;
  width: 188px;
  height: 150px;
  background-image: url(../img/design/logo.png);
  background-repeat:  no-repeat;
}

#header h1.logo span {
  display:none;
}

#content a.producer {
	color: #55411D;
	text-decoration: none;
}
#content a.producer:hover {
	/*color: #35210D; */
	text-decoration: underline;
}
#content ol li {
	margin-bottom: 10px;
}

#tooltip {
  position: relative; 
  top: 0;
  left: 0;
  width: 1600px;
  font-family: Calibri, Arial, helvetica, sans-serif;
  font-size: 16px;
  font-style: bold;
  font-color: #DA3434;
  z-index: 100;
  }
#tooltip a {
  position: relative;
  top: 0;
  left: 0;
  text-decoration: none; 
  font-style: bold;
  font-color: #DA3434;
  }
#tooltip a:hover {
  color: #55411D;
  background: transparent;
  }
#tooltip a span {
  display: none;  
  text-decoration: none; 
}
#tooltip a:hover span {
  display: block;
  position: absolute; 
  top: 33px;
  left: 0;
  width: 1600px;
  padding: 0;
  z-index: 100;
  border: 0;
  background: transparent;
  font-family: Calibri, Arial, helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-color: #55411D;
  text-align: left;
  }