/* CSS Styles
 * www.kaupass.de
 */
body {
	margin : 0;
	padding : 0;
	height : 100%;
	color : #330; 
	font-size : 11pt; 
	font-family : Arial, Helvetica, sans-serif; 
	background-color : #fff;
	}
h1 { font-size : 24px; font-weight : bold; color : #330;}
h2 { font-size : 17px; font-weight : bold; color : #330;}
h3 { font-size : 13px; font-weight : bold; color : #330;}
a img { border : none; }
li { list-style-image : url(ak_images/ul_lotus.gif); }
table { border : 0px solid black; bgcolor : #fff;}
tr { border : 0px solid black; }
td { border : 0px solid black; }
input, textarea, select  {
	border: thin solid #330;
	color: #330;
	font-size: 9pt;
	font-weight: bold;
}

/* 
 * CONTENT 
 */
#bg_menu {
	background-image : url(ak_images/bg_menu.gif);
	background-repeat : no-repeat;
	background-position :  left top;
	background-attachment : scroll;
	}

.column {
	vertical-align: top;
	}

/*#Container {
	position : absolute;
	height : 100%;
	width : 100%;
	margin : 0;
	padding : 0;
	vertical-align : middle;
	}

#frame {
	width : 1024px;
	border: 1px solid #330;
	}

.column {
	width : 400px;
	border : 0px solid black;	
	padding-left : 2%;
	padding-right : 2%;
	padding-top : 0%;
	padding-bottom : 0%;
	vertical-align: top;
	}

.full {
	width : 800px;
	border : 0px solid black;	
	padding-left : 2%;
	padding-right : 2%;
	padding-top : 0%;
	padding-bottom : 0%;
	
}	

*/
.spacer { width : 400px; height : 60px; }

#counter { position : absolute; left : 200px; }
#footer {
		height : 50px;
		text-align : center;
		vertical-align : bottom;
		font-size : 8pt;
	}
/* 
* LINKS 
*/
A { 
	font-size : 10pt; 
	font-weight : bold; 
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	color : #330; 
	}
A:hover { color : #693; }
A.small { font-size : 8pt; font-weight : lighter; }
A.small:hover { color : #693; }
