/* general typography */
body {
	font-family: Arial, Helvetica, Utkal, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #ced9e6;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
a {
	text-decoration: none
}
a:link, a:visited {
	color: #004276;
	outline: none
}
a:visited {
	color: #5C7996;
}
a:hover {
	color: #ca0002
}
a:focus {
	outline:none;
}
/*Header */
.tarih {
	color : #c93d5b;
	font-weight : bolder;
	text-align : center;
}
/*Left*/
.mtitle {
	font-weight: bolder;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
}
/*Wheather*/
.durum {
	background-image : url(../images2/bg.jpg);
	background-position : center center;
	background-repeat : no-repeat;
	width : 100%;
	height : 130px;
	font-size : 11px;
	line-height : 14px;
	font-weight : bold;
	color : #EAEAEA;
}
/*ilk harf için*/
p:first-letter {
	font-size:3.5em;
	display:block;
	float:left;
	margin-right:0.1em;
	font-weight: bolder;
	text-align: left;
	vertical-align: top;
}
p {
	color:#000;
}
/*Manşet uygulaması*/

.Abschnitt {
}
.Abschnitt li {
}
.Abschnitt a:hover, .Abschnitt a.selected {
	display: block;
	color: #FFFFFF;
	background-image: url(../images2/menu2.jpg);
}
.nummer {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-image: url(../images2/menu1.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CDCDCD;
	border-bottom-color: #CDCDCD;
}
.nummer a {
	display: block;
	color: #FFF;
	text-decoration: none;
	height: 17px;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
}
.nummer a:hover {
	display: block;
	color: #FFFFFF;
	background-image: url(../images2/menu2.jpg);
}
.titel {
	font-size: 16px;
	line-height: 18px;
	font-weight: bolder;
	text-decoration: none;
}
.ort {
	font-weight: 500;
	font-size: 14px;
}
/*Alt Manşetler için*/

/*Manşet uygulaması*/

.AbschnittBoden {
}
.AbschnittBoden li {
}
.AbschnittBoden a:hover, .pAbschnittBoden a.selected {
	display: block;
	color: #FFFFFF;
	background-image: url(../images2/menu4.jpg);
}
.nummerBoden {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-image: url(../images2/menu3.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CDCDCD;
	border-bottom-color: #CDCDCD;
}
.nummerBoden a {
	display: block;
	color: #FFF;
	text-decoration: none;
	height: 17px;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
}
.nummerBoden a:hover {
	display: block;
	color: #FFFFFF;
	background-image: url(../images2/menu4.jpg);
}
.titelBoden {
	font-size: 12px;
	line-height: 14px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
}
.ortBoden {
	font-weight: 400;
	color: #FFF;
}
/*Döviz Kodu*/
.doviz_part_1_2_4 {
	border-top: 1px solid #FFFFFF;
	clear: both;
}
.doviz_part_1_2_4 .item {
	width: 100%;
	height: 29px;
	margin-left: 10px;
	background-image: url(../images2/last_mark_back.png);
	background-repeat: no-repeat;
}
.doviz_part_1_2_4, .doviz_part_1_2_4 a {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 29px;
	font-weight: bold;
}
.doviz_part_1_outer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
.doviz_part_1 {
	width: 700px;
	height: 33px;
	overflow: hidden;
}
/*IMKB Kodu*/
.imkb_part_1_2_4 {
	border-top: 1px solid #FFFFFF;
	clear: both;
}
.imkb_part_1_2_4 .item {
	width: 100%;
	height: 29px;
	margin-left: 10px;
	background-image: url(../images2/last_imkb_back.png);
	background-repeat: no-repeat;
}
.imkb_part_1_2_4, .doviz_part_1_2_4 a {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 29px;
	font-weight: bold;
}
.imkb_part_1_outer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
.imkb_part_1 {
	width: 700px;
	height: 33px;
	overflow: hidden;
}

/*Menü*/
.mpanels {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%; /* width of menu */
}
.mpanels li {
	border-bottom: 1px solid white; /* white border beneath each menu item */
}
.mpanels li a {
	display: block;
	color: white;
	width: auto;
	padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
	font-size: 13px;
	font-weight: bold;
	background-color: #7591B9;
	background-image: url(../images2/mpanelright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.mpanels li a:visited, .mpanels li a:active {
	color: white;
}
.mpanels li a:hover {
	background-color: #C24C62; /*color of menu onMouseover*/
	color: white;
	border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}
/*BölümBaşlıkları*/
.tpanels {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%; /* width of menu */
}
.tpanels li {
	border-bottom: 1px solid white; /* white border beneath each menu item */
	display: block;
	color: white;
	width: auto;
	padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
	font-size: 13px;
	font-weight: bold;
	background-color: #C24C62;
	background-image: url(../images2/mpanelright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.tpanels li a:visited, .tpanels li a:active {
	color: white;
}
.tpanels li a:hover {
	background-color: #6A97C0; /*color of menu onMouseover*/
	color: white;
	border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}
/*Haber Okuma*/
.newsTitel {
	color : #8f0001;
	font-size : 14px;
	line-height : 23px;
	font-weight : 700;
	text-decoration : none;
}
.newsDatum {
	color : #E30A17;
	font-size : 12px;
	line-height : 21px;
	font-weight : 400;
	text-decoration : none;
}
.newsText {
	vertical-align : text-top;
	text-align : justify;
	font-size : 12px;
	line-height : 24px;
	font-weight : 300;
	text-decoration : none;
	padding : 2px 4px;
	color: #000;
}
.newsTextZuerst:first-letter {
	font-size : 400%;
	float : left;
	line-height : 0.8em;
	font-weight: 500;
	color: #000;
}
/*Paylaşım*/
.paylas {
	margin-bottom:10px;
}
.paylas a {
	padding:3px;
	border:1px solid #ced9e6;
	margin-right:9px;
	text-decoration:none;
}
.paylas a:hover {
	background-color:#99BFD6;
}
/*Sayfalama*/
.sayfala {
	width:10px;
	height:10px;
	vertical-align:top;
	text-align:left;
	margin-right:5px;
	padding-right:5px;
	color:#E30A17;
	font-weight:700
}
.sayfalama {
	font-weight : 700;
	color : #28316B;
	text-decoration : none;
}

/*yorum*/
.warnung {
	font-weight : 500;
	color : #E30A17;
	text-decoration : none;
} 

/*Reklam*/
.reklam { 
font-weight : bolder; 
color : #c93d5b; 
text-decoration : none; 
font-size : 14px; 
line-height : 21px; 
} 

/*Hata*/
.hata { 
font-weight : 700; 
color : #c93d5b; 
text-decoration : none; 
font-size : 12px; 
line-height : 21px; 
text-align : center; 
vertical-align : top; 
}

/*Son Dakika*/
.sondakika {
	font-size : 16px;
	line-height : 28px;
	font-weight : bolder;
	color : #E30A17;
	text-decoration : none;
} 