/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
/*@import url(layouts.css);*/
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);
@import url(pk.css);


/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	background-color: #CCCCFF;
	height: 100%!important;
	height: auto;
}
html{
    height: 100%;
    } 

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}
a {
	color: #00346c;
	text-decoration: none;
	font-weight: bold;
	border:0;
}
img {border:0;}
a:hover {
	color: #000
	text-decoration: underline;
}
a:visited {
	color: #00346c;
	text-decoration: none;
}
a.image, a.image:hover  {border:0;}

a:focus { outline: none;}
/* Clears Divs */
.clr{clear: both;}

.moduletable table a{font-size:16px}

.moduletable table img{ display:none}
#startmesse {width:333px;}
/*
.moduletable div{display:none}

.moduletable table #active_menu{ display:none}
.moduletable table a{font-size:16px}
*/

/* #######################  END GENERAL SETTINGS ############################ */

