/* begin Page */
body
{
	margin: 0 auto;
	padding: 0;
	background-color: #EEF2FA;
}

#dirk-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

#dirk-page-background-simple-gradient
{
	position: absolute;
	background-image: url('../images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 1px;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.dirk-Sheet
{
	position: relative;
	z-index: 0;
	margin: 0 auto;
	width: 900px;
	min-width: 11px;
	min-height: 11px;
}

.dirk-Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 1px;
}

.dirk-Sheet-tr, .dirk-Sheet-tl, .dirk-Sheet-br, .dirk-Sheet-bl, .dirk-Sheet-tc, .dirk-Sheet-bc,.dirk-Sheet-cr, .dirk-Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.dirk-Sheet-tr, .dirk-Sheet-tl, .dirk-Sheet-br, .dirk-Sheet-bl
{
	width: 10px;
	height: 10px;
	background-image: url('../images/Sheet-s.png');
}

.dirk-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 5px, 5px, auto);
}

.dirk-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 5px, 5px);
}

.dirk-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(5px, 5px, auto, auto);
}

.dirk-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(5px, auto, auto, 5px);
}

.dirk-Sheet-tc, .dirk-Sheet-bc
{
	left: 5px;
	right: 5px;
	height: 10px;
	background-image: url('../images/Sheet-h.png');
}

.dirk-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 5px, auto);
}

.dirk-Sheet-bc
{
	bottom: 0;
	clip: rect(5px, auto, auto, auto);
}

.dirk-Sheet-cr, .dirk-Sheet-cl
{
	top: 5px;
	bottom: 5px;
	width: 10px;
	background-image: url('../images/Sheet-v.png');
}

.dirk-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 5px);
}

.dirk-Sheet-cl
{
	left:0;
	clip: rect(auto, 5px, auto, auto);
}

.dirk-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background-color: #FFFFFF;
}


.dirk-Sheet
{
	margin-top: 10px !important;
}

#dirk-page-background-simple-gradient, #dirk-page-background-gradient, #dirk-page-background-glare
{
	min-width:900px;
}

/* end Box, Sheet */

/* begin Header */
div.dirk-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 898px;
	height: 150px;
}

div.dirk-Header-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 898px;
	height: 150px;
	background-image: url('../images/Header.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div.dirk-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 898px;
	height: 150px;
	background-image: url('../images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

/* Sprachauswahl*/

div.dirk-lang
{
	float:right;
	margin-top: 8px;
	margin-right: 8px;
	width: auto;
	padding: 4px;
	border: solid 1px #4F92C4;
}

.dirk-lang a, .dirk-lang a:link, .dirk-lang a:visited
{
	color: #ffffff;
	font-weight: bold;
}

/* end Header */

/* begin Menu */
/* menu structure */

.dirk-menu a, .dirk-menu a:link, .dirk-menu a:visited, .dirk-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.dirk-menu, .dirk-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.dirk-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.dirk-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.dirk-menu li li
{
	float: none;
}

.dirk-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.dirk-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.dirk-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.dirk-menu:after, .dirk-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.dirk-menu, .dirk-menu ul
{
	min-height: 0;
}

.dirk-menu ul
{
	background-image: url(../images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.dirk-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.dirk-menu
{
	padding: 0px 0px 0px 0px;
}

.dirk-nav
{
	background-image: url('../images/nav.png');
	position: relative;
	height: 25px;
	z-index: 100;
}

/* end Menu */

/* begin MenuItem */
.dirk-menu ul li
{
	clear: both;
}

.dirk-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}

.dirk-menu .active 
{
	background-color: #40B6ED;
}

.dirk-menu a .t 
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
	color: #FFFFFF;
	padding: 0 16px;
	margin: 0 0px;
	line-height: 25px;
	text-align: center;
}

.dirk-menu a:hover .t
{
	color: #143F94;
}

.dirk-menu li:hover a .t
{
	color: #143F94;
}

.dirk-menu li:hover>a .t
{
	color: #143F94;
}

.dirk-menu a.active .t
{
	color: #FFFFFF;
}


/* end MenuItem */

/* begin MenuSeparator */
.dirk-nav .dirk-menu-separator
{
	display: block;
	width: 2px;
	height: 25px;
}

/* end MenuSeparator */

/* Search */
.search {
	 float: right;
	 margin-top: -23px;
	 margin-right: 3px;
}

/* End Search */

/* begin ContentLayout */
.dirk-contentLayout
{
	position: relative;
	margin-bottom: 0px;
	margin-top: 3px;
	width: 898px;
}
/* end ContentLayout */

/* begin Box, Block */
.dirk-Block
{
	position:relative;
	z-index:0;
	margin:20px 10px auto 5px;
	min-width:7px;
	min-height:7px;
}

.dirk-Block-body
{
	position: relative;
	z-index: 1;
	padding: 4px;
}

.dirk-Block-tr, .dirk-Block-tl, .dirk-Block-br, .dirk-Block-bl, .dirk-Block-tc, .dirk-Block-bc,.dirk-Block-cr, .dirk-Block-cl
{
	position:absolute;
	z-index:-1;
}

.dirk-Block-tr, .dirk-Block-tl, .dirk-Block-br, .dirk-Block-bl
{
	width: 6px;
	height: 6px;
	background-image: url('../images/Block-s.png');
}

.dirk-Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 3px, 3px, auto);
}

.dirk-Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 3px, 3px);
}

.dirk-Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(3px, 3px, auto, auto);
}

.dirk-Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(3px, auto, auto, 3px);
}

.dirk-Block-tc, .dirk-Block-bc
{
	left: 3px;
	right: 3px;
	height: 6px;
	background-image: url('../images/Block-h.png');
}

.dirk-Block-tc
{
	top: 0;
	clip: rect(auto, auto, 3px, auto);
}

.dirk-Block-bc
{
	bottom: 0;
	clip: rect(3px, auto, auto, auto);
}

.dirk-Block-cr, .dirk-Block-cl
{
	top: 3px;
	bottom: 3px;
	width: 6px;
	background-image: url('../images/Block-v.png');
}

.dirk-Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 3px);
}

.dirk-Block-cl
{
	left:0;
	clip: rect(auto, 3px, auto, auto);
}

.dirk-Block-cc
{
	position:absolute;
	z-index:-1;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background-color: #5DC1EE;
}


.dirk-Block
{
	margin: 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.dirk-BlockHeader
{
	position:relative;
	z-index:0;
	height: 20px;
	padding: 0 5px;
	margin-bottom: 0px;
}

.dirk-BlockHeader .t
{
	height: 30px;
	color: #143F94;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
	white-space : nowrap;
	padding: 0 1px;
	line-height: 30px;	
}




/* end BlockHeader */

/* begin Box, BlockContent */
.dirk-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.dirk-BlockContent-body
{
	position: relative;
	z-index: 1;
	padding: 5px;
}



.dirk-BlockContent-body
{
	color:#FFFFFF;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-align: justify;
}

.dirk-BlockContent-body a:link
{
	color: #FFFFFF;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.dirk-BlockContent-body a:visited, .dirk-BlockContent-body a.visited
{
	color: #FFFFFF;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.dirk-BlockContent-body a:hover, .dirk-BlockContent-body a.hover
{
	color: #FFFFFF;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.dirk-BlockContent-body ul
{
	list-style-type: none;
	color: #111311;
	margin:0;
	padding:0;
}

.dirk-BlockContent-body li
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
text-decoration: none;
}

.dirk-BlockContent-body ul li
{
	padding:0px 0 0px 13px;
	background-image: url('../images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.dirk-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.dirk-Post-body
{
	position: relative;
	z-index: 1;
	padding: 10px;
}



.dirk-Post
{
	margin: 7px;
}

/* Start images */
a img
{
	border: 0;
}

.dirk-article img, img.dirk-article
{
	border: solid 1px #B7A971;
	margin: 1em;
}

.dirk-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin: 2px;
}
/* Finish images */

/* Start tables */

.dirk-article table, table.dirk-article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.dirk-article table, table.dirk-article .dirk-article tr, .dirk-article th, .dirk-article td
{
	background-color:Transparent;
}

.dirk-article th, .dirk-article td
{
	padding: 2px;
	border: solid 1px #4F92C4;
	vertical-align: top;
	text-align:left;
}

.dirk-article th
{
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}

/* Finish tables */

pre
{
	overflow: auto;
	padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.dirk-PostHeader
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
	color: #4F92C4;
}

.dirk-PostHeader a, .dirk-PostHeader a:link, .dirk-PostHeader a:visited, .dirk-PostHeader a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
	margin:0;
	color: #4F92C4;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.dirk-PostHeader a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #4F92C4;
}

.dirk-PostHeader a:visited, .dirk-PostHeader a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #4F92C4;
}

.dirk-PostHeader a:hover, .dirk-PostHeader a.hovered
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
text-align: left;
  color: #4F92C4;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
  color: #52594F;
}

.dirk-PostContent p 
{
	margin: 0.5em 0;
}

.dirk-PostContent, .dirk-PostContent p
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-align: justify;
  color: #52594F;
}

.dirk-PostContent
{
  margin:0;
}

.dirk-PostContent img
{
  	border: 0pt none ;
	margin-right: 1em;
	float: left;
}

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #4F92C4;
}

/* Adds special style to an unvisited link. */
a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #4F92C4;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #4F92C4;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #4F92C4;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors */ 
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 28px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #4F92C4;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #4F92C4;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #4F92C4;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #4F92C4;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #4F92C4;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #4F92C4;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #3E443C;
	margin:1em 0 1em 2em;
	padding:0;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.dirk-Post li
{
	padding:0px 0 0px 13px;
	line-height:1.2em;
}

.dirk-Post ol li, .dirk-Post ul ol li
{
	background: none;
	padding-left:0;
}

.dirk-Post ul li, .dirk-Post ol ul li 
{
	background-image: url('../images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:13px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote,
blockquote p,
.dirk-PostContent blockquote p
{
	color:#070807;
font-family: Arial, Helvetica, Sans-Serif;
font-style: italic;
font-weight: normal;
text-align: justify;
}

blockquote,
.dirk-PostContent blockquote
{
	border:solid 1px #5DC1EE; 
	margin:10px 40px 10px 40px;
	padding:5px 5px 5px 5px;
	background-color:#5DC1EE;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.dirk-button-wrapper .dirk-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:27px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.dirk-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 27px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.firefox2 .dirk-button-wrapper
{
	display:block;
	float:left;
}

.dirk-button-wrapper .dirk-button
{
	display:block;
	height: 27px;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 14px !important;
	line-height: 27px;
	text-decoration: none !important;
	color: #FFFFFF !important;
}

input, select
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.dirk-button-wrapper.hover .dirk-button, .dirk-button:hover
{
	color: #143F94 !important;
	text-decoration: none !important;
}

.dirk-button-wrapper.active .dirk-button
{
	color: #143F94 !important;
}

/* end Button */

/* begin Footer */
.dirk-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 898px;
	margin: 5px auto 0px auto;
}

.dirk-Footer .dirk-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.dirk-Footer .dirk-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('../images/Footer.png');
	width: 898px;
	height: 150px;
	bottom:0;
	left:0;
}


.dirk-Footer .dirk-Footer-text p
{
	margin: 0;
}

.dirk-Footer .dirk-Footer-text
{
	display:inline-block;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	width: 100%;
	height: 28px;	
}

.dirk-Footer .dirk-Footer-text a:link
{
	text-decoration: none;
	color: #FFFFFF;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

.dirk-Footer .dirk-Footer-text a:visited
{
	text-decoration: none;
	color: #FFFFFF;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

.dirk-Footer .dirk-Footer-text a:hover
{
	text-decoration: none;
	color: #FFFFFF;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}
/* end Footer */

/* begin PageFooter */
.dirk-page-footer, .dirk-page-footer a, .dirk-page-footer a:link, .dirk-page-footer a:visited, .dirk-page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#B3911A;
}

.dirk-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#887A44;
}
/* end PageFooter */

/* begin LayoutCell */
.dirk-contentLayout .dirk-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 672px;
}
.dirk-contentLayout .dirk-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 896px;
}
/* end LayoutCell */

/* begin LayoutCell */
.dirk-contentLayout .dirk-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 224px;
}
/* end LayoutCell */

/* Formatierung der Validierung*/

.vanity {
	position: relative;
	left: -2px;
	top: -28px;
	z-index: 1;	
}
.vanity a {
        width: 57px;
        height: 20px;
		  margin: 5px;
}
#v_xhtml {
	float:right;
	background-image:url(../images/valid-xhtml10.gif);
}
#v_xhtml:hover {
	background-image:url(../images/h_valid-xhtml10.gif);
}
#v_css {
	float:right;
	background-image:url(../images/valid-css.gif);
}
#v_css:hover {
	background-image:url(../images/h_valid-css.gif);
}
