/* Tyylit */
body {
	font-family: Trebuchet Ms, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	background-color: #17aed1;
	background: url(../img/aluekokous/body_bg.jpg) repeat-x fixed top center;
}

p{
	color: #000;
	margin:10px 0;
	line-height: 20px;
}
ul, li{
	margin:4px 0;
	color: #000;
}
a, a:link, a:visited, a:active{
	color: #dd3086;
	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{
	font-family: arial !important;
	color: #dd3086 !important;
	text-decoration: none !important;
}
.mceContentBody{
	background:transparent !important;
	text-align: left !important;
	height:auto !important;
}


a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}

td {
	font-family: Trebuchet Ms, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
.login {
	font-size: 12px;

}

input, select, textarea {
	font-size: 10px;
}
.text{
	width:100%;
}

h1 {
	font-size: 18px;
	color: #d97ebe;
	font-weight:100;
}

h1.title2 {
	font-size: 18px;
	color: #e5c879;
	font-weight:100;
}

h2 {
	font-size: 14px;
	color: #0e6178;
}

h3 {
	font-size: 12px;
	color: #000000;
}

h4 {
	color: #d97ebe;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #d97ebe;
}


.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;
}

/* Oletusrakenne */
#bg_table{
	width: 100%;
	height: 100%;
	background: url(../img/aluekokous/bg.jpg) no-repeat fixed top center;
}
#wrapper{
	width:960px;
	margin:0 auto;
}
#oikealaita{
	float:left;
	width:337px;
	text-align:left;
	/*background: url(../img/aluekokous/tanssijat.png) no-repeat bottom center;*/
}
#header{
	height:100px;
}
#menu{
	width:300px;
	min-height: 186px;
	float:left;
	text-align:left;
	background: url(../img/aluekokous/menu_bg.png) repeat-y top center;
}
#content{
	width:564px;
	min-height: 520px;
	float:left;
	text-align:left;
	background: url(../img/aluekokous/content_bg.png) repeat-y top center;
}
#footer{
	clear:both;
	height:100px;
	background-color:#eeeeee;
}
