/* (c) 2004 endurit */
/* section 0 */
/* general */

html {
	height: 100%;
}
body, dl, dt, dd {
	text-align: left;
	vertical-align: top;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}
p, .p {
	text-align: left;
	vertical-align: top;
	font-family: Arial, helvetica, sans-serif;
	margin-top: 4px;
	margin-bottom: 4px;
}
pre {
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
	vertical-align: top;
	font-family : "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
}
hr {
	height: 1px;
	width: 100%;
	color: #4d7dae;
}


/* images */
img {
	border-width: 0px
}
img.teaser {
	margin-right:4px;
	margin-bottom:2px;
}
#border {
	border-style:solid;
	border-width:1px;
	border-color: #000000;
}


/* lists */
ul {
	/*list-style: square;*/
	list-style-image:url(/media/icons/arr2.gif);
	margin-top: 4px;
	margin-bottom: 4px;
}
ol {
	margin-top: 2px;
	margin-top: 2px;
}
li {
	padding-left : 0px;
	margin-left : -31px;
	margin-top: 2px;
	margin-bottom: 2px;
}


/* tables */
table{
	border-width: 0px;
}
tr, th, td {
	text-align: left;
	vertical-align: top;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

table.edit_Table {
	margin-top:4px;
	margin-bottom:4px;
}
table.edit_Table_s {
	margin-top:4px;
	margin-bottom:4px;
}
tr.edit_TR {
	padding-top: 10px;
	padding-bottom: 10px;
}
tr.edit_TR_s {
	padding-top: 10px;
	padding-bottom: 10px;
}
th.edit_TH {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:4px;
	padding-right:4px;
	font-weight: bold;
}
th.edit_TH_s {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:4px;
	padding-right:4px;
	font-weight: bold;
	font-size:10px;
}
td.edit_TD {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:4px;
	padding-right:4px;
}
td.edit_TD_s {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:4px;
	padding-right:4px;
	font-size:10px;
}
td.edit_TD_l {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
}
td.edit_TD_s_l {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	font-size:10px;
}
td.edit_TD_r {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
td.edit_TD_s_r {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-size:10px;
}
td.edit_TD_lr {
	padding-top: 4px;
	padding-bottom: 4px;
}
td.edit_TD_s_lr {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size:10px;
}

/* table with background color */
table.edit_TableBg {
	margin-top:4px;
	margin-bottom:4px;
}
table.edit_TableBg_s {
	margin-top:4px;
	margin-bottom:4px;
}
tr.edit_TRBg {
	padding-top: 10px;
	padding-bottom: 10px;
}
tr.edit_TRBg_s {
	padding-top: 10px;
	padding-bottom: 10px;
}
th.edit_THBg {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:4px;
	padding-right:4px;
	font-weight: bold;
}
th.edit_THBg_s {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:3px;
	padding-right:3px;
	font-weight: bold;
	font-size:10px;
}
td.edit_TDBg {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:4px;
	padding-right:4px;
}
td.edit_TDBg_s {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:3px;
	padding-right:3px;
	font-size:10px;
}
#borders {
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-top-width:0px;
	border-color:#ffffff;
	border-style:solid;
	border-collapse:collapse;
}




/* headings */
h1, .h1 {
	margin-top: 0px;
	margin-bottom: 16px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #2a3678;
}
h2, .h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1;
	color: #2a3678;
}
h3, .h3 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1;
	color: #666666;
}
h4, .h4 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4d7dae;
}
.edit_Lead{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.edit_Highlight{
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4389DE;
}
.slogan {
	margin-top:1px;
	margin-left:20px;
	font-family: "Trebuchet MS","Times New Roman", Times, serif;
	color: #2A3678;
	font-style: italic;
	font-size: 19px;
}
.edit_Linkblock {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #E8EEF4;
}


/* links */
a:link, a:visited {
	color: #2a3678;
	text-decoration: none;
}
a:hover, a:active {
	color: #4d7dae;
	text-decoration: underline;
}


/* forms */
form {
	margin-top: 0px;
	margin-bottom: 0px;
}
input, textarea, select {
	border-width: 1px;
	border-style: solid;
	border-color: #005797;
	background-color: #E8EEF4;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#2a3678;
}
.button_s {
	border-width: 1px;
	border-style: solid;
	border-color: #005797;
	background-color: #E8EEF4;
	font-family: Arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#2A3678;
	height: 16px;
}
.inputtext_s {
	border-width: 1px;
	border-style: solid;
	border-color: #005797;
	background-color: #ffffff;
	font-family: Arial, helvetica, sans-serif;
	color:#2a3678;
	font-size: 10px;
	height: 16px;
}


/* boxes */
td.m1 {
	height: 23px;
	background-image: url(/media/t/m1.gif);
	background-repeat: repeat-y;
	cursor: default;
}
td.m2 {
	height: 23px;
	background-image: url(/media/t/m2.gif);
	background-repeat: repeat-y;
	cursor: pointer;
}
td.m3 {
	height: 14px;
	background-image: url(/media/t/m3.gif);
	background-repeat: repeat-y;
	cursor: pointer;
}
div.m1 {
	height: 16px;
	width: 187px;
	text-decoration: none;
	margin-top: 4px;
	margin-left:8px;
 	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	cursor: default;
}
div.m2 {
	height: 16px;
	width: 187px;
	text-decoration: none;
	margin-top: 4px;
	margin-left:8px;
 	font-weight: bold;
	font-size: 12px;
	color: #2a3678;
	cursor: pointer;
}
div.m3 {
	height: 12px;
	width: 170px;
	text-decoration: none;
	margin-top: 1px;
	margin-left:25px;
 	font-weight: bold;
	font-size: 10px;
	color: #2a3678;
	cursor: pointer;
}
a:link.m1,a:visited.m1,a:hover.m1,a:active.m1 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a:link.m2,a:visited.m2,a:hover.m2,a:active.m2 {
	font-size: 12px;
	font-weight: bold;
	color: #2a3678;
	text-decoration: none;
}
a:link.m3,a:visited.m3,a:hover.m3,a:active.m3 {
	font-size: 10px;
	font-weight: bold;
	color: #2a3678;
	text-decoration: none;
}



/* teasers */
table.teaserbox {
	margin-top: 15px;
	margin-bottom: 15px;
}
table.teaser {
}
td.teaser, td.teaserw, td.teasers, td.teaserw0, td.teaserw1, td.teaserw2, td.teaserw3 {
	height: 17px;
	background-repeat:repeat-y;
	cursor: default;
	padding-top: 1px;
	padding-left:5px;
 	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	cursor: default;
}
td.teaser {
	background-image: url(/media/t/c_teaser0.jpg);
}
td.teaserw {
	background-image: url(/media/t/c_teaserw0.jpg);
}
td.teasers {
	background-image: url(/media/t/c_teaser0.jpg);
}
td.teaser_cont {
	padding-top: 2px;
	font-size: 10px;
	color: #333333;
}
.teaser_cont_normal {
	font-size: 11px;
}
td.teaserdivider {
	background-image: url(/media/t/c_teaserdivider.gif);
	background-repeat: repeat-y;
}
/* for sitemap */
td.teaserw0 {
	background-image: url(/media/t/c_teaserw0.jpg);
}
td.teaserw1 {
	background-image: url(/media/t/c_teaserw1.jpg);
}
td.teaserw2 {
	background-image: url(/media/t/c_teaserw2.jpg);
}
td.teaserw3 {
	background-image: url(/media/t/c_teaserw3.jpg);
}
table.teasertable {
	margin-top:0px;
	margin-bottom:0px;
}
tr.teasertable {
	padding-top: 2px;
	padding-bottom: 2px;
}
td.teasertable {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:2px;
	padding-right:2px;
	font-size:10px;
}
td.teasertable_l {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	font-size:10px;
}
td.teasertable_r {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-size:10px;
}
td.teasertable_l_r {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size:10px;
}





/* footer */
a:link.footer,a:visited.footer {
	color: #333333;
	text-decoration: none;
	font-size:9px;
}
a:hover.footer, a:active.footer {
	color: #333333;
	text-decoration:underline;
	font-size:9px;
}
td.footer {
	color: #333333;
	font-size:9px;
}

/* sizes */
.edit_Big {
	font-size: 13px;
}
.edit_VeryBig {
	font-size: 15px;
}
.edit_Small {
	font-size: 10px;
}
.edit_VerySmall {
	font-size: 9px;
}
.edit_Top {
	margin-top: 0px;
}
/*alignments*/
.right, #right{
	text-align: right;
}

/* colors */
.bgcolor, #bgcolor {
	color: #ffffff;
}
.fontcolor, #fontcolor {
	color: #333333;
}
.linkcolor, #linkcolor {
	color: #ff9900;
}
.colorlight, #colorlight {
	color: #999999;
}
.bgcolor0, #bgcolor0 {
	background-color: #005797;
}
.color0, #color0 {
	color: #ffffff
}
.bgcolor1, #bgcolor1 {
	background-color: #CDDBE9;
}
.bgcolor2, #bgcolor2 {
	background-color: #E8EEF4;
}

/* other */
.edit_Desc {
	color:#999999;
	font-size:9px;
}
.error {
	font-weight: bold;
	color: #ff0000;
}
