/*=== Setup ===*/
html {

}
body,div,h1,h2,h3,h4,h5,h6,p,ul,li,dl,img,form{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	color: #4d77a3;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	padding: 0 0 15px;
	background: #94ACC5 url(homepage-bgr.gif) repeat-x;
}

.newscol a{
	color: #000000;
	text-decoration: none;
}

a{
	color: #bd4c24;
	text-decoration: none;
}
a:hover{
	color: #bd4c24;
}
input,select,textarea{
	border: #a2a2a2 1px solid;
	font-size: 10px;
	padding: 1px 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
table{
}
h2 span,h3 span{
	display: none;
}
/*=== Layout ===*/
.page{
	background: #FFFFFF;
	border: #4D77A3 1px solid;
	margin: 20px auto;
	width: 851px;
}

#contentboxsub{
	background-image: url(content-bgr.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 12px;
}

/*=== Header ===*/
#header{
	background: #7f7f7f;
	height: 61px;
	margin: 0 2px 0 0;
	padding: 0 8px 0 10px;
}
/*- Logo -*/
#header h1{
	background: url(grosswangen-logo.gif) no-repeat;
	position: relative;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 61px;
	width: 220px;
}
/*- Top Menu -*/
#topmenu{
	background: #FFFFFF;
	color: #4D77A3;
	border-bottom: 1px solid #4D77A3;
	clear: both;
	height: 27px;
	line-height: 27px;
	margin: 0px;
	text-align: right;
}
#topmenu ul{
	float: right;
	width: 450px;
}
#topmenu li{
	color: #000000;
	float: right;
}
#topmenu a{
	color: #4D77A3;
	font-family: Verdana, Arial, san-serif;
	font-size: 12px;
}
#topmenu li a:hover{
	color: #ce0002;
	text-decoration: none;
}
/*- Search -*/
#search{
	float: right;
	height: 23px;
	margin: 0px;
	width: 198px;
	border-bottom: #000000 1px solid;
}
#search input{
	float: left;
	width: 135px;
	border: 0px;
	margin: 0px;
}
#search .btn{
	border: 0;
	margin: 0px;
	padding: 0;
	width: auto;
}
#search .textbox{
	background: #e2ecf8;
	padding: 2px;
	height: 19px;
}
/*=== Columns ===*/
#home #columns{
	height: 1%;
	padding: 0px;
	
}

#home {
	border-bottom: 2px #69829b solid;
	border-right: 2px #69829b solid;
}

#sub {
	border-bottom: 2px #69829b solid;
	border-right: 2px #69829b solid;
}

#sub #columns{
	height: 1%;
	padding: 0px;
}
#home #columns h2{
	padding: 10px 0px;
}
#sub #columns h2{
	font-size: 14px;
}
#sub #columns p{
}
.col{
	float: left;
	width: 198px;
}
/*--- Left Column ---*/
.newscol{
	float: right;
	width: 310px;
	clear: both;
}

.newscol h2 {
color: #878787;
font-family: Verdana;
font-size: 12px;
font-weight: bold;
}


#kirche{
	width: 652px;
	z-index: 55;
	margin: 0px;
	padding: 0px;
}

#kirche img{
	float: left;
	position: relative;
	margin: 40px 0 0 0 ;
	padding: 0px;
}



#leftcol{
	float: left;
	width: 198px;
	
}
/*- Left Menu -*/
ul.leftmenu{
text-align: center;

}


.leftmenu li a{
	color: #4D77A3;
	background-color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, san-serif;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}
.leftmenu li a:hover, .leftmenu li.active a{
	color: #4D77A3;
	background: url(ico-list.gif);
	background-repeat: no-repeat;
	display: block;
	
}

/*- Left Sub Menu -*/
.leftmenu ul{
}
.leftmenu li.active li a{
	background: #ffffff;
	border: 0;
	color: #dd543a;
	font-weight: bold;
}



.leftmenu li.active li a:hover{
	background: url(ico-list2.gif);
	background-repeat: no-repeat;
	display: block;
}
.leftmenu li.active li.active a{
	color: #dd543a;
	font-weight: bold;
	background: url(ico-list2.gif);
	background-repeat: no-repeat;
}
/*- Left Sub Menu 2 -*/
.leftmenu ul ul{
	border: 0;
}
.leftmenu li.active li.active li a{
	color: #dd543a;
	font-weight: normal;
}
.leftmenu li.active li.active li.active a,
.leftmenu li.active li.active li a:hover{
	background: url(ico-list2.gif) #ebebeb no-repeat left;
	color: #ce0002;
}
/*--- Center Column ---*/
#centercol{
	float: right;
	padding: 0px;
	width: 652px;
	border-left: #4D77A3 1px solid;
	
}
#home #centercol{
	padding: 0px;
	width: 652px;
	background-image: url(hdr-bgr.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*- Home Page Title Image -*/
.title{
	height: 265px;
	overflow: hidden;
	font-family: Verdana, Arial, san-serif;
	font-size: 12px;	
}

.title table{
	float: right;	
}
/*=== Styling Lists ===*/
ul.list1{
	padding: 10px 15px 0;
}
.list1 li{
	padding: 0 0 12px;
}
.list1 li h4{
	font-size: 11px;
}
.list1 li h4{
	font-weight: normal;
}
/*=== Footer ===*/
#footer{
	background: url(subpage-bot.gif) repeat-x top;
	clear: both;
	color: #ffffff;
	height: 0px;
	text-align: center;
}
#footer a{
	color: #ffffff;
}
#footer p{
	padding: 3px 0 0;
}
/*=== Icons / Buttons ===*/
#icons{
	margin: 0 0 0 793px;
	position: absolute;
	top: 96px;
	width: 70px;
}
#icons img{
	margin: 0 3px;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}

#contentboxsub {
color: #4d77a3;
	list-style: disc;
	line-height: 1.4em; 
}

#contentboxsub ul {
list-style: disc;
margin: 4px 4px 4px 12px;
padding: 4px 4px 4px 12px;
}

#contentboxsub li {
list-style: disc;
margin: 0 0 0 10px;
padding: 4px 4px 4px 4px;
}

#contentboxsub h1{
	color: #4d77a3;
	font-size: 16px;
	padding: 6px 0 6px 0;
}

#contentboxsub h2{
color: #4d77a3;
	font-size: 15px;
	padding: 6px 0 6px 0;
}

#contentboxsub h3{
color: #4d77a3;
	font-size: 14px;
	padding: 6px 0 4px 0;
}

#contentboxsub h4{
color: #4d77a3;
	font-size: 13px;
	padding: 6px 0 4px 0;
}

#contentboxsub p{
color: #4d77a3;

	padding: 6px 0 8px 0;
}

