/*  =========================================================
Autor: Emrah Özşahin
========================================================== */



html, body {
	border: 0;
}


/* ===============================
   =Block-Elemente 
=============================== */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}


h1 {
	/*font-size: 2.2em; 
	font-weight: bold;
	text-transform: uppercase;*/
	margin: 0;
	padding: 0;
}

		h1 span{
			display: none;
		}

h2 {
	/*font-size: 1.6em; 
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0.4em 0;*/
	margin: 0;
	padding: 0 9px;
}

		h2 span{
			display: none;
			font-size: 11px;
		}

h3 {
	/*font-size: 1.4em; 
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0.4em 0;*/
	font-size: 11px;
	line-height: 12px;
	clear: both;
	margin: 1px 0 0 0;

}

		h3 span{
			display: none;
		}

h4 {
	font-size: 1.1em; 
	font-weight: bold;
	margin: 0 0 0.4em 0;
	color: #000000;
}

h5 {
	font-size: 1.1em; 
	font-weight: bold;
	margin: 0 0 0 19px;
	color: #000000;
}

h5.black{
	color: #000;
	margin: 0 0 5px 0;
}

ul, 
ol {
	margin: 0 0 1em 0;
}

p {
	font-size: 1.1em;
	margin: 0 0 1em 0;
}

li {
	list-style: none;
}

img {
	border: none;
}

small {
	font-size: 0.9em;
}

acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

/* ===============================
   =Inline-Elemente 
=============================== */
strong {
	font-weight: bold;
}

a 					{ text-decoration: none; outline: none; }
a:visited 	{ text-decoration: none; }
a:hover			{  }
a:active 		{  }

/* ===============================
   =Global-Classes
=============================== */
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearNull{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}

.textRight {
	text-align: right;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.bold	{ 
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.underline {
	border-bottom:1px solid;
}

/* ===============================
   =Forms 
=============================== */
form {
	display: inline; 
}

input, select, textarea, label {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	}

textarea {
	line-height: 1.25;
}
 
label {
	cursor: pointer; 
}

/* ===============================
   =Tables 
=============================== */

table {
	border:0;
	margin:0 0 0 0;
}
 