/*  
"Trebuchet MS" 
css-style für DRK Wohnheim Rinteln  by KomKa.de 2008
*/


/* Generelles Styling */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:65.5%;
	color:#222222;
	background-image: url(images/bg-body50.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #F7FBF1;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	padding-right: 10px;
	padding-bottom: 5px;

	}

p {
	margin-bottom:1.75em;
	}
.kleiner {
	font-size:65.5%;
	color:#222222;
	}
	
.gruen {
	font-weight:normal;
	letter-spacing: 0px;
	margin-left: 0px;
	color: #669933;
	}

a {
	text-decoration:none;
	color:#669933;
	}
a:hover {
	text-decoration:none;
	color:#006600;
	}
	
.fett {
	font-weight: bold;
	}
	
.hg {
	background-color: #ADD685;
	}
	
#content .entry ul li {
	list-style-position: outside;
/*	list-style-type: auto;   */
	white-space: normal;
	margin-left: 21px;
	padding-left: 0px;
	margin-bottom:0.85em;
}




/* Struktur */

#wrapper {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	font-size:1.27em;
	vertical-align: middle;

	}
#header {
	height:140px;
	background:url(images/bg-header.jpg) no-repeat;
	}

#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:10px;
	}
#content {
	float:left;
	width:500px;
	min-height:400px;
	}
#footer {
	clear:both;
	height:60px;
	background:url(images/bg-footer.jpg) no-repeat;
	}
#menu {
	font-size:14px;
	height:35px;
	line-height:35px;
	background:url(images/bg-menu.png) repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	letter-spacing:0px; 
	}

/* Main Menu horizontal oben */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float: left;
	}
#menu li a {
	display:block;
	color:#ffffff;
	font-weight: bold;
	overflow: hidden;
	background-position: center center;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	}
#menu li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	}

/* Sidebar Subnavi*/

#sidebar ul {
	list-style-type:none;
	margin-top:0px;
	text-align: center;

	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#99CC00;
	}
#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}

/* Entry */

.entry {
	text-align:left;
	line-height:1.3em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;

	}
.entry-title {
	font-size:1.9em;
	font-weight:normal;
	letter-spacing: 0px;
	margin-left: -2px;
	color: #669933;
	line-height: normal;
	}
.entry-mark {
	font-weight:bold;
	letter-spacing: 0px;
	margin-left: 0px;
	color: #669933;
	}
.date {
	font-size:0.9em;
	color:#333333;
	cursor:default;
	padding: 2px;
	margin-bottom:1em;
/*	letter-spacing:1px;  */
	}
	
.comments {
	margin-top:-1em;
	padding-left:20px;
	padding-right:2px;	
	background:url(images/icon-comment.png) no-repeat 0px 2px;
	}
.comments a {
	color:#006600;
	}
.comments a:hover {
	color:#82AF2E;
	}




/* Footer */

#footer-navi {
	float:left;
	padding-top:32px;
	padding-left:20px;
	cursor:default;
	color:#82AF2E;
	}
#footer-navi a {
	color:#669933;
	text-decoration:none;
	}
#footer-navi a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}


/* lip - zusatzbutton o.ä. - derzeit Telefon-Nr. auf einen Blick */

#lip {
	font-size:12px;
	height:25px;
	width:126px;
	background:url(images/bg-lip.gif) no-repeat;
	padding-left:24px;
	color: #99CC00;
	font-weight: bold;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 11px;
	margin-left: auto;


	}
a.lip-button {
	display:block;
    width:100px;
    height:25px;
    background:url("images/blank.gif") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.lip-button {
	background-position:0 -25px;
	}

/* Extra's */

#themenbanner {
	width:480px;
	height:72px;
/* 	background:url(images/bg-ad-top.png) no-repeat;   */
	padding:5px;
	}
	

.img-re {
	float: right;
}
.img-li {
	float: left;
}
.weiss {
	color: #FFFFFF;
}

