/* @override http://www.karagwe-diocese.org/templates/EN/style.css */

/* CSS Document */

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 10pt;
	margin: 0px;
}

td {
	font-size: 1em;
	vertical-align: top;
}

a {
	color: #896c27;
	text-decoration: none;
}

a:hover {
	color: #510f0d;
	text-decoration: none;
}

h1 {
	color: #896c27;
	text-decoration: none;
	font-weight: 500;
	font-size: 1.4em;
	margin-bottom: 15px;
	margin-top: 1px;
}

h2 {
	color: #888888;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.2em;
	margin-bottom: 1px;
}

h3 {
	color: #5a493f;
	text-decoration: none;
	font-weight: 700;
	font-size: 1em;
	margin-bottom: 1px;
}

b, strong {
	text-decoration: none;
	font-weight: 700;
}

input, select, textarea {
	font-size: 1em;
	background-color: #FFFFFF;
}

/* KLASSEN ############################################# */

.pic {
	margin: 0px;
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
	clear: both;
}

.pic img {
	float: right;
}

.picleft {
	margin: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
	clear: both;
}

.picleft img {
	float: left;
}

.piccenter {
	width: 100%;
	margin: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
	clear: both;
	text-align: center;
}

.pic_set {
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.languages {
	margin-left: 30px;
	margin-top: 15px;
	font-size: 0.8em;
	line-height: 1.4em;
}

.languages a {
	color: #555555;
	font-size: 0.8em;
	margin: 0px;
}

.klein {
	font-size: 0.7em;
}

.delete {
	color: #FF0000;
	font-weight: 700;
}

/* ID ############################################# */

#header_container {
	background-color: #dcbc71;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 700px;
	height: 125px;
}

#footer {
	text-align: center;
	font-size: 0.8em;
	float: right;
	width: 449px;
	color: #888888;
	margin-top: 50px;
	margin-right: 20px;
}

#karagwe {
	width: 100%;
	text-align: center;
	float: left;
}

#container {
	width: 700px;
	background-color: #FFFFFF;
	padding: 0px;
}

#container2 {
	width: 700px;
	padding-bottom: 20px;
	float: left;
	background-color: #F0F0F0;
}

#content {
	width: 449px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	font-size: 1em;
	line-height: 1.4em;
}

*html #content {
	margin-right: 25px;
}

#content a {
	text-decoration: underline;
}

#navi {
	width: 196px;
	margin: 0px;
	float: left;
	background-color: #e5e5e5;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 40px;
}

#navi ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navi a {
	display: block;
	padding: 0px;
	padding-left: 20px;
}

.mainmenu li {
	margin-top: 10px;
	padding: 0px;
}

*html .mainmenu li {
	margin-top: 7px;
}

.mainmenu a {
	font-size: 1.0em;
	color: #510f0d;
	text-transform: uppercase;
	border-left: 10px solid #b8a4a4;
}

.mainmenu a:hover {
	color: #555555;
}

.mainmenuactive a {
	color: #896c27;
	border-left: 12px solid #896c27;
	border-right: 12px solid #896c27;
}

.mainmenuactive a:hover {
	color: #555555;
}

.submenu li {
	margin: 0px;
	margin-bottom: 6px;
	padding: 0px;
	padding-left: 20px;
	border: 0px;
}

*html .submenu li {
	margin-bottom: 3px;
}

.submenu a {
	font-size: 0.9em;
	color: #555555;
	text-transform: none;
	border: 0px;
}

.submenu a:hover {
	color: #555555;
}

.submenuactive a {
	color: #896c27;
}

.submenuactive a:hover {
	color: #555555;
}

/* MODUL-KLASSEN */

.news {
	background-color: #FCFCFC;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	clear: left;
	border-bottom: 1px dotted #dcbc71;
	width: 429px;
;
}

.news h2 {
	margin: 0px;
	margin-bottom: 7px;
	color: #896c27;
}

.downloads {
	width: 409px;
	background-color: #FCFCFC;
	padding: 10px;
	margin-bottom: 20px;
	float: left;
	border-bottom: 1px dotted #dcbc71;
}

.search {
	background-color: #DDDDDD;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	border-bottom: 2px solid #e99746;
	width: 100%;
}

.search h1 {
	margin: 0px;
	margin-bottom: 8px;
}

.search a {
	font-weight: 500;
}

.search_string {
	background-color: #FFFF00;
}