/* Datei: global.css */
/* Definition für die Aussehen aller Seiten */

/* Body Definition */
body 
{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:	10px;
	color: black;/*#d4d1d1;*/
	background-color: #d4d1d1;
}

/**********
 **Header** 
 ***********/
#header {
	position:	absolute;
	top:		10px;
	left:		30px;
	width:		800px; /*815px für Coppermine*/
	height: 	50px;
	padding:	0px;
	margin:		0px;
	border:		1px solid black;
	background-image:	url("../pics/header.gif");/*"images/header.gif" für Coppermine*/
}

/********
 **Menü** 
 *********/
#menu {
	position: 	absolute;
	top:		65px;
	left:		30px;
	width:		140px;
	height: 	500px; /*600px für Coppermine*/
	padding:	0px;
	margin: 	0px;
	border: 	1px solid black;
	background: #666666;/*#999999;*/
}

ul#Navigation{
    width: 138px;
    margin: 0;
	padding: 0;
    border: 1px solid black;
    background-color: silver;
	font-family:'Arial','Helvetica','Times New Roman','sans-serif';
	font-weight: bold;
}
  
ul#Navigation li {
    list-style: none;
    margin: 5px;	/* Rand um Buttons */
	padding: 0;
}

ul#Navigation li ul {
    margin: 0px;
	padding:0px;
}
ul#Navigation li ul li {
    margin: 	3px;
	margin-left:5px;	/* Einruecken der Subbuttons */
  }

ul#Navigation a {
    display:block;
	width: 115px;	/* Breite der Buttons */
    padding: 5px;	/* Innenabstand der Buttons */
	font-family: 'Arial','Helvetica','Times New Roman','sans-serif'; 
    text-decoration: none; 
	font-weight: bold;
    border: 1px solid black;
    border-left-color: white; 
	border-top-color: white;
	background-color: #ccc;
}

ul#Navigation li ul li a {
	width: 110px;
	padding: 2px;
}

ul#Navigation a:hover {
    border-color: white;
    border-left-color: black;
	border-top-color: black;
    color: black;
	background-color: #666666;
}
ul#Navigation a:link { text-decoration:none; color:black;}					/*Textfarbe Link*/
ul#Navigation a:visited { text-decoration:none; color:black;}				/*Textfarbe besucht*/
ul#Navigation a:active { text-decoration:none;color:white; background-color:#666666;}		/* ??? */
ul#Navigation a:focus { text-decoration:none; color:white; background-color:#666666;}			/*Hintergrundfarbe beim Klicken*/


/**************
 ** Hauptframe** 
 ***************/
#mainframe {
	position:	absolute;
	top:		65px;		
	left:		175px;
	width:		650px; /*670px für Coppermine */
	height:		500px; /*600px für Coppermine*/
	padding:	0px;
	padding-left:5px;
	margin:		0px;
	border: 	1px solid black;
	background: #d4d1d1;/*#666666;*/
	overflow:	auto;
	font-family:'Arial','Helvetica','Times New Roman','sans-serif';
	font-size:	12px; /*nicht für Coppmermine setzen*/
}

#mainframe h1 {
	font-family:'Arial','Helvetica','Times New Roman','sans-serif';
	color: 		#213895;
	font-size:	24px;
		
		
}

#mainframe h2 {
	font-family:'Arial','Helvetica','Times New Roman','sans-serif';
	font-weight:300;
	color:		#213895;
	font-size: 	18px;
		
}

/* Mainframe Hyperlinks */
#mainframe a {font-family: 'Arial','Helvetica','Times New Roman','sans-serif'; color:#213895;}
#mainframe a:link { text-decoration:underline; font-weight:bold; color:#213895;}
#mainframe a:visited { text-decoration:underline; font-weight:bold; color:#213895;}
#mainframe a:hover { text-decoration:underline; font-weight:bold; background-color:#666666;}
#mainframe a:active { text-decoration:underline; font-weight:bold; background-color:#666666;}
#mainframe a:focus { text-decoration:underline; font-weight:bold; background-color:#666666;}				

/* Mainframe Tabellen */
#mainframe table{
	border: 		0px;
	border-spacing: 5px; /*1px für Coppermine*/
	color:			black;
	/*border-collapse:collapse;*/
}
#mainframe th{
	border:			0px solid blue;
	background-color:#999999;/*#d4d1d1;*/
	color: 	black;
	font-weight: bold;
	/*border: dashed blue;*/
}

#mainframe td{
	border:			0px solid blue;
	background-color:#999999;/*#d4d1d1;*/	
	/*border: dashed blue;*/
}



/***************
 ** Photogallery** 
 ****************/
/*Photogallery/Thumbnail Hyperlinks */ 
#photogallery a{text-decoration:none; font-weight:bold; border:4px; border-color:#d4d1d1; color:#d4d1d1;}
#photogallery a:visited { text-decoration:none; font-weight:bold; color:#d4d1d1;}
#photogallery a:link{ text-decoration:none; font-weight:bold; color:#d4d1d1;}












	
	





	
