
/* Tyylit */
body {
	font-family: Tahoma, Helvetica, sans-serif;
	color: #414141;
	font-size: 12px;
	margin:0;
	
	background-color: #5174c5;
	background-image: url(../img/bg_200px.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: fixed;
}

#bg {
	position:absolute;
	z-index:0;
	background-color :#5174c5;
	vertical-align: bottom;
	height: 100%;
	bottom: 0%;
}


#contents{
	/*position:absolute;
	z-index:1;
	width:100%;
	height:100%;*/
}

#frame {
	width: 920px;
	height: 100%;
	text-align:left;
}

#container {
	width: 920px;
	padding-top: 10px;
	background-image: url(../img/frame_bg.png);
	background-repeat: repeat-y;
	background-position: top center;
	text-align:left;
	height: 100%;
}

#menu {
	width: 245px;
	padding-right: 25px;
}

#inner-container {
	width: 630px;
	text-align: left;
	height: 100%;
}

a.menuitem, a.menuitem:link, a.menuitem:visited, a.menuitem:active {
	font-family: 'gooddog';
	text-transform:uppercase;
	font-size: 16px;
	color: #000000;
}

a.menuitem_a, a.menuitem_a:link, a.menuitem_a:visited, a.menuitem_a:active {
	font-family: 'gooddog';
	text-transform:uppercase;
	font-size: 16px;
	font-weight: bold;
}


#footer {
	clear: both;
}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	color: #c70500;
	text-decoration: none;
}

/* Tällä pakotetaan editorin sisällön linkit oikean näköisiksi
   Eli yleensä sama tyyli kuin tuossa yllä a-elementille, mutta jokaisen perään !important */
.mceContentBody a,.mceContentBody a:link, .mceContentBody a:visited{
	color: #c70500 !important;
	text-decoration: none !important;
}
.mceContentBody{
	background:transparent !important;
}



a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}

td {
	line-height: 15px;
	font-size: 12px;
}
.login {
	font-size: 12px;

}

input, select, textarea {
	font-size: 10px;
}
.text{
	width:100%;
}

h1 {
	font-family: Calibri, arial;
	font-size: 23px;
	color: #000000;
	padding-bottom:6px;
}

h2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
}

h3 {
	font-size: 12px;
	color: #000000;
}

h4 {
	color: #000000;
}

h5 {
	color: #000000;
}

h6 {
	color: #000000;
}


.error_message{
	color:#ab0000;
	margin:10px 0 20px 0;
}
.success_message{
	color:#368b1c;
	margin:10px 0 20px 0;
}

/* Dropdownmenu */
.menuarea{
	position:absolute;
	display:none;
	width:180px;
	border:1px solid #c3c3c3;
	background-color:white;
	padding-bottom:5px;
}

#menutable .menutop_a{
	color:#6D3A78;
	padding:0 4px;
}
#menutable .menutop{
	color:#3c3c3c;
	padding:0 4px;
}

#menutable .menusub_a{
	color:#6D3A78;
	padding:0 4px;
	font-weight:bold;
	display:block;
}
#menutable .menusub{
	color:#3c3c3c;
	padding:0 4px;
	display:block;
}