/*
--------------------------------------------------------------------
Homepage: Adventgemeinde Schorndorf
Autor: Horst Mueller
Datum: 28.12.2009
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 {
	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: 850px;
}

#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;
}
