@charset "utf-8";
/* CSS Document */

/*
Theme Name: Europareise
Theme URI: http://www.europareise2010.de
Description: Ein Theme in Form eines Reisetagebuchs
Version: 1.0
Author: John
Author URI: http://www.europareise2010.de
License: (c) Johannes Vogel
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	font-size: 9pt;
}
a {
	color: #AB5F21;
}
a:hover {
	text-decoration: none;
}

#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_main.jpg);
}
#container #navi {
	height: 49px;
	background-image: url(images/bg_navi.jpg);
}
#container #header {
	height: 136px;
	background-image: url(images/bg_header.jpg);
	margin: 0px;
}
#container #main #content #pics_content {
	float: right;
}


#container #footer p {
	margin: 0px;
}
#container #footer {
	width: 974px;
	padding-left: 50px;
}
#container #navi ul .social a img {
	border: none;
}
#container #navi ul .social a {
	margin-left: 3px;
	border: none;
	display: block;
	padding-top: 6px;
	height: 24px;
	width: 28px;
	color: #000;
	text-align: center;
	text-decoration: none;
	background-image: url(images/bg_navi_element_social.png);
}

#container #main #sidebar {
	float: left;
	margin-left: 19px;
}
#container #main #content {
	float: left;
	width: 713px;
}
#container #navi ul {
	margin-left: 7px;
}
#container #navi ul li {
	float: left;
	list-style-type: none;
	margin-top: 7px;
}

#container #navi ul .page_item a {
	font-size: 9pt;
	display: block;	
	padding-top: 6px;
	height: 25px;
	width: 90px;
	color: #000;
	text-align: center;
	text-decoration: none;
	background-image: url(images/bg_navi_element_inactive.png);
}

#container #navi ul .page_item a:hover {
	text-decoration: underline;
}
#container #navi ul .current_page_item a {
	background-image: url(images/bg_navi_element_active.png);
	width: 90px;
	height: 34px;
	text-align: center;
	padding-top: 8px;
	font-weight: bold;
}
#container #main #content .article {
	width: 655px;
	padding-left: 50px;
}
#container #main #content .article h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 15px;
}
#container #main #content .article p .articleComments {
	padding: 5px;
	border: 1px solid #F7E1AB;
	background-color: #F9E9C2;
	margin-right: 10px;
}
#container #footer #column1 {
	padding: 5px;
	margin-right: 10px;
	width: 197px;
	float: left;
}
#container #footer #column2 {
	padding: 5px;
	margin-right: 10px;
	width: 197px;
	float: left;
}
#container #footer #column3 {
	width: 197px;
	padding: 5px;
	margin-right: 10px;
	float: left;
}
h2.footer {
	font-size: 17px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	margin-top: 0px;
}
#header h1 {
	display: none;
}


#container #footer #column_container {
	border: 1px solid #F7E1AB;
	background-color: #F9E9C2;
	width: 653px;
}
#container #main #content .article p .articleTags a {
	text-decoration: none;
	color: #000;
}
#container #main #content .article p .articleTags {
	padding: 5px;
	border: 1px solid #F7E1AB;
	background-color: #F9E9C2;
	margin-right: 10px;
}
#container #main #content .article p .articleMore {
	padding: 5px;
	border: 1px solid #F7E1AB;
	background-color: #F9E9C2;
	margin-right: 10px;
}

#container #main #content .article .topMeta {
	margin-top: 0px;
	font-size: 0.85em;
	color: #666;
}
#container #main #sidebar .sidebarbox {
	padding-left: 7px;
	padding-right: 35px;
	width: 250px;
}

#container #main #sidebar .sidebarbox h2 {
	font-size: 17px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}
#container #main #sidebar .sidebarbox p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#container #main #sidebar .sidebarbox_left h2 {
	font-size: 17px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 0px;
}
#container #main #sidebar .sidebarbox_left {
	width: 125px;
	float: left;
	padding-left: 7px;
}
#container #main #sidebar .sidebarbox_right h2 {
	font-size: 17px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 0px;
}
#container #main #sidebar .sidebarbox_right {
	width: 125px;
	float: left;
	padding-left: 0px;
	margin-left: 10px;
}
ul.xoxo {
	padding: 0;
	margin-left: 15px;
}
#container #copyright {
	background-image: url(images/footer_end.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 660px;
	padding-left: 50px;
	padding-right: 314px;
	text-align: center;
	font-size: 0.8em;
	padding-top: 10px;
}
#container #main #content .article h2 a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#container #main #content .article h2 a:hover {
	color: #666;
}
#container #main #sidebar .sidebarbox h2 a.twitterwidget {
	text-decoration: none;
	color: #000;
}
#container #main #content .article p .articleTags em {
	color: #F9E9C2;
}

#container #main #content .article p .articleMore iframe {
	padding-top: 0px;
	line-height: 27pt;
	vertical-align: middle;
}
.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #F7E1AB;
  text-align: center;
  background-color: #F9E9C2;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }
  
  
#comments {
  width: 653px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  }
#comments h3 {
	font-size: 17px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin: 15px 0;
	padding: 0;
  }
#comments p {
  padding:0;
  margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  font-size: 9pt;
  padding-left: 0px;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  list-style-type: none;
  }
.commentlist li.alt {
  border: 1px solid #020202;
  border: none;
  margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  }
.commentlist small.commentmetadata a {
  color: #333;
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  width: 450px;
  }
#comments #submit {
  margin: 0;
  }

#Maparticle {
	background-image: url(images/map.jpg);
	height: 836px;
	width: 645px;
}

#zahnarztlink {
	display: none;
}
