/* Allgemeines */
html {
	background-image: url("/images/backgrd.jpg");
}
body {
	font-family: sans-serif, Helvetica, Verdana, Geneva, Arial;
	color: #330099;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

img, table {
	border-width: 0px;
	border-style: none;
	
}

a:link, a:visited, a:active, a:hover {
	color: #009900;
}

a:link, a:active {
	text-decoration: none;
}

a:hover, a:visited {
	text-decoration: underline;
}

/* has some issues with internet explorer forms
input,textarea,select {
	background: transparent;
	border: 1px solid #747F96;
	color: #330099;
}
option {
	background-color: #d3dce9;
	color: #330099;
}
*/
.smaller {
	font-size: smaller;
}

.lightblue {
	background-color: #d3dce9;
}
.hide {
	display: none;
}

.important {
	color: Red;
	font-size: smaller;
	border: 1px solid Red;
	padding: 3px;
}

.mitte {
	text-align: center;
}

/*Inhalt*/
#inhalt {
	padding: 0px 10px 10px 15px;
	text-align: left;
	margin-left: 10.0em;
	margin-right: 150px;
	position: relative;
}

#inhalt .fuss{
	font-size: smaller;
	color: #AAAAAA;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
}

#inhalt h2 {
	border-bottom: 1px solid #330099;
	font-size: larger;
}

#inhalt h3 {
   font-weight: bold;
	font-size: 1em;
}
#inhalt fieldset {
	border: 1px solid #330099;
	padding: 5px;
}
#inhalt .gbriefe {
	margin-right: 120px;
}
/*Suche*/
#inhalt .stitel {
}
#inhalt .ssnippet{
	font-size: smaller;
}
#inhalt .surl {
	font-style: italic;
	font-size: smaller;
}
#inhalt .skopf {
	border-top: 1px solid #747F96;
	background-color: #D4DCE9;
}
#inhalt .spage {
	border-top: 1px solid #747F96;
	font-size: smaller;
	text-align: center;
}
.gottesdienst th, .gottesdienst td {
	padding: 0px 5px 2px 10px;
}
#inhalt .table {
	display:table; border-collapse:collapse;
}
#inhalt .tr {
	display:table-row;
}
#inhalt .td{
	display: table-cell;
	border: none;
	padding: 5px;
	vertical-align: top;
}

#inhalt label {
	font-weight: bold;
}

#inhalt .christus {
	float:right;
	margin-left:20px;
}

#inhalt .center {
	text-align: center;
}

#inhalt .i {
	font-style: italic;
	font-weight: normal;
}

#inhalt .b {
	font-weight: bold;
}

#inhalt .block {
	border: 1px solid #747F96;
	padding-left:0px;
	padding-top:0px;
	margin-top:10px;
	margin-bottom:20px;
}
#inhalt .block h3 {
	padding:2px;
	margin-top:0px;
	margin-bottom:5px;
	background-color: #d3dce9;
	
}
#inhalt .block p {
	padding-top:0px;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}

a[href^="http:"]:after {
	content: url("/images/external.png")
}

a[href$=".pdf"]:after {
	content: url("/images/pdf.png")
}

/*Calendar*/
#calendar table {
	border-color : #cccccc;
	border-collapse:collapse;
	table-layout: fixed;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

#calendar td, #calendar th {
	border: 1px solid gray;
	padding: 2px;
	margin: 0px;
	overflow: hidden;
/*width: 95px;*/
}

#calendar .days {
	font-size: smaller;
	text-align: right;
	background-color:#d3dce9;
}
#calendar .daycontent {
	border-top: none !important;
	border-bottom: none !important;
}

#calendar .event {
	font-family: Verdana, sans-serif;
	white-space: nowrap;
	font-size:60%;
	overflow: hidden;
}

/*Info*/
#info {
	right: 5px;
	float: right;
	width: 150px;
	padding: 3px;
	font-size: smaller;
	white-space: nowrap;
	position: absolute;
	top: 1px;
	overflow: hidden;
}

#info h2 {
	text-align: center;
	border-top: 1px solid #747F96;
	border-bottom: 1px solid #747F96;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: normal;
	background-color: #d3dce9;
}


/*Sprache*/
#sprache {
   font-size: smaller;
   position: absolute;
   right: 20px;
   top: 2px;
}


/* Navigation */
#menu {
	float: left;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: Black;
	position: relative;
}

#menu ul {
	list-style: none;
	font-size: smaller;
	display: block;
	padding-left: 0px;
	margin-left: 0px;
}
#menu li {
	float: left;
	background: transparent url("/images/nav/selk/tab.gif") 100% -600px no-repeat;
	padding: 0 6px 0 0;
	margin-bottom: 5px;
}

#menu, #menu li a, #menu ul {
	width: 8.9em;
	min-width: 117px;
}

#menu ul a {	
	float: left;
	display: block;
	padding: 4px 4px 4px 10px;
	background: transparent url("/images/nav/selk/tab.gif") 0% -600px no-repeat;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

#menu ul li:hover a {
	background-position: 0% -400px;
}
#menu ul li:hover { 
	background-position: 100% -400px;
}

/*Kopf*/
#kopf {
	width: 100%;
	float: none;
	padding: 0px;
	height: 80px;
}

#kopf .logo {
	margin-left: 88px;
}

#kopf .rand {
	position: absolute;
	left: 145px;
	top: 80px;
	height: 350px;
	width: 4px;
	background-image: url("/images/line.gif");
}

#kopf .logo_text {
	display: none;
}


#counter {
	position: absolute;
   right: 0px;
   top: 2px;
	height: 18px;
	width: 18px;
}