@charset "utf-8";
/* CSS Document */


* {
	margin:0;
	padding:0
}
/* mac hide */
html, body {
	height:100%;
	width:100%;
}
/* end hide */
body {
	background: url(../images/bacground.png) bottom right #450e2e;
	text-align:center;
	min-height:468px;/* for good browsers*/
	min-width:552px;/* for good browsers*/
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fe64aa;
}
a:link {
	color:#fe64aa;
	text-decoration:none;
}

a:visited {
	color:#fe64aa;
	text-decoration:none;
}
a:hover{
	color:#fff;
	text-decoration:none;
}


#outer {
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 500px;
}
#language {
	width:900px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	color:#fe64aa;
	padding-right:30px;
}

#inner {
	width: 900px;
	height: 465px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/back02.jpg) no-repeat;
}
#menu {
	width:475px;
	height:55px;
	float:left;
	margin:33px 0px 0px 195px;
}
#logo {
	float:left;
	width:200px;
	height:55px;
	margin-left:40px;
	margin:18px 0px 0px 30px;
}
#footer {
	width:870px;
	margin:0px auto;
}
#tuva_logo {
	float:right;
	width:200px;
	text-align: right;
}
#copyright {
	float:left;
	width:200px;
	color:#ff6699;
	text-align:left;
}
#content_container {
	float:left;
	width:750px;
	height:335px;
	margin:6px 0px 0px 25px;
	text-align:left;
	background:url(../images/black_back.png) repeat;
}
#content_index {
	float:left;
	width:750px;
	height:335px;
	margin:6px 0px 0px 25px;
	text-align:left;
}
#content {
	overflow: auto;
	height:320px;
}
#dergi {
	float:left;
	width:98px;
	height:118px;
	margin-top:232px;
}
#content_footer {
	float:right;
	width:135px;
	height:25px;
	margin-top:4px;
}
#contact_content {
	float:left;
	width:250px;
	padding-left:20px;
}
#contact_form {
	float:left;
	width:480px;
	color:#FFFFFF;
}
/* İletişim Formu */
form {
	padding: 3px 3px 3px 3px;
}
label {
	width: 4em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}
input {
	background-color: #fe64aa;
	font-size:11px;
	border:1px solid #FF00FF;
}
textarea {
	background-color: #fe64aa;
	font-size:11px;
	border:1px solid #FF00FF;
}

