/* 	MISC SETUP - BLAH BLAH .. DON'T TOUCH */

* {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-family: tahoma;
	font-size: 12px;
	color: #555;
	line-height: 20px;
}

html {
	overflow-y: scroll;
}

body {
	background: white url('../img/bgStretch2.png') top repeat-x;
	height: 101%;
}

.logoTop {
	height: 210px;
	width: 100%;
	background: url('../img/logoTop.png') no-repeat center top;
}

td {
	vertical-align: top;
	border: 0px dotted red;
}
div {
	border: 0px dotted green;
}

img {
	border: none;
}

h1 {
	color: #6a6;
	font-size: 16px;
	margin-bottom:10px;
	margin-top: 18px;
}

a {
	color: #4492c8;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: circle;
	margin-left: 16px;
}

ol {
	margin-left: 16px;
}

hr {
	background: #ddd;
	border: none;
	height: 2px;
}

/* MENU STYLES

*/
.menu {
	position: relative;
	top: -45px;
	height: 37px;
	width: 760px;
}
.menuItem {
	font-family: tahoma;
	font-size: 12px;
	color: #666;
	text-align: center;
	vertical-align: middle;
	background: url('../img/menuOff.png');
	padding: 0 10px 3px 10px;
}
.menuItemOn {
	font-family: tahoma;
	font-size: 12px;
	color: white;
	text-align: center;
	vertical-align: middle;
	background: url('../img/menuOn.png');
	padding: 0 10px 3px 10px;
}
.menu td:hover {
	background: url('../img/menuOn.png');
	color: white;
}
.menuLeft {
	width: 7px;
	background: url('../img/menuLeft.png');
}
.menuRight {
	width: 7px;
	background: url('../img/menuRight.png');
}

/* CONTENT STYLES */

.contentWrapper {
	position: relative;
	top: -45px;
	width: 740px;
	text-align: left;
	padding: 20 20 40 20px;
	background: white;
}
.leftColumn {
	width:500px;
	padding-right:20px;
	border-right:1px dashed #ddd;
}
.rightColumn {
	 width:250px;
	 padding-left:20px;
}
.fullColumn {
	width:740px;
	padding-right:20px;
}

/* REGISTRATION / VISITOR LIST STYLE */

.regListDiv { /* container div til regListen */
	width: 500px;
	border: 0px dotted red;
	overflow: hidden;
}

.registrationList td {
	border: 1px dotted #ddd;
	padding: 4px;
	overflow: hidden;
}

.regHeadline td {
	background: #6a6;
	color: white;
}

.regNumber {
	width: 25px;
}

.regHandle {
	width: 225px;	
}

.regGroup {
	width: 225px;
	
}

.regButton {
	position:relative;
	left:45px;
	width:250px;
	margin: 5px;
	height: 30px;
	font-size: 12px;
}

.regInput {
	margin: 5 15 5 15px;
	width: 250px;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.regCheckbox {
margin: 10px;
}

.necessaryInput {
	font-size: 14px;
	font-weight: bold;
	color: orange;
	position: relative;
	top: -8px;
}

/* 	FOOTER STYLES */
.footer {
	position: relative;
	top: -45px;
	background: #ddd;
	width: 710px;
	padding: 5px 20px 5px 20px;
	text-align: center;
	color: #888;
	margin-top: 20px;
	border: 1px dashed #ccc;

}

.footerInfobar {
	position: relative;
	top: -45px;
	padding-top:5px;
	width:750px;
	background:white;
	text-align:left;
}
.footerInfobar img {
	padding-right: 2px;
}
