@charset "utf-8";
/* CSS Document */
body {
	background-color: #0d1f30;
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 484px;
	height: 58px;
}
#leftcol {
	position: absolute;
	top: 395px;
	left: 0px;
	width: 500px;
	height: 204px;
}
#rightcol {
  background: #f00;
  position: absolute;
  top: 400px;
left: 650px;
  width: 150px;
  height: 500px;
}
#content {
	position: absolute;
	top: 10px;
	left: 516px;
	width: auto;
	height: auto;
	padding: 10px 10px 10px 10px;
	background-image: url(../images/tablo.gif);
}
#footer {
	background: #0f0;
	position: absolute;
	top: 720px;
	left: 0px;
	width: 800px;
	height: 100px;
}
.text {
color: #000000;
    font: 10px verdana, arial, helvetica, sans-serif;
    text-align: left;
	padding: 10px 10px 10px 10px;
	}
	
*{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
} 

a, a:hover{
	text-decoration: none;
	color: #000000;
}
a:hover{
	color: #666666;
}

/* iletisim Formu */
form {
	width: 350px;
	border: 0px solid #EEE;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	
}

label {
	display: block;
	margin-top : 8px;
	width: 100%;
	background-repeat: no-repeat;
}

img {
	border:0;
}

.blue {
	color: #ffffff;
	font-weight: bold;
}


/* mesaj gonderildi mesaji */
.MsgSent {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 0px solid #EEE;
	
}

.MsgSent h1 {
	background: url(../images/MsgSent.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
}

/* hata mesaji */
.MsgError {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 0px solid #EEE;
	
}

.MsgError h1 {
	background: url(../images/MsgError.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
	color: #CC0000;
}

.MsgSent p, .MsgError p {
	font-size: 1.3em;
	color:#999;
}

