/* Stylesheets berlinwalltours.de Template */
/* basic styles */
/* author: zuendi.de */

/* Basics */

	#body {
		min-width: 610px;
		margin: 20px;
		}
	
	#container {
		min-width: 610px;
		max-width: 70em;
		margin: 0 auto;
		}
			
	#content {
		clear: both;
		padding: 0 0 1em 0;
		}

	#side {
		float: right;
		width: 23%;
		margin-bottom: 1em;
		}
		
	#main {
		float: right;
		width: 75%;
		min-height: 380px;
		margin-bottom: 0.5em;
		}

	.mainleft {
		float: right !important;
		width: 75% !important;
		}
	
	.mainright {
		float: left !important;
		width: 75% !important;
		}
	.maincenter {
		float: left !important;
		width: 100% !important;
		}
	
	.center {
		text-align:center;
		}


/* Header */

	#header {
		margin-bottom: 1em;
		}

	#header ul {
		margin: 0 0 1em 0;
		padding: 0;
		}
	
	#header li {
		display: inline;
		padding: 0 20px 0 0;
		margin: 0;
		white-space: nowrap;
		}

/* Footer*/
		
	#footer {
		clear:both;
		margin-top: 0.5em;
		}

	#footer ul {
		margin: 0 0 1em 0;
		padding: 0;
		}
	
	#footer li {
		display: inline;
		padding: 0 20px 0 0;
		margin: 0;
		white-space: nowrap;
		}	

	#footer p {
		margin: 0.6em 0;
	}

/* Images */
	.leftimage {
		float: left;
		width: 290px;
		margin: 0 1em 1em 0;
		}

	.rightimage {
		float: right;
		width: 290px; 
		}
		
hr.hide {
	display: none;
	}
