*{
	margin:0;
	padding:0;
	border:0;	
}
/*
a {
	text-decoration:none;
	color: red;
}
a.1evel1 {
	font-size:100%;
	color:blue;
}
a.level2 {
	font-size:80%;
	color:mauve;
}
a.level3 {
	font-size:70%;
	color:brown;
}
a.level4 {
	font-size:60%;
	color:green;
}
a.level5 {
	font-size:50%;
	color:grey;
}
*/
/* end generell formatting */
/* structure div */

html, body {
	
	height:100%;
	width:100%;
}
#container {
	margin: 0 auto;
	background-color:#c4c4c4;
	width:100%;
	text-align:left;
	
}
#bread {
	color: #000;
	text-align:left;
	font-family:tahoma;
	font-size: 1em;
	
}

#bread ul {	
	padding-left: 0;
	display: inline;
	border: none;
}
#bread ul li {
	margin-left: 0;
	
	border: none;
	list-style: none;
	display: inline;
}
#bread a{
	color: #ccc;
	text-align:left;
	font-family:tahoma;
	font-size: 1em;
	margin-left: 6px;
	text-decoration: none;
}
#languageSwitch ul {
	margin-left: 2px;
	padding-left: 0;
	display: inline;
	border: none;
}
#languageSwitch ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}
#languageSwitch a{
	color: #999999;
	text-align:left;
	font-family:tahoma;
	font-size: 1em;
	margin-left: 6px;
	text-decoration: none;
}
/* navigation */
#navigation {
	float:left;
	background-color:#c4c4c4;
	width: 30%;
}

#navigation ul li{
	margin: 15;	
}
#navigation ul{
	
}
#content {
	/* background-color:#ff0000;*/
}
.articleContent{
	width:500px;
}
/* center part */
#content{
	float:left;
}
#footer{
	clear:both;
}