﻿/*
 *
 *		File			:	main.css
 *		Author			:	Ozgur Akbaba, DGMND
 *		Date			:	03.02.09
 *		Description		:	CSS Stylesheet
 *
 */

* {
	margin:0;
	padding:0;
}

html, body {
	margin:0;
	padding:0;
	font-size:10px;
	font-family:Tahoma;
	background-color:#402626;
	scroll:no;
	height:100%;
}

a:link, a:visited {
	color: #FFF; 
	font-size: 12px; 
	text-decoration: none; 
	font-family: Tahoma;
	font-weight:bold;
}

a:hover {
	color: #212121; 
	font-size: 12px; 
	text-decoration: none; 
	font-family: Tahoma;
}

a:active {
	color: #212121; 
	font-size: 12px; 
	text-decoration: none; 
	font-family: Tahoma;
}

span {
	color: #2e6390; 
	font-size: 12px; 
	text-decoration: none; 
	font-family: Tahoma;
}

.spfooter {
	color: #7c0000; 
	font-size: 12px; 
	text-decoration: none; 
	font-family: Tahoma;
	font-weight:bold;
}

.imageOn {
	color:#FFFFFF;
}

.imageOff {}

.header {
	background-image:url(images/buttons/menubuton_mavi.jpg);
	font-family:Tahoma;
	font-size:10pt;
	cursor:hand;
}

.content {
	background-color:#FFF;
	font-family:Tahoma;
	font-size:9pt;
	cursor:hand;
}