/*
 * Marco Kilchhofer
 * Persönliche Webseite
 *
 * URL: http://www.kilchhofer.info
 * 
 * Copyright (c) 2003 - 2010 Marco Kilchhofer
 *
 * Version: 1.2 (10/08/2010)
 * Requires: -
 */

/*** Tags formatieren ************************************************/
a:link {
	color: #AABCCD; 
	text-decoration: none;
}

a:visited {
	color: #AABCCD; 
	text-decoration: none;
}

a:active {
	color: #AABCCD; 
	text-decoration: none;
}

.tb {
	border: 1px dotted #697F94;
}

a:hover {
	color: #FBCA20; 
	text-decoration: none;
}
body {
   /* background: #2F4254; */
   background: #171717;
   background-image: url('../../design/images/back.png');
}

body, td {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

/*** eigene Klassen definieren und formatieren ***********************/
.emptytable {
	height: 5px;
}

.tableglobal {
	width: 760px;
	background-image: url('../../design/images/bg_nav_and_content.jpg');
	border: 0px;
}

.tablenav {
	width: 171px;
	height: 332px;
	border:0px;
}

.tablefooter {
	width: 760px;
	height: 20px;
	background-image: url('../../design/images/bg_footer.jpg'); 
	border: 0;
}
