body {
  margin: 0;
  background: url(../gfx/pattern.gif) 2px;
  color: #303030;
  font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 72.5%;
  text-align: center;
}

img {
  border: 0;
}

hr {
  display: none;
}

p, form, ul, li, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

a {
	color: #005072;
	text-decoration: none;
}

a.hover, a:hover {
	text-decoration: underline;
}


ul, li {
  list-style-type: none;
}

h1 span, h2 span {
  display: none;
}

hr {
  display: none;
}

.break {
	clear: both;
}


/** main **/

.main {
	display: block;
	position: relative;
	text-align: left;
	width: 775px;
	margin: 0 auto;
	background: transparent url(../gfx/shadow.png) repeat-y;
	padding: 0px 0px 0px 3px;
}

/** header **/

.header {
	display: block;
	width: 769px;
	height: 81px;
	background: #005072 url(../gfx/header_background.gif) 470px no-repeat;
}

.header h1 {
	top: 23px;
	left: 22px;
	position: relative;
	height: 20px;
}

a#headerLinkHome {
	
	display: block;
	
}

/** navigation **/

.navigation {
	position: relative;
	top: 0px;
	display: block;
	width: 769px;
	height: 28px;
	background: #000000 url(../gfx/nav_background.gif) repeat-x;
}

.navigation ul li {
	list-style-type: none;
	display: inline;
}

.navigation ul li {
	display: block;
	float: left;	
}

.navigation ul li a {
	display: block;
	height: 23px;
	text-align: center;
	width: 55px;
	padding: 5px 10px 0px 10px;
	position: relative;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}


.navigation ul li a.hover, .navigation ul li a:hover, .navigation a.active {
	background: url(../gfx/left_title_background.gif) repeat-x;
}

/** content **/

/** content left **/

.contentLeft {
	float: left;
	margin-bottom: 50px;
}

.leftContentBox {
	margin: 15px 15px 25px 15px;
	display: block;
	width: 500px;
	background: #E3E3E3;
}

.leftContentShadowTop {
	display: block;
	position: relative;
	left: 0px;
	height: 3px;
	width: 500px;
	background: url(../gfx/left_shadow_top.gif) no-repeat;
}

.leftContentShadowMiddle {
	position: relative;
	top: 0px;
	background: #E3E3E3 url(../gfx/left_shadow_middle.gif) repeat-y;
	padding-bottom: 10px;
}

.leftContentShadowFooter {
	display: block;
	width: 498px;
	height: 2px;
	left: 3px;
	background: #E3E3E3 url(../gfx/left_shadow_footer.gif) repeat-x;
}

.leftContentBox h1 {
	position: relative;
	padding: 8px 10px 2px 8px;
	font-weight: normal;
	left: 1px;
	color: white;
	font-size: 115%;
	float: left;
	height: 6px;
	width: 350px;
}

.leftContentTitleBackground {
	display: block;
	background: url(../gfx/left_title_background.gif) repeat-x;
	width: 494px;
	height: 28px;
	margin: 0px 0px 10px 3px;
}

.leftContentBox h2 {
	color: #0D1537;
	font-size: 105%;
	margin: 0px 20px 0px 12px;
}

.leftContentBox p {
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 15px;
	margin: 0px 20px 10px 12px;
	padding-bottom: 0px;
}

/** weblog **/

em.weblogDate { 
	position: relative;
	display: block;
	font-size: 75%;
	color: #C9C9C9;
	top: 9px;
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-style: normal;
	float: right;
	right: 10px;
}

a.weblogReadMore p {
	float: right;
}

.leftContentTitleBackgroundComment {
	display: block;
	background: url(../gfx/left_title_background_comment.gif) repeat-x;
	width: 494px;
	height: 28px;
	margin: 0px 0px 10px 3px;
}

p.commentName {
	font-weight: bold;
}

form.comment {
	margin: 20px 10px 10px 10px;
}

form.comment input {
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 115%;
	width: 300px;
}

form.comment textarea {
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 115%;
	width: 300px;
}

form.comment table td {
	margin: 5px 5px 5px 10px;
	padding: 5px 25px 5px 4px;
}

form.comment input.knop {
	float: right;
	margin: 5px 84px 10px 0px;
	display: block;
	border: 1px solid #ACADAD;
	background: url(../gfx/left_input_background.gif) repeat-x;
	height: 20px;
	color: white;
	font-size: 95%;
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	width: 150px;
}


/** content right **/

.contentRight {
	top: 10px;
	float: right;
	margin-bottom: 50px;
}

.rightContentBox {
	margin: 15px 26px 15px 15px;
	display: block;
	width: 200px;
	background: #E3E3E3;
	padding-top: 0px;
}

.rightContentShadowTop {
	display: block;
	position: relative;
	left: 0px;
	height: 3px;
	width: 200px;
	background: url(../gfx/right_shadow_top.gif) no-repeat;
}

.rightContentShadowMiddle {
	position: relative;
	top: 0px;
	background: #E3E3E3 url(../gfx/right_shadow_middle.gif) repeat-y;
}

.rightContentShadowFooter {
	display: block;
	width: 198px;
	height: 2px;
	left: 3px;
	background: #E3E3E3 url(../gfx/right_shadow_footer.gif) repeat-x;
}

.rightContentTitleBackground {
	height: 28px;
	background: url(../gfx/right_title_background.gif) repeat-x;
	display: block;
	width: 194px;
	left: 3px;
	position: relative;
}

.rightContentBox h1 {
	position: relative;
	padding: 8px 10px 2px 8px;
	font-weight: normal;
	display: block;
	color: white;
	font-size: 115%;
	height: 5px;
}

.rightContentBox h2 {
	font-size: 105%;
	margin: 0px 20px 10px 12px;
}

.rightContentBox p {
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 15px;
	margin: 10px 20px 0px 12px;
	padding-bottom: 20px;
}

.rightContentBox ul {
	margin: 10px 20px 0px 13px;
	padding-bottom: 20px;
}

.rightContentBox ul li {
	margin: 5px 10px 5px 0px;
	padding-bottom: 0px;
	
}

.rightContentBox a {
	font-size: 95%;
}


/** footer **/

.footer {
	display: block;
	height: 27px;
	width: 769px;
	background: url(../gfx/nav_background.gif) repeat-x;
}

.footer p {
	color: #ffffff;
	position: relative;
	top: 5px;
	margin: 5px 10px 4px 10px;
	font-size: 95%;
}

/** sifr **/

.sIFR-alternate {
	display: none;
}

