
/* Stylesheet for content*/

/* Allgemeine Definitionen */
* {
	margin		: 0px;
	padding		: 0px;
   }

li {
	list-style-type	: disc;
	list-style-position: outside;
	margin-left	: 30px;
	font-family	: verdana;
	font-size	: 13px;
	line-height	: 20px;
}

body {
	background	: #FFFFFF ;
	font-family	: Verdana; 
	font-size	: 10px;
   }

table {
	background-color: #FFFFFF;
   }

table td {
	background-color: #FFFFFF;
   }


a {
	text-decoration	: underlined;
	color		: #000;
   }

ul {
	list-style-position: inside;
	list-style-type	: square;
   }

img {
	border		: 0px;
   }


#GlobalContainer {
	width		: 1000px;
	border		: 0px;
	margin		: auto;
	border		:1px solid #e0e0e0;
	border-top	: 0px;
   }

.breaker {
	clear		: both;	
	width		: 0px;
	height		: 0px;
   }



