/*
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;
	text-align: center;
	background: #ddcfaa url('/berlinerHelfen.de/images/bg.jpg');
	background-repeat: repeat-x;
}


#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 767px;
	background-color: #fff;
	border: 4px solid #e8dec5;	
}

#header {
	height: 96px;
	border-bottom: 1px solid #e8dec5;
}

#navigation {
	float: left;
	background-color: #fff;
	border-right: 1px solid #e8dec5;	
	height: 100%;
	width: 446px;
}

#navigation ul {
	margin: 69px 0 0 10px; 
	padding: 0;
	list-style-type: none;	
}

#navigation ul li {
	float: left;
	padding: 0 12px 6px 12px;	
	border-bottom: 3px solid #ffffff;
	font-weight: bold;
	border-right: 1px solid #e5e0c8;
	text-transform:uppercase;
}

#navigation ul li.active, #navigation ul li:hover {
	border-bottom: 3px solid #ccebcc;	
}

#navigation ul li.active a {
	color: #00461c;	
}

#navigation ul li.norightborder {
	border-right: none;
}


#subnavigation {
	float: left; 
	margin-top: 1px; 
	height: 30px; 
	width: 447px; 
	background-color: #ccebcc	
}

#subnavigation ul {
	margin: 6px 0 0 22px; 
	padding: 0;
	list-style-type: none;	
}

#subnavigation ul li {
	float: left;	
	margin-right: 15px;
}

#subnavigation ul li.active a {
	font-weight: bold;	
}

#logo {
	float: right;
	background-color: #fff;
	height: 100%;
}

#content {
	padding-top: 40px;
	padding-left: 20px;
	margin-bottom: 40px;
	width: 400px;
	float: left;
}

.content_box {
	width: 380px;
	background-color: #f2ecdc;
	padding: 12px;	
	margin-top: 20px;
}

.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('/berlinerHelfen.de/images/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 {
	margin-bottom: 10px;
	margin-top: 30px;
	width: 100%;		
}

#pagination a, #pagination a.active {
	font-weight: normal;
	padding: 3px;
	margin-right: 7px;
}

#pagination a.active {
	font-weight: bold;
	color: #555555;
	background-color: #d1e7d1;
}

#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: #db6b28;
	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;
}



form.themen {
	margin-top: 20px;
	margin-bottom: 20px;
}

form.themen select {
	width: 100%;
}



/* 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 */

/* COPY OF STANDARD PAGINATION */
.linkArrowRightBig
{	background-image: url(/berlinerHelfen.de/images/arrow_right_big_green.gif);
	background-repeat: no-repeat;
	padding-right: 10px;
	background-position: right 50%;
}
.linkArrowLeftBig
{	background-image: url(/berlinerHelfen.de/images/arrow_left_big_green.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left 50%;
}

.pagination
{
}
.pagination .pageTitle
{	font-weight: bold;
	color: #676767;
}
.pagination .page
{	/*margin-right: 2px;
	margin-left: 2px;*/
	padding: 3px 3px 3px 3px;
	color: #15642D;
}
.pagination .active
{	font-weight: bold;
	color: #676767;
	background-color: #CCEBCC;
}
.pagination a.linkArrowLeftBig
, .pagination a.linkArrowRightBig
{	text-decoration: none;
} 
.pagination .linkArrowLeftBig
{	padding-left: 5px;
	margin-left: 5px;
}
.pagination .linkArrowRightBig
{	padding-right: 5px;
	margin-right: 5px;
}
