/* HTML CSS Tags */
body {
	margin: 0px;
	background-color: #dc7878;
	background-image: url('http://aell.ch/fileadmin/templates/images/bg.png');
	background-repeat: repeat-x;

}
body, p, td, h1, h2, h3, a, input, textarea, li {
	color: #a10505;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
td {
	vertical-align: top;
}
a {
	color: #818181;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
h1, #title {
	font-weight: bold;
	margin-bottom: 10px;
	color: #000000;
}
h1 {
	color: #444444;
}
h2 {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
input, textarea {
	background-color: #eeeeee;
	margin-top: 3px;
	padding: 1px;
	border: 1px solid #cccccc;
}
ul, li {
	margin:0px;
	padding:0px;
	list-style-type: square;
	list-style-position: inside;
}
/* Custom CSS Tags */
#frame1 {
	background-color: #ffffff;
}
#main {
	padding: 44px;
}
#left_cell {
	background-color: #fbefef;
}
#menu_table {
	background-color: #777777;
}
#menu_1 {
	border-bottom: 1px dotted #ffffff;
}
#content {
}
#colright {
	padding-top: 44px;
	padding-right: 22px;
}
#footer {
}
#menu_1 a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 4px;
	padding-left: 16px;
}
.menu1-level1-no a:hover {
	background-color: #999999;
}
.menu1-level2-no a:hover, .menu1-level3-no a:hover {
	background-color: #a13939;
}
.menu1-level1-no,.menu1-level1-act {
	border-top: 1px dotted #ffffff;
	padding-top: 0px;
	margin: 0px;
}
.menu1-level1-act {
	background-color: #a10505;
	font-weight: bold;
	#border-bottom: 1px dotted #ffffff;
}
#menu_1 .menu1-level2-no a:hover, #menu_1 .menu1-level2-act a:hover {
}
.menu1-level2-no,.menu1-level2-act {
	text-indent: 10px;
	background-color: #a10505;
}
.menu1-level2-act {
	font-weight: bold;
}
.menu1-level3-no,.menu1-level3-act {
	text-indent: 20px;
	background-color: #a10505;
}
.menu1-level3-act {
	font-weight: bold;
}
#footer, #footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #dddddd;
}
#footer {
	background-color: #a10505;
	padding: 2px;
	text-align: center;
}
/* TYPO3 CSS Tags */
.tr-even {
	background-color: #fbefef;
}
.td-1 {
	text-align:right;
}
.csc-mailform {
	padding-top: 10px;
}
/* TYPO3 CSS Tags: Mail Form tags */
.csc-mailform {
	border: 1px dotted #818181;
	width: 400px;
}
.csc-mailform-field {
	display: table;
}
.csc-mailform-check {
	margin-top: 15px;
}
.csc-mailform-field label {
	width: 200px;
	padding-top: 5px;
	padding-right: 5px;
	float: left;
	text-align: right;
	font-weight: bold;
}
.csc-mailform-submit {
	margin-left: 165px; 
	margin-top: 10px; 
}
/* TYPO3 CSS Tags: News-Items on entry page */
.csc-textpic-intext-left-nowrap div.csc-textpic-text {
	margin-left: 20px;
}
.csc-textpic-intext-left-nowrap a img {
	border: 1px dotted #818181;
}
.csc-textpic-intext-left-nowrap a:hover img {
	border: 1px dotted #a10505;
}
.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	margin-top: 38px;
}
.csc-textpic-intext-left-nowrap {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #a10505;
}
/* TYPO3 CSS Tags: Right column */
#contentright div.csc-textpic, #contentright .csc-uploads-FileName {
	border: 1px dotted #dc7878;
	background-color: #eeeeee;
	padding: 10px;
	margin-top: -20px;
	margin-bottom: 20px;
}
