/*
Vammalan Seudun Kalastusalue
*/

body {
	background: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #333333;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}
a img { 
border: 0px; 
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}
/* Header */

#header {
	width: 700px;
	height: 250px;
	margin: 0px auto;
	background: url(images/top_vammalanvedet.jpg);
	border: 10px solid #FFFFFF;
	border-bottom: 0px;
}

#header h1 {
	margin: 0px;
	padding: 200px 0 0 20px;
	font-size: 26px;
	font-style: italic;
	color: #FFFFFF;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 380px;
	font-size: 16px;
	font-style: italic;
	color: #666666;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/*menu*/

.chromestyle{
width: 698px;
font-size: 12px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 3px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "  ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}


/* Menu */

#menu1 {
	
	width: 175px;
	margin: 0px auto;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 175px;
	padding: 15px 0px;
	background-color: #D9D9D9;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #B5B5B5;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333 ;
}

#menu1 a:hover {
	background-color: #8A8A8A;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	color: #FFFFFF;
}


/* Content */

#content {
	background: #FFFFFF;
	width: 700px;
	margin: 0px auto;
	border: 10px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	padding: 0px 0px 0px 0px;

}

#colright {
	float: left;
	width: 600px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#collinks {
	float: left;
	width: 700px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#colgalleria {
	float: left;
	width: 700px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;

}
#collinks2 {
	float: right;
	width: 300px;
	margin-top: 30px;
	padding-right: 10px;
	padding-left: 0px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom: 1px dashed;
}

#content h3 {
	color: #6C6C6C;
}
/* Footer */

#footer {
	width: 600px;
	margin: 0 auto;
	padding-top: 0px;
	
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
	color: #cccccc;
	

}
#footer a {
	color: #cccccc;
}