@charset "UTF-8";
/* CSS Document 
 * Telefonseelsorge Berlin e.V.
 * @author: Martin Behrens
 */


body {
	/* background-color:#fdfeb6; */
	background-color:#eeeeee;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:16px;
}

a:link {
	text-decoration:none;
	border:none;
	color:#e52f34;
}

a:visited {
   	text-decoration:none;
	border:none;
	color:#e52f34;
}

a:hover {
   	text-decoration:none;
	border:none;
}


h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-weight:bold;
	font-style:normal;
}

h1 {
	font-size:20px;
	color:#e52f34;
	margin-top:0px;
}

h3 {
	font-size:14px;
}

#box {
	margin: 0 auto;
	width: 1000px;
}

#container {
	background-color:#FFFFFF;
	float:left;
	width: 1000px;
/*	border:1px;
	border-color:#666;
	border-style:solid; */
}

#head {
	width:1000px;	
}

#logo {
	margin-right: 37px;
	margin-top: 40px;
	float:right;
}

#menu {
	display: block;
	width: 119px;
	margin-left: 25px;
	margin-top: 140px;
}


#menu a {
	display:block;
	width:119px;
	height:35px;
	text-decoration: none;
	background-repeat: no-repeat;
}

#menulisting {
	margin-top:-13px;
}

/* links */

#menu a.menu_start {
	background-image: url("images/buttons/start.png");
}

#menu a.menu_news {
	background-image: url("images/buttons/news.png");
}

#menu a.menu_ueberuns {
	background-image: url("images/buttons/ueberuns.png");
}

#menu a.menu_ehrenamt {
	background-image: url("images/buttons/ehrenamt.png");
}

#menu a.menu_spenden {
	background-image: url("images/buttons/spenden.png");
}

#menu a.menu_links {
	background-image: url("images/buttons/links.png");
}

#menu a.menu_kontakt {
	background-image: url("./images/buttons/kontakt.png");
}

#menu a.menu_impressum {
	background-image: url("images/buttons/impressum.png");
}

/* hover */

#menu a.menu_start:hover {
	background-image: url("images/buttons/start_hover.png");
}

#menu a.menu_news:hover {
	background-image: url("images/buttons/news_hover.png");
}

#menu a.menu_ueberuns:hover {
	background-image: url("images/buttons/ueberuns_hover.png");
}

#menu a.menu_ehrenamt:hover {
	background-image: url("images/buttons/ehrenamt_hover.png");
}

#menu a.menu_spenden:hover {
	background-image: url("images/buttons/spenden_hover.png");
}

#menu a.menu_links:hover {
	background-image: url("images/buttons/links_hover.png");
}

#menu a.menu_kontakt:hover {
	background-image: url("images/buttons/kontakt_hover.png");
}

#menu a.menu_impressum:hover {
	background-image: url("images/buttons/impressum_hover.png");
}

/* active */

#menu span.active a.start {
	background-image: url("images/buttons/start_hover.png");
}

#menu span.active a.menu_news {
	background-image: url("images/buttons/news_hover.png");
}

#menu span.active a.menu_ueberuns {
	background-image: url("images/buttons/ueberuns_hover.png");
}

#menu span.active a.menu_ehrenamt {
	background-image: url("images/buttons/ehrenamt_hover.png");
}

#menu span.active a.menu_spenden {
	background-image: url("images/buttons/spenden_hover.png");
}

#menu span.active a.menu_links {
	background-image: url("images/buttons/links_hover.png");
}

#menu span.active a.menu_kontakt {
	background-image: url("images/buttons/kontakt_hover.png");
}

#menu span.active a.menu_impressum {
	background-image: url("images/buttons/impressum_hover.png");
}

#logostiftungts {
	margin-left: 25px;
	margin-top: 28px;
	width:120px;
}

#linksfloat {
	float:left;
	
}

#content {
	width:600px;
	color:#666;
	margin-top:55px;
	margin-left: 50px;
	font-size:13px;
	float:left;
}

#firstparagraph {
	margin-top:30px;
}

#rechts {
	float:right;
	
}

#sidebar_up {
	margin-right: 30px;
	margin-top: 65px;
}

#sidebar_down {
	margin-right: 30px;
	margin-top: 50px;
}

#konzertsidebar_up {
	margin-right: 39px;
	margin-top: 196px;
}

#konzertsidebar_down {
	margin-right: 30px;
	margin-top: 60px;
}

#footer {
	margin-top:50px;
	float:left;
}

#description {
	margin-bottom: 20px;
}

#thumbs {
	position:relative;
	list-style: none;
	padding-left: 0;
	margin-left: 0; /* IE7 sets a 30px margin-left out of nowhere */
	margin-top:30px;
}
#thumbs li {
	display: inline;
}
#thumbs img {
	border: 0;
	padding-bottom: 10px;
}
.active {
	background: transparent url(active.gif) no-repeat bottom center;
}
.permanent {
	margin-right: 1.5px;
}

#image {
	
}

#weiter {
	width:540px;
	position:static;
}

#karin {
	margin-right: 60px;
	margin-top: 5px;
	float:right;
}

#heightofdescription {
	height:65px;
}

#team1 {
	float:left;
}

#team2 {
	float:right;
	margin-right:20px;
}

#vorstand1 {
	float:left;
}

#vorstand2 {
	float:right;
	margin-right:140px;
}

#upwards {
	margin-top:-6px;
	
}