/* LAYOUT */
body {
	margin: 40px 0px 20px 0px;
	padding: 0;
	background-color: #7D8896;
	text-align: center;
	font: normal 11px Tahoma, "Lucida Grande", Verdana, Arial, Sans-serif;
	color: #2e2e2e;
	line-height: 16px;
	/*behavior:url("/_templates/js/csshover.htc");*/
}
#main {
	margin: 0px auto;
	text-align: left;
	width: 772px;
}
#middle {
	width: 772px;
	background: #fbfbfb url(/_templates/images/theme_blue/pagebg.png) repeat-y center;
}
#middle_nobg {
	width: 772px;
	background-color: #fbfbfb;
}
#nav {
	clear: both;
	width: 772px;
	height: 42px;
	border: 1px solid #545B65;
	background: #fbfbfb url(/_templates/images/theme_blue/navbg.png) repeat-x center;
	background-color: #7D98BB;
	color: white;
	font-weight: bold;
}
#nav ul {
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 13px 0px 0px 20px;
	list-style-type: none;
}
#nav ul li {
	float: left;
	display: block;
	margin: 0px 9px 0px 0px;
	text-align: center;
}
#nav ul li a {
	border: 0;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#nav ul li a.hl {
	color: black;
}
#nav ul li a:hover {
	color: black;
}
#logo {
	position:absolute;
	margin-left: 660px;
	top: 15px;
}
#postmiddle {
	width: 772px;
	height: 14px;
	clear: both;
}
#body_left {
	vertical-align: top;
	clear: both;
	float:left;
	\width:546px;
	w\idth:506px;
	padding: 25px 20px 0px 20px;
}
#body_big {
	vertical-align: top;
	clear: both;
	float:left;
	\width:770px;
	w\idth:730px;
	padding: 25px 20px 0px 20px;
}
#body_right {
	float:left;
	\width:224px;
	w\idth:184px;
	padding: 40px 20px 0px 20px;
}
#footer {
	clear: both;
	height: 30px;
	color: #FFFFFF;
	font-size: 9px;
	margin-top: 10px;
	text-align: center;
}

/* TEXT AND FORMATTING */
.error {
	color: #FF0000;
}
blockquote {
	background-color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #e5e5e5;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1 {
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #7D8896;
}
h2 {
	font-size: 13px;
	padding-bottom: 5px;
	padding-left: 20px; 
	background:url(/_templates/images/theme_blue/bullet_1.gif) no-repeat;
}
h3 {
	font-size: 10px;
	color: #545B65;
	font-weight: normal;
}
h6 {
	font-size: 18px;
	margin: 20px 0px 20px 0px;
}
a.bullet {
	display: inline;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 19px;
	background:url(/_templates/images/theme_blue/bullet_1.png) no-repeat;
	border-bottom: 1px dotted #6585AB;
}
a.white:link, a.white:visited, a.white:hover, a.white:active {
	color: white;
	border: none;
}

a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
	color: #6585AB;
	font-weight: normal;
	border-bottom: 1px dotted #6585AB;
}
a:hover, a:active {
	color: #545B65;
	border-bottom: 1px dotted #545B65;
}

a.image:link, a.image:visited, a.image:hover, a.image:active {
	border: 0;
	text-decoration: none;
}

/* LISTS */
ul {
	margin-top: 0px;
}

/* IMAGES */
img {
	border: none;
}
img.border {
	border: 1px solid #414851;
}

img.news {
	border: 1px solid #414851;
	float: right;
	margin: 10px 0px 10px 10px;
}

img.manual {
	float: right;
	border: 1px solid #414851;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* DROPDOWN MENU */
.menudiv {
	line-height: 22px;
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	margin-top: 1px;
	border: 1px solid white;
	border-bottom: none;
	background-color: #6585AB;
}
.menudiv a, .menudiv a:visited, .menudiv a:active {
	font-weight: bold;
	width:100%;
	display: block;
	color: white;
	text-indent: 5px;
	text-decoration: none;
	border-bottom: 1px solid white;
}
.menudiv a:hover {
	font-weight: bold;
	background-color: #7D8896;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid white;
}

/* TABLES */
tr.head {
	height: 20px;
	background-color: #7D98BB;
	color: #EFEFEF;
}
tr.cell_a {
	/*background-color: #D8E0EC;*/
	background-color: #E8ECF5;
	padding-left: 5px;
	padding-right: 5px;
}
tr.cell_b {
	background-color: #CBD3DE;
	padding-left: 5px;
	padding-right: 5px;
}
tr.cell_unread {
	background-color: #FDE4C1;
}
td.list {
	padding: 2px 8px 3px 8px;
	vertical-align: top;
}
td.list_noalign {
	padding: 2px 8px 3px 8px;
}
td.listhead {
	padding: 2px 8px 3px 8px;
}

/* INPUT FIELDS */
input.small	{ /* Oneliner etc */
	width: 100px;
}
input.notsosmall { /* City at sec_entry_upload.php */
	width: 251px;
}
input.tiny { /* e.g. zipcode at sec_entry_upload.php */
	width: 50px;
}
input.tinyest { /* foodorder.html */
	width: 25px;
}
input.normal {
	width: 315px;
}
input.big {
	width: 540px;
}
select.big {
	width: 545px;
}
select.normal {
	width: 320px;
}
textarea.big {
	width: 540px;
	height:150px;
}
textarea.normal {
	width: 315px;
	height: 150px;
}
textarea.tiny {
	width: 315px;
	height: 50px;
}
textarea.banner {
	width: 416px;
	height: 50px;
}
