/** stylesheet css **/

body {
	margin: 0;
	padding: 0;
	background: #fff url(/pics/home/bg.jpg) repeat-x top;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal; 
	}

p {
	margin: 0 0 10px 0;
	color: #0a6b9d;
	}

h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 14px;
	color: #0a6b9d;
	border-bottom: 1px solid #0a6b9d;
	}

h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	color: #0a6b9d;
	font-weight: bold;
	}

a img {border: 0;}



/******************************* container **/
#container {
	position: relative;
	width: 820px;
	margin: 0 auto;
	padding: 0;
	}


/************************* header **/
#header {
	width: 820px;
	height: 214px;
	background: url(/pics/home/header.jpg) no-repeat top;
	margin: 0;
	padding: 0;
	}

#language {
	position: absolute;
	width: 140px;
	height: 12px;
	top: 12px;
	right: 80px;
	}

	.flags {
		position: absolute;
		width: 50px;
		height: 12px;
		top: 13px;
		right: 50px;
		}



#logo {
	position: absolute;
	left: 20px;
	top: 47px;
	display: block;
	width: 218px;
	height: 72px;
	}


#login {
	position: absolute;
	left: 0;
	top: 120px;
	line-height: 2.7em;
	}


/************************* header **/
#content {
	position: relative;
	width: 772px;
	height: 920px;
	margin: 0 auto 60px auto;
	padding: 0;
	border: 1px solid #d4e5ee;
	border-top-color: #fff;
	background: #fff url(/pics/home/content-bg.jpg) no-repeat top;
	}


.inhalt {
	width: 700px;
	margin: 0 auto;
	}

.box1 {
	position: absolute;
	left: 45px;
	top: 60px;
	width: 224px;
	}

.box2 {
	position: absolute;
	left: 145px;
	top: 480px;
	width: 224px;
	}

.box3 {
	position: absolute;
	left: 415px;
	top: 480px;
	width: 224px;
	}


/******************************************** sublink menu **/
#box4 {
	position: absolute;
	left: 145px;
	top: 680px;
	width: 224px;
	}

#box5 {
	position: absolute;
	left: 415px;
	top: 680px;
	width: 224px;
	}

#box4 ul,
#box5 ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	#box4 ul li,
	#box5 ul li {
		background: url(/pics/home/button-inactiv.jpg) no-repeat;
		line-height: 2.8em;
		width: 237px;
		height: 29px;
		padding: 0 0 0 20px;
		}

	#box4 ul li:hover,
	#box5 ul li:hover {
		background: url(/pics/home/button-activ.jpg) no-repeat;
		}
		
	#box4 ul li a,
	#box5 ul li a {
		display: block;
		color: #0a6b9d;
		text-decoration: none;
		}



/*************************************** pop up style.css **/
#berlincitytour,
#filmbustours,
#reichstagtours,
#berlinonbike,
#tourswithfrederick {
	position: absolute;
	left: -130px;
	top: 527px;
	width: 260px;
	z-index: 1;
	visibility: hidden;
	color: #017FAF;
	font-size: 11px;
	line-height: 1.2;
	background-color: #E9F4F8;
	border: 1px solid #FFAA5A;
	padding: 4px;
}
#iwalkingtours,
#segwaytours,
#boattours,
#trabisafari {
	position: absolute;
	left: 658px;
	top: 527px;
	width: 260px;
	z-index: 2;
	visibility: hidden;
	color: #017FAF;
	font-size: 11px;
	line-height: 1.2;
	background-color: #E9F4F8;
	border: 1px solid #FFAA5A;
	padding: 4px;
}
/**************************************** end **/


/************************************************** footer **/
#footer {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
	#footer a {
		text-decoration: none;
		color: #0a6b9d;
		}
		
	#footer a:hover {
		text-decoration: underline;
		color: #0a6b9d;
		}
	


