/*
===============================================================
    $Id: global.css 33 2005-05-13 12:17:56Z HAM\ChristianK $
===============================================================
*/
@import url(undohtml.css);

/* IE 5, 4 / NS 4 Styles explizit */
body {
	font-family: Arial, sans-serif; 
	font-size:11px; 
	line-height:13px; 
	font-weight:normal; 
	color:#4e4e4e;
	background-color:#eef1f4;
}

   html, body {
		height: 100%;
	}
		
	table#container {
		width: 100%;
		height: 100% !important;
	}
		
	table#container td {
		vertical-align: middle;
	}	

a:link {color:#0A1D59; text-decoration:underline;}
a:visited {color:#0A1D59; text-decoration:underline;}
a:hover {color:#0A1D59; text-decoration:underline;}
a:active {color:#0A1D59; text-decoration:underline;}



/*
------------------------------------------------------
  Navi
------------------------------------------------------
*/

ul#navimain {
	position:absolute;
	top:10px;
	left:690px;
	width:auto;
	height:auto;
	z-index:1500;
	margin:0px;
	padding:0px;

}

ul#navimain li {
	float:left; 
	margin:0px;
	padding:0px;
}

ul#navisub {
	position:absolute;
	top:25px;
	left:700px;
	width:auto;
	height:auto;
	z-index:1500;
	margin:0px;
	padding:0px;

}

ul#navisub li {
	float:left; 
	margin:0px;
	padding:0px;
}


/*
------------------------------------------------------
  Contentelemente
------------------------------------------------------
*/

/* IE 5, 4 / NS 4 Styles explizit */
#content {
	position:relative;
	background: url(/images/bg_a.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:1000px;
	height:600px;
}

h1{
	color:#e72b11;
	font-size:16px;
	line-height:18px;
	margin-bottom:15px;
}

h3{
	color:#0A1D59;
	font-size:11px;
	line-height:13px;
	margin-bottom:15px;
}


#copy{
	position:absolute;
	top:313px;
	left:180px;
	width:240px;
	height:150px;
	z-index:1500;
	margin:0px;
	padding:0px;
}
#b11000 #copy,
#c11000 #copy,
#d11000 #copy {
	width: 190px;
} 
