/*
Farben:

#CAE81C; // grün (Aha-Grün)
#DEEF5A; // hellgrün
#CCCCCC; // grau Navi
#666666; // mittelgrau Überschrift
#00007F; // dunkelblau Schrift
*/


body
{
	margin: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #00007F;
	text-align: left;
}

p, td, th, tr, li  {
	font-size: 12px;
	color: #00007F;
	line-height: 18px;
	margin: 0px;
}

p {
	margin: 0px 0px 15px 0px;
}

.kleineschrift {
	font-style: normal;
	font-size: 10px;
}

.textfeld{
width:200px;
}
a {
	font-size: 12px;
	font-weight: bold;
	color: #00007F;
	text-decoration: underline;
}

a:hover {
	color: #666666;
}

ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 0.8em;
	padding: 0px;
	padding-left: 0.8em;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #00007F;
	list-style-image: url(/art/bullet.gif);
}

ol {
	margin-left: 0.5em;
	padding-left: 0.5em;	
	list-style-type: decimal;
	color: #00007F;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	color: #00007F;
	margin: 0px;
}

h2 {
	font-size:15px;
	font-weight: bold;
	font-style: normal;
	color: #00007F;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size:13px;
	font-weight: bold;
	color: #00007F;
	margin: 0px 0px 8px 0px;
}

h4  {		
	font-size: 12px;
	color: #00007F;
	line-height: 18px;
	margin: 0px;
}

h5  {		
	font-size: 12px;
	color: #00007F;
	margin: 4px 0px 0px 0px;
	font-style : italic;
}

hr {
	color: #00007F;
	height: 1px;
}

input, select {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	/*background-color: #FFFFFF;
	border: 1px solid Gray;*/
	margin-bottom: 4px;
}

input[type=radio], input[type=checkbox] {
	border: none;
	background-color: #CAE81C;
}

textarea {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid Gray;
	margin: 2px 0px;
}

.submit {
	border: 1px solid #666666;
	background-color: #E5E5E5;
	font-size: 12px;
}

.antifloat
{
	clear: both;
	visibility: hidden;
}

#overDiv
{
	position: absolute; 
	visibility: hidden; 
	z-index:1000;
}

#seitenanfanglink {
	padding: 30px 0px 10px 0px;
}
/*------------------------------------------------------------------------*/

/******************************
	layout
******************************/
#body_aha {
	width: 965px;
	margin: 0px 0px 0px 5px;
}

#logo {
	float: left;
	width: 195px;
	height: 120px;
}

#ueberschrift {
	float: left;
	width: 590px;
	height: 75px;
	padding: 45px 0px 0px 0px;
}

#shortcutlinks {
	float: left;
	width: 520px;
	height: 20px;
	padding: 5px 0px 0px 195px;
}

#sprachenlinks {
	float: left;
	width: 50px;
	height: 20px;
	padding: 5px 0px 0px 20px;
}

#suchfeld {
	float: left;
	width: 180px;
	height: 25px;
}

#spalte_links {
	float: left;
	width: 180px;
}

#navcontainer {
	width: 180px;
	padding: 25px 0px 0px 0px;
}

#spenden {
	width: 180px;
}

#inhalt {
	float: left;
	width: 580px;
	min-height: 300px;
	padding: 25px 10px 20px 15px;
}

* html #inhalt {
	height: 300px;
}

/*#inhalt_breit {
	float: left;
	width: 570px;
	min-height: 300px;
	padding: 25px 0px 20px 50px;
}

* html #inhalt_breit {
	height: 300px;
}

#inhalt_schmal {
	float: left;
	width: 380px;
	min-height: 300px;
	padding: 25px 10px 20px 50px;
}

* html #inhalt_schmal {
	height: 300px;
}*/

#spalte_rechts {
	float: left;
	width: 180px;
	padding: 25px 0px 0px 0px;
}

#spalte_rechts p {
	padding: 0px;
	margin: 0px;
}

#fusszeile {
	clear: both;
	width: 580px;
	padding: 0px 0px 10px 195px;
	font-size: 9px;
}

#fusszeile p {
	font-size: 9px;
}

#fusszeile_zusatz {
	clear: both;
	width: 580px;
	padding: 0px 190px 10px 195px;
	font-size: 9px;
}

#fusszeile_zusatz p {
	font-size: 9px;
}
/*------------------------------------------------------------------------*/

/******************************
	layout drucken
******************************/

#drucken
{
	width: 580px;
}

/*------------------------------------------------------------------------*/

/******************************
	layout printscreen
******************************/

#printscreen #body
{
	margin-top: 0px;
}

/*------------------------------------------------------------------------*/

/******************************
	navigation 
******************************/

/******************************
	stufe 1 
******************************/
#navcontainer ul {
	color: #000000;
	list-style-type: none;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	display: block;
	font-weight: normal;
	font-size: 12px; 
	color: #00007F;
	padding: 0px 0px;
	padding-left: 5px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
}

#navcontainer ul li.ueberschrift p {
	display: block;
	font-weight: normal;
	font-size: 12px; 
	color: #00007F;
	padding: 0px 0px;
	padding-left: 5px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
}

#navcontainer ul a:hover {
	background-color: #AFC918;
}

#navcontainer ul a.parentactive {
	font-weight: bold;
}

#navcontainer ul a:hover.parentactive {
	background-color: #AFC918;
}

#navcontainer ul li.ueberschrift.parentactive p {
	font-weight: bold;
}

#navcontainer ul a.active {
	font-weight: bold;
}

#navcontainer ul a:hover.active {
	background-color: #AFC918;
}

#navcontainer ul li.ueberschrift.active p {
	font-weight: bold;
}

#navcontainer ul a.active_no_kids {
	font-weight: bold;
}

#navcontainer ul a:hover.active_no_kids {
	background-color: #AFC918;
}

#navcontainer ul li.ueberschrift.active_no_kids p {
	font-weight: bold;
}

/******************************
	stufe 2 
******************************/
#navcontainer ul ul li a {
	background-color: #DEEF5A;
	padding-left: 10px;
}

/******************************
	stufe 3 
******************************/
#navcontainer ul ul ul li a {
	background-color: #F7F7BD;
	padding-left: 15px;
}

/******************************
	stufe 4 
******************************/
#navcontainer ul ul ul ul li a {
	background-color: #F7F7BD;
	padding-left: 25px;
	font-size: 11px;
}


/*------------------------------------------------------------------------*/

/******************************
	Shortcutnavigation
******************************/
#shortcutlinks ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#shortcutlinks li
{
	display: inline;
	margin: 0px;
	padding: 0px 8px;
	border-left: 1px solid #00007F;
}

#shortcutlinks li.first
{
	padding-left: 0px;
	border-left: none;
}

#shortcutlinks a.tools 
{
	text-decoration: none;
}

#shortcutlinks a:hover.tools 
{
	text-decoration: none;
}
/*------------------------------------------------------------------------*/

/******************************
	Sprach-Wechsel-Links
******************************/
#sprachenlinks ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#sprachenlinks li
{
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	border-left: 1px solid #000000;
}

#sprachenlinks li.first
{
	padding-left: 0px;
	border-left: none;
}

#sprachenlinks a.sprachwahl 
{
	text-decoration: none;
}

#sprachenlinks a:hover.sprachwahl 
{
	text-decoration: none;
}

#sprachenlinks a.currentSprachwahl
{
	color: #666666;
	text-decoration: none;
}

#sprachenlinks a:hover.currentSprachwahl 
{
	color: #00007F;
	text-decoration: none;
}
/*------------------------------------------------------------------------*/

/******************************
	fusszeile
******************************/
#fusszeile p
{
	padding: 0px;
	margin: 0px;
	font-size: 9px;
}
/*------------------------------------------------------------------------*/

/******************************
	Download 
******************************/
#download {
	padding: 10px 0px;
}

#download td {
	background-color: #D3F02E;
	border-bottom: 3px solid #CAE81C;
}

/*------------------------------------------------------------------------*/

/******************************
	Template: Tabs
******************************/

/* Div rund um die Tabs (Nav und Inhalte) */
.tabs
{
}

/* Tab-Nav */
.tabs .tabNavi
{
	float: left;
	width: 100%;
	background: #CAE81C url(/art/ahaswiss/tabs/hintergrund.gif) repeat-x bottom;
	line-height: normal;
}
.tabs .tabNavi ul
{
	margin: 0px;
	padding: 10px 10px 0;
	list-style: none;
}

.tabs .tabNavi ul li
{
	float: left;
	margin: 0px 4px;
	background: url(/art/ahaswiss/tabs/passiv_rechts.gif) no-repeat right top;
}

.tabs .tabNavi ul li a
{
	display: block;
	background: url(/art/ahaswiss/tabs/passiv_links.gif) no-repeat left top;
    padding: 5px 15px 4px;
}

.tabs .tabNavi ul li a:hover
{
}

.tabs .tabNavi ul li.aktiv
{
	background-image: url(/art/ahaswiss/tabs/aktiv_rechts.gif);
}

.tabs .tabNavi ul li.aktiv a
{
	background-image: url(/art/ahaswiss/tabs/aktiv_links.gif);
	padding-bottom: 5px;
}

.tabs .tabNavi ul li.aktiv a:hover
{
}

/* Tabs-Inhalt */
.tabs .tabinhalt
{
	clear: left;
	width: 100%;
	padding-bottom: 5px;
}

.tabs .tabinhalt div
{
	padding: 2px;
}

.tabs .tabinhalt .aktiv
{
	display: block;
	/*border: 1px solid #B7B7B7;*/
	border-top: 0px; /* wird mit den tabs gemacht. */
}

.tabs .tabinhalt .versteckt
{
	display: none;
}

/*------------------------------------------------------------------------*/


/******************************
	Templates: produktbeschrieb 170
******************************/
.produktKind h3
{
	font-size:13px;
	font-weight: bold;
	color: #00007F;
	margin: 0px 0px 8px 0px;
}
/*------------------------------------------------------------------------*/

/******************************
	Templates: produktbeschrieb 120
******************************/
.produktKind120 h3
{
	font-size:13px;
	font-weight: bold;
	color: #00007F;
	margin: 0px 0px 8px 0px;
}

/*------------------------------------------------------------------------*/

/******************************
	Templates: produktbeschrieb 90
******************************/
.produktKind90 h3
{
	font-size:13px;
	font-weight: bold;
	color: #00007F;
	margin: 0px 0px 8px 0px;
}

/*------------------------------------------------------------------------*/

/******************************
	Templates: produktbeschrieb 20
******************************/
.produktKind20 h3
{
	font-size:13px;
	font-weight: bold;
	color: #00007F;
	margin: 0px 0px 8px 0px;
}
/*------------------------------------------------------------------------*/

/******************************
	bildgalerie 
******************************/
/* thumbnail */
#galerieTabLinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#galerieTabLinks ul li {
	float: left;
	display: block;
	padding-right: 10px;
}

#galerieTabLinks ul li.selected a{
	color: #666666;
}

.bilder_klein_ohne_tabs {
	padding-top: 15px;
}

.bilder_klein_mit_tabs {
	padding-top: 10px;
}

.bild_klein {
	float: left;
	width: 270px;
	padding-bottom: 10px;
}

.submit {
	border: 1px solid #666666;
	background-color: #E5E5E5;
	font-size: 9px;
}

.bildbeschreibung {
}


.galerie_thumbnails {
}

.galerie_thumbnails .galerie_bild {
	float: left;
	width: 50%;
}

/* uebersichtUndDetail */
#bildListe {
	float: left;
	width: 150px;
}

#bildliste img {
	width: 150px;
}

#bildText {
	float: left;
	width: 180px;
	padding: 0px 10px;
}

#bildDetailbild {
	float: left;
	width: 370px;
	background: no-repeat top right;
}

#seitenLinks {
	clear: both;
}

/* seitenzahlen */
.galerie_seitenzahlen 
{
	padding: 2px 5px;
}

.galerie_seitenzahlen ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

.galerie_seitenzahlen ul li
{
	float: left;
	display: block;
	width: 2em;
	border-left: 1px solid dodgerblue;
}

.galerie_seitenzahlen ul li.first
{
	border-left: 0px solid dodgerblue;
}

.galerie_seitenzahlen ul li.last
{
}

.galerie_seitenzahlen ul li a
{
	display: block;
	text-align: center;
	background-color: aliceblue;
}

.galerie_seitenzahlen ul li a:hover
{
	background-color: lightskyblue;
}

.galerie_seitenzahlen ul li a.aktiv
{
	background-color: lightblue;
}

/* zurück weiter */
.galerie_zurueckSeiteWeiter 
{
	padding: 2px;
}

.galerie_zurueckSeiteWeiter ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

.galerie_zurueckSeiteWeiter ul li {
	float: left;
	width: 33%;
	display: block;
}

.galerie_zurueckSeiteWeiter ul li.zurueck {
	
}

.galerie_zurueckSeiteWeiter ul li.seiteXvonY {
	text-align: center;
}

.galerie_zurueckSeiteWeiter ul li.weiter {
	text-align: right;
}

.galerie_zurueckSeiteWeiter ul li a {
	display: inline;
}

/* navigation */
.galerie_navigation {
	clear: left;
}

.galerie_navigation ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

.galerie_navigation ul li {
	float: left;
	padding: 2px 6px;
}

.galerie_navigation ul li.zurueck {
	padding-left: 0px;
}

.galerie_navigation .galerie_seitenzahlen {
	float: left;
	margin: 0px;
	padding: 0px;
}

.galerie_navigation .galerie_seitenzahlen ul li {
	padding: 0px;
	border-left: 1px solid dodgerblue;
}

.galerie_navigation .galerie_seitenzahlen ul li.last
{
	border-right: 1px solid dodgerblue;
}

.galerie_navigation ul li.weiter {
	padding-right: 0px;
}

/*------------------------------------------------------------------------*/

/******************************
	Home Kids and Teens Aha 
******************************/
#body_kids_home {
	width: 780px;
}

#body_kids_home #logo {
	float: left;
	width: 160px;
	padding: 0px 0px 0px 20px;
}

#body_kids_home #inhalt {
	float: left;
	width: 600px;
}

#body_kids_home #leads {
	width: 250px;
	height: 330px;
	padding: 40px 20px 0px 330px;
}

#body_kids_home #bildNavi {
	width: 600px;
	height: 240px;
}

#body_kids_home #bildNavi ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

#body_kids_home #bildNavi li {
	display: inline;
	margin: 0px;
	padding: 0px 10px;
}

#body_kids_home #bildNavi li img {
	border: none;
}
/******************************
	Kids and Teens Aha 
******************************/
#body_kids {
	width: 780px;
}

#body_kids #link_zurueck {
	float: left;
	width: 100px;
	padding-top: 20px;
	text-align: right;
}

#body_kids #inhalt {
	float: left;
	width: 660px;
	min-height: 300px;
	padding: 20px 0px 20px 20px;
}

* html #body_kids #inhalt {
	height: 300px;
}
/*------------------------------------------------------------------------*/

/******************************
	Home Aha 
******************************/
#body_home_aha {
	width: 780px;
	text-align: left;
	background: transparent url(/art/ahaswiss/home/bg_neu.gif) no-repeat;
}

#logo_home_aha {
	float: left;
	width: 165px;
	height: 130px;
	padding-left: 15px;
}

#slogan_home_aha {
	float: left;
	width: 600px;
	height: 88px;
	padding-top: 42px;
}

.intro {
	font-weight: bold;
	font-size: 15px;
}

#link_deutsch_home_aha {
	width: 600px;
	padding: 40px 0px 2px 180px;
}

.link_franz_ital_home_aha {
	width: 600px;
	padding-left: 180px;
	padding-bottom: 1px;
}

#adressen_home_aha {
	width: 750px;
	padding: 41px 0px 50px 30px;
	text-align: center;
}

#adressen_home_aha a {
	font-weight: normal;
	text-decoration: none;
}

#adresse1 {
	width: 780px;
	text-align: left;
}

#adresse2 {
	width: 780px;
	text-align: left;
}

#adresse3 {
	width: 780px;
	text-align: left;
}
/*------------------------------------------------------------------------*/
