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

.containerbox
{
	width:750px;
	height:auto;
	margin:0 auto;
}

.main {
	font-family: "Segoe UI",Tahoma, Geneva, sans-serif;
	font-size: 18px;
}

.logo
{
	position:relative;
	margin:0 auto;
    padding:10px 10px 10px 10px;
	width:542px;
	height:167px;
	background-image: url(../images/kontaktos-cm-logo.png);
	background-repeat:no-repeat;
	background-position:center;
}

.bilgidugme
{
	position:relative;
	width:201px;
	height:70px;
    padding:10px 10px 10px 10px;
	background-image:url(../images/Dugme-mavi.png);
	background-repeat:no-repeat;
	background-position:center;
	font-family:"Segoe UI",Tahoma, Geneva, sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#FFF;
	margin:0 auto;
}


.box
{
	position:relative;
	border-style: dotted;
	border-width:2px;
	width:300px;
	height: auto;
	padding:10px 10px 10px 10px;
	background-color: #FFC;
	margin:0 auto;
	font-family: "Segoe UI",Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#333;
	text-align:justify;
	border-radius:10px;
}

#footer
{ 
  font: normal 75% "Segoe UI", Arial, Helvetica, sans-serif;
  width: auto;
  height: 20px;
  padding-top: 20px;
  text-align: center; 
  background: transparent;}

#footer a, #footer a:hover
{ text-decoration: none;
  padding-bottom: 20px;}

#footer a:hover
{ text-decoration: underline;}
  
