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

#right-column {
	margin: 0px 10px;
	width: 220px;
	padding-top: 10px;
	color: #e5c879;
}
#right-column p, #right-column td {
	color: #e5c879;
}
#right-column a, #right-column a:link, #right-column a:active, #right-column a:visited {
	color: #e5c879;
}


#left-column {
	margin: 0px 10px;
	width: 220px;
	padding-top: 10px;
}
#left-column p, #left-column td, #left-column div {
	color: #e5c879;
}

p{
	margin:10px 0;
}
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-size: 12px;
}
.login {
	font-size: 12px;

}

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

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

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

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

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

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}


.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 */
#wrapper{
	width:900px;
	margin:0 auto;
}
#header{
	height:100px;
	background-color:#eeeeee;
}
#menu{
	width:300px;
	float:left;
	text-align:left;
	background-color:#eeeeee;
}
#content{
	width:598px;
	float:left;
	text-align:left;
	border:1px solid red;
}
#footer{
	clear:both;
	height:100px;
	background-color:#eeeeee;
}
