/* CSS Document ---------------------------------------------------------------*/

html, head { 
	width:100%;
	text-align:center;
}

body {
	background: url(../media/images/bgr_mavi.jpg) repeat-x #f1f6f9;
	width:100%;
	margin:0;
	margin-bottom:10px;
	color:#333333;
	/*font: normal 1em/1.5 "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


/* Link ---------------------------------------------------------------*/
a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#262f63;
	text-decoration:none;
}

a:active {
	color:#333;
	text-decoration:none;
}

.LanguageLink a {
	color:#FFF;
	text-decoration:none;
}

.LanguageLink a:hover {
	color:#ffa400;
	text-decoration:none;
}

.LanguageLink a:active {
	color:#FFF;
	text-decoration:none;
}

.FooterLink a {
	color:#FFF;
	text-decoration:none;
	font-size:9px;
}

.FooterLink a:hover {
	color:#ccc;
	text-decoration:underline;
	font-size:9px;
}

.FooterLink a:active {
	color:#FFF;
	text-decoration:none;
	font-size:9px;
}

/* Header ---------------------------------------------------------------*/
#Header {
	width:900px;
	float:left;
}

#Logo {
	width:375px;
	height:110px;
	float:left;
	text-align:left;
}

#Language {
	width:100px;
	float:right;
	text-align:center;
	font-size:9px;
	color: #0066CC;
}

#ButonLeft {
	background:url(../media/images/footer_left.png);
	width:15px;
	height:39px;
	float:left;
}

#Buton {
	background:url(../media/images/footer_bgr.png) repeat-x;
	width:870px;
	height:26px;
	float:left;
	padding-top:13px;
	font-weight:bold;
}

#ButonRight {
	background:url(../media/images/footer_right.png);
	width:15px;
	height:39px;
	float:right;
}

#Flash {
	width:900px;
	float:left;
	height:200px;
}
/* Main ---------------------------------------------------------------*/
#Main {
	width:900px;
	float:left;
}

#MainText2 {
	width:635px;
	float:left;
	text-align:justify;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	background: #990000;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
}

#Blank {
	width:900px;
	float:left;
	height:10px;
}

#LeftMain {
	width:207px;
	border-right:1px dotted #bdbdbd;
	float:left;
	padding-left:10px;
	padding-right:10px;
}

#TitleLeft {
	width:207px;
	background:url(../media/images/title_bgr.jpg) repeat-x;
	height:25px;
	color:#0C0D4E;
	font-weight:bold;
	text-align:left;
	float:left;
}

#LeftText {
	width:207px;
	float:left;
}

#LeftBlank {
	width:207px;
	height:25px;
	float:left;
}

#MainRight {
	width:670px;
	float:right;
}

#MainRightTitle {
	width:645px;
	background:url(../media/images/title_bgr.jpg) repeat-x;
	height:25px;
	color:#0C0D4E;
	font-weight:bold;
	text-align:left;
	float:left;
}

#MainRightText2 {
	width:645px;
	float:left;
	text-align:justify;
}

#MainRightLine{
	width:645px;
	float:left;
	border-top:1px dotted #bdbdbd;
}

#MainBlank {
	width:670px;
	float:left;
	height:25px;
}

#MainRightBox1 {
	width:320px;
	float:left;
	padding-left:10px;
	padding-right:5px;
}

#MainRightBox2 {
	width:320px;
	float:right;
	padding-right:10px;
	padding-left:5px;
}

#MainBoxTitle {
	width:315px;
	background:url(../media/images/title_bgr.jpg) repeat-x;
	height:25px;
	color:#0C0D4E;
	font-weight:bold;
	text-align:left;
	
}

#MainBoxText{
	width:315px;

	float:left;
}


/* Footer ---------------------------------------------------------------*/

/* Form ---------------------------------------------------------------*/
#RezForm {
	width:430px;
	float:left;
	padding-left:10px;
	
}

#RezFormTitle {
	width:430px;
	background:url(../media/images/title_bgr.jpg) repeat-x;
	height:25px;
	color:#0C0D4E;
	font-weight:bold;
	text-align:left;
}

#RezFormText{
	width:409px;
	height:305px;
	float:left;
	background:#f7f7f7;
	padding:4px 4px 4px 15px;
	background:url(../media/images/booking.png) no-repeat;
	
}

#News {
	width:207px;
	float:right;
	padding-left:10px;
	padding-right:10px;
}

#NewsTitle {
	width:207px;
	background:url(../media/images/title_bgr.jpg) repeat-x;
	height:25px;
	color:#0C0D4E;
	font-weight:bold;
	text-align:left;
}

#NewsText {
	width:207px;
	float:left;
}



/* Style ---------------------------------------------------------------*/
#Reklam {
	width:207px;
	height:65px;
	background:#f7f7f7;
	border:1px solid #ececec;
	color:#999999;
	padding-top:55px;
	text-align:center;
	float:left;
}

#BackButton {
	text-align:right;
	float:left;
	height:39px;
	width:645px;
}

.Form {
	font-size:11px;
	padding-left:5px;
	font:Tahoma;
	padding-left:5px;
}

.Form2 {
	font-size:11px;
	padding-left:5px;
	font:Tahoma;
	padding-left:5px;
	color:#CCCCCC;
}
.FormText {
	font-size:11px;
}



