* {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 12px;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #186bf5;
	background-image: url('../images/layout/bg.jpg');
	background-repeat: repeat-x;
}
img { 
	border: 0;
}
a {
	color: #0a2c64;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
p, form, h1, h2, h3 {
	padding: 0;
	margin: 0;
}
hr.special {
	width: 100%;
	border: none 0; 
	border-top: 1px dotted #7795a6;
	border-bottom: 1px dotted #ffffff;
	height: 2px;
	margin: 2px auto 2px auto;
}
.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
/* positions */
div#layout {
	width: 100%;
	background-image: url('../images/layout/shadow-tail.jpg');
	background-repeat: repeat-y;
	background-position: center;
}
div#shadow {
	width: 1000px;
	background-image: url('../images/layout/shadow.jpg');
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
}
div#logo, div#box {
	width: 900px;
	margin: 0 auto 0 auto;
}
div#col-l {
	width: 26px;
	background-color: #ff9c00;
	float: left;
	text-align: center;
}
div#col-c {
	width: 705px;
	background-color: #ffffff;
	background-image: url('../images/layout/stadion.jpg');
	background-repeat: no-repeat;
	float: left;
}
div#col-r {
	width: 169px;
	background-color: #1b6df5;
	background-image: url('../images/layout/menu-bg.jpg');
	background-repeat: repeat-x;
	float: left;
}
div#content {
	margin-top: 188px;
	background-color: #ffffff;
	background-image: url('../images/layout/content-bg.gif');
	background-repeat: repeat-y;
	padding: 10px;
}
div#box {
	overflow: auto;
}
div#footer {
	height: 54px;
	width: 100%;
	border-top: 1px solid #0a2c64;
	text-align: center;
	background-image: url('../images/layout/footer.jpg');
	background-repeat: no-repeat;
	background-color: #8eb6fa;
	background-position: center;
	clear: both;
}
div#footer p {
	padding: 10px; 
}
/* news and articles */
div.news {
	width: 670px;
	margin: 0 auto 0 auto;
}
div.icon {
	width: 120px;
	float: left;
}
div.text {
	width: 550px;
	float: right;
}
p.text {
	text-align: justify;
	padding: 4px;
}
p.title {
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	color: #ffb400;
	background-image: url('../images/layout/newstitle.jpg');
	background-repeat: repeat-y;
}
div.icon img {
	padding: 1px;
	border: 1px solid #4a7ec7;
	display: block;
	margin-bottom: 10px;
}
div.icon {
	font-size: 10px;
	color: #003065;
}
p.readmore a {
	font-size: 11px;
}
p.readmore {
	padding: 0 4px 10px 0;
	text-align: right;
	clear: both;
}
/* menu */
div#menu {
	width: 140px;
	margin: 0 auto 0 auto;
	color: #ffb400;
	font-size: 11px;
}
div#menu a {
	color: #ffb400;
	text-decoration: none;
	font-size: 11px;
}
div#menu a:hover {
	text-decoration: underline;
}
div#menu strong {
	font-size: 12px;
}
/* comments */
form#comment_form input, form#comment_form textarea {
	border: 1px solid #7795a6;
	padding: 3px;
}
textarea#comment_text {
	width: 80%
}
textarea#comment_text {
	height: 100px;
}
div.comment_body {
	margin-bottom: 10px;
}
div.comment_body p {
	padding: 2px;
}
p.comment_title {
	font-size: 10px;
	background-color: #e4ebf0; 
	color: #000000;
}
p.comment_date {
	font-size: 9px;
	text-align: right;
	color: grey;
}
span.comment_name {
	color: #8e3939;
	font-weight: bold;
}
/* contact form */
form#contactform p {
	clear: both;
	padding: 10px;
}
form#contactform span {
	display: block;
	width: 65%;
	float: left;
}
form#contactform span.fcol {
	padding: 2px;
	width: 30%;
	text-align: right;
}
form#contactform input, form#contactform textarea {
	border: 1px solid #7795a6;
	padding: 2px;
	width: 90%;
}
form#contactform .button {
	width: 100px !important;
	cursor: pointer;
}
/* gallery */
div#gallery_images p {
	width: 100%;
}
div#gallery_images img {
	padding: 10px;
}
/* pager */
div.mzPagerTable {
	margin: 10px auto 10px auto;
	text-align: center;
}
span.mzPagerPages {
	background-color: #c27700;
	color: #ffffff;
	font-family: Verdana;
	font-size: 9px;
	padding: 3px;
}
div.mzPagerTable a {
	color: #000000;
	text-decoration: none;
	border: 1px solid #c27700;
	background-color: #ff9c00;
	margin: 1px;
	padding: 2px;
	font-family: Verdana;
	font-size: 9px;
}
div.mzPagerTable a:hover {
	background-color: blue;
	color: #ffffff;
}
div.mzPagerTable a.current {
	background-color: #ffffff;
}
