@charset "utf-8";
/*--------------------------------------------*/
/*-                                          -*/
/*- ABUS Privest Microsite                   -*/
/*-                                          -*/
/*- Date: 28.08.2007                         -*/
/*- Author: Heiko Milker                     -*/
/*- Copyright: eqipe | green-m               -*/
/*-                                          -*/ 
/*--------------------------------------------*/

/* ------------------------------------------------------
   Default HTML element definitions
------------------------------------------------------ */

/* Removing borders from linked images */ 
a img{border:none;}

/* removing extra margin from form elements */
form{margin:0px;}

html > body #content{
	float: left;
	background: url(images/popup/popup_background.jpg);
	background-repeat: repeat-x;
	height: 598px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;	
		background-color: #ff0000;
}
body {
	background-color: #004390;
	background-color: black;
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #a1a1a1;
	width: 900px;
}
#grafik {
    position: absolute;
	width: 900px;
	height: 598px;
}
#footer {
    position: absolute;
    left: 45px;
    top:528px;
    color: #A1A1A1;
    font-size: 12px;
	float: left;
	width: 700px;
	height: 70px;
}
#grafik {
    position: absolute;
	width: 900px;
	height: 598px;
}

#schliessen {
position:absolute;
right:54px;
top:27px;
width: 100px;
height:22px;
text-align:right;
}
#schliessen_grafik {
position:absolute;
right:25px;
top:25px;
width: 22px;
height:21px;
}

a:link { font-weight:normal; color:#a1a1a1; text-decoration:none; }a:visited { font-weight:normal; color:#a1a1a1; text-decoration:none;  }a:focus { font-weight:normal; color:#a1a1a1; text-decoration:none;  }a:hover { font-weight:normal; color:#E21A22; text-decoration:none; }a:active { font-weight:normal; color:#a1a1a1; text-decoration:none;  }


