* {
font-family: Arial,Verdana,Sans-serif;
}

/***** Generell *****/

img {
border:none;
}

body, table {
font-size:12px;
line-height:140%;
color:#626469;
}

/***** Tables *****/

table
{
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

td, th
{
	vertical-align: top;
	padding: 4px;
  /*border:1px solid #d6d6d6;*/
}


th p, td p
{
	margin: 4px 0 0 0;
}

tr th
{
	text-align: left;
  background:#ececec;
}

tfoot td {
font-size:11px;
color:#949494;
}


table caption
{
	font-size: 13px;
	margin-top: 10px;
	line-height: 120%;
  text-align:left;
}



hr
{
width: 100%;
margin: 15px 0 14px 0;
border: none;
border-bottom: 1px solid #d6d6d6;
height: 1px;
clear:both;
}

.small, .mini {
font-size:11px;
}


h1 {
font-size:16px;
font-weight:bold;
color:#215D9A;
line-height: 120%;
margin:0;
margin-bottom:5px;
}

h2, .csc-firstHeader {
font-size:15px;
font-weight:bold;
color:#8CBC0D;
line-height: 120%;
margin-bottom:10px;
}

h3, h3 *, h3 a:hover{
font-size:14px;
color:#8CBC0D;
font-weight:bold;
text-decoration:none;
}

h4{
font-size:13px;
color:#215D9A;
font-weight:bold;
text-decoration:none;
}

/***** BOXES *****/

.left {
float:left;
}

.right {
float:right;
}


div.content_1 {
float:left;
width:378px;
border:0px solid red;
}

.right_content_box{
margin-bottom: 15px;
}

.right_content_box_headline{
font-size:13px;
font-weight:bold;
color:#ffffff;
padding-left:20px;
padding-top:2px;
background-image:url("../images/box_headline.gif");
background-repeat: no-repeat;
width:176px;
height:23px;
}

.box_right_text{
	margin:5px;
  font-size:10px;
  text-align:left;
}



/* Lists */

ul.more {
list-style-image: url('../images/li.gif');
margin-top:0px;
margin-left:17px;
padding:0;
}

ul.more a {
font-weight:bold;
}

div.lifeline {
width:100%;
margin-top:25px;
}




/***** Links *****/

a { color:#215D9A; text-decoration:none }
a:hover { text-decoration:underline }
a.none {
color: #000;
}

a.none:hover {
text-decoration:underline;
}




/***** Forms *****/

input, textarea, select
{
	color: #626469;
	border: 1px solid #d6d6d6;
	background: #fff;
	padding: 2px;
	font-size: 12px;
}

TEXTAREA
{
	height: 100px;
	overflow: auto;
}




/* FORMS DETAIL */

fieldset {
border: 1px solid #d6d6d6;
padding:10px;
}

legend {
font-size: 14px;
color: #215D9A;
margin: 13px 0;
}

label {
line-height:19px;
vertical-align:middle;
width:100px;
float:left;
}

label.radio,
div.powermail_radio_inner label,
label.checkbox,
div.powermail_check_inner label{
margin-right:10px;
width:auto;
height:auto;
border:none;
line-height:19px;
vertical-align:middle;
float:left;
}


input, select, textarea {
width:300px;
float:left;
margin-bottom:5px;
}

input.radio,
input.powermail_radio,
input.checkbox,
input.powermail_check
 {
width:auto;
border:none;
}


form br {
  clear: left;
}

input.submit {
width:35%;
margin:20px 0;
color: #054e8b;
}

div.powermail_mandatory_js{
color:#8CBC0D;
clear:both;
margin-left:100px;
font-size:11px;
}


/***** Lists ******/

#content_inner ul
{
list-style-type:none;
padding:0;
margin-left:10px;
}

#content_inner ul li
{
	background:url('../images/li.png') center left no-repeat;
  padding: 0 0 0 15px ;
  margin: 0 0 5px 0;
}

#content_inner ol
{
padding:0;
margin-left:25px;
}

#content_inner ol li
{
  margin: 0 0 5px 0;
  padding-left: 0px;
}
