/* Main Tema
----------------------------------*/
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:active{text-decoration: none;}
a:hover{text-decoration: underline;}
.iwan {font-family: Arial, Helvetica, sans-serif}
.alert-flash {
    text-align: right;
    position: absolute;
    right: 50%;
    margin-right: -467px;
    color: #ffffff;
    background-color: #d01c1c;
    padding: 5px;
    border-radius: 4px;
    font-size: 75%;
    font-weight: bold;
    top: 19px;
    height: 12px;
    text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.66);}
	
#nav {
	width: 950px;}
	
#navbar {
	width:135px;
	top: 0px;
	margin-top: 20px;
	padding: 10px 0px;
	border-color: #00000038;
    z-index: 5;
    background: #660000;
    overflow-x: hidden;
	float: left;
    -webkit-border-radius: 6px;}

#navbar a {
    text-decoration: none;
	font-weight:bold;
    color: #000;
	font-size: 15px;
    display: block;}

#navbar a:hover {
    color: blue;}

#navbar a.active {
    color: blue;}

.pricing {
    margin-left: 150px;
	text-align: left;}

.stickynav {
  position: fixed;
  top: 20px;}
  
  
/* Tabel1
----------------------------------*/  
#customers {
  border-collapse: collapse;
  width: 100%;}

#customers th {
  border: 1px solid #ddd;
  padding: 5px;
}
   
#customers td{
  border: 1px solid #511010;
  padding: 3px;
}

#customers tr:nth-child(even){background-color: #211514;}

#customers tr:hover {background-color: #310602;}

#customers th {
  background-color: #660000;
  color: white;
}

/* Tabel2
----------------------------------*/  
#phonebook {border-collapse: collapse;width:100%;padding:1px;}
#phonebook tr.red td { border-bottom: 1px solid red; color: red;}
#phonebook tr.yellow td { border-bottom: 1px solid yellow; color: yellow;}
#phonebook tr.green td { border-bottom: 1px solid Limegreen; color: Limegreen;}


/* ATIKA Menu
----------------------------------*/
.topnav {
  overflow: hidden;
  background-color: #660000;
  -webkit-border-radius : 5px 5px 5px 5px;}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
  font-size: 14px;}

.topnav a:hover {
  background-color: #ff1a1a;
  color: black;}

.topnav a.active {
    background-color: #ff1000;
    color: white;}
	
	
	

/* PTSP 
----------------------------------*/
.kontainer{
	margin-top:10px;
	margin-bottom:25px;
	font-size:56px;
	font-weight:bold;
	text-align:center;
}

.kontainer2{
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

#konter{
	-moz-border-radius : 15px 15px 15px 15px ;
	-webkit-border-radius : 15px 15px 15px 15px;
	background-color:#800000;
	padding:10px;
}

#konter2{
	-moz-border-radius : 15px 15px 15px 15px ;
	-webkit-border-radius : 15px 15px 15px 15px;
	background-color:#800000;
	padding:5px;
	color:yellow;}
