/* GLOBAL DEFINITIONS */
/* ************************************************************ */

BODY
	{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	background:#2D5971;
	margin: 0;
	padding: 0;
	}

TABLE {color:#000000; font-size: 13px; text-align:left;} /* all tables definition */
INPUT, SELECT, TEXTAREA {font-size: 13px;}

/* ************************************************************ */
/* Definice pro odkazy (navigational texts / menu font spec size)*/
A, A:link, A:visited,A:hover, A:active{font-size: 13px;text-decoration:none;font-weight:normal;color:#336699}
A:hover{color:red;}

.Normal {
	font-size: 13px;
}

#userlinks a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#userlinks a:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

.menu {
	padding-bottom: 20px;
	padding-top: 10px;
}

.menu a {
	color: white;
	font-size: 13px;
	text-decoration: none;
}

.menu a:hover {
	color: white;
	font-size: 13px;
	text-decoration: underline;
}

.MenuItem {
	padding-top: 10px;
	padding-left: 10px;
}

.MenuItemMouseOver {
	padding-top: 10px;
	padding-left: 10px;
}

.currentItemHighlight {
	font-weight: bold;
	font-size: 13px;
}

.leftpane,
.contentpane {
	font-color: black;
	font-size: 13px;
	padding: 10px;
}

.contentpane {
	background-image: url(Images/Malibu-Home-page_08b.jpg);
	background-repeat: no-repeat;
	background-color: white;
}

.contentpane2 {
	background-image: none;
}

.footer {
	color: black;
	font-size: 13px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footer a {
	color: white;
	font-size: 13px;
	text-decoration: none;
}

.footer a:hover {
	color: white;
	text-decoration: underline;
	font-size: 13px;
}
