@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,latin-ext);

* { margin:0; padding:0; outline:none; border:none;}
body { background:#000 url(bg.jpg) top center; color:#ccc; font-family: 'Roboto Condensed', sans-serif; font-size:12px; overflow-y:auto; overflow-x:hidden;}

.clr { clear:both;}

a { color:#FFF; text-decoration:none;}
a, img { border:none;}

h1, h2 { margin:10px 0 10px 0px; font-size:25px; letter-spacing:0px; color:#ff0000;}

strong {color:#ff0000;}

.blink {
  animation: blink 1s steps(5, start) infinite;
  -webkit-animation: blink 1s steps(5, start) infinite;
  position:absolute; top:-25px; right:45%; z-index:999999; font-size:18px; color:#f00;
}
@keyframes blink {
  to {
	visibility: hidden;
  }
}
@-webkit-keyframes blink {
  to {
	visibility: hidden;
  }
}

input, textarea, select {font-family: 'Roboto Condensed', sans-serif;} 

.input{ width:300px; background:#111; border:1px solid #222; color:#999; padding-left:5px; font-size:11px; height:20px;}
.textarea{ width:300px; height:60px; background:#111; border:1px solid #222; color:#999; font-size:11px; font-family:Arial, Helvetica, sans-serif; padding-left:5px; overflow:hidden;}
.send{ width:90px; height:30px; text-align:center; background:#111; color:#ccc; cursor:pointer;}
.send:hover { background:#c8086b; color:#eee;}

.galeri{ width:60px; height:40px; padding:5px; border:1px solid #444; margin-right:5px; margin-bottom:10px;}
.galeri:hover{ opacity:0.5;border:1px solid #222;}

.aToolTip { border:1px solid #333; background:#000; color:#ccc; margin-top:30px; margin-left:10px; padding:2px 10px; font-size:11px}
.aToolTip .aToolTipContent { position:relative; margin:0; padding:0;}

#nav{position:relative; margin:10px; padding:0; font-size:12px; top:10px;}
#nav .clear{clear:both;}
#nav ul{padding:0 0 0 5px; margin:0; list-style:none; width:648px;}
#nav li{ margin:1px 1px; background:#000; float:left; border:1px solid #222; }
#nav li a{text-decoration:none; color:#fff; text-align:center; font-size:12px; letter-spacing:0px; font-weight:bold; display:block; padding:8px 14px;}

.peKenBurns { width: 100%; height: 650px; margin:0 auto;}
.peKenBurns .peKb_slides .peKb_caption h1 {  font-size: 30px; font-family:"Times New Roman", Times, serif; line-height:45px; letter-spacing:-1px; color: #eee;  text-shadow:0 0 5px #000; }		
.peKenBurns .peKb_slides .peKb_caption .peKb_real{background:url(h1.png); opacity:0.7; padding: 0px; margin-top:-100px; position:absolute; left:-310px; }
.peKenBurns .peKb_slides .peKb_caption { margin: 0px 5px 5px 5px; }	
.peKenBurns .peKb_slides .peKb_caption .peKb_background { }


#footer { position:relative;}
#footer .menu a { font-size:10px; padding:0 5px; color:#fff; }
#footer .menu a:hover { color:#9b8150}

#search-input {width:175px; height:17px; background:#222; padding-left:13px; font-size:11px; color:#ccc; }
#search-button {width:65px; height:17px; color:#fff; background:#ff0000; border:none;font-size:11px; cursor:pointer; }
#search-button:hover {color:#ff0000; background:#222;  }

#arama-input {width:220px; height:20px; background:#000; padding-left:13px; margin-left:5px;  border:1px solid #222; font-size:11px; color:#ccc; }
#arama-button {width:65px; height:20px; color:#111; background:url(arama.png) no-repeat; border:none;font-size:11px; cursor:pointer; }

/* ----------  primary layout ---------- */
#wrapper { width: 630px; padding-bottom:10px; left:400px; position:absolute; background:url(content.png); z-index:250000; }		
#header { padding: 5px 10px; width: 600px; }		
p { font-size: 13px; line-height:15px; color:#eee; }
		