/*
 * Style sheet BitchVille.dk
 * Made by: MinorSystems.dk
 */

BODY {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
 
 
A {
	color: #454545;
	text-decoration: none;
}

A:HOVER {
	color: #FF0000;
	text-decoration: underline;
}
#breadCrumb{MARGIN-LEFT:50px;FONT-FAMILY:verdana;FONT-SIZE:14px;FONT-WEIGHT:bold}
.breadCrumbElm{COLOR:black;TEXT-DECORATION:none}
/*
 * Main table
 */
 
.main_table {
	background-color: #FFFFFF;
	margin: 0px;
}
 
.hori_div {
	height: 2px;
}

.logo_cell {
	background-color: #745E5E;
	color: #FFFFFF;
	font-size: 18px;
	padding-left: 20px;
}

.scrollpage { 
	height: 420px;
	width: 670px;
	overflow:auto;
	padding: 10px 10px 10px 10px;
	color: white;
}

 /*
 * Text
 */

.text {
	color: #000000;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

.header {
	color: #454545;
	font-size: 14px;
	font-weight: bold;
	padding-left: 30px;
	background-color: #E9E8D2;
	height: 24px;
	background-image: url(img/header_pote.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.image {
	border: 1px solid #ADADAD;
	margin: 0px;
}

.image_left {
	border: 1px solid #ADADAD;
	margin: 0px 5px 3px;
	padding: 2px 2px 2px 2px;
	float: left;
	background-color: white;
}

.image_right {
	border: 1px solid #ADADAD;
	margin: 0px 5px 3px;
	padding: 2px 2px 2px 2px;
	float: right;
	background-color: white;
}

 /*
 * Menu
 */
 
 .menu_table {
 	background-color: #E9E8D2;
	color: #454545;
	margin: 0px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
 }
 
 .menu a {
 	color: #FFFFFF;
	text-decoration: none;
 }
 
 .menu a:hover {
 	color: #FF0000;
	text-decoration: underline;
 }
 
 /*
 * Bottom
 */
.bottom {
	background-image: url(img/bottom_bg.gif);
	background-repeat: repeat-x;
	color: white;
	font-size: 10px;
	height: 34px;
}

.bottom a {
	color: white;
}

.bottom a:hover {
	color: #536A81;
}

 
 /*
 * Copyright
 */
 .copyright {
 	font-size: 10px;
	color: black;
	text-align: center;
	padding-top: 15px;
 }
