*{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	z-index: 5;
	background-color: #F1F4FF;/*#77787c;*/
	/*background: url(../gfx/background_test3.gif);*/
}

.center{
	margin-left: auto;
	margin-right: auto;
	width: 998px;
}

#wrapper{
	background-color: #ffffff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	position: relative;
	width: 998px;
	-webkit-box-shadow: 0 0 9px #ccc; /*0 0 15px #444449;*/
	-moz-box-shadow: 0 0 9px #ccc;
	box-shadow: 0 0 9px #ccc;
}


h1{
	font-size: 44px;
	letter-spacing: -3px;
}

h2{
	font-family: georgia, times, serif;
	font-size: 16px;
	margin-top: 3px;
}

h3{
	font-family: georgia, times, serif;
	color: #333333;
}

p{	
	margin-bottom: 15px;
}


td{
	padding-right: 10px;
}

em{
	color: #ff0000;
	font-weight: bold;
}

a img{
	border: 0px;
}

.quote{
	font-style: italic;
}

#header{
	background: #000000;
	height: 100px;
	-webkit-box-shadow: 3px 3px 9px #99999f;/*3px 3px 9px #555559;*/
	-moz-box-shadow: 3px 3px 9px #99999f;
	box-shadow: 3px 3px 9px #99999f;
}

#header h1{
	color: #ffffff;
	float: left;
	margin: 7px 20px 0 0;
	text-shadow: 2px 2px 1px #999999;
}

#header p{
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding: 30px 20px 0 0;
}

/*  MENU   */
#menu{
	left: 0px;
	position: absolute;
	top: 70px;
	width: 100%;
	z-index: 100;
}

#menu ul{
	font-size: 15px;
}

.arrow {
	background: url("../gfx/generatorSprite.png") no-repeat scroll right 6px transparent;
}

#menu li{
	background: url(../gfx/generatorSprite.png) -258px -38px no-repeat;
	float: left;
	font-weight: bold;
	list-style-type: none;
	margin: 0px 4px 0px 0px;
	padding: 5px 0px 7px 5px;
}

.menuHead{
	color: white !important;
	text-decoration: none !important;
}

#menu li a{
	background: url(../gfx/generatorSprite.png) right -68px no-repeat;
	color: white;
	padding: 5px 9px 7px 7px;
	text-decoration: none;
}

#menu li a:hover{
	color: #ffcc00;
	text-decoration: underline;
}

#menu ul ul {
	background-color: #0134c4; 
	display: none;
	margin-left: -6px;
	padding: 8px 0 0px 20px;
}

/* starhack to prevent jQuery list to float wild in IE6 */
* html #menu ul ul {
	width: 200px;
}

#menu ul ul li {
	background: none;
	color: white;
	float: none;
	font-size: 12px;
	list-style: disc inside;
	margin-left: -7px;
	padding: 2px 0 8px 0px;
}

#menu ul ul li:hover {
	color: #ffcc00;
}

#menu ul ul li  a{
	background: none;
	padding: 0px;	
}

#menu #onli {
	text-decoration: none;
}


/* GENERATOR FELT */
#codename-generator{
	background-color: #f1f4ff;
	border: 1px solid #ccc;	
	font-size: 9px;
	margin-bottom: 25px;
	padding: 0px 10px 3px 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#codename-generator p{
	color: #666;
	margin-bottom: 3px;
}

#knap{
	background: url(../gfx/generatorSprite.png) 0px -32px no-repeat;
	border: 0px;
	color: white;
	cursor: pointer;
	font-size: 17px;
	font-weight: bold;
	height: 36px;
	margin: 0px 0 25px 174px;
	text-shadow: -1px -1px 2px #666;
	width: 258px;
}

#codename-generator input::-moz-focus-inner{  /*Remove button padding in FF*/
    border: 0;
    padding: 0;
}


#resultBox{	
	font-size: 16px;
	margin-left: -24px; /* Visuelt center*/
}

#result{
	font-size: 30px;
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
}

#codename{
	color: black;
}


form{
	margin: 30px 0 0 0px;
}

/*   GOOGLE ADDS    */
#googlebanner{
	border: 1px solid #dddddd;
	width: 100%;
}

#adds{
	padding: 10px 0 10px 100px;
}

#googlebanner_save_top{
	border: 1px solid #dddddd;
	margin-bottom: 16px;
	padding: 10px 2px 5px 11px;
}

#googlebanner_save_bund{
	border: 1px solid #dddddd;
	margin-top: 25px;
	padding: 10px 2px 5px 11px;
}

/*   BOOKMARK BOX  */
#bookmarkBox{
	border: 1px solid #ccc;
	float: left;
	margin: 25px 0px 30px 0px;
	height: 84px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
}

#social_icons{
	float: left;
	margin-right: 32px;
}

#bookmark{
	margin: 10px 10px 0 17px;
}

#bookmark h4{
	color: #333333;
	font-family: georgia, times, serif;
	font-size: 12px;
	margin-bottom: 7px;
}


#bookmark p{
	font-size: 12px;
	line-height: 20px;
}

#bookmark a{
	color: #0000cc;
	font-size: 11px;
}

.bookmarkImage{
	float: left;
	display: block;
	height: 32px;
	margin: 3px 17px 0 0;
	width: 32px;
}

#facebook{
	background: url(../gfx/generatorSprite.png) 0px 0px no-repeat;
}

#twitter{
	background: url(../gfx/generatorSprite.png) -32px 0px no-repeat;
}

#stumble{
	background: url(../gfx/generatorSprite.png) -64px 0px no-repeat;
}

#delicious{
	background: url(../gfx/generatorSprite.png) -96px 0px no-repeat;
}

#reddit{
	background: url(../gfx/generatorSprite.png) -128px 0px no-repeat;
}

#google{
	background: url(../gfx/generatorSprite.png) -160px 0px no-repeat;
}

#social_bookmarking{
	font-size: 12px;
	padding: 15px 0 15px 0px;
}

#abouttext{
	float: right;
}


/* SAVE  COLUMN */
#savelist{
	color: black;
	font-size: 12px;
	line-height: 18px;
	margin-left: 30px;
	width: 250px;
}

#savelist h2{
	color: black;
	font-size: 18px;
	letter-spacing: -1px;
	margin: 0 0px 4px -2px;
}

#savelist p{
	margin: 0px;
}


#thelist{
	background-color:#f1f4ff;/*#E6ECFF;*/
	border: 1px solid #ccc;	
	border-bottom: 0px;
	padding: 12px 0px 10px 8px;
	margin: 5px 0 0 0;
	min-height: 118px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#remember{
	background-color: #f1f4ff;
	border: 1px solid #ccc;
	border-top: 0px;
	color: #666;
	font-size: 10px;
	padding: 0 0 2px 6px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;	
}


/* MAIN COLOUMN */
#main{
	float: right;
	margin-right: 30px;
	width: 660px;
}

/* starhack to prevent dobbelt margin bug i IE6 */
* html #main{
	display: inline;
}

#left{
	float: left;
	margin: 0px 0 0 0px;
	padding-top: 0px;
	width: 275px;
}

#right{
	margin: 0px 0 0 310px;
	padding-top: 0px;
	width: 275px;
}


.headarticle{
	line-height: 18px;
	font-size: 12px;
	margin: 35px 0 40px 0px;
}

.headarticle h1{
	font-size: 20px;
	margin: 30px 0 15px 0;
	letter-spacing: -1px;
}

.headarticle h2{
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 15px;
}

.headarticle h3{
	font-family: arial, verdana, sans serif;
	margin-bottom: 0px;
	margin-top: 15px;
}

.headarticle p{
	margin-bottom: 10px;
}

.article{
	line-height: 21px;
	margin-bottom: 50px;
}

.article h1{
	font-size: 20px;
}


.article h2{
	margin: 0px 0 0px 0;
	padding-top: 15px;
}

.article h3{
	font-size: 12px;
	margin: 15px 0 0px 0;
}

.article p,.article ul{
	font-size: 11px;
}

.article ul{
	padding: 0 0 20px 20px;
}

#mailform{
	margin: 30px 0 15px 0;
}

#mailform td.descrip{
	text-align: right;
	padding-right: 4px;
}

#mailform td{
	padding: 3px 0 6px 0;
}

#footer{
	border-top: 1px solid #ddd;
	padding: 5px 0;
	font-style: italic;
	clear: both;
	text-align: center;
	font-size: 9px;
}

#validHtml{
	background: url(../gfx/generatorSprite.png) -192px 0px no-repeat;
	display: block;
	height: 31px;
	margin-left: auto;
	margin-right: auto;
	width: 88px;
}






