/* header */
#header {
	background: url(../images/bg_title.png) no-repeat left center;
	margin-top:20px;
	height:100px;
}

	#header #logo {
		width : 130px;
		padding: 0 auto;
		float : left;
		position : relative;
	}
        
        #header #header-text {
            width : 300px;
            padding: 0 auto;
            float : left;
            position : relative;
        }


	#header h1{
		width : 500px;
		font-family: Arial, "Times New Roman", Times, serif;
		color: #000;
		padding: 30px 0;
		margin: 0;
		margin-left: 20px;
		margin-top: 5px;
		font-size : 18px;
		float : left;
		position : relative;
	}
	
	#header span {
		float: right;
		padding-top: 10px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;
		margin-right: 5px;
		color: #000;
		position : relative;
	}

	#header span a {
		color: #000;
		text-decoration: none;
	}

	#header span a[id=active]{
		color: #999;
		text-decoration: none;
	}
	#header span a:hover{
		color: #999;
		text-decoration: none;
	}
	
/*navbar */
#navbar {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    text-align : left;
    position : absolute;
    background: url("../images/oranye.gif") repeat-x right bottom;

    -moz-border-radius: 3px; -khtml-border-radius: 3px;
    -webkit-border-radius: 3px; border-radius: 3px;
}

	#navbar ul{
		padding: 0;
		margin: 0;
		
	}

	#navbar ul li{
		list-style: none;
		padding: 0;
		margin: 0;
		float: right;
		position: relative;
		
		-moz-border-radius: 4px; -khtml-border-radius: 4px;
		-webkit-border-radius: 4px; border-radius: 4px;

	}

	#navbar ul li a{
		padding: 4px 15px 8px 15px;
		color: #000;
		display: block;
		text-decoration: none;
		background: url(../images/arrow.png) no-repeat center left;

		-moz-border-radius: 4px; -khtml-border-radius: 4px;
		-webkit-border-radius: 4px; border-radius: 4px;
	}

	#navbar ul li a:hover{
		background: url(../images/arrow.png) no-repeat center left;
		background-color: #fd8f00;
		
		-moz-border-radius: 4px; -khtml-border-radius: 4px;
		-webkit-border-radius: 4px; border-radius: 4px;

		/*color: #ffcc00;*/
	}
	#navbar ul li ul{
		display: none;
		padding: 0;
		margin: 0;
	}
	#navbar ul li:hover > ul{
		display: block;
		padding: 0;
		margin: 0;
		position: absolute;
	}
	#navbar ul li ul li{
		float: left;
		padding-left: 5px;
		margin: 2px 0;
	}
	#navbar ul li ul li a{
		display: block;
		padding: 5px 0 5px 15px;
		width: 120px;
		background: url(../images/bg_menu.png);
		line-height: 18px;
	}
	#navbar ul li ul li a:hover{
		display: block;
		background: #000000;;
	}
	
/* bodier */
#bodier {
    margin-top: 40px;
    background: #ffffff url(../images/bg_content.jpg) no-repeat center top;

    -moz-border-radius: 3px; -khtml-border-radius: 3px;
    -webkit-border-radius: 3px; border-radius: 3px;
}

#sidebar {
    margin-top: 10px;
    padding: 0;
}

/* Search */
#search{
    padding: 4px;
}

	#search input[type=text]{
		border: 2px solid #333333;
		margin: 0;
		background: #ffffff;
		padding: 2px 5px;
		color: #777777;
		width: 150px;
	}
	#search input[type=text]:hover{
		border-color: #3399ff;
	}
	#search input[type=text]:focus{
		border-color: #3399ff;
	}
	#search input[type=submit]{
		border: none;
		background: #555555;
		padding: 1px 5px;
		margin: 0;
		cursor: pointer;
		color: #cccccc;
	}
	#search input[type=submit]:hover{
		background: #777777;
	}

/* module */
.module {
    padding: 20px 0 5px 5px;
    margin: 0;
    margin-bottom: 10px;

    -moz-border-radius: 3px; -khtml-border-radius: 3px;
    -webkit-border-radius: 3px; border-radius: 3px;
}
	.module h2 {
		margin-top : 5px;
		margin-bottom: 5px;
		color:#0976bb;
		font-size:28px;
	}

        .module h2 a{
            text-decoration: none;
            color:#0976bb;
        }
	
	.module h3 a {
		text-decoration: none;
		color: #000000;
	}

	.module h3 a:hover{
		text-decoration: none;
		color: #0066cc;
	}

	.module h3{
		padding: 0;
		margin-top: 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
	}
	.module p{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #555555;
		line-height: 18px;
	}
	.module p img{
		float: left;
		margin: 0 10px 10px 0;
	}
	.module p .more{
		text-decoration: none;
		color: #3399ff;
		font-size: 10px;
	}
	.module p .more:hover{
		color: #335599;
	}
	.module ul{
		padding: 0;
		margin: 0;
	}
	.module ul li{
		list-style: none;
		padding: 0 15px 0 10px;
		margin: 0;
	}
	.module ul li a{
		text-decoration: none;
		display: block;
		font-size: 11px;
		font-family: Verdana, Geneva, sans-serif;
		color: #555555;
		padding: 3px 10px;
		border-bottom: 1px dotted #999999;
		line-height: 18px;
	}
	.module ul li a:hover{
		color: #3399ff;
	}
	.module ul li a.more{
		text-decoration: none;
		color: #3399ff;
		font-size: 10px;
		border: none;
		padding: 5px 0;
	}
	.module ul li a.more:hover{
		color: #335599;
	}

/*banner */
.banner {
	margin:10px 0;
	text-align:center;
}	
	.banner a,
	.banner a img {
		border: none;
	}
	
/* Map */
#map{
    padding: 0 15px 0 20px;
}

	#map input[type=text]{
		border: 2px solid #333333;
		margin: 0;
		background: #ffffff;
		padding: 2px 5px;
		color: #777777;
		width: 150px;
	}
	#map input[type=text]:hover{
		border-color: #3399ff;
	}
	#map input[type=text]:focus{
		border-color: #3399ff;
	}

	#map select{
		border: 2px solid #333333;
		margin: 0;
		background: #ffffff;
		padding: 2px 5px;
		color: #777777;
		width: 150px;
	}

	#map input[type=submit]{
		border: none;
		background: #555555;
		padding: 4px 5px;
		margin: 5px 0px;
		cursor: pointer;
		color: #cccccc;
	}
	#map input[type=submit]:hover{
		background: #777777;
	}
	
/*content */
.content {
    margin: 10px 0 ;
    padding: 0;
    color: #000000;
}

	.content img{
		margin: 0 10px 0 0;
		padding: 5px;
		float: left;
	}

	.content img.post{
		margin: 0 10px 0 0;
		padding: 5px;
		float: left;
		border: 1px solid #eeeeee;
	}

	.content h3.main{
		margin: 0;
		padding: 1px 20px 1px 60px;
		font-family: Georgia, "Times New Roman", Times, serif;
		background: url(../uploads/logo.png) no-repeat left top;
	}

	.content h3.main a{
		text-decoration: none;
		color: #000000;
	}

	.content h3.main a:hover{
		text-decoration: none;
		color: #0066cc;
	}

	.content h3 span.timestamp {
		margin: 0;
		padding: 5px 0 10px 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		display: block;
		font-weight: normal;
		font-size: 11px;
		font-style: italic;
		border-bottom: 1px solid #eeeeee;
	}

	.content h4 span.timestamp {
		margin: 0;
		padding: 5px 0 10px 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		display: block;
		font-weight: normal;
		font-size: 11px;
		font-style: italic;
		border-bottom: 1px solid #eeeeee;
	}

	.content div.related{
		margin: 0;
		width: 590px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}

	.content div.related ul{
		padding: 0;
		margin: 0;
	}

	.content div.related ul h5 {
		margin: 0;
		padding: 10px;
		color: #777777;
		border-bottom: 1px solid #e0e0e0;
	}

	.content div.related ul li{
		list-style: none;
		padding: 0;
		margin: 0;
		float: none;
		width: 100%;
	}

	.content div.related ul li a {
		text-decoration: none;
		color: #6699cc;
		display: block;
		padding: 5px;
		border-bottom: 1px dotted #e0e0e0;
		padding-left: 10px;
	}

	.content div.related ul li a:hover {
		text-decoration: none;
		color: #0066cc;
	}

	.content p{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #555555;
		line-height: 18px;
	}

	.content p .more{
		text-decoration: none;
		color: #3399ff;
		font-size: 10px;
	}
	.content p .more:hover{
		color: #335599;
	}

	.content div#map_canvas {
		width: 600px;
		height: 250px;
		padding: 0;
		margin: 0;
	}

	.content div#map_navi {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		text-align: center;
		background: #eeeeee;
		margin: 2px 10px 0 0;
		padding: 5px;
	}

	.content .flashnews {
		list-style: none;
		padding: 0 8px;
		margin-top: 10px;
		margin-bottom: 10px;
		float: left;
		width: 185px;
	}
	.content .news {
		list-style: none;
		padding: 0 8px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.content h5 {
		padding-bottom: 10px;
		border-bottom: 1px solid #e0e0e0;
	}

	.content h5 a,
	.content h4 a  {
		text-decoration: none;
		color: #000000;
	}

	.content h5 a:hover,
	.content h4 a:hover {
		text-decoration: none;
		color: #0066cc;
	}

        .content .graph {
            text-align: center;
            width: 470px;
        }

        .content .graph img {
            margin: 5px auto;
        }

        .content .graph span {            
            background: #eeeeee;
            margin: 2px 10px 5px 0;
            padding: 5px;
        }


.form {
    border: 1px solid #e5e5e5;
    margin: 10px 0;
    padding : 5px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    text-align: left;
    width:90%;
    color: #000000;
}
    .form h3 {
        color: #0066cc;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size:18px;
    }

    .form .cols1 {
	width: 150px;
	padding: 10px 0;
        
    }
    
    .form .button {
        text-align: right;
    }

    .form input,
    .form textarea,
    .form select {
        border: 2px solid #ffffff;
        background: #ececec;
        padding: 5px;
    }

    .form input:hover,
    .form textarea:hover,
    .form select:hover,
    .form input:focus,
    .form textarea:focus,
    .form select:focus {
        border: 2px solid #3399ff;
        padding: 5px;
    }

    .form input[type=submit] {
        border: 2px solid #ffffff;
        cursor: pointer;
        background: #cccccc;
        font-weight: bold;
        color: #777777;
    }

    .form input[type=submit]:hover {
            border: 2px solid #ffffff;
            background: #999999;
            color: #ffffff;
    }

/* gallery */

.gallery-album {
    margin:10px;
    text-align: center;
    width: 150px;
    height: 180px;
    padding: 5px;
    color:#000;
    float:left;
    background-color: #e5e5e5;
}
    .gallery-album img {
       margin:auto;
    }
    .gallery-album span {
        
    }
	
/* footer */
#footer {
	height: 33px;
        background: url(../images/copyright.gif) left top;
}

/* copyright */
#copyright {
	padding-top: 10px;
	text-align : right;
	color: #333;
    font-size: 11px;
}
	#copyright a{
		color: #fff;
		text-decoration: none;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;
	}

	#copyright a:hover{
		color: #333;
	}


        .sub-menu {
    text-align:right;
    font-size : 12px;
    margin-bottom:10px;
}

.sub-menu a {
    float : left;
    position : relative;
    padding:4px 7px;
    margin-top: 3px;
    background-color:#f5f5f5;
    border:1px solid #d4d4d4;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.sub-menu a:hover {
    color:#e8e8e8;
    background-color:#4e4e4e;
}
