/*
Berliner helfen e.V.
Version: 0.1
Author: Nader Cserny
Author URI: http://nader.cserny.com/
*/

body {
	margin-top: 22px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
}


#container {
	text-align: left;
	width: 767px;	
}

#header {
	height: 96px;
	border-bottom: none;
}

#navigation {
	display: none;
}

#subnavigation {
	display: none;	
}

#logo {
	float: right;
	background-color: #fff;
	height: 100%;
}

#content {
	padding-top: 0;
	padding-left: 20px;
	margin-bottom: 40px;
	width: 400px;
	float: left;
}

.content_box {
	width: 375px;
	background-color: #f2ecdc;
	padding: 0;	
}

.box_news {
	margin: 0; padding: 0;
}

.box_news.big {
	height: 120px;
}

.box_news.medium {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5ddc3;	
}

.box_news.small {
	border-top: 1px solid #e5ddc3;
	margin-top: 12px;
	padding-top: 10px;	
}

.box_news .title {
	font-weight: bold;
}

.box_news.small .title {
	padding-left: 10px;
}

.box_news .title.bullet {
	background: url('../img/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 4px; 	
}

.box_news .info {
	font-size: 8pt;
	color: #727066;	
}

.box_news img.left {
	margin-right: 15px;
}

#sidebar {
	float: right;
}

#pagination {
	display: none;
}

#footer {
	background-color: #faf5eb;
	border-top: 1px solid #e8dec5;
	padding: 0px 15px 0 20px;
	font-size: 8pt;
	color: #727066;
	clear: both;
}


h1 {
	color: #db6b28;
	font-size: 17pt;
	line-height: 1.2em;
	margin: 0 0 20px 0;
}

h2 {
	color: #727066;
	font-size: 13pt;
	line-height: 1.2em;
	margin: 20px 0 10px 0;	
}

h3 {
	color: #727066;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1em;
	padding: 0 0 12px 0;	
	margin: 0;
}


hr {
	margin: 20px 0 20px 0;	
}


table {
	border: 0;
	padding: 0;
	margin: 0;	
}

a {
	color: #15642d;
	text-decoration: none;
}

a:hover {
	color: #15642d;
	text-decoration: underline;	
}

#footer a {
	color: #727066;	
}

#footer a:hover {
	color: #15642d;
	text-decoration: none;
}

.footer_module {
	margin-top: 6px;	
	padding-bottom: 6px;
}


img {
	border: 0;
}


.left {
	float: left;	
}

.right {
	float: right;	
}

.smalltext {
	font-size: 8pt;
	line-height: 1.4em;
}


/* Runde Ecken */

.curved { position: relative; }

.topleft, .bottomleft, .topright, .bottomright, .hg_con_top  { z-index: 10; position: absolute; }
.topleft { top: 0; left: 0; }
.bottomleft { bottom: 0; left: 0; }
.topright { top: 0; right: 0; }
.bottomright { bottom: 0; right: 0; }
* html .topright, * html .bottomright { right: -1px; } /* IE HACK because IE needs -1 offset */
* html .bottomleft, * html .bottomright { bottom: -1px; } /* IE HACK because IE needs -1 offset */


