html, body, form, fieldset {
	margin: 0;
	padding: 0;
	border:0;
}

body {
	color: #333333;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 12px;
	background-color: #F9F9F9;
}

h1, h2, h3, h4 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

/* Heading */
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
#content .tx-cwtcommunity-pi1 img, #content .tx-cwtcommunity-pi1 table img { 
	border: 0px;
	background-color: transparent;
}

#content a:link, .bodytext a:link {
	color: #0071AA;
}

#content a:visited, .bodytext a:visited {
	color: #0071AA;
	font-style:italic;
}

#content a:hover, .bodytext a:hover {
	color: #0071AA;
	text-decoration: underline;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {

}
table, td, tr {
	font-size:100%;
}
#content div.csc-default table,
#content div.csc-default table th,
#content div.csc-default table tr,
#content div.csc-default table tr td,
#content div.csc-default table tr td p {
	border-collapse: collapse;
	border-spacing: 1px;
	margin: 0px;
	padding: 0px 1px 0px 1px;
}
#content div.csc-default table th p{
	text-align: left;
	padding: 1px;
	margin: 0px;
}

.tx-cwtcommunity-pi1 table, tr, td {
	border-collapse: collapse;
	border-spacing: 0px;
}

sup {
	font-size: 70%;
	vertical-align: super;
}

.align-center {
	text-align: center;
}

.csc-textpic-caption {
	font-size: 88%;
	line-height: 110%;
}

.csc-textpic-intext-left img, .csc-textpic-intext-left div.csc-textpic-caption{
	float: right;
}

.csc-textpic-intext-left .csc-textpic-imagewrap, .csc-textpic-intext-left-nowrap{
	margin-left: 12px;
}

.csc-textpic-intext-right .csc-textpic-imagewrap, .csc-textpic-intext-right-nowrap {
	margin-right: 12px;
}

#printbutton {
	padding: 3px;
	position:relative;
	float: right;
	top: -20px;
	z-index:5;
	font-size: 90%;
	line-height: 80%;
	margin-bottom:-20px;
	background-color: #fff;
}
#printbutton .print img{
	border:0px;
	padding: 0px;
}


/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	background: #0071aa;
	color: #f885f7;
	line-height: normal;
	height: 80px;
}

.ja-headermask {
	background: url(../images/header-mask.png) no-repeat top right;
	width: 100%;
	display: block;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0px;
}

#ja-header {
	position: relative;
	height: 80px;
	width: 100%;
}

h1.logo, h1.logo-text {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 180%;
	text-transform: uppercase;
}

h1.logo a {
	width: 101px;
	display: block;
	background: url(../images/logo.png) no-repeat;
	height: 80px;
	position: relative;
	z-index: 100;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text span {
	color: #ff80ff !important;
	text-decoration: none;
	outline: none;
	position: absolute;
	bottom: 40px;
	left: 110px;
}

p.site-slogan {
	margin: 0;
	padding: 2px 5px;
	color: #FFFFFF;
	font-size: 92%;
	position: absolute;
	bottom: 20px;
	left: 107px;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#content_wraper {
	width:100%;
 	z-index:1;
 	background:#F2F2F2;
}

#col1, #col3 {
	float:left;
 	top:80px;
 	width:130px;
 	padding: 20px 0px;
 	background:#F2F2F2;
}

#col1 {
 	left:0;
 	z-index:3;
 	padding-left:10px;
}

#col3 {
	right:0;
	z-index:2;
}

#col2 {
	float:left;
	width:708px;
	height: auto !important;
	height: 350px;
	min-height: 350px;
	padding: 1px 10px;
	z-index:5;
	border: solid #CCCCCC;
	border-width:0 1px;
	background:#fff;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#menu_1 ul {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
#menu_1 ul a{
	text-decoration: none;
	color: #000;
}

.menu1-level1-no, .menu1-level1-act,
.menu1-level2-no, .menu1-level2-act {
	display: block;
	list-style-type: none;
}

.menu1-level1-no, .menu1-level1-act {
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #CCC;
	line-height: 200%;
}

.menu1-level1-no {
	height: 25px;
}

.menu1-level2-no, .menu1-level2-act{
	padding-left: 10px;
	font-size: 90%;
	margin-bottom: 5px;
	line-height: 93%;
}

.menu1-level1-act, .menu1-level2-act,
#menu_1 ul li.menu1-level1-act a, #menu_1 ul li.menu1-level2-act a{
	color: #0071aa;
	font-weight: bold;
	letter-spacing: 1px;
}

#menu_1 ul li.menu1-level1-no a:hover, #menu_1 ul li.menu1-level2-no a:hover{
	font-weight: bold;
	letter-spacing: 1px;
}

/* FOOTER
--------------------------------------------------------- */
#footer {
	/*width:100%;*/
	margin:0px;
	padding: 5px 0 5px 5px;
	clear: both;
	color: #666666;
	border-top: 3px solid #CCCCCC;
	background: url(../images/grad3.gif) repeat-x bottom #F6F6F6;
	font-style: normal;
	font-size: 92%;
}
#fmenu a:link, a:visited, a:hover {
	color: #666666;
}
#fmenu a:hover {
	color: #000;
	font-decoration: underline;
}


.tx-felogin-pi1{
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 0px;
	border: 0px;
	width: 110px;
	font-size: 90%;
}
.tx-felogin-pi1 .error {
	text-align: center;
	color: #C03;
}

.login_input input {
	width: 90px;
	height: 15px;
	font-size: 95%;
}

.login_button input {
	/*width: 50px;
	height: 20px;*/
	margin-top: 5px;
	margin-left: 25px;
	font-size: 95%;
}

.felogin-hidden {
	width: 0px;
	height: 0px;
	margin: 0px;
}

/* powermailer */

fieldset.tx-powermail-pi1_fieldset {
	border: none;
}

fieldset.tx-powermail-pi1_fieldset legend {
	font-weight:bold;
}

fieldset.tx-powermail-pi1_fieldset label {
	display: block;
	width: 80px;
	float: left;
	clear: both;
}

fieldset.tx-powermail-pi1_fieldset textarea,
fieldset.tx-powermail-pi1_fieldset input {
	width: 200px;
	margin-left: 10px;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	width: auto;
	margin-left: 10px;
}


div.tx_powermail_pi1_fieldwrap_html {
	margin: 10px 0;
}

div.tx-damfrontend-pi1 table.file_singleView {
	float:left;
	margin-left:5px;
	width: auto;
	border-color: #ccc;
}
div.tx-damfrontend-pi1 table.file_singleView th {
	background-color: #0071aa;
}
#content div.tx-damfrontend-pi1 table.file_singleView th a:link,
#content div.tx-damfrontend-pi1 table.file_singleView th a:visited,
#content div.tx-damfrontend-pi1 table.file_singleView th a:hover {
	color: #fff;
}
div.tx-damfrontend-pi1 table.file_singleView tr td.title{
	color: #000;
}

div.tx-damfrontend-pi1 div.filelist_all {
	float:left;
}
div.tx-damfrontend-pi1 table.filelist {
	width: auto;
	border: 1;
	border-color: #ccc;
}
div.tx-damfrontend-pi1 table.filelist tr h3 {
	margin: 0px;
}
div.tx-damfrontend-pi1 table.filelist th {
	background-color: #0071aa;
	border-color: #0071aa;
}
div.tx-damfrontend-pi1 table.filelist tr.odd td,
div.tx-damfrontend-pi1 table.filelist tr.even td,
div.tx-damfrontend-pi1 table.filelist tr td {
	padding: 0 2 0 2px;
}
div.tx-damfrontend-pi1 table.filelist tr.even td {
	background-color: #f2f2f2;
}
#content div.tx-damfrontend-pi1 table.filelist tr td img,
#content div.tx-damfrontend-pi1 table.file_singleView tr td img {
	border:0;
	background-color: transparent;
}
