/*
Theme Name:  LTGJ - Lebens(t)raum Gemeinschaft Jahnishausen
Theme URI: http://www.ltgj.de/
Description: Eine Webseite von der Lebens(t)raum Gemeinschaft Jahnishausen.
Version: 1.0
Author: LTGJ - Lebens(t)raum Gemeinschaft Jahnishausen
Author URI: http://www.ltgj.de/
*/

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #4a581b;
	background-color: #739aa3;
}

.rot { color: #FF0000 !important; }

a:link, a:visited {
	color: #739aa3;
	text-decoration: underline;
}

a:hover {
	color: #739aa3;
	text-decoration: none;
}

h1, #navigation { text-transform: uppercase; } 

h1 { 
	font-family: Arial;
	font-size: 18px;
	line-height: 16px;
	margin-bottom: 30px;
	padding-left: 8px;
	border-left: 2px solid #739aa3; 
}

h2 { 
	font-family: Arial;
	font-size: 18px;
	color: #4a581b; 
}

h3 { font-size:12px; font-weight: bold; }

hr { 
	background-color: #4a581b; /* Farbe für Opera und Firefox */ 
	color: #4a581b; /* Farbe für Internet Explorer (IE) */
	border: 0; 
	height: 1px; 
	width:630px;
	text-align:left;
	margin-left:0px;
}

p { 
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	padding: 0px 50px 15px 0px;
	margin: 0px;
	text-align: justify;
} 

table {
	margin-top: 10px;
	margin-bottom:15px; 
}

td, tr { vertical-align: top; margin: 0px; padding: 0px; }
td { padding: 0px 25px 10px 0px; }

.termine td { padding: 0px 10px 6px 0px; font-size:13px;}

#container {
	position: relative;
	width: 1010px;
	height: 642px;
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

#outer { 
	position: absolute;
	top: 62px;
	left: 210px;
	width: 800px;  
}

#top, #content, #bottom { width: 793px; }

#navigation { 
	color: #ffffff;
	font-size: 11px;
	line-height: 18px;
	width: 693px;
	margin-left: 50px;
}

ul#menu {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
	list-style-type: none;
}

#menu a { border-right: 1px solid #fff; padding: 0px 8px 0px 8px; margin: 0px; }

#menu a:link, #menu a:visited {
	color: #fff;
	text-decoration: none;
}

#menu a:hover, .page_item a:hover, .current_page_item a, .current_page_parent a  {
	color: #4f5d24 !important;
	text-decoration: none;
}

#top { 
	height: 96px;
	background-image: url('images/top.gif');
}

#inhalt { 
	background-image: url('images/content_bg.gif');
	background-repeat: repeat-y;
	padding: 5px 50px 50px 75px;
}

#inhalt ul {
	padding: 0 50px 0 15px;
	margin-top:0px;	
	line-height: 16px;
}

#inhalt ol {
	padding: 0 0 0 18px;
	margin-top:0px;
	line-height: 16px;
}

#bottom { 
	height: 62px;
	background-image: url('images/bottom.gif');
}