/* ------------------------- base settings -------------------------------- */


* {
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: White;

  font-weight: normal;
  font-family: Arial;
  font-size: small;
}

body {
  text-align: center;
 /* min-width: 22em; */
}

img {
  border: none;
}

b {
	font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

.input, .input-button
{
	color: #620000;
}

/* --------------------- Fix for IE and Mozilla ---------------------------- */

.clearFix:after { /* for modern browsers */
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearFix { /* for IE7/Win */
    min-height:1px;
}
* html .clearFix { /* for IE5-6/Win */
    height:1px;
}
* html>body .clearFix { /* for IE5/Mac */
    height:auto;
    display:inline-block;
}




html {
  background:  url("../gfx/bg_main.png") repeat-x 0 0 fixed #410000;
  color: #001444;
  float: left;
  padding-bottom: 20px;
  width: 100%;
}



#box
{
  margin: 20px auto;
  width: 800px;
  text-align: left;
}


#header
{
  background: transparent url("../gfx/bg_header.png") no-repeat 0 0;
  height: 140px;

}

#headertop
{
	height: 100px;
}


div.mmboxl
{

	float: left; 
	width: 500px;
}


div.mmboxr
{
	color: #620000;
	background-color: transparent;
	text-align: right;
	margin: 0 0 0 500px;
	min-height: 100px;
	padding-top: 0px;
	padding-right: 15px;
}

div.mmboxr a
{
	color: #620000;
}

div#history div.content13_r, div#history div.content12_r
{
	text-align: right;
}

#content
{
	clear: left;
  	background: transparent url("../gfx/bg_content.png") repeat-y 0 0;
  	max-width: 800px;
	position: relative;
  	overflow: visible;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 200px;
	color: White;

	
}

div.linespacer
{
	clear: both;
}

div.hspaceline
{
	background: transparent url("../gfx/hspaceline.png") no-repeat left;
	height: 1px;
	width: 800px;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}


/* ------------- FOOTER SETTINGS ------------------------ */

#footer
{
  background: transparent url("../gfx/bg_footer.png") no-repeat 0 0;
  height: 100px;
  clear: both;
}

#copy
{
	color: White;
	text-align: center;
	font-size: 0.8em;
}

#copy .name
{
	font-weight: bold;
}

#copy .probtm
{
	font-weight: bold;
	color: #104476;
}


/* ---------------------------- CONTENT BOX SETTINGS --------------------- */
/**** cb -> container box																	*/
/**** ccb -> content container box														*/

div.container
{
	width: 720px;
	display: inline-block;
   float: right; 
	padding: 0;
	margin-top: 5px;
}


div.content23, div.content13, div.content12
{
	position: relative;
	
	clear:both;
	min-height: 50px;
	padding-bottom: 10px;	
}

div.ccb5050-l, div.ccb3366-l, div.ccb2575-l, div.ccb2080-l, div.ccb6633-l, div.ccb7525-l, div.ccb8020-l,
div.ccb5050-r, div.ccb3366-r, div.ccb2575-r, div.ccb2080-r, div.ccb6633-r, div.ccb7525-r, div.ccb8020-r,
div.content23_l, div.content13_l, div.content12_l,
div.content23_r, div.content13_r, div.content12_r
{
	position: relative;
	display: inline-block;
}


div.ccb5050-l, div.ccb3366-l, div.ccb2575-l, div.ccb2080-l, div.ccb6633-l, div.ccb7525-l, div.ccb8020-l,
div.ccb5050-r, div.ccb3366-r, div.ccb2575-r, div.ccb2080-r, div.ccb6633-r, div.ccb7525-r, div.ccb8020-r,
div.content23_l, div.content13_l, div.content12_l, div.xcontent23-l, div.xcontent13-l, div.xcontent12-l, div.xc12r-l,
div.content23_r, div.content13_r, div.content12_r, div.xcontent23-r, div.xcontent13-r, div.xcontent12-r, div.xc12r-r
{
	padding: 0;
	margin: 0 0 0.8em;
}

div.ccb5050-l, div.ccb3366-l, div.ccb2575-l, div.ccb2080-l, div.ccb6633-l, div.ccb7525-l, div.ccb8020-l,
div.content23_l, div.content13_l, div.content12_l, div.xcontent23-l, div.xcontent13-l, div.xcontent12-l, div.xc12r-l
{
	float: left;
}

div.ccb5050-r, div.ccb3366-r, div.ccb2575-r, div.ccb2080-r, div.ccb6633-r, div.ccb7525-r, div.ccb8020-r,
div.content23_r, div.content13_r, div.content12_r, div.xcontent23-r, div.xcontent13-r, div.xcontent12-r, div.xc12r-r
{
	float: right;
}


div.content12_l, div.xcontent12-l, div.xc12r-l,
div.content12_r, div.xcontent12-r, div.xc12r-r
{ 
	width: 50%; 
}


div.content13_l, div.xcontent13-l, div.xc13r-l 
{ 
	width: 33%; 
}


div.content13_r, div.xcontent13-r, div.xc13r-r
{
	width: 66%;
}
div.ccb5050-l, div.ccb5050-r { width: 50%; }

div.ccb3366-l, div.ccb6633-r { width: 33%; }

div.ccb3366-r, div.ccb6633-l { width: 66%; }

div.ccb2575-l, div.ccb7525-r { width: 25%; }

div.ccb2575-r, div.ccb7525-l { width: 75%; }

div.ccb2080-l, div.ccb8020-r { width: 20%; }

div.ccb2080-r, div.ccb8020-l { width: 80%; }



div.content23_l, div.xcontent23-l, div.xc23r-l 
{ 
	width: 66%; 
}

div.content23_r, div.xcontent23-r, div.xc23r-r
{
	width: 33%;
}

/*
div.content23_l
{
   float: left;
	width: 500px;
	width: 66%;
	padding: 0;
	margin: 0 0 0.8em;
}*/
/*
div.content23_r
{
   float: right; 
	
	width: 33%;
	width: 250px;
	margin: 0 0 0.8em;
	padding: 0;
}*/


/*
div.content13_l
{
   float: left;
	width: 250px; 
	width: 33%;
	padding: 0;
	margin: 0 0 0.8em;

}*/
/*
div.content13_r
{
   float: right; 
	width: 66%;
	width: 500px;
	margin: 0 0 0.8em;
	padding: 0;
}
*/

/*
div.content12_l
{
   float: left; 
	width: 50%;
	width: 375px;
	padding: 0;
	margin: 0 0 0.8em;
}*/
/*
div.content12_r
{
   float: right; 
	width: 50%;
	width: 375px;
	margin: 0 0 0.8em;
	padding: 0;
}*/
/*
div.xcontent23-l
{
   float: left; 
	width: 66%;
	padding: 0;
}


div.xcontent23-r
{
   float: right; 
	width: 33%;
	padding: 0;
	font-size: 0.8em;
}

div.xcontent13-l
{
   float: left; 
	width: 33%;
	padding: 0;
}

div.xcontent13-r
{
   float: right; 
	width: 66%;
	padding: 0;
}

div.xcontent12-l
{
   float: left; 
	width: 50%;
	padding: 0;
}

div.xcontent12-r
{
   float: right; 
	width: 50%;
	padding: 0;
}
*/

div.xc12r-l
{
   float: left; 
	width: 50%;
	padding: 0;
	text-align: right;
}

div.xc12c-r
{
   float: right; 
	width: 50%;
	padding: 0;
	text-align: center;
}

div.xcontent23-r img
{
	padding-top: 10px;
	width: 200px;
}

div.contentX3-l
{
	float: left;
	width: 155px;
	padding: 0;

}

div.contentX3-r
{
	float: right;
	width: 155px;
	padding: 0;

}

div.contentX3-m
{
	margin-left: 160px;
	margin-right: 160px;
	
}

/* ----------------------- CONTENT TEXT SETTINGS -------------- */

div.content_headline_1
{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 1px;
}

div.content-headline-left
{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 1px;
}

div.content-headline-right
{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 1px;
	text-align: right;
}

div.content-text-left
{

	font-weight: 0.9em;
}

div.content-text-right
{
	text-align: right;
	font-weight: 0.9em;
}

div.content_headline_2
{
	font-size: 1.1em;
	font-weight: bold;
}

div.content_headline_3
{
	font-size: 1.0em;
	font-weight: bold;
}

div.content_headline_4
{
	font-size: 0.9em;
	font-weight: bold;
}

div.content_headline_x
{
	font-size: 1.3em;
	font-weight: 900;
}

div.content_headline_x font
{
	font-size: 1.0em;
	font-weight: 900;
}

div.content_text
{
	font-weight: 0.9em;
	padding-left: 5px;
}

div.content_text img
{
	clear: both;
	float: right;
	padding-left: 5px;
}

div.content_text_small
{
	font-weight: 0.7em;
	padding-left: 5px;
}

div.content_text a
{
	text-decoration: none;
	font-style: italic;
}

ul.linklist b
{
	font-weight: bold;
	color: #104476;
}




b#title
{
	font-size: 1.3em;
	font-style:italic;
	}
	
	
i.comment b
{
	font-size: 1.0em;
	color: #FFaaaa;
}	
i.comment
{
	font-size: 0.7em;
	font-style: italic;
}


div.link-button-left
{

	background: url(../gfx/bg_btn_l.png);
	width: 19px;
	height: 21px;
	float: left;
}

div.link-button-middle
{

	background: transparent url(../gfx/bg_btn_m.png) 0 0 repeat-x;
	height: 21px;
	float: left;
	padding-left: 2px;
	min-width: 140px;
	padding-top: 3px;
}

div.link-button-middle a
{
	color: #620000;
	font-weight: bold;

	
}

div.link-button-right
{

	background: url(../gfx/bg_btn_r.png);
	height: 21px;
	width: 10px;
	padding: 0;
	margin: 0;
	float:left;
}

div.link-button-left, div.link-button-middle, div.link-button-right
{
	margin-bottom: 5px;
}


div.full-text, div.box-text, div.c3box-text, div.text50
{
	display: inline-block;
   float: right; 
	padding: 0;
	margin-top: 5px;
}

div.full-text
{
	width: 720px;
}



div.text50
{
	width: 335px;

}

div.w23-text
{
	width: 335px;
}

div.box-text
{
	width: 335px;
}

div.c3box-text
{
	width: 200px;
}

div.subhead-text
{
	clear: both;
	float:left;
	width: 150px;
	font-style: italic;
	margin-top:5px;
}

div.content-text
{
	float:right;
	width: 550px;
	margin-top:5px;
}

div.image-box img
{
	width: 150px;
	height: 120px;
}

div.image-box
{
	float:left;
	font-size: 0.8em;
}

div.img-small-box, div.img-medium-box, div.img-big-box
{
	font-size: 0.9em;
}

div.img-small-box img, div.img-medium-box img, div.img-big-box img
{
	padding-top: 0.9em;
}

div.img-small-box img
{
	width: 80px;
}

div.img-medium-box img
{
	width: 150px;
}

div.img-big-box img
{
	width: 235px;
}



/* ------------ LOGOs boxes--------------------------------------- */


div.logo-news, div.logo-date, div.logo-alert, div.logo-entry, div.logo-comment, div.logo-hint,
div.logo-text, div.logo-info, div.logo-no
{
   float: left; width: 27px;
	padding: 0;
	margin-top: 5px;
	height: 35px;
}
div.logo-no
{
	background: transparent;
}

div.logo-news
{
	background: transparent url(../gfx/logo_news.png);
}

div.logo-date
{
	background: transparent url(../gfx/logo_calendar.png);
}

div.logo-alert
{
	background: transparent url(../gfx/logo_alert.png);
}

div.logo-entry
{
	background: transparent url(../gfx/logo_entry.png);
}

div.logo-comment
{
	background: transparent url(../gfx/logo_comment.png);
}

div.logo-hint
{
	background: transparent url(../gfx/logo_hint.png);
}

div.logo-text
{
	background: transparent url(../gfx/logo_text.png);
}

div.logo-info
{
	background: transparent url(../gfx/logo_info.png);
}


