/* * * * * * * * * * * * * 

SÄHKÖAGENTTI - www-sivusto

style.css
Koko sivuston ulkoasu.

Pekko Lipsanen
pekko.lipsanen@iki.fi
+358 40 861 0631

* * * * * * * * * * * * * */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	color: #fff;
}

#out {
	width: 100%;
}

#header {
	background: #006;
	height: 240px;
}

#menu {
	width: 100%;
	height: 60px;
	background: #fff;
	text-align: center;
}

#menu_center {
	margin: 0 auto;
	width: 800px;
	white-space:nowrap;
}
#menu ul {
	list-style:none;
	white-space:nowrap;
}

#menu ul li{
	display: block;
	float: left;
}
#menu ul li a {
	display: block;
	float: left;

	max-width: 163px;
	padding: 0 1em;
	height: 40px;
	padding-top: 20px;

	text-align: center;
	color: #000;
	text-decoration: none;
	font-family: "Trajan Pro", "Book Antiqua";
	font-size: 12pt;
	background: url('layout_images/navi_background.png') no-repeat;
}
#menu ul li a:hover, #menu ul li a.selected {
	background-color: #000;
	background-position: center -60px;
	color: #fff;
}

#content_bg {
	background: #000;
	background-image: url('layout_images/content_background.png');
	background-repeat: repeat-x;
}

#content_center {
	min-height: 350px;
	
	margin: 0 400px 0 20%;
	padding-bottom: 2em;
	
	background-repeat: no-repeat;
	background-position: right top;	
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 11pt;
	line-height: 16pt;
}

h2 {
	font-family: "Trajan Pro", "Book Antiqua";
	font-size: 28pt;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 1.5em;
	padding-bottom: 1em;
}

strong {
	font-family: "Times New Roman";
	font-size: 16pt;
	font-style: italic;
	font-weight: normal;
	color: #b5b5b5;
	line-height: 18pt;
}
a {
	color: #fff;
	text-decoration: underline;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
a:hover {
	color: #b5b5b5;
	text-decoration: none;
}

a.big {
	font-family: "Times New Roman";
	font-size: 15pt;
	text-decoration: underline;
	color: #fff;
	font-style: italic;
	padding: 0.5em 30px;
	background: url('layout_images/link_arrow.png') no-repeat left center;
}

a.big:hover {
	text-decoration: none;
	color: #b5b5b5;
}

#footer {
	text-align: center;
	height: 45px;
	padding-top: 20px;
}
#footer_center {
	text-indent: -9999px;
}
#bottom {
	height: 400px;
}



#admin {
	position: fixed;
	bottom: 0;
	background: #006;
	border: 1px solid #fff;
	width: 100%;
	padding: 0.5em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
#admin a {
	margin-left: 2em;
}

table.reunukset {
	border: 1px solid #000;
	border-width: 0 0 1px 1px;
	
	margin: 10px 3px;
}

.reunukset tr:hover {
	background: #333;
}

.reunukset td {
	border: 1px solid #000;
	border-width: 1px 1px 0 0;
	
	padding: 3px;
}

.success {
	border: 1px solid #0c0;
	background: #6f6;
	padding: 5px;
	margin: 5px;
	color: #000;
}

.warn {
	border: 2px solid #a00;
	background: #f66;
	padding: 1em;
	text-align: center;
}

.warn input {
	padding: 0.5em;
	margin: 0 10px;
}

.note {
	color: #333;
	font-size: 11px;
	margin-left: 10px;
}

p {
	margin-bottom: 0.7em;
}

input {
	padding: 2px;
}

img {
	border: 0;
}

.tekstikentta {
	width: 400px;
	font-family: "Microsoft Sans Serif", Arial, Sans-serif;
	font-size: 9pt;
}

.vas {
	text-align: left;
	float: left;
}
.oik {
	text-align: right;
	float: right;
}
.edseur {
	width: 70%;
	padding: 0.5em;
}

#galleria_lista td {
	padding: 3px;
}

.galleria_pieni {
	border: 1px solid #666666;
}
.galleria_pieni:hover {
	border: 1px solid #b5b5b5;
}

.no_gallery_image {
	width: 120px; 
	height: 90px; 
	background: #888; 
	display: block; 
	margin: 0; 
	padding: 0;
	margin-bottom: 6px;
}

