@charset "utf-8";

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 670px;
	padding: 0 0 0 30px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575555;
	letter-spacing: 1px;
	line-height: 16px;
}
.dotted_line {
	margin: 20px;
}
#bottom {
	color: #575555;
	border: 1px solid #c0c0c0;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 20px;
	width: 610px;
}
#bottom a {
	color: #575555;
	text-decoration: none;
}

#bottom a:hover {
	color: #575555;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d13967;
	padding-bottom: 4px;
}

p {
	padding-right: 30px;
}

#menu {
	list-style-type: none;
	padding: 0;
	margin: auto;
}

.right_allign {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}

.intern_pagelink {
	color: #D23968;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
	font-size: 11px;
	margin: 5px;
}


#menu li {
	display: inline;
}

h1 {
	text-indent: -16px;
}

h2 {
	padding-top: 30px;
}
#clients_table td {
	border: 1px solid #FFFFFF;
}
#clients_table td:hover {
	border: 1px dashed #D23968;
}
