/**
 * CSS Document for offline page
 * @version $Id: offline.css 10387 2008-06-03 10:59:16Z pasamio $
 * @package Joomla
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software and parts of it may contain or be derived from the
 * GNU General Public License or other free or open source software licenses.
 * See COPYRIGHT.php for copyright notices and details.
 */

body {
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12pt;
	color: #c0cf0c;
	background:#fff;
}

img  { border: 0 none; outline:none; }

div{
	margin:0;
}
/* -- id styles ------------------------------------- */

.main {
	margin: 0px auto;
	width: 1280px;
	height:980px;
	background:url(../images/eskades_bg.png) repeat-x;
}
.head{
	height:222px;
	}
.head div{
	text-align:left;
	padding-left:79px;
	padding-top:105px;
	}
.middle{
	height:386px;
	}
.middle div{
	text-align:left;
	padding-left:614px;
	padding-top:44px;
	}
.weiss{
	color:#FFFFFF;
	}
.bottom_left{
	float:left;
	width:614px;
	}
.bottom_left div{
	padding-top:98px;
	padding-left:79px;
	}
	
.bottom_right{
	float:left;
	}
.bottom_right div{
	padding-top:78px;
	}
table{
	border:none;
	padding:0;
	margin:0;
}
.first_td{
	width:15px;
}
a{
	text-decoration:none;
	color:#c0cf0c;
}

a:hover{
	color:#fff;
	}
.schatten_lr{
	margin:0 auto;
	width:1320px;
	background:url(../images/schatten_lr.png) repeat-y;
}
/* -- form styles ----------------------------------- */
.login_form {margin:0 auto; width:1280px; text-align:}
.login_form form 
.login_form form fieldset { border: 0 none; margin: 0 auto;}
.login_form label         { display: block;}
.login_form input 		  { padding: 1px; }
.login_form input.button  {height: 1.8em; cursor: pointer; }

.login_form label   { float:left;}
.login_form input    { border: 1px solid #0E67A1; float:left;}
.login_form input.button 		 { background-color: white; }
.login_form input.button:hover { border-color:  #FC902E; }




