﻿@import url(new_styles.css);

body {
	font-family: verdana, arial, sans-serif;
    font-size: 100%;
    text-align:justify;
     background-color:#FFFFFF ;
     margin: 0px;
     padding: 0px;
}


table.header {
      background-color:#4C92CD;
      background-image: url('../images/header/header.gif');
      width: 860px;
      height: 110px;
      border:#000000 4px solid;
      border-bottom: 1px solid #68808A;
      border-left: 2px solid #FFFFFF;
      border-right: 2px solid #FFFFFF;
}


table.header_bb {
      background-color:#4C92CD;
      background-image: url('../images/header/header_ktown.gif');
      width: 860px;
      height: 110px;
      border:#000000 4px solid;
      border-bottom: 1px solid #68808A;
      border-left: 2px solid #FFFFFF;
      border-right: 2px solid #FFFFFF;
}




/* Main Heading */

span.header_eifel {
	color: #FF0000;
     font-size: 11px;
     font-family: "Comic Sans MS", verdana, arial, sans-serif;
}

span.header_stuff {
	color: #FFCC00;
     font-size: 11px;
     font-family: "Comic Sans MS", verdana, arial, sans-serif;
}

span.header_com {
	color: #00FF00;
     font-size: 11px;
     font-family: "Comic Sans MS", verdana, arial, sans-serif;
}




table.navi_horizontal {
     background-color:#FFFFFF;
     background: url('../images/navigation/grey.jpg');
     width: 860px;
     height: 20px;
     border:#012B37 2px solid;
     border-top: 2px solid #FFFFFF;
     border-left: 2px solid #FFFFFF;
     border-right: 2px solid #FFFFFF;
}


/*the main table below the header */

table.main {
     background-color: #FFFFFF;
     width: 860px;
     height: 500px;
     
}


td.categories {
 	width: 180px;
 	background-color: #4F94CE;
    border:#012B37 2px solid;


}

td.categories_kt {
 	width: 180px;
    background-color: #E50106;
    border:#012B37 2px solid;
}



/* ###################################################################################*/
/* ###################################################################################*/





table.startPage_table{
	border: 1px solid #00DF00;
     padding: 8px;
     background-color:#FFFFFF;
     width: 500px;

}



table.cat_item {
     border: 1px solid #00DF00;
     padding: 8px;
     background-color:#FFFFFF;
     width: 100%;
}

td {
	 text-align: left;
}

td.navi {
      text-align: center;
}

td.navi_home {
	 text-align: left;
}

td.navi_right {
	 text-align: right;
}



td.header {
     align: center;
}


h4 {
	color: #0070C0;
}

a.navi {
	text-decoration: none;
     font-size: 1.2em;
     color: #000000;
}

a.navi:hover {
	text-decoration: underline;
     color: #001060;
}

a.cat {
     text-decoration: none;
     font-size: 0.9em;
     color: #FFFFFF;
     
}

a.see_details {
     text-align: right;
     text-decoration: none;
     font-size: 0.90em;
     font-weight: 400;
     color: #012B37;

}

a.see_details:hover {
     text-align: right;
     text-decoration: underline;
     color: #FF5F00;
}

a.cat:hover {
	text-decoration: underline;
     color: #001060;
}


div.left_col {
	padding-top: 20px;
     color: #FFFFFF;
}

div.post_here {
	font-size: 0.65em;
     background-color: #FFFFFF;
}

a.post_here {
   	color: #012B37;
}



span.header1 {
	font-size: 11px;
     font-weight: 700;
}


span.footer, a.footer {
    color: #4F4F4F;
     font-size: 0.75em;

}
span.details {
     text-align:justify;
     color: #4F4F4F;
     font-size: 0.90em;

}

span.cat_message {
	font-size: 0.8em;
     font-weight: 400;
}


ul.cat {
	list-style-type: none;
     margin: 0;
     padding: 0;
}

li.cat {
	border-top: 1px solid #3E89C9;
}

li.cat_kt {
     border-top: 1px solid #B61912;
}

li.cat a:hover {
	background-color: #ffffff;
     display: block;
}





