body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #FAFAFA;
	background-image: url(../objects/bg_body.gif);
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: top center;
}

#container {
	width: 850px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#container-header {
	width: 830px;
	height: 40px;
	padding: 22px 10px 2px 10px;
	background-repeat: no-repeat;
	background-image: url(../objects/bg_header_shadow.gif);
}

#header {
	width: auto;
	height: 100%;
	padding: 0px 40px 0px 40px;
	background-color: #CCCCCC;
	background-image: url(../objects/bg_header.jpg);
}

#container-content {
	width:828px;
	background-image: url(../objects/bg_content_shadow.gif);
	padding: 2px 11px 0px 11px;
	height: auto;
}

#content-update {
	float: right;
	border: solid #AEAEAE 1px;
	text-align: center;
	background-color: #F4F4F4;
	margin-top: 20px;
	margin-right: 20px;
	height: 36px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

#content-search {
	float: right;
	border: solid #AEAEAE 1px;
	text-align: center;
	background-color: #F4F4F4;
	margin-top: 20px;
	margin-right: 20px;
	height: 36px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

#content {
	width: auto;
	height: auto;
	background-image: url(../objects/bg_content.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}


#container-footer {
	width: 770px;
	padding: 0px 40px 0px 40px;
	color: #aeaeae;
	background-image: url(../objects/bg_footer_shadow.gif);
	height: 70px;
	background-repeat: no-repeat;
	font-size: 10px;
}

#footer-info {
	float: left;
	padding-top: 15px;
	padding-left: 10px;
}

#footer-copyright {
	float: right;
	padding-top: 15px;
	padding-right: 10px;
}


h1 {
	font-size: 14px;
	padding: 15px 0 0px 40px;
	background-repeat: no-repeat;
	background-position: 20px 17px;
	color: #0066CC;
	background-image: url(../objects/h1_arrow.gif);
	text-transform: uppercase
}

h2 {
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 20px 0 0px 60px;
	color: #0066CC;
}


h3 {
	font-size: 14px;
	color: #006AC3;
	padding: 5px 0 0px 25px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}
	
h4 {
	font-size: 14px;
	color: #006AC3;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}

hr {
	height: 2px;
}

#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 0px 25px;
	height: 1px;
}

ul#content {
	line-height: 18px;
	color: #666666;
	padding: 2px 40px 5px 40px;
}

#content li {
	list-style: none;
	background-image: url(../objects/li_cube.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 2px 0px 1px 15px;
}

#content p {
	line-height: 18px;
	padding: 2px 60px 5px 90px;
	display: block;
}

.gallery-table {
	width: 560px;
	cursor: pointer;
	border: 1px;
	border-style: solid;
	border-color: #BFBFBF;
	}
		
.gallery-subtable {
	width: 560px;
}	

.gallery-titel {
	padding: 15px;
	font-weight: bold;
	color: #666666;
}

.gallery-description {
	font-size: 11px;
	color: #666666;
	padding-left: 60px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 100px;
}	

.gallery-added {
	padding-left: 415px;
	color: #666666;
	font-size: 11px;
}		
		
.gallery-table-img {
	background-color: #FFFFFF;
   margin: 2px;
	padding: 3px;
	border: 1px solid #000000;
}

a.textlink {
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #0066CC;
	padding: 1px 2px 1px 2px;
}

a.textlink:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0084F0;
	padding: 1px 2px 1px 2px;
	}


.smalltext {font-size: 11px}

a.smalltext {
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #0066CC;
	padding: 1px 2px 1px 2px;
}

a.smalltext:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0084F0;
	padding: 1px 2px 1px 2px;
	}


a img {
	border: none;
	} 
a:hover img {
	border: none;
	} 
	
.captach-table {
	border: 1px;
	border-style: solid;
	border-color: #919191;
	background-color: #F2F2F2;
	}
	

.pagelink {
	font-size: 12px;
	padding: 3px 5px 3px 5px;
	margin: 0px 1px 0px 1px;
	border: 1px solid #CCCCCC;
	}


a.pagelink {
	text-decoration: none;
	color: #006AC3;
}

a.pagelink:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0084F0;
	}	
	
