/**
 * @copyright	Copyright (C) 2008 CMS-Solutions. All rights reserved.
 * @license
 * See COPYRIGHT.php for copyright notices and details.
 */


html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
        background-color: white;
}

span{
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	cursor: pointer;
    color: #a40813;
}
a:link,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

input.button { cursor: pointer; }

p {
	margin-top: 0;
	margin-bottom: 15px;
}

img {
	border: 0 none;
	margin: 0px;
}

.clr {
	clear: both;
	float: none;
	font-size: 1px;
}

a.a_CMSS{
	float: right;
	color: #ededed;
	font-weight: bold;
	padding-right: 5px;
}

.center{
	text-align: center;
}

h1,h2,h3,h4,h5 {
    margin: 0px;
}

.bannergroup { display: none; }