/* 
	Provide here the styles to be used in a edit-text-box in CMS.
	Place the other styles, used only in templates, in separate file(s).
*/
body,form,html,table
{
  font-size:13px;
  font-family:Arial;
  line-height:17px;
  font-weight:400;
  margin:0;
  padding:0;
  border:0;
}

table
{
  border-collapse:collapse;
}

table td
{
  text-align:left;
  vertical-align:top;
}

img
{
  border:0;
}

a,a:visited,a:active
{
  text-decoration:underline;
}

a:hover
{
  text-decoration:underline;
}

ul,ol
{
  margin:0 0 0 15px;
  padding:0;
}

li
{
  margin:0;
  padding:0;
  font-size:11px;
  line-height:15px;
  text-align:left;
}

p
{
  margin:0;
  padding:0;
}

sup
{
  margin:0;
  padding:0;
  line-height:0;
  vertical-align:top;
}

/* STYLES */
.headline
{
  font-size:13px;
  line-height:18px;
  font-weight:400;
}

.non_flash_headline
{
  font-size:24px;
  line-height:30px;
  font-weight:700;
  color:#1A2968;
  letter-spacing:-1px;
}

.rightnavheader
{
  font-weight:700;
  font-size:13px;
}

.boldcontent
{
  font-weight:700;
}

.centercontent
{
  text-align:center;
}

.redcontent
{
  color:red;
}

.lilacontent
{
  color:#C9f;
}

.blaucontent
{
  color:#00F;
}

.greencontent
{
  color:#090;
}

.organgecontent
{
  color:#f60;
}

/* Headlines */
h1,h2,h3,h4,h5
{
  font-family:Helvetica, Arial, Verdana, sans-serif;
  font-weight:700;
  letter-spacing:-.05em;
  margin:0;
  padding:0;
  line-height:1em;
}

h1
{
  font-size:28px;
  padding:10px 0 0;
  text-decoration:underline;
  font-family: Comic Sans MS;
}

h2
{
  font-size:24px;
}

h3
{
  font-size:20px;
}

h4
{
  font-size:16px;
}

h5
{
  font-size:12px;
}

.contactmodulediv
{
  padding:2px;
}
