/*----- zugvogel.css -- author: tt-at-immerda.ch :: tt.immerda.ch -----*/
html, body
{
	background-color: #CCC;
	color: #000;
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding: 0px;
	margin: 0px;
}
/*----- the box -----*/
div.header
{
	height:70px;
	width:668px;
	background-color: #399;
	background-image: url(../img/header03.gif);
	background-repeat: no-repeat;
}
div.bus-1
{
	height:49px;
	width:668px;
	background-color: #000;
	background-image: url(../img/bus-0.jpg);
	background-repeat: no-repeat;
}
div.bus-2
{
	height:49px;
	width:668px;
	background-color: #000;
	background-image: url(../img/bus-2.jpg);
	background-repeat: no-repeat;
}
div.fotosund
{
	height:49px;
	width:668px;
	background-color: #FFF;
	background-image: url(../reise/fotos-ber-h.jpg);
	background-repeat: no-repeat;
}

div.skitag
{
	height:49px;
	width:668px;
	background-color: #FFF;
	background-image: url(../reise/skitag/skihead.jpg);
	background-repeat: no-repeat;
}

div.head-kont
{
	height:49px;
	width:668px;
	background-color: #000;
	background-image: url(../img/konta-head.jpg);
	background-repeat: no-repeat;
}
div.sardin
{
	height:49px;
	width:668px;
	background-color: #000;
	background-image: url(../img/sard-head-00.jpg);
	background-repeat: no-repeat;
}
div.head-kors
{
	height:49px;
	width:668px;
	background-color: #000;
	background-image: url(../img/korsik-head.jpg);
	background-repeat: no-repeat;
}
div.navigation
{
	height:20px;
	width:668px;
	background-color: #000;
	color:#FFF;
}
div.navigation-b
{
	height:35px;
	width:668px;
	background-color: #000;
	color:#FFF;
}
div.container { 
	width: 668px;
	text-align: left;
	background-color: #FFF;
}
div.cont-kor { 
	width: 668px;
	text-align: left;
	background-image: url(../img/korsik-body.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}
div.left 
{
 	width: 150px;
	text-align:right;
	float:left;
}
div.right 
{
	position: relative;
	width:518px;
	margin-left:150px;
	right:0;
}
/*---------float-clearing----------*/
.clear {
	height: 2px;
	clear: left;
}
/*----- some regular styles-----*/
img
{
	border:0px;
}
h1
{
	font-size: 18px;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	padding-top: 13px;
	padding-bottom: 4px;
	padding-left: 10px;
}
h2
{
	font-size: 15px;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
}
p
{
	margin-top: 0px;
	padding: 0px 10px 0px 10px;
}
table
{	border: 0px;
/*	padding: 15px 10px 10px 10px;	*/
}
td
{	font-family: verdana, arial, geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding: 0px 10px 0px 10px;
}
/*----- some free styles-----*/
.name
{
	padding-right: 10px;
	font-weight: bold;
}
.small 
{
	font-size: 10px;
	font-weight: normal;
}
.p
{	font-size: 12px;
	font-weight: normal;
}
/*----- links-navigation-----*/
a.nav:link
{
	color:#FFF;
	font-size:13px;
	text-decoration:none;
}
a.nav:visited
{
	color:#FFF;
	font-size:13px;
	text-decoration:none;
}
a.nav:hover
{
	color:#399;
	font-size:13px;
	text-decoration:none;
}
a.nav:active
{
	color: #000;
	font-size: 13px;
	text-decoration: none;
}
/*----- real links ------*/
a:link
{
	color:#000;
	text-decoration:none;
}
a:visited
{
	color:#333;
	text-decoration:none;
}
a:hover
{
	color:#399;
	text-decoration:none;
}
a:active
{
	color: #FFF;
	text-decoration: none;
}
