/*
----------------------------------------------------------------------------------

eabw

Stylesheet for default screen structure and stylings. 
You're welcome.

written by Aaron Meder, public.aaron@gmail.com, www.telltec.ch

first edited : May 03 2006
last edited  : Feb 07 2007

----------------------------------------------------------------------------------
*/

html,body{
margin:0;
padding:0;
}

body{
font: 76% Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-align:center;
background: url(../images/body_bg.jpg);
}

p{
margin: 0 5px 10px;
}

#navigation a{
display:block;
color: #981793;
padding:5px;
}

div#header h1{
margin:0;
padding-left:10px;
height: 80px;
line-height: 80px; 
background: #5492BB url(../images/header_h2_bg.jpg) no-repeat left;
text-indent: -10000px;
border-bottom: 1px #5e97c6 solid;
}
  
div#container{
text-align: left;
}

div#content p{
/*font: 120% Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
line-height: 1.4;
}

div#navigation{
}

div#footer{
margin-bottom: 25px;
color: #999999;
background-color: #eee;
border-top: 1px #eee solid;
border-bottom: 1px #eee solid;
}

div#footer p{
margin:0;
padding:5px 10px;
}

div#container{
width:950px;
margin:0 auto;
border-right: 1px #eee solid;
border-left: 1px #eee solid;
background-color: #fff;
}

div#wrapper{
float:left;
width:100%;
}

div#content{
margin: 0px 150px 25px 150px;
}


div#navigation{
float:left;
width:150px;
margin-left:-950px;
}

div#extra{
float:left;
margin-left: -150px;
padding: 5px 5px 80px 5px; 
width: 138px;
border-left: 1px #eee dotted;
background: #F8F8F8 url(../images/extra_bg.png) repeat-x bottom;
}

div#footer{
clear:left;
width:100%;
}

#footer a:link, #footer a:visited{
color: #999;
}

#footer a:hover, #footer a:active{
background-color: #fff;
}

#navigation ul{
margin: 50px 0px 0px 0px;
padding: 0px;
}

#navigation ul li{
margin: 0px;
padding: 0px;
list-style-type: none;
}

#navigation #logos img{
border: 0px;
}

#navigation a:link, #navigation a:visited{
color: #82A7C5;
}

#navigation a:hover, #navigation a:active{
text-decoration: none;
}

#content a:link, #content a:visited{
color: #B11B3E;
}

#content a:hover, #content a:active{
background-color: #fcdce4;
}

#content h2{
margin-right: 10px;
font: 2em "Trebuchet MS", verdana, sans-serif;
border-bottom: 1px #c0c0c0 dotted;
}

#content h3{
color: #4f81bd;
margin-left: 10px;
text-align: left;
font: 1.5em "Trebuchet MS", verdana, sans-serif;
margin-bottom: 3px;
}

#content #leitspruch{
margin: 10px;
color: #336898;
background-color: #e9f5ff;
padding: 5px;
text-align: center;
border: 1px #cfe9ff solid;
}

#content #leitspruch h1{
font-size: 1.3em;
}

#logos{
margin: 10px 0px 0px 0px;
}

#mitglieder{
padding-top: 1px;
padding-left: 1px;
border: 0;
text-align: center;
background-image: url(../images/main_content_bg.jpg) 
}  

#mitglieder img{
border: 0px;
}

.mitglied{
margin: 5px 5px;
padding: 5px;
float: left;
border: 1px #eee solid;
background-color: #F8F8F8;
width: 140px;
height: 190px;
}

.links_startpage{
text-decoration:none;

}

.mitglied img{
margin: 15px 0px 0px 2px;
}

.mitglied .center{
text-align: center;
}

#biglogo{
float: left;
}

#info{
margin-left: 160px;
}

#otherprayers table, #calendar table{
border-collapse: collapse;
}

#otherprayers td, #calendar td{
padding: 2px;
border: 1px #EAEAEA solid;
vertical-align: top;
}

#otherprayers #firstline, #calendar #firstline{
font-weight: bold;
background-color: #EAEAEA;
}

#admin_gebetstreffen{
font-weight: lighter;
background-color: #FFFF99;
list-style:hiragana-iroha;
}


#calendar img{
border: 0px;
}

#glauben ol li{
margin-bottom: 5px;
}

#newevent label{
display: block;
}

#newevent fieldset{
margin: 10px 10px 15px 10px;
border: 1px #c0c0c0 solid;
}

#newevent #topic{
width: 300px;
height: 120px;
}

#calendar table, #otherprayers table{
width: 630px;
}

#calendar td{
padding: 3px;
}

#calendar #date{
width: 90px;
}

.termin{
margin-bottom: 10px;
border-bottom: 1px #eee solid;
}

.termin em{
font-style: normal;
color: #666666;
}

#home h2{
text-align: center;
}

#logos img{
border: 0px;
}

.pflichtfeld{
color: #32BBE2;
}

#newevent #title, #newevent #location{
width: 350px;
}

.success, .error, .attention{
margin: 10px;
padding: 5px;
}

.success{
border: 1px #00CC33 solid;
background-color: #C9EFC2;
}

.error{
border: 1px #993333 solid;
background-color: #FDB5B7;
}

.attention{
border: 1px #DCA601 solid;
background-color: #FBFDB3;
}


