/* 
   CSS Definitions for
   2004 Website of null-oder-eins GmbH
   
   Jürgen Ragaller 2/2/2004
   
   3-column Layout based on 
   http://glish.com/css/7.asp

*/



body {
	margin: 0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #fff;
}

img{
	border: 0px;
}

h2 {
	margin: 0px;
	padding-top: 20px;
	margin-bottom: 30px;
	font-size: 1.2em;
	color: #666666;
}

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

a:hover {
	text-decoration: underline !important;
}

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

/* LAYOUT DIVISIONS */
		
/* HEAD */	
	
/* 
   in case a border
   is drawn around the
   head div, the
   box model hack is
   needed for head
 */
	
#head {
	display: none;
}

/*
div.logo {
	display: none;
}
*/

#topnavigation {
	display: none;
}

div.naventry a {
}

div.naventry a:hover {
	border-bottom: none;
}
	


/* LEFTCONTENT */

#servicenavigation {
	display: none;
}


/* CENTERCONTENT */

#centercontent {
	border: 0px;
	margin-left: 0px;
	padding: 0;
	float: left;
	width: 100%;
}

#centercontent ul {
	padding-left: 20px;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 15px;
	list-style-image:  url("../images/css_imgs/list_styler.gif");
}

#centercontent li {
	margin-bottom: 10px;
}

#mainnavigation {
	display: none;
}


/* RIGHTCONTENT */

#subnavigation {
	display: none;
}