a:link {color:#00F;text-decoration:none;}
a:visited {color:#00F;text-decoration:none;}
a:hover {color:#903;text-decoration:underlined;}
a:active {color:#00F;text-decoration:none;}

body
	{
	padding:0px;
	margin:0px;
	/* background:#fff url(Bilder/hintergrund.jpg) no-repeat fixed center top; */
	font:100% "TREBUCHET MS",Tahoma,Arial,sans-serif;
	}

h1
	{
	text-align:center;
	font-size:25px;
	padding:10px;
	margin:0px;
	border-bottom:5px solid #D1D1D1;
	border-top:10px solid #D1D1D1;
	}
	
#head
	{
	width:1000px;
	height:200px;
	padding:0px;
	margin:0 auto;
	background-image: url(tschugg-net_header.png);
	background-color: #D1D1D1;
	text-align:center;
	}
	
#container
	{
	width:1000px;
	margin:0 auto;
	color:#222;
	}

	
#left
	{
	float:left; 
	width:480px;
	border-left:15px solid #D1D1D1;	
	border-right:5px solid #D1D1D1;		
	border-bottom:15px solid #D1D1D1;
	background:#ECECEC;
	margin-bottom:30px;
	}

#right
	{
	float:right;
	width:480px;	
	border-left:5px solid #D1D1D1;		
	border-right:15px solid #D1D1D1;		
	border-bottom:15px solid #D1D1D1;	
	background:#ECECEC;	
	margin-bottom:30px;
	}
	
#contentbox
	{
	padding:10px;
	margin:5px;
	font-size: 12px;
	}
	
	/*
	#contentbox img { background:url('schatten.jpg') bottom right no-repeat; padding:0 12px 12px 0; }
	*/
	
#contentbox li
	{
	padding-bottom:7px;
	}
	
#contenbox h2
	{
	
	}
	
#footer
	{
	border-top:10px solid #D1D1D1;
	}