/*
--------------------------------------------------------------------
Homepage: Adventgemeinde Schorndorf
Autor: Horst Mueller
Datum: 01.04.2011
Medium: screen
--------------------------------------------------------------------
*/

* {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 1.6em;
	padding-top: 25px;
	padding-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 1.2em;
	padding-top: 0px;
	padding-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	padding-top: 6px;
}
a {
	text-decoration: underline;
	color: #006699;
}

a:hover {
	color: #006699;
	text-decoration: none;
}

#sitecontainer {
	width: 780px;
	margin: 0 auto;
}

#sitecontainer_popup {
	width: 527px;
	margin: 0 auto;
}


#head {
	height: 22px;
	font-size: 0.82em;
	position: relative;
	padding-top: 12px;
	background-color: #333333;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 2px;
	border-bottom: 1px solid #999999;
}
#headnav     {
	list-style-type: none;
	float: left;
	color: #CCCCCC;
}
#headnav li {
	padding-right: 12px;
	display: inline;
}
#headnav a {
	text-decoration: none;
	color: #CCCCCC;
}
#headnav a:hover {
	text-decoration: underline;
}
#search {
	float: left;
	padding-left: 6px;
}
.searchbox {
	height: 14px;
	background-color: #333333;
	border: 1px solid #999999;
	color: #CCCCCC;
	font-size: 1em;
}
#headdate {
	width: auto;
	float: right;
	color: #CCCCCC;
}


#headmain {
	height: 138px;
	background-image: url(../images/headbar.gif);
	background-repeat: no-repeat;
	position: relative;
}

#separater {
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-x;
	height: 16px;
}

.headimgcontainer {
	top: 10px;
	left: 35px;
	position: absolute;
	height: 90px;
	width: 105px;
	float: left;
}
.headframe {
	top: 106px;
	left: 40px;
	position: absolute;
	height: 30px;
	width: 118px;
	border: 1px solid #E0665C;
	float: left;
	text-align: center;
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-image: url(../images/buttonbg2.gif);
}
.headframe  a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-bottom: 7px;

}
.headframe a:hover {
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
	background-image: url(../images/buttonbg2hover.gif);
	color: #FFFFFF;
	text-decoration: none;
}
#submenu {
	background-image: url(../images/submenu_bg.gif);
	background-repeat: repeat;
	line-height: 230%;
}
#submenu ul {
	padding-left: 8px;
	padding-top: 0px;
}
#submenu ul:hover {

}

#submenu li {
	display: inline;
}
#submenu a {
	color: #000000;
	text-decoration: none;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/arrowlight_r2.gif);
}
#submenu a:hover {
	color: #000000;
	text-decoration: underline;
	background-image: url(../images/arrow_r.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#submenu  a:focus {
	color: #000000;
	text-decoration: underline;
	background-image: url(../images/arrow_r.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.path  {
	font-size: 0.85em;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	text-decoration: none;
	color: #006699;
}
.path a {
	text-decoration: none;
}
.path  a:hover {
	text-decoration: underline;
}
.thema     ul {
	position: relative;
	line-height: 170%;
	padding-top: 8px;
	list-style-type: none;
}
.thema  a {
	color: #000000;
	text-decoration: none;
	padding-left: 16px;
	background-image: url(../images/arrowlight_r.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
.thema  a:hover {
	color: #000000;
	text-decoration: underline;
	background-image: url(../images/arrow_r.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#mainframe {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #333333;
	border-left-color: #999999;

}


#main {
	width: 510px;
	float: left;
	padding-left: 12px;
}

#mainside {
	float: right;
	width: 230px;
	padding-top: 12px;
	padding-right: 12px;
}

.sidebox {
	border: 1px solid #006699;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.sidebox  p {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;

}
.sideboxhead {
	font-weight: bold;
	color: #000000;
	background-color: #5BADD6;
}

.sidebox #bibletext {
	font-style: normal;
}

.sidebox  #bibelstelle {
	font-size: 11px;
	font-weight: bold;
}
.sideboxleer {
	margin-bottom: 10px;
	border: 1px dotted #006699;
}

.infobox {
	width: 500px;
	border: 1px solid #A24311;
	margin-bottom: 10px;
}

.infobox p {
	padding: 6px;
}
.boxrowhead {
	background-color: #F6B283;
	color: #000000;
	font-weight: bold;
}
.boxrowfirst {

}

.boxrow    {
	border-top-color: #A24311;
	border-top-width: 1px;
	border-top-style: dotted;

}

.boxmulticol div {
	float: left;
	text-align: left;
}

.infoboxblank {
	width: 500px;
	margin-bottom: 0px;
}

.infoboxblank p {

}
.boxrowsolidline {
	border-top-color: #A24311;
	border-top-width: 1px;
	border-top-style: solid;
}

.boxrowblank {
}

.infotab {
	width: 100%;
}

.infotab th {
	padding: 6px;
	text-align: left;
	background-color: #CCCC99;
	color: #000000;
	font-weight: bold;
}
.infotab      td {
	width: 50%;
	padding: 6px;
}
.cpa {
	font-size: x-large;
	color: #006699;
}

.infotabrow   {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666600;
}

#footer {
	color: #FFFFFF;
	font-size: 0.85em;
	background-image: url(../images/footerbg.gif);
	background-repeat: no-repeat;
	height: 40px;
}
#footernav a {
	float: left;
	width: 22px;
	display: block;
	height: 22px;
	margin-left: 5px;
	margin-top: 2px;
}
#footerinfo1 {
	text-align: left;
	float: left;
	width: 25%;
	margin-top: 5px;
	margin-left: 10px;
}
#footerinfo2 {
	text-align: left;
	float: left;
	width: auto;
	margin-top: 5px;
	margin-left: 10px;
}

#footerinfo3 {
	text-align: left;
	float: right;
	width: auto;
	margin-top: 5px;
	margin-right: 10px;
}

.clearer {
	clear:both;
}

.clearfix:after {
content:".";
display:block;
height:0;
font-size:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

.imgborder {
	border: 1px solid #666666;
}

#flyer1 {
	margin: 0 auto;
	width: 502px;
}

#flyer2 {
	margin: 0 auto;
	width: 902px;
}

#flyer3 {
	margin: 0 auto;
	width: 750px;
}

#flyergrafik {
	padding-bottom: 12px;
}

.flyernav p {
	border: 1px solid #A24311;
	margin-bottom: 10px;
	padding: 6px;
}

.copyright {
	font-size: 11px;
	font-style: oblique;
}

.author {
	text-align: right;
}

.andacht {
	text-align: justify;
}

.kalender {
	float: right;
	border: solid 1px #000000;
	margin-bottom: 6px;
	margin-left: 10px;
}



#menuframe {
	position: absolute;
	top: 108px;
	height: 28px;
	width: auto;
	float: left;
	font-size:12px;
	font-weight:normal;
	color: #FFFFFF;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	list-style-type: none;
	padding-top: 0;
	margin: 0;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	position: relative;
	width: 120px;
	padding: 0px 0px 11px 0px;
	text-align: center;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display: block;
	height: 28px;
	line-height: 26px;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #999999;
}

/*style second level*/
.menu ul ul {
	position: absolute;
	height: 0;
	top: 41px;
	left: 0; 
	width: 160px; 
	height:auto;
	z-index: 5;
	
	background:#fcfcfc;
	padding: 3px;
	border: 1px solid #CC0033;
	border-width: 6px 1px 6px 1px;
	text-align:left;
/* hide the sub levels and give them a positon absolute so that they take up no room */
	visibility: hidden;
}

.menu ul ul li {
	position:relative;
	width: 160px;
	padding: 0px;
	text-align:left;
}

/* style the table so that it takes no part in the layout - required for IE to work
.menu table {
	position:absolute;
	top:0; left:0;
	border-collapse:collapse;
	font-size:12px;
	display:block;
} */

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	height: auto;
	line-height: 1.4em;
	padding: 3px 3px 3px 15px;
	color: #333333;
	background: #fcfcfc;
	border: 1px solid #fcfcfc;
	background-image: url(../images/arrowlight_r.gif);
	background-repeat: no-repeat;
	background-position:left center;
}

/* style the top level hover */
.menu a:hover {
	color: #FFFFFF; 
	background: #900024;
	border: 1px solid #FFFFFF;
	background-image: url(../images/buttonbg2.gif);
	background-repeat: repeat-x;
}
.menu :hover > a {
	color: #FFFFFF;
	background: #900024;
	border: 1px solid #FFFFFF;
	background-image: url(../images/buttonbg2.gif);
	background-repeat: repeat-x;
} 

/* style second level hover */
.menu ul ul a:hover{
	color: #000000;
	background: #cccccc;
	background-image: url(../images/arrow_r.gif);
	background-repeat: no-repeat;
	background-position:left center;
}
.menu ul ul :hover > a {
	color: #000000;
	background: #cccccc;
	background-image: url(../images/arrow_r.gif);
	background-repeat: no-repeat;
	background-position:left center;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility: visible; 
}

/*Vorschau für die Linkssammlung*/
#box a {
}

#box a:hover {
}

#box a span {
	display: none;
}

#box a:hover span {
	position: absolute; top:0px; right:-90px; z-index:3;
	display: block;
	width: auto;
	height: auto;
	color: #000000;
	background: #ffffff;
	/*border: 1px solid #999999;*/
	padding: 6px;
}

#box img {
	border: 0;
}

