/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	background-color: #555d33/*#f3ffff*/;
}
table, td { 
	text-align: left;
	vertical-align: top;
}
h1 {
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2 {
	font-size: 12px;
	margin-bottom: 0px;
} 
h3 {
	font-size: 11px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 7px;
}

a {
	color: #000000;
	text-decoration:none;

}
a.juhu:hover {
	
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}




a img {
	border: 0px;
}

#main {
	
	width: 810px;
	padding: 0px;
	margin: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
	background-image: url('http://creptiles.dk/images/main-tile.png');
	 
}
#top {
	width: 810px;
	height: 175px;
	
	background-repeat: no-repeat;
	background-image: url('http://creptiles.dk/images/main-top.png');
}

img {
	margin-left: 10px;
	margin-right: 10px; 
}
h1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.splitter {
	
	margin-top: 7px;
	margin-bottom: 7px;

}
.splitter-top {
	
	margin-bottom: 7px;

}
.linky {
	font-size: 12px;	
}

#content {
}
#content-thing {
	background-image: url('http://creptiles.dk/images/content-top.png');
	background-repeat: no-repeat;
}
#contentMenu {
	width: 176px;
	border: 2px solid #555d33;
	background-color: #76744a;
	background-image: url('http://creptiles.dk/images/menu-bg.jpg');
	padding: 15px;
}
#contentMain {
	padding-left: 25px;
	padding-right: 35px;
	width: 575px;
}
#contentGfx {
	border: 1px 
	width: 17px;	
}
#contentGfxTable {
	width: 17px;
	height: 100%;
}

#contentGfxBottom {
	width: 17px;
	height: 70px;
	background-image: url('http://creptiles.dk/images/man.png');
}

#bottom {
	width: 810px;
	height: 25px;
	background-repeat: no-repeat;
	background-image: url('http://creptiles.dk/images/main-bottom.png');
}
body {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
}
#formfield {
	width: 400px;
	height: 150px;
	padding-left: 40px;
	padding-top: 40px;
	margin: 0 0 0 0;
	background-image: url('http://creptiles.dk/images/formfield.png');
	background-repeat: no-repeat;
}
#formfield2 {
	width: 400px;
	height: 150px;
	padding-left: 40px;
	padding-top: 40px;
	margin: 0 0 0 0;
	background-image: url('http://creptiles.dk/images/formfield2.png');
	background-repeat: no-repeat;
}