/*
Theme Name: Tourismus Dialog Berlin
Theme URI: www.Tourismus-Dialog-Berlin.de
Description: A theme special for TDB
Author: Max Beier
Author URI: www.mbeier.org
Version: 1.0 - 16. Nov 2008
*/
 
* {
	padding: 0;
	margin: 0;
}

/* ============================================= */

body {
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.6;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

li {
	margin-left: 20px;
}

.left { float: left; }

.right { float: right; }

.clear {
	clear: both;
	height: 0px;
}

/* ============================================= */

#wrapper {
	text-align: left;
	color: black;
	width: 800px;
	margin: 0px auto;
}

/* ============================================= */

#kopfbereich {
	width: 800px;
	margin: 20px auto;
	text-align: center;
}

	#kopfbereich img {
		outline: none;
		border: 0;
	}

	#kopfbereich h1 {
		font: normal normal normal 300% / 130% "Trebuchet MS", Trebuchet, sans-serif;
		font-style: italic;
		display: inline;
		line-height: 1.2em;
		/* text-transform: uppercase; */
	}

/* ============================================= */

#panorama {
	margin: 0 auto;
	padding-top: 20px;
}

/* ============================================= */

#content {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	padding: 0;
}

/* ============================================= */

#zeiten {
	width: 100%;
	border-top: 2px dotted #e2e0e1;
	border-bottom: 2px dotted #e2e0e1;
	border-spacing: 0px;
	text-align: center;
	letter-spacing: 3px;
	line-height: 1.5;
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

	#zeiten td {
		margin: 10px 0px;
		padding: 5px;
		vertical-align: top;
	}
	
	#zeiten #rahmen {
		border-left: 2px dotted #fafafa;
		border-right: 2px dotted #fafafa;
	}
	
	#zeiten a {
		text-decoration: none;
		outline: none;
		color: #aaa;
	}
	
		#zeiten a#active {
			color: #666;
		}
	
	#zeiten a:hover, #zeiten a:focus {
		text-decoration: none;
		outline: none;
		color: #666;
	}

/* ============================================= */

#menu {
	width: 148px;
	float: left;
	margin: 11px 0px 0px 20px;
}

	#menu h3 {
		color: #284D94;
		font-size: 16px;
		font-weight: normal;
		line-height: 1.1;
		border-bottom: 1px solid #e2e0e1;
		margin-top: 25px;
		margin-bottom: 10px;;
	}

	#menu ul {
		font-size: 14px;
		list-style-image: url('images/list.jpg');
		line-height: 2em;
	}
	
	#menu a {
		text-decoration: none;
		outline: none;
		color: #284D94;
	}


	#searchform #s {
		width: 120px;
		margin-right: 0;
		border: 1px solid #ccc;
		padding: 1px;
	}
	
	#searchform #searchsubmit {
		background-color: white;
		margin-left: -4px;
		border: 1px solid #ccc;
	}
	

/* ============================================= */

#text {
	width: 560px;
	float: right;
	margin: 20px 20px 0px 0px;
	padding: 0px 10px 10px 20px;
	border-left: 2px dotted #f2f0f1;
	text-align: left;
}

/* ============================================= */

	.post h2 {
		font-size: 22px;
		font-weight: normal;
		border-bottom: 1px solid #e2e0e1;
		margin-bottom: 15px;
		padding-top: 10px;
		line-height: 1.1;
		color: #333;
	}
	
		.post h2 a {
			text-decoration: none;
			outline: none;
			color: black;
			border: none;
		}
		
	.post h3 {
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px solid #e2e0e1;
		margin-bottom: 15px;
		padding-top: 18px;
		line-height: 1.1;
		color: #333;
	}

		.post h3 a {
			text-decoration: none;
			outline: none;
			color: black;
			border: none;
		}
		
	.post .datum {
		float: right;
		font-size: 12px;
		color: #666;
		margin-top: 15px;
	}

	.post p {
		margin-bottom: 1em;
	}

	.post hr {
		margin: 40px 0;
		color: #e2e0e1;
	}
	
		.post ul {
			list-style-image: url(images/list.jpg);
			line-height: 2;
	}

		.post a {
			text-decoration: none;
			outline: none;
			color: black;
			border-bottom: 1px dotted #e2e0e1;
		}
		
		.post .more {
			text-align: right;
			margin: -15px 10px 10px 0;
		}
		
			.post .more-link {
				text-decoration: none;
				outline: none;
				color: #666;
				font-weight: normal;
				border: 0;
			}
	
	.post img {
		border: 1px solid #e2e0e1;
		padding: 2px;
		margin: 5px 0px;
	}
	
	#navi {
		text-align: center;
		margin-top: 40px;
		color: #666;
	}
	
	#navi a {
		text-decoration: none;
		outline: none;
		color: black;
		border-bottom: 1px dotted #e2e0e1;
	}
	
/* ============================================= */

.wpcf7 {
	margin-top: 5px;
}

	.post .wpcf7 .wpcf7-captcha-captcha-674 {
		float: left;
		border: 1px solid #e2e0e1;
		padding: 2px;
		margin-right: 5px;
	}

	
	p.wp-caption-text { font-size: x-small; }
	

.alignleft { float: left; margin-right: 5px; }

/* ============================================= */

#fussbereich {
	margin-top: 20px;
	border-top: 2px dotted #e2e0e1;
	color: #e2e0e1;
	text-align: center;
	font-size: 80%;
	letter-spacing: 2px;
	line-height: 2;
	padding: 0px 20px 10px 20px;
}

/* ============================================= */
