@charset "UTF-8";
/* 
	Background-Styles 
*/
body {
	margin:0px;
	padding:0px;
	background-color:#0e1319;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#193040;
	font-size:13px;
	line-height:19px;
}
#main {
	background:#fff;
	background-image:url(images/background.jpg); 
	background-repeat:repeat-x;
	padding-top:0px;
	padding-bottom:30px;
}
#main .container {
	background-image:url(images/Menu_bar.jpg);
	background-repeat:no-repeat;
}
#footer {
	background-image:url(images/background_footer.jpg);
	background-repeat:repeat-x;
	padding:40px;
	position:relative;
	top:-20px;
	min-height:130px;
}
#top {
	background-color:#AF028F;
	padding:0px;
	position:relative;
	min-height:44px;
}
.container {
	width:980px;
	margin:0 auto;
	position:relative;
}
/* 	Topper Styles  */
.top_column {
	width:980px;
	height:44px;
	margin:0px 0px 0px 0px;
	background-image:url(images/Topbar_bkg.jpg);
}
.top_column2 {
	float:left;
	width:80px;
	height:40px;
	margin:1px 0px 0px 0px;
}
.top_inside {
	display:block;
	float:left;
	padding:10px 25px 0px 60px;
	margin-top:0px;
	overflow:auto;
	height:24px;
}
.top_inside h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	letter-spacing:-1px;
	color:#FFF;
}
.randevu {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float:left;
	width: 150px;
	height: 18px;
	/* border: 1px solid #fff;
	background:url(images/button_bg_o2.jpg) repeat-x;*/
	margin: 1px 0px 0px 35px;
	padding: 0px 0px 0px 0px;
}
/* 	Header-Styles  */
#header {
	padding-top:10px;
	padding-left:50px;
	height:210px;
}
#logo h1 {
	margin:0px;
	display:block;
	text-indent:-9999px;
}
#logo {
	background-image:url(images/logo-1.png);
	background-repeat:no-repeat;
	width:650px;
	height:153px;
}
#telefon {
	margin:auto;
	position:absolute;
	color:#FFF;
	right:2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 5px 0px 0px;
	top: 176px;
	width: 165px;
	text-align:center;
}
#search {
	margin:auto;
	position:absolute;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px 5px 0px 0px;
	top: 8px;
	right: 0px;
	width: 190px;
}
.phone {
	margin:auto;
	position:absolute;
	color:#FFF;
	padding: 7px 0 0 10px;
	font-size: 19px;
	font-weight:500;
}
ul#menu {
	margin:0px;
	padding:15px 0px 0px 0px;
	position:absolute;
	left:50px;
	width: auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul#menu li {
	display:inline;
	margin-right:30px;
}
ul#menu li a {
	/* Sliding right image
    /* background: transparent url(images/button_right3.png) no-repeat scroll;
	background-position: top right;*/
	display: block;
	float: left;
	height: 37px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 0px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	letter-spacing: 0px;
	color: #FFF;
	font-size:15px;
	font-weight:300;
}
ul#menu li a span { 
	/* Background left image
	background: transparent url(images/button_left3.png) no-repeat; */
	display: block;
	line-height: 37px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0px 0 5px 20px;
}
ul#menu li a:hover {
	background: transparent url(images/button_right3.png) no-repeat scroll; 
	background-position: top right; }
ul#menu li a:hover span {
	background: transparent url(images/button_left3.png) no-repeat;
	color: #aa008c; }
ul#menu li a.active {	
	background: transparent url(images/button_right3.png) no-repeat scroll; 
	background-position: top right; }	
ul#menu li a.active span{
	background: transparent url(images/button_left3.png) no-repeat;
	color: #0172dd; }
/* 
	Block-Styles 
*/
.block {
	border:1px solid #a3a09e;
	background-color:#ffffff;
	margin-bottom:20px;
	position:relative;
}
.block_inside { 
	display:block; 
	border:1px solid white;	
	padding:20px;
	overflow:auto;
}
.sideblock_inside {
	display:block;
	border:1px solid white;
	border-bottom:1px solid #A6A6A6;
	padding:20px 20px 0px 20px;
	overflow:auto;
	background-color: e6dff5;
}
#block_content {
	background-color:#FFF;
	padding:1px;
}
.image_block {
	border:1px solid #b5b5b5;
	background-color:#d2d2d2;
	padding:5px 5px 1px 5px;
	float:left;
}
.image_block img {
	border:1px solid #b5b5b5;
}
.text_block {
	float:left;
	width:430px;
	margin-left:30px;
	padding-top:30px;
}
.block_inside .thumbnail {
	float:left;
	margin-right:20px;
	border:2px solid white;
}
.block_inside .video, .block_inside .audio {
	float:left;
	position: relative;
	width:200px;
	margin-right: 20px;
}
.block_inside .video span, .block_inside .audio span {
	position: absolute;
	width: 32px;
	height: 30px;
	display:block;
	top: 6px;
	left: 13px;
	background: url(images/film1.png) no-repeat;
}
.block_inside .audio span {
	background: url(images/audio1.png) no-repeat;
}
/*
	Block-Content-Styles
*/
#content_area {
	width:688px;
	float:left;
	margin-top:2px;
	left:4px;
	background-color:#FFF;
	height: auto;
}
#content_area .block_inside {
	min-height:800px;
	background-image:url(images/Content.jpg);
	background-repeat:no-repeat;
}
#content_area .block_module { min-height:200px; }
#content_area .block_module2 { min-height:280px; }
.bar_header {
	display:block;
	height:33px;
	border:1px solid white;
	border-bottom: 0px;
	background-image:url(images/topbar.png);
	background-repeat:repeat-x;
	padding-left:30px;
}
.bar_header h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:36px;
	color:#fff;
	font-weight: 400;
}
#sidebar {
	float:left;
	width:282px;
	position:relative;
	margin-top:2px;
	margin-bottom: 30px;
	background-color:#e6dff5;
	border:1px solid #a3a09e;
}
.sidebar_block {
	border:1px solid #8595b2;
	margin-bottom:20px;
	background-color:#FFF;
	background-image:url(images/sidebar_block.jpg);
}
#sidebar .block_inside {
	background:none;
	background-color:#e6dff5;
}
#sidebar h3 {
	font-size:14px;
	line-height:20px;
	text-align:left;
	color:#FFF;
	background-image:url(images/top_bar2.gif);
	background-repeat:repeat-x;
	padding:10px 10px 10px 10px;
}
#sidebar ul { margin:10px 0px 20px 20px; padding:0px; }
#sidebar ul li { list-style:none; margin:0px 0px 5px 0px; padding:0px; }
#sidebar ul li a { color:#0172dd; }
#sidebar ul li a:hover { color:#aa008c; text-decoration: underline; }
#content_area h2 { color:#aa008c; font-size:22px; line-height:26px; }
#content_area .separator {
	border-top:1px solid #aa008c;
	margin: 40px 0 20px 0;
}
#content_area .separator2 {
	margin-top: 5px;
	padding-top:20px;
	margin-right: 0px;
	margin-left: 0px;
	border-top: 1px solid #AA008c;
}
.block_inside .side_by_side1 {
	width:300px;
	float: right;
	padding:5px;
}
.block_inside .side_by_side2 {
	width:300px;
	padding:5px;
}
.block_inside .left {
	width:335px;
	float: left;
	padding:15px;
	border-right: 1px dotted #aa008c;
}
.block_inside .right {
	width:260px;
	padding:15px 0px 5px 12px;
	float:right;
}
.block_inside .center {
	position:relative;
	float:left;
	padding: 5px;
}
.S1, .S3 { 
	/* border: 1px dotted #193040;
	background-color:#FFF;*/
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
}
.S1 { width: 205px; height: 80px; float: left; margin-right: 10px; margin-bottom: 15px; }
.S3 { width: 215px; height: 80px; float: right; }
.S2 { width: 430px; float: left; margin-bottom:15px; }
.S4 { width: 650px; float: left; margin-bottom:15px; }

/* Inblock Module */

div.inblock div.box-t1 {
	background: url(images/module_rounded_tl.png) 0 0 no-repeat;
}
div.inblock div.box-t2 {
	padding: 0px 10px 0px 10px;
	background: url(images/module_rounded_tr.png) 100% 0 no-repeat;
}
div.inblock div.box-t3 {
	height: 15px;
	background: url(images/module_rounded_t.png) 0 0 repeat-x;
}
div.inblock div.box-1 {
	background: url(images/module_rounded_l.png) 0 0 repeat-y;
}
div.inblock div.box-2 {
	padding: 0px 5px 0px 5px;
	background: url(images/module_rounded_r.png) 100% 0 repeat-y;
}
div.inblock div.box-3 {
	padding: 0px 10px 10px 10px;
	background: #fcfdfe url(images/sidebar_block.jpg) no-repeat;
	/* background: #fcfdfe url(images/module_rounded_bg2.png) 0 100% repeat-x; */
	min-height: 190px;
	overflow: hidden;
}
div.inblock div.box-4 {
	padding: 0px 10px 10px 10px;
	background: #fcfdfe url(images/module_rounded_bg.png) 0 100% repeat-x;
	min-height: 40px;
	overflow: hidden;
}
div.inblock div.box-b1 {
	background: url(images/module_rounded_bl.png) 0 0 no-repeat;
}
div.inblock div.box-b2 {
	padding: 0px 10px 0px 10px;
	background: url(images/module_rounded_br.png) 100% 0 no-repeat;
}
div.inblock div.box-b3 {
	height: 10px;
	background: url(images/module_rounded_b.png) 0 0 repeat-x;
}
/* 
	Text-Styles   
*/
h1, h2, h3, h4, h5 { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }
h1 { margin:0px 0px 10px 60px; font-size:24px; font-weight:100; color: #606; line-height:40px; letter-spacing:-1px; }	
h2 { margin:0px 0px 10px 10px; font-size:30px; color:#000000; line-height:39px; letter-spacing:-2px; }
h3 { margin:0px 0px 0px 0px; font-size:14px; line-height:21px; color:#FFFFFF; }
h4 { color:#aa008c; margin:0px 0px 10px 0px; letter-spacing:-1px; font-size: 18px; text-transform: capitalize; }
h5 { font-size:15px; line-height:22px; color:#aa008c; margin:5px 0px 5px 0px; text-transform: capitalize;}

.smhead{ font-size:12px; margin: 4px 0 4px 0; color:#007de2; font-weight:600; text-decoration:underline; text-transform:capitalize; }
.arabas { color:#007de2; font-size:15px; display: block; font-weight:600; letter-spacing:-1px; text-align:center; }
.ulstil { color:#007de2; line-height:24px; }
small a, .ulstil a { color:#007de2; }
.vurgu { color: #aa008c; font-weight:600; }
.event { color:#595856; text-decoration:none; }
small { color:#595856; font-weight:bold; font-size:11px; display:block; margin-bottom:15px; }
.smal { color:#aa008c; font-weight:400; font-size:11px; display:block; margin-bottom:0px; }
.xsmal { color:#595856; font-size: 11px; display:block; letter-spacing:-1px; font-weight:100;}
a {	color: #EEE; text-decoration:none; }
big a { color: #007de2; font-size:14px; }
a:hover, a:hover .smhead { color:#C09; }
a:hover .xsmal {color: #C3C; }
small a:hover {text-decoration:underline;}
p {	text-align:justify; margin: 0px 0px 15px 0px; color: #193040; }
.ribbon, .ribbon2 {
	background-image: url(images/button_bg_o3.jpg);
	background-repeat:repeat-x;
	margin-top: 2px;
	color:#FFF;
	border:1px solid #C06;
	text-transform:uppercase;
	float:right;
}
.ribbon3 {position:absolute; top: 20px; right: 22px; width:123px; height: 79px }
.ribbon {font-size:18px; padding: 1px 60px 1px 60px; margin-top: -5px;}
.ribbon2 {font-size:14px; padding: 1px 20px 1px 20px; margin-top:-30px; }
a.btn {
	/* Sliding right image */
    background: transparent url(images/button_right3.png) no-repeat scroll;
	background-position: top right;
	display: block;
	float: left;
	height: 37px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 10px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	letter-spacing: -1px;
	color: #FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:300;}
a.btn span { 
/* Background left image */ 
	background: transparent; background-image:url(images/button_left3.png); background-repeat: no-repeat; 
	display: block;
	line-height: 37px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0px 0 5px 20px; } 
a.btn:hover { background: transparent; background-image:url(images/button_right4.png); background-repeat: no-repeat;
	background-attachment:scroll; background-position: top right;}
a.btn:hover span{
	background: transparent; background-image:url(images/button_left4.png); background-repeat: no-repeat;
	color: #193040;	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
a.btn:active { background: transparent; background-image:url(images/button_right4.png); background-repeat: no-repeat;
	background-attachment:scroll; background-position: top right;}
a.btn:active span{
	background: transparent; background-image:url(images/button_left4.png); background-repeat: no-repeat;
	color: #193040;	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
a.button {
	background:#32312f;
	background-image:url(images/button_bg.jpg);
	background-repeat:repeat-x;
	margin-top:5px;
	padding:2px 10px 2px 10px;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #32312f;
	text-transform:uppercase;
	font-size:11px;
	line-height:20px;
	float:right;
}
a.button:hover {
	background:#007de2;
	background-image:url(images/button_bg_o.jpg);
	background-repeat:repeat-x;
	border-color:#d389cc;
	color: #193040;
}
/*
	Footer-Styles
*/
#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.footer_column {
	float:left;
	width:140px;
	margin-right:30px;
}
#footer .long {
	width:430px;
}
#footer h3 {
	color:#aa008c;
	text-transform:uppercase;
	font-size:12px;
}
.footer_column ul li {
	list-style:none;
	margin:0px;
	padding:0px;
}
 .footer_column ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
/* Fix up IE6 PNG Support */
img, #logo { behavior: url(src/iepngfix.htc); }

/* Contact2 form */

#form_karar { visibility:hidden; display:none: }
.txtinput, .txtinput2 { padding: 2px; background-image: url(images/bg_txtinput.gif); border: none; background-color: transparent; float: left; display: block; width: 308px; height: 23px; padding: 4px 5px 0px 5px; font-size: 15px; margin-bottom: 13px; outline:none; color: #603913; opacity:0.9;}
.txtinput2 { width: 220px; background-image: url(images/bg_txtinput2.jpg);}
.error{background-image: url(images/bg_txtinput_error.gif);}
.error2{background-image: url(images/bg_txtinput_error2.jpg);}
.txtinput:active, .txtinput:focus{ background-image: url(images/bg_txtinput_active.gif);color: black;}
.txtinput2:active, .txtinput2:focus{ background-image: url(images/bg_txtinput_active2.jpg);color: black;}
.txtarea, .txtarea2 {padding: 4px 5px; background-image: url(images/bg_txtarea.gif); border: none; background-color: transparent; float: left; display: block; width: 308px; height: 192px; resize:none; font-family: "Verdana","Arial","sans-serif"; font-size: 14px; outline: none; margin-bottom: 10px; color: #603913; opacity:0.9;}
.txtarea2 { width: 220px; height: 192px; background-image: url(images/bg_txtarea2.jpg);}
.txtarea:active, .txtarea:focus{background-image: url(images/bg_txtarea_active.gif); color: black;}
.txtarea2:active, .txtarea2:focus{background-image: url(images/bg_txtarea_active2.jpg); color: black;}
.txtareaerror {padding: 4px 5px; background-image: url(images/bg_txtarea_error.gif); border: none; background-color: transparent; float: left; display: block; width: 308px; height: 192px; resize:none;  font-family: "Verdana","Arial","sans-serif"; font-size: 17px; outline: none; margin-bottom: 10px; color: #603913; opacity:0.9;}
.txtareaerror2 { padding: 4px 5px; background-image: url(images/bg_txtarea_error2.jpg); border: none; background-color: transparent; float: left; display: block; width: 220px; height: 192px; resize:none;  font-family: "Verdana","Arial","sans-serif"; font-size: 17px; outline: none; margin-bottom: 10px; color: #603913; opacity:0.9;}
.txtareaerror:active, .txtareaerror:focus{background-image: url(images/bg_txtarea_active.gif); color: black;}
.txtareaerror2:active, .txtareaerror2:focus{background-image: url(images/bg_txtarea_active2.jpg); color: black;}
label, label2 {float: left; display: block; width:320px; margin-bottom: 2px;}
label2 {width:250px;}

/*.submit{float: right; background-image: url(images/submit.gif); display: block; border: none; background-color: transparent; text-indent: -1500%; width: 80px; height:24px; cursor: pointer; margin-right: 2px; margin-top: 4px;}
.submit:active, .submit:hover, .submit:focus{background-position: 0px -24px;}*/
.sendbtn {	
	height: 24px;
	border: 1px solid #666;	
	background-image:url(images/button_bg.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	cursor: pointer;
}
.sendbtn:hover {
	background-image:url(images/button_bg_o.jpg);
	background-repeat:repeat-x;
	border-color:#d389cc;
}