/* CSS Document */
html.center, body.center {
	height: 100%;
}

body {
font-family: Georgia, "Times New Roman", Times, serif;
margin-top: 0px;
padding-top: 0px;
background-color: #F4F5F7;
background-image:url(../img/body-bg.jpg);
background-repeat:repeat-x;
}

.clr {
	clear: both;
}

#pagebox {
width: 900px;
background-color: #F4F5F7;
font-size: 0.85em; 
line-height: 1.5em;
color: #454545;
background-image:url(../img/page-bg.jpg); 
background-repeat:repeat-y;
margin-left: auto;
margin-right: auto;
text-align: center;
/*border: 1px dotted #FF6600; */
}

#headerpic {
margin: 0px;
padding: 0px;
width: 900px;
height: 220px;
float: left;
}

#navigation {
width: 900px;
height: 35px;
background-image:url(../img/navi-bg.jpg);
background-repeat: no-repeat;
text-align:left;
float: left;
}

#leftcolumn {
margin-top: 15px;
padding-top: 1px;
width: 305px;
vertical-align:top;
float: left;
text-align:left;
font-size:12px;
font-weight:bold;
line-height:24px;
}

#middlecolumn {
padding-left: 13px;
padding-right: 12px;
margin-top: 15px;
width: 500px;
vertical-align:top;
text-align:left;
float: left;
}

#footer {
margin-left: auto;
margin-right: auto;
width: 900px;
height: 80px;
}

h1 {
color: #2A416A;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
font-style: normal;
font-weight: bold;
line-height: 1.6em;
margin-top:0px;
border-bottom: 1px solid #8F7A4F;
display: block;
}

h2 {
color: #2A416A;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.4em;
font-style: normal;
font-weight: bold;
line-height: 1.6em;
margin-top:0px;
border-bottom: 1px solid #8F7A4F;
display: block;
}

h3 {
color: #2A416A;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.3em;
font-style: normal;
font-weight: bold;
line-height: 1.6em;
margin-top:0px;
border-bottom: 1px solid #DDD;
}

h4 {
color: #555;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.0em;
font-weight: bold;
line-height: 1.6em;
margin-top:0px;
}


.fliessbold {
color: #2A416A;
font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #2A416A;
}

a:visited {
	text-decoration: none;
	color: #2A416A;
}

a:hover {
	text-decoration: underline;
	color: #CC0000;
}


a.txtlink:link {
	text-decoration: none;
	color: #2A416A;
}

a.txtlink:visited {
	text-decoration: none;
	color: #2A416A;
}

a.txtlink:hover {
	text-decoration: underline;
	color: #CC0000;
}


a.leftlink:link {
	display:block;
	background: url(../img/leftnavbg.jpg) no-repeat;
	line-height: 28px;
	line-height: 28px !important;
	padding-left: 20px;
	text-decoration: none;
	color: #2A416A;
}

a.leftlink:visited {
	display:block;
	background: url(../img/leftnavbg.jpg) no-repeat;
	line-height: 28px;
	line-height: 28px !important;
	padding-left: 20px;
	text-decoration: none;
	color: #2A416A;
}

a.leftlink:hover {
	display:block;
	background-position: 0px -28px;
	line-height: 28px;
	line-height: 28px !important;
	padding-left: 20px;
	text-decoration: none;
	color: #CC0000;
}

.galimg {
	vertical-align:middle;
	background-color: #EFEFEF;
	padding: 3px;
	margin: 5px;
	border: 1px solid #CCCCCC;
}

.galimg:hover {
	vertical-align:middle;
	background-color: #D6E6F0;
	padding: 3px;
	margin: 5px;
	border: 1px solid #B4B3BC;
}

.txtlist {
	list-style: square;
	/*list-style: url(../img/vldot.gif) inside;*/
	line-height: 2.0em;
}

