@charset "UTF-8";
/* CSS Document */


body {
	font-size:14px;
	font-family:Courier, Arial, serif, Times;
	background:#ffffff;
	text-align:center;
	
	}
	
h1,h2 a { margin:0; padding:0}

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

a:visited {
	color: #000000;
}


/*--------*/


h1{
	font-size:1em;
	font-weight: normal;
	margin-top:40px;
	padding:0px;
	color:#000000;
	}

.clear {clear:both;}

.caja {
	width:730px;
	margin:120px auto 0px auto;
	height: 90px;	
	}
	
.caja2 {
	width:730px;
	margin:20px auto;
	height: 150px;
	color: #fff;
	font-size:14px;
	}
	
	.caja2 .in{
		background: url() no-repeat;
		float:left;
		margin-left: 0px;
		
	}
	
	.caja2 .out{
		float:right;
		padding-right:0px;
	}
	
h1.titel{
	width:600px;height:200px;
	background: url(../img/munchen.gif) no-repeat;
	text-indent:-9999px;
}



