{
margin: 0px; 
padding: 0px; 
}

body {
    background-attachment: scroll;
    background-color: #dbe0e1;
    background-image: url(../images/page_t.jpg);
    background-position: left top;
    background-repeat: repeat;
    color: #000000;
    margin: 0 auto;
    padding: 0;
	}
  
p {
	text-decoration: none;
	margin: 0;
	padding: 0;
	text-indent: 0px!important;
	}
  
a img {
	border: none;
	}
  
a:focus { 
	outline: none; 
	}

a:visited {
	color: #274753 ;
	}
  
a {
	text-decoration: none;
	}
  
a:hover {
	color: #41768b;
	}
  
a:link {
	color: #274753 ;
	}

a:link:visited {
	color: #274753 ;
	}
  
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
	}
 
span {
	text-indent: 0;
	}
  
.page-header h1, h1 {
	color: #274753!important;
    font-size: 31px;
    margin: 0.2em 0;
    padding: 0;
    text-align: center;
	width: 100%;
	background: url(../images/h-icon.png) no-repeat 0 10px;
	border-bottom: 1px solid #274753;
	}
	
.page-header h2, h2 {
	color: #274753!important;
    font-size: 28px;
    margin: 0.1em 0;
    padding: 0;
    text-align: left;
	width: 100%;
	}
   	
   
h3{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #d0bb69;
    font-size: 18px;
    line-height: 22px;
	font-weight: normal;
	}
  
h4 {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #d0bb69;
	}
  
h5 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 15px;
	}
   
h6 {
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	background: #36a3e0;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	}  
 
ul {
	float: left;
	}
 
hr {
	background-color: #cccccc;
	border: medium none;
	height: 1px;
	}
 
#art-page-background-gradient {
    background-image: url(../images/page_g.jpg);
    background-repeat: repeat-x;
    height: 900px;
    position: absolute;
    top: 0;
    width: 100%;
	background-position: left top;
}

#art-page-background-glare {
    height: 160px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#art-page-background-glare-image {
    background-image: url("../images/page_gl.png");
    background-repeat: no-repeat;
    height: 160px;
    margin: 0 auto;
    width: 800px;
}

#container-outer {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	}
	
#container-inner {
	position: relative;
	float: left;
	width: 958px;
	height: auto;
	background: #ffffff;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 2px solid #839495;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 3px;
	}

#header {
	position: relative;
	float: left;
	width: 100%;
	height: 153px;
	background: url(../images/header.jpg) no-repeat;
	-webkit-border-top-left-radius: 18px;
	-webkit-border-top-right-radius: 18px;
	-moz-border-radius-topleft: 18px;
	-moz-border-radius-topright: 18px;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	}
 
#logo {
	position: relative;
	float: left;
	width: 199px;
	height: 30px;
	margin-top: 20px;
	margin-left: 100px;
	}
	
#container-mitte {
	position: relative;
	float: left;
	width: 100%;
	background: url(../images/left.jpg) repeat-y;
	}
	
#left {
	position: relative;
	float: left;
	width: 245px;
	}
	
#left .moduletable {
	position: relative;
	float: left;
	width: 231px;
	margin: 7px;
	}
	
#left .moduletable h3 {
	color: #eef1f1;
    font-size: 14px;
    font-variant: small-caps;
    height: 38px;
    line-height: 38px;
    margin: 0;
    padding: 0 10px 0 32px;
    white-space: nowrap;
	background: url(../images/blckheader.png) no-repeat;
	}

#left .moduletable ul {
    color: #0d181c;
    list-style-type: none;
    margin: 0;
    padding: 7px;
	position: relative;
	float: left;
	width: 217px;
	}

#left .moduletable ul li {
    background: url(../images/blockcontentbullets.png) no-repeat 0 2px;
    line-height: 1.25em;
    padding: 0 0 0 14px;
	position: relative;
	float: left;
	width: 185px;
	}
	
#left .moduletable ul li ul {
    color: #0d181c;
    list-style-type: none;
    margin: 0;
    padding: 7px;
	position: relative;
	float: left;
	width: 195px;
	}	

#left .moduletable ul li a {
	color: #315868;
    text-decoration: none;
	}
	
#left .moduletable ul li a:hover {
	color: #41768b;
    text-decoration: underline;
	}	
	
#left .moduletable ul li.active a {
	color: #41768b;
    text-decoration: underline;
	}

#left .moduletable ul li.active ul li a {
	color: #315868;
    text-decoration: none;
	}	

#left .moduletable ul li.active ul li a:hover {
	color: #41768b;
    text-decoration: underline;
	}	
	
#left .moduletable ul li.active ul li.active a {
	color: #41768b;
    text-decoration: underline;
	}	
	
#blockrandom {
	border: none;
	}
	
	
	
#content {
	position: relative;
	float: right;
	width: 645px;
	min-height: 300px;
	background: #c4dae3;
	border: 1px solid #7ea6b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 15px;
	padding: 15px;
	}
	
.article-info, .icons {
	display: none;
	}
	
.item-page .pagenav {
	display: none;
	}
	
#footer {
	position: relative;
	float: left;
	width: 918px;
	height: 20px;
	padding: 20px;
	background: #8bafbb url(../images/footer-b.png) repeat-x bottom;
	-webkit-border-bottom-right-radius: 18px;
	-webkit-border-bottom-left-radius: 18px;
	-moz-border-radius-bottomright: 18px;
	-moz-border-radius-bottomleft: 18px;
	border-bottom-right-radius: 18px;
	border-bottom-left-radius: 18px;
	}
	
#copyright {
	position: relative;
	float: left;
	width: 918px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #151819;
	font-size: 12px;
	}
	