

	* {
		margin:0;
		padding:0;
		}
 
	html, body {
		height:100%;
		}
 
	body {
		text-align:center;
		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;
		height:auto;
		width:980px;
		clear:left;
		}

@import("iemac-center.css");

#main	{
		position:absolute;
		top:0;
		left:0;
		width:980px;
		height:auto;
		}
#title {
		position:relative;
		width:980px;
		height:auto;
		margin:10px 0 0 0;
		text-align:center;
		font-size:15px;
		color:#FFFFFF;
		}

#text1	{
		position:relative;
		width:730px;
		margin:70px 0 20px 63px;
		padding:15px 60px 80px 60px;
		background-image:url(/pictures/Buttons/bt_gray_light220.gif);
		background-repeat:repeat;
		font-family: Georgia, "Times New Roman", Times, serif;
		color:#333333;
		font-size:20px;
		line-height:28px;
		text-align:justify;
		-webkit-box-shadow:rgba(0,0,0,.1) 7px 7px;
		-moz-box-shadow:rgba(0,0,0,.1) 7px 7px;
		box-shadow:rgba(0,0,0,.1) 7px 7px;
		border:2px groove white; 
		-moz-border-radius:5px;
		border-radius:5px;
		}
#text1 a:link 	 { color:#0000FF; text-decoration:none; }
#text1 a:visited { color:#0000FF; text-decoration:none; }
#text1 a:hover 	 { color:#0000FF; text-decoration:underline; }

#text1 #title {
		display:block;
		margin:0 0 40px 0;
		width:730px;
		text-align:center;
		font-size:32px;
		line-height:42px;
		font-weight:bold;
		color:#FF0000;
		text-shadow:3px 3px 3px rgba(0,0,0,.3);
		}
#text1 .target {
		font-size:130%;
		display:block;
		margin:20px 0 0 0;
		 }
#text1 #toptext {
		font-family:'Times New Roman', Times, serif;
		font-size:18px;
		text-align:center;
		font-weight:bold;
		margin:0 0 30px 0;
		line-height:normal;
		letter-spacing:2px;
		border-bottom:1px solid #000000;
		}
.login {
		background-color:#FFFF00;
		color:#000099;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:normal;
		text-align:center;
		}
.login a:link 	 { color:#000099; text-decoration:none; }
.login a:visited { color:#000099; text-decoration:none; }
.login a:hover 	 { color:#0000FF; text-decoration:underline; }


#pagelink	{
		position:relative;
		width:850px;
		height:32px;
		margin:0 0 120px 63px;
		text-align:center;
		background-image:url(/pictures/Buttons/bt_gray_light220.gif);
		background-repeat:repeat;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:24px;
		-webkit-box-shadow:rgba(0,0,0,.1) 7px 7px;
		-moz-box-shadow:rgba(0,0,0,.1) 7px 7px;
		box-shadow:rgba(0,0,0,.1) 7px 7px;
		border:2px groove white; 
		-moz-border-radius:5px;
		border-radius:5px;
		}
#pagelink a:link 	{ color:#0000FF; text-decoration:none; }
#pagelink a:visited { color:#0000FF; text-decoration:none; }
#pagelink a:hover 	{ color:#FF0000; text-decoration:none; }


#pagelink .left {
		display:block;
		float:left;
		margin-left:15px;
		}
#pagelink .right {
		display:block;
		float:right;
		margin-right:15px;
		}


#foot	{
		position:relative;
		margin:90px 0 100px 10px;
		width:980px;
		clear:both;
		text-align:center;
		}
.copyright	{
		font-size:10px;
		font-family:'Times New Roman', Times, serif;
		color:#FFFFFF;
		}
.global	{
		font-family:Arial, Helvetica, sans-serif;
		}


.copyright a:link 	 { color:#FFFFFF; text-decoration:none; }
.copyright a:visited { color:#FFFFFF; text-decoration:none; }
.copyright a:hover 	 { color:#FF0000; text-decoration:none; }
		
		




		
