
* { margin:0;
	padding:0;
	}
 
html, body { height:100%; }

body {
		text-align:center; /* horizontal centering for IE Win quirks */
		/*background-image:url(/pictures/Hintergruende/HG_Orgel_Gelb_01.jpg);*/
		font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
		color:#000099;
		text-shadow:1px 1px 4px rgba(192,192,192,1.0);
		background-image:url(/pictures/Hintergruende/HGBlauCyan.gif);
		background-repeat:repeat;
		background-attachment:fixed;
}
 
#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		width:1030px;
		clear:left;
		/*background-attachment:fixed;*/
		}

/*@import("iemac-center.css");*/


/***********  MENU  *********************/

#menu {
	position:absolute;
	left:0px;
	top:160px;
	width:180px;
	height:700px;
	overflow: auto;
	text-align:center;
	font-size:14px;
	padding-bottom:70px;;
	}

.bt_text {
	color: #000000;
	margin: 0 0 15px 0;
	padding:5px;
	text-align: center;
	}
.bt_text1 {
	color:#000000;
	font-weight:bold;
	font-size:12px;
	}
.button1 {
	padding:10px 0 5px 0;
	background-image: url(/pictures/Bilder_Graphik/Kopf_SMM_08.png);
	background-repeat:repeat;
	background-position:center;
	}
.button2 {
	margin:5px 5px 5px 1px;
	padding:5px;
	background-image: url(/pictures/Bilder_Graphik/Kopf_SMM_08.png);
	background-repeat:repeat;
	background-position:center;
	}
.button3 {
	font-size:14px;
	color:#000000;
	font-weight:bold;
	background-image: url(/pictures/Bilder_Graphik/Kopf_SMM_08.png); 
	padding:5px;
	}
#menu a:link 	{ color:#000099; text-decoration:none;}
#menu a:visited { color:#000099; text-decoration:none;}
#menu a:hover 	{ color:#FFFF00; text-decoration:none;}

.ps9 { font-size:9px; }
.ps14 { font-size:14px; }
.ps24 { font-size:24px; }
.bold { font-weight:bold; }

/*******************  END MENU  ****************************************/


/********************  MAIN FRAME  **************************************/

#rahmen {
	position:absolute;
	top:10px;
	left:250px;
	width:auto;
	height:auto;
	padding: 10px;
	text-align:center;
	font-size:18px;
	color:#FFFFFF;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	font-weight:bold;
	letter-spacing:2px;
	}
.text1 {
	font-size:14px;
	line-height:20px;
	}

td a:link 	 { color:#FFFFFF; text-decoration:none;}
td a:visited { color:#FFFFFF; text-decoration:none;}
td a:hover 	 { color:#FF0000; text-decoration:none;}

#rahmen h2 {
	font-size:14px;
	margin-top:-3px;
	font-weight:normal;
	}
#rahmen h3 {
	font-size:15px;
	margin:3px 0;
	font-weight:normal;
	}


