html {
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #aaaaaa;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-image: url('images/2linebg.jpg');
	text-align: left;
	height: 100%;
}

table {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
	line-height: 20px;
}
table.contenttable {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

div {
	padding: 0;
	margin: 0;
}

div.mainmenu {
	float: left;
	padding-right: 30px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

div.submenu {
	padding-bottom: 10px;
	line-height: normal;
}


a:link {
	text-decoration: none;
	color: #e52725;
}
a:visited {
	text-decoration: none;
	color: #e52725;
}
a:active {
	text-decoration: none;
	color: #e52725;
}
a:hover {
	text-decoration: none;
	color: #000000;
}


a.mainmenu:link {
	text-decoration: none;
	color: #999999;
}
a.mainmenu:visited {
	text-decoration: none;
	color: #999999;
}
a.mainmenu:active {
	text-decoration: none;
	color: #999999;
}
a.mainmenu:hover {
	text-decoration: none;
	color: #ffcc00;
}

a.mainmenuact:link {
	text-decoration: none;
	color: #ffcc00;
}
a.mainmenuact:visited {
	text-decoration: none;
	color: #ffcc00;
}
a.mainmenuact:active {
	text-decoration: none;
	color: #ffcc00;
}
a.mainmenuact:hover {
	text-decoration: none;
	color: #ffcc00;
}


a.submenu:link {
	text-decoration: none;
	color: #333333;
}
a.submenu:visited {
	text-decoration: none;
	color: #333333;
}
a.submenu:active {
	text-decoration: none;
	color: #333333;
}
a.submenu:hover {
	text-decoration: none;
	color: #e52725;
}
a.submenuact:link {
	text-decoration: none;
	color: #e52725;
}
a.submenuact:visited {
	text-decoration: none;
	color: #e52725;
}
a.submenuact:active {
	text-decoration: none;
	color: #e52725;
}
a.submenuact:hover {
	text-decoration: none;
	color: #e52725;
}


h1 {
	color: #333333;
	border-bottom: 3px solid #ffcc00;
	margin-right: -20px;
	padding-top: 14px;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
}
h1.csc-firstHeader {
	padding-top: 10px;
}
h2 {
	color: #ffcc00;
	margin: 0px;
	margin-top: 14px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}


p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.contenttable p.bodytext {
	padding: 0px;
	margin: 0px;
}

.contenttable td {
	padding-left: 5px;
	padding-right: 5px;
}

div.submenubox {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	width: 190px;
}

ul {
	line-height: 20px;
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	line-height: 20px;
}

td.tease {
	background-color: #333333;
	color: #ffcc00;
	height: 160px;
	overflow: hidden;
	background-image: url('images/teasebg-2.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	vertical-align: top;
}
div.alphatease {
    height: 80px; 
    background-image: url(images/top-txt-1.png);
    // background-image: url();
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='fileadmin/template/css/images/top-txt-1.png', sizingMethod='scale');
}

form#mainform {
    border: none;
}

fieldset.csc-mailform {
    border: none;
}

label {
    width: 120px;
    display: block;
    font-weight: bold;
    float: left;
}

input#mailformformtype_mail {
    margin-left: 120px;
}

