/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(http://demo.regger24.de/regger-images/design_1/bg.png);
	background-repeat:repeat-x;
	background-color:#ffffff;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #90b604;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(./regger-images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(./regger-images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px;
}

/** HEADER */

#header {
	float:left;
	width: 266px;
	height:138px;
	background-image:url(http://demo.regger24.de/regger-images/design_1/logo.png);
	background-repeat:no-repeat;
	margin:0 50px 0 50px;
	text-align:center;
}

#header h1 {
	margin: 26px 0 0 0;
	padding: 0;
	color:#729101;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #dadada;
	font-family: Trebuchet MS, Verdana;
}


/** MENU */

#menu {

}

#menu ul {
	margin: 0px;
	padding: 56px 0 0 0;
	list-style: none;
}

#menu li {
	float:left;
	padding:0 2px 0 0;
}

#menu a {
	background-image: url(http://demo.regger24.de/regger-images/design_1/button.png);
	background-repeat:repeat-x;
	display:block;
	text-align:center;
	border:2px solid #90b604;
	padding: 8px 0 8px 0;
	text-decoration: none;
	font-family:Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	height:12px;
	width:100px;
}

#menu a:hover {
	background-image: url(http://demo.regger24.de/regger-images/design_1/button_hover.png);
	background-repeat:repeat-x;
	color: #ffffff;
}

#menu .active {
	background-image: url(http://demo.regger24.de/regger-images/design_1/button_active.png);
	background-repeat:repeat-x;
}

/** CONTENT */

#content {
	clear:left;
	width: 800px;
	margin: 0px;
	padding: 0px;
}

#columnA {
	float: left;
	width: 610px;
	margin: 0 0 0 15px;
	padding: 0px;
}

#columnA h2 {
	color:#88aa0a;
	border-bottom: 1px solid #90b604;
	font-size: 24px;
	font-weight: normal;
	padding:0 0 0 5px;
	margin:0 0 4px 0;
	text-shadow: 1px 1px 1px #dadada;
}

#columnB {
	float: right;
	width: 160px;
}

#columnA p, #columnC p, #columnB p {
	margin: 0px;
	padding: 0px;
}

#columnC {
	clear: right;
	float: right;
	width: 160px;
}

#columnCtitle {
	display:none;
}

#columnC h3, #columnB h3 {
	color:#88aa0a;
	border-bottom: 1px solid #90b604;
	font-size: 24px;
	font-weight: normal;
	padding:0 0 0 5px;
	margin:0 0 4px 0;
	text-shadow: 1px 1px 1px #dadada;
}

/** FOOTER */

#footer {
	clear: both;
	margin: 0;
	height: 69px;
	width:100%;
	background-image: url(http://demo.regger24.de/regger-images/design_1/footer.png);
	background-repeat:repeat-x;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	font-size: 10px;
	color: #787878;
}

#footer a {
	font-size: 10px;
	color: #787878;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}


/** Regger */
.regger_checkbox {
	height:20px;
	width:20px;
	border:1px solid #90b604;
}


td.legend {
	font-size:14pt;
	font-weight:bold;
}

td.trenner {
	width:20px;
}


td.input {
	text-align:right;
}

td.input input {
	width:172px;
	height:25px;
	border:1px solid #88aa0a;
	font-size:15pt;
}

td.input textarea {
	border:1px solid #88aa0a;
	font-size:15pt;
}

td.input select {
	width:243px;
	height:33px;
	font-size:15pt;
	border:1px solid #88aa0a;
}

tr.row0 {
	background-color:#e0f29c;
}

tr.row1 {
	background-color:#e9f5ba;
}	