@import "sweetTitles.css";

/* Basic Elements */
html, body {
	margin: 0;
	}
#container {
	width: 760px;
	margin: 0 auto;
	}
#header {
	width: 100%;
	height: 100px;
	background: url("headerbg.jpg") repeat-x 0% 0%;
	}
#content {
	float: left;
	width: 100%;
	}
#right {
	float: right;
	width: 33%;
	display: none;
	}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding: 5px 0;
	color: #000;
}
	
#footer p {
	font-family: Verdana, "MS Trebuchet", sans-serif;
	font-size: 9px;
	color: #000;
}


#sidebar {
	background-color:#2e3349;
	background-image: url(../gfx/menu_bgr.jpg);
	background-repeat: repeat-x;
	margin-bottom: 35px;
	padding-bottom: 15px;
	border: 0px solid #2e3349;
	display: none;
	}
	
#sidebar {
	background-image: url(../gfx/menu_bgr.jpg);
	background-repeat: repeat-x;
	margin-bottom: 35px;
	padding-bottom: 15px;
	border: 0px solid #777;
	display: none;
	}
	
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	}
#sidebar li {
	
	}
#sidebar li a {
	display: block;
	font-family: verdana, "MS Trebuchet", sans-serif;
	font-size: .8em;
	color: #fff;
	text-decoration: none;
	padding: 7px 0 4px 20px;
	margin: 5px;
	display: none;
	}
#sidebar li a:hover {
	color: orange;
	background-color: #707070;
	margin: 5px;
	}

/* Additional styles */
p {
	font-family: Verdana, "MS Trebuchet", sans-serif;
	font-size: 11px;
	line-height: 1.8em;
	}
img {
	border: 0;
	}
h1 {
	display: none;
	}
a {
	color: #84d5fa;
	text-decoration: none;
	}
a:hover {
	color: orange;
	}
	
a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
html.noted a:link:after,
html.noted a:visited:after {
  content: '';
}
	
abbr {
	font-family: Verdana, "MS Trebuchet", sans-serif;
	font-size: 11px;
	line-height: 1.8em;
	border-bottom: 1px dotted #000;
}

.pullquote {
	width: 34%;
	float:right;
	font-size:125%;
	line-height:140%;
	margin:10px;
	background: url(../gfx/quote_offen.jpg) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
}
.pullquote:first-letter {
	background: url(../gfx/quote_zu.jpg) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}
