body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Ave!LUMNI-Logo */
.logo, .logo_start {
	position: absolute;
	top: 2px;
	z-index: 15;
	border: 0px;
}
.logo {
	right: 150px;
	margin-right: 15px;
}

.logo_start {
	right: 5px;
}

.logo_title {
	font-size: 15px;
	color: #666666;
	position: absolute;
	z-index: 25;
	right: 35px;
	top: 111px;
	text-align: right;
	font-weight: bold;
}


.gecko {
	position: absolute;
	z-index: 10;
	left: 50px;
	top: 100px; 
}

.menu_lt, .menu_lb, .menu_rt, .menu_rb, .menu_lb_sub {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	color: #AAAAAA;
	position: absolute;
	z-index: 20;
}

.menu_lt {
	left: 170px;
	top: 130px
}

.menu_lb {
	left: 85px;
	top: 385px
}
.menu_lb_sub {
	font-size:11px;
	left: 85px;
	top: 410px
}

.menu_rt {
	left: 550px;
	top: 245px
}

.menu_rb {
	left: 370px;
	top: 490px
}


a {
	text-decoration:none;
}

	a:link {
		color: #999999;
	}

	a:visited {
		color: #666666;
	}

	a:hover, a:focus {
		color: #000000;
	}

h1, h2, h3 {
	margin: 0px;
}

h1 {
	font-size: 32px;
	padding: 0px 0px 0px 0px;
}

h2 {
	font-size:24px;
	padding: 0px 0px 0px 10px;	
}

h3 {
	font-size: 18px;
	padding: 0px 0px 0px 20px;	
}


.h1-text {
	padding: 5px 30px 5px 10px;
	margin: 5px;
}

.h2-text {
	padding: 5px 30px 5px 20px;
	margin: 5px;
}

.h3-text {
	padding: 5px 30px 5px 30px;
	margin: 5px;
}

.footer, .footer_index {
	font-size:11px;
	padding-top: 2px;
	padding-left: 25px;
	padding-right: 25px;
	width:350px;
	border-top: 1px solid #999999;
	margin-top: 15px;
	text-align: center;
	clear:both;
}

.footer_index {
	position: absolute;
	top: 595px;
	left:50px;
}

.newscolumn {
		position:absolute;	
		width:250px;
/*		text-align:center;*/
		top:158px;
		right:10px;
		float:right;
}

.shortNewsItem{
	border: 1px solid #999999;
	margin-bottom: 10px;
}

.longNewsItem{
	width: 640px;
	border: 1px solid #999999;
	margin-bottom: 10px;
}

.newsHeading{
	font-size: 14px;
	border-bottom: 1px solid #999999;
	text-align:center;
	padding: 2px 5px 2px 5px;
	margin: 0px;
}

.newsText{
	padding: 2px 5px 2px 5px;
}

.newsShort{
	padding: 2px 5px 2px 5px;
	font-weight: bold;
}


.newsKnowMore{
	text-align:right;	
	padding: 5px 5px 0px 5px;
}

.newsFooter{
	font-size: 11px;
	text-align:right;	
	padding: 2px 5px 2px 5px;	
}

.body_index {
	margin-right: 275px;
}

.body, .body_index {
	margin-top: 125px;
	width: auto;
	min-width: 600px;	
}

	h1, h2, h3 {
/*		border: 1px solid #BBBBBB;	*/
		clear:left;
	}

.menu {
/*	margin-top: 125px;*/
	position:absolute;
	right: 5px;
	top: 0px;
	z-index: 15;
/*	float:left;*/
	font-size: 14px;
	margin: 0px 5px 20px 70px;
	padding: 5px 15px 5px 15px;
	font-weight: bold;
/*	width: 400px;
	height: 100px;*/
	text-align: right;
	
}

.userListItem {
	border: 1px solid #999999;
	height: 70px;
	margin-bottom: 4px;
}

.userListImage {
	float: left;
	margin: 1px 10px 1px 10px;
}

.userListHeadline {
	padding-top: 5px;
	font-weight:bold;
}

.userListDetailItem {

}

.leftInfoBox {
	border: 1px solid #999999;
	position:absolute;
	left: 0px;
	top: 10px;
	float:left;
	width: 230px;
	margin: 10px;
	font-size: 11px;
}

.alphabetBox {
	border: 1px solid #999999;
	position:absolute;
	left: 0px;
	top: 10px;
	float:left;
	width: 150px;
	margin: 10px;
	font-size: 12px;
}

	.alphabetBox td {
		width: 30px;
		text-align:center;
	}

h2.buttons {
		clear: both;
		font-size: 18px;
		padding: 3px 6px 3px 6px;
		margin: 15px  0px 0px 15px;
	}


	ul.buttons{
		list-style:none;
		margin:0;
		padding:0;
		font-size:14px;
	} 
	
		ul.buttons li.buttons{
			width:300px;
			float:left;
			padding:3px 3px 3px 3px;
			border: 1px solid #cccccc;
			margin: 0px 3px 3px 3px;
			list-style:none;
			font-size:12px;
			min-height: 220px;
		} 
		
		ul.buttons li.small{
			width:175px;
			float:left;
			padding:5px 5px 5px 5px;
			border: 1px solid #cccccc;
			margin: 0px 3px 5px 3px;
			list-style:none;
			font-size:12px;
			min-height: 60px;
		} 		

		ul.buttons li.info{
			width:250px;
			float:left;
			padding:5px 5px 5px 5px;
			border: 1px solid #cccccc;
			margin: 0px 3px 5px 3px;
			list-style:none;
			font-size:12px;
			min-height: 125px;
		} 	
	
			ul.buttons li.buttons img, ul.buttons li.small img{
				float:left;
				padding-right:6px;
				padding-bottom:2px;
			} 
			
			ul.buttons li.buttons h3, ul.buttons li.small h3, ul.buttons li.info h3{
				font-size:14px;
				margin:0;
				padding:0px;
				border:0px;
				text-align:center;
			} 
			
			ul.buttons li.buttons p, ul.buttons li.info p, ul.buttons li.small p{
				margin:0;
				padding:0;
/*				height:40px;*/
				color:#000;
				overflow:hidden;
			} 
			
			ul.buttons li.buttons p.noPermission {
				margin: 15px 15px 15px 15px;
				font-size:14px;
				color:#999999;
				vertical-align: middle;
				text-align: center;
			}


th {
	text-align:right;
	vertical-align: top;
}

.right {
text-align:right;
vertical-align: top;
}

.left {
text-align:left;
vertical-align: top;
}

.center {
	text-align: center;
}

td.center {
	text-align: center;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;	
}

td {
	padding-left: 8px;
	padding-right: 2px;
	vertical-align: top;
}

td.lowPadding {
	padding-left: 4px;
	padding-right: 1px;
}



.withoutBorder {
	border: 0px;
}

table.withBorder, table.withBorder tr, table.withBorder tr td, table.withBorder tr th {
	border: 1px solid #999999;
	padding: 3px;
	vertical-align: top;
}

dl {
	margin: 5px 25px 5px 25px;
}

dt {
	font-weight: bold;
	font-size:14px;
}

.abcIdx {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dashed #CCCCCC; 
	border-left: 1px dashed #CCCCCC; 	
	padding: 0px 0px 1px 25px;
	margin: 0px 0px 5px 0px;;
}

.closed {
	font-size:18px;
	color:#FF0000;
	margin: 50px 100px 0px 100px;
}

.control {
	float:right;
	border: 0px;
	margin-left: 3px;
}

.stopFloating {
	clear:both;
}