/* ****************************************************************************
* Project      : Swiss Virtual Animal Pathology
* Name         : project.css
* Description  : Default stylesheet
* Author       : Patrick Husi <patrick.husi@arpage.ch>
* Copyright    : (c) 2006 by Arpage AG
*                CH-8700 Kuesnacht
*                All rights reserved
**************************************************************************** */

/* Main site **************************** */
/* Default values */
html, body, #popup {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding: 10px 0px 0px 0px;
}
.normal, table {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#page {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
}
#popup {
	padding: 20px;
}
/* ************************************** */

/* Top Inhalt *************************** */
/* 1. Zeile ***************************** */
#top-line {
	height: 40px;
}
#label {
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 1px;
	word-spacing: -3px;
	color: #AAAAAA;
	float: left;
	clear: left;
}
#label a {
	color: #AAAAAA;
}
#sprachwahl {
	font-style: normal;
	font-size: 12px;
	color: #666666;
	float: right;
	clear: right;
}
#sprachwahl a {
	color: #666666;
	text-decoration: none;
}
#sprachwahl a:hover {
	font-weight: normal;
	color: black;
}
#servicenavigation {
	font-style: normal;
	font-size: 12px;
	color: #666666;
	padding-top: 12px;
	float: right;
	clear: right;
}
#servicenavigation a {
	color: #666666;
	text-decoration: none;
}
#servicenavigation a:hover {
	font-weight: normal;
	color: black;
}
/* 2. Zeile ***************************** */
#login {
	font-style: normal;
	font-size: 12px;
	color: #666666;
	line-height: 15px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#login a {
	color: #666666;
	text-decoration: none;
}
#login a:hover {
	font-weight: normal;
	color: black;
}
/* 3. Zeile ***************************** */
#hauptnavigation-line {
	height: 40px;
	width: 100%;
}
#hauptnavigation {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
	/*text-transform: uppercase;*/
	line-height: 32px;
	margin-top: 8px;
	float: left;
	clear: left;
}
#hauptnavigation .selected {
	background-color: #666666;
	color: white;
	padding: 3px 6px 5px;
	margin-right: 8px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#hauptnavigation .selected a {
	color: white;
	text-decoration: none;
}
#hauptnavigation .unselected {
	color: #999999;
	padding: 3px 6px 5px;
	margin-right: 8px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#hauptnavigation .unselected a {
	color: #999999;
	text-decoration: none;
}
#hauptnavigation .unselected a:hover {
	color: #666666;
}
/* 3. Zeile (loginzeile) ***************************** */
#hauptnavigation-klein {
	float: right;
	clear: right;
	font-size: 12px;
	color: #666666;
}
#hauptnavigation-klein a {
	color: #666666;
	text-decoration: none;
}
#hauptnavigation-klein a:hover {
	font-weight: normal;
	color: black;
}
/* ************************************** */

/* Mittlerer Teil *********************** */
/* middle frame (uebergeordnet) */
/*
/* Mittlerer Teil (Inhaltsgefaess) */
#middlearea-airport {
	margin-top: 0px;
	padding: 0px;
	font-weight: normal;
}

#middlearea-single {
	min-height: 400px;
	height: auto !important;
	height: 400px;
	width: 750px;
	padding: 80px 0px 20px 200px;
	background-color: #64b5cd;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

/* Mittlerer Teil Navigation links */
#middle-left-area {
	height: 500px;
	width: 297px;
	background-color: #64b5cd;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	vertical-align: top;
}

/* Middlearea links fuer Inhalt           */
#middle-right-area {
	padding: 0px 0px 20px 10px;
	border-right: 1px solid #666666;
	background-color: white;
	border-top: 1px solid #666666;
	vertical-align: top;
}


#___middlearea-airport p, #___middlearea-single p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0px 20px 20px 0px;
}
	
#middlearea-airport h1, #middlearea-single h1 {
	line-height: 24px;
	margin: 0px;
	padding-bottom: 20px;
}
	
#middlearea-airport h2, #middlearea-single h2 {
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
}

.on{
    list-style: url(../images/mathys/minus.gif);
}

	
#middle-left-area ul {
	margin: 0;
	list-style-image: url(../images/mathys/plus.gif);
	padding: 10px 0px 32px 25px;
}

/* Mittlerer Teil Inhalt rechts */
#middle-right-area h1 {
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	color: #666666;
	padding: 5px 0px 16px 0px;	
}
/* ************************************** */

/* Ganz unten *************************** */
#footer {
	width: 950px;
	height: 15px;
	background-color: #999999;
	font-size: 12px;
	
}

#footer a {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 15px;
}
	
#footer a:hover {
	color: #000000;
}
	
#disclaimer, #disclaimer a {
	font-weight: normal;
	text-align: right;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	margin-bottom: 10px;
}

#disclaimer a:hover {
	color: #000000;
}

/* ************************************** */

/* Unternavigation ********************** */
#unternavigation {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	/*text-transform: uppercase;*/
	color: #999999;
}
	
#unternavigation ul {
	list-style: none;
	padding-top: 4px;
	padding-bottom: 2px;
	border: 1px solid #666666;
	border-bottom: none;
	margin: 0px;
}

#unternavigation .selected, #unternavigation .selected a {
	color: #666666;
}

#unternavigation li {
	display: inline;
}
	
#unternavigation li a {
	color: #999999;
	text-decoration: none;
}
	
#unternavigation li a:hover {
	color: #666666;
	text-decoration: none;
}

#unternavigation li .a1:hover {
	color: #666666;
}	

#unternavigation li .a1:active {
	color: #666666;
}
	
#unternavigation li .a2:hover {
	color: #666666;
}	

#unternavigation li .a2:active {
	color: #666666;
}
	
#unternavigation li .a3:hover {
	color: #666666;
}
	
#unternavigation li .a3:active {
	color: #666666;
}

/* Unternavigation_2 ____________________________________ */
#unternavigation_2 {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	/*text-transform: uppercase;*/
	color: #999999;
}
	
#unternavigation_2 ul {
	list-style: none;
	padding-top: 4px;
	padding-bottom: 2px;
	border: 1px solid #666666;
	border-bottom: none;
	margin: 0px;
}

#unternavigation_2 li {
	display: inline;
}
	
#unternavigation_2 li a {
	color: #999999;
	text-decoration: none;
}
	
#unternavigation_2 li a:hover{
	color: #666666;
	text-decoration: none;
}

#unternavigation li_2 .a1:hover {
	color: #666666;
}	

#unternavigation_2 li.a1:active {
	color: #666666;
}
	
#unternavigation_2 li .a2:hover {
	color: #666666;
}	

#unternavigation_2 li .a2:active {
	color: #666666;
}
	
#unternavigation_2 li .a3:hover {
	color: #666666;
}
	
#unternavigation_2 li .a3:active {
	color: #666666;
}

/* navigation Haupthierarchie            */
.unternavigation_main {
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	padding: 10px 0px 0px 12px;
	margin: 0px;
	letter-spacing: 0px;
	color: black;
}
.unternavigation_main a {
	text-decoration: none;
	color: black;
}
.unternavigation_main a:hover {
	text-decoration: none;
	color: white;
}
/* ************************************** */

/* Inhalt ******************************* */
h1 {
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	margin: 0px;

}
h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: black;
	margin: 9px 0px 12px;
}
h3 {
	font-style: normal;
	font-size: 14px;
	line-height: 23px;
	color: black;
	margin: 6px 0px 3px;
}
p {
	font-style: normal;
	font-size: 12px;
	line-height: 23px;
	color: #000000;
	margin-top: 1px;
	margin-bottom: 8px;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}
.notepad {
    margin-right: 10px;
}
.left {
	float: left;
}	
.thumbnail {
	margin-bottom: 10px;
	margin-right: 10px;
}

/* lernobjekt Unternavigation ***************************** */
#content_navi {
    color: grey;
    background-color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    width: auto;
    height:30px;
    margin-left: -10px;
    padding-left: 10px;
    border-bottom: 1px solid #666666;
}
#content_navi a {
    color: #999999;
}
#content_navi ul {
    list-style: none;
    width: auto;
    height: 20px;
    padding: 13px 0px 0px 0px;
    margin-top: 0px;
}
#content_navi ul li {
    background-color: white;
    border: 1px solid #666666;
    border-bottom: 0px;
    display: inline;
    padding: 2px 3px 2px 5px;
    margin-right: 5px;
}
/* ************************************** */

/* Der Rest ***************************** */
.error {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF9900;
	line-height: normal;
}
#inhaltdrucken {
	font-style: normal;
	font-size: 12px;
	color: #666666;
}
#inhaltdrucken p {
	color: #666666;
	text-decoration: none;
}

#inhaltdrucken a {
	color: #666666;
	text-decoration: none;
}
#inhaltdrucken a:hover {
	font-weight: normal;
	color: black;
}

/* ************************************** */
.nachoben a {
	color: #666666;
	
}
.nachoben a:hover {
	font-weight: normal;
}


