/* general */
* {
	font-family: "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	font-size : 8pt;
	color : #333;
	vertical-align : top;
}
body {
	margin 				: 0;
}

/* div */
#carrier {
	position: absolute; 
	left: 50%; 
	width: 800px; 
	margin: 0 0 0 -400px;
}
#header {
	background-repeat 	: no-repeat;
	background-position : top 50%;
	width 				: 800px;
	height 				: 166px;
	margin 				: 0;
}
#footer {
	clear				: both;
	background-color	: #fff;
	width 				: 800px;
	height				: 25px;
}
#content {
	float				: left;
	width		 		: 770px;
	padding				: 4px 10px 10px 20px;
	background			: #FFF;
}
#navigation {
	background-image	: url(images/navi_bg.gif);
	width				: 800px;
	height				: 25px;
	margin				: 0;
	padding				: 0;
}

div.small {
	width				: 60%;
	margin				: 5px 0 0 0;
}

.clear {
	clear				: both;
}

/* formatierung und headlines */
h1 {
	display 			: none;
}

h2 {
	color 			: #6E6E6E;	
}

h4 {
	margin			: 15px 0 0 0;
}

p {
	margin			: 4px 0 0 0;
}

.sub {
	font-size 		: 90%;
	width			: 100%;
	margin			: 5px 0 10px 0;
}

.center {
	text-align	: center;
}


/* listen und navigation*/
ul {
	list-style 	: none;
}

ul#navigation li {
	margin 		: 0;
	float		: left;
}

div.small ul {
	list-style		 	: url(images/go.gif);
	margin-top			: 10px;
}
div.small li {
	margin-left			: 6px;
}

#navigation span {
	display				: 	none;
}

#navigation img {
	display				:	inline;
	border				:	0 !important;
	margin				: 	2px 0 0 0 !important;
	background			:	#FFF;
}

/*links und bilder */
img {
	margin 				: 10px;
	border 				: 0;
}

div#content img {
	display				: block;
	float				: left;
	margin 				: 3px 10px 50px 0;
	border 				: 0;
}

div#afterImg {
	display				: block;
	float				: left;
	margin 				: 2px 10px 0 0;
	border 				: 1px solid red;
}

a {
	text-decoration 	: none;
}
a:hover {
	text-decoration 	: underline;
}
a.ext {
	color 				: #333 !important;
	font-size 			: inherit;
}
a.ext:after {
	content				: "[?]";
}
a.ext:hover {
	color				: #99b4b5;
}

div.small a {
	color	 			: #99b4b5;
	font-size			: inherit;
}

.todo {
	display			: none;
	color			: red;
}