/* 
+-------------------------------------+
+                                     +
+ CSS für www.tmk-lamprechtshausen.at +
+                                     +        
+-------------------------------------+

+-----------------+
+ Wichtige Farben +       
+-----------------+ 
Haupt			                #FDFEF1 
Navi (Orange)                   #FF9900
Bottom      	                #434547
Hyperlinks (Blau)               #0066CC
Seitenüberschriften (Orange)    #FF6600
H3 Überschrift (Grau)           #434547
Grün                            #669900

+--------------------+
+ Alles zurücksetzen +       
+--------------------+   */ 

* 
{
    margin: 0;
    padding: 0;
}

/*
+--------------------------+
+ Allgemeine Deklarationen +       
+--------------------------+    */

html, body 
{
	background: #FFF;
	color: #000;
	margin: 0px;
	padding: 0px;
   	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   	font-size: 100.01%;
	top:0px;
	left:0px;
	background-color:#FFF; 
}

a img 
{
	border: 0;
}


/*
+------------------------------------+
+ Deklarationen für die Überschrifen +       
+------------------------------------+   */

h1
{
    background: url(Images/top.jpg) center no-repeat;
}

h1 a 
{
    height:118px;
    width:940px;
    text-decoration:none;
    text-indent: -999em;
    display: block;
    text-decoration: none;  
    text-align:center;
}


h2
{
    font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, helvetica, sans-serif;
    font-size: 1.3em;
    color: #FF0000;
    padding-bottom:0.5em;
}

h2 a 
{
    text-decoration:none;
    color: #FF0000;
}

h2 a:hover
{
    text-decoration:underline;
    color: #FF0000;
}

h2 a:visited
{
    color: #FF0000;
}


h3
{
    font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, helvetica, sans-serif;
    font-size: 1.2em;
    color: #434547;
    padding-bottom:0.1em;
    padding-top:0.5em;
}

h3 a 
{
    color: #434547;
    text-decoration:none;
}

h3 a:hover
{
    text-decoration:underline;
    color: #434547;
}

h3 a:visited
{
    text-decoration:underline;
    color: #434547;
}


h4
{
    font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, helvetica, sans-serif;
    font-size: 1.1em;
    color: #434547;
    padding-bottom:0.2em;
    padding-top:0.9em;
}

h4 a 
{

    text-decoration:none;
}

h4 a:hover
{
    text-decoration:underline;
}

/*

+------------------------------+
+                              +
+ CSS Zuweisungen für die DIVs +
+                              +       
+------------------------------+   

+------------+
+ div#header +       
+------------+    */

div#header
{
    width:940px;
    margin:auto;
}  


/*
+----------+
+ div#main +       
+----------+    */

div#main 
{
    width:938px;
    margin:auto;
    background-color:#FFFFFB;
    border-left:solid 1px #CCCCCC;
    border-right:solid 1px #CCCCCC;
    overflow:auto;  
}


/*
+----------------+
+ div#navigation +       
+----------------+    */

div#navigation 
{
    width:140px;
    float:left;
    padding-left: 5px;
    padding-top: 15px;
    overflow:hidden;
    padding-bottom:20px;
    padding-right:40px;
}

div#navigation ul
{
    list-style: none;
}

div#navigation ul.nav li
{
    margin-right:10px;
    line-height:1.0em
}

div#navigation ul.nav li a {
    font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, helvetica, sans-serif;
    font-size:1.0em;
    color:Black;
    display:block;
    text-decoration:none;
    border-bottom: 1px solid #DBDBDB;
    padding: 6px 0px 6px 10px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    overflow:hidden;
    line-height:1.0em;
}



div#navigation ul.nav li.navisub a 
{
    font-size:0.8em;
    margin-left:10px;
    display:block;
    padding: 4px 0px 4px 10px;
    font-weight: normal;
}

div#navigation ul.nav li.navisub2 a 
{
    font-size:0.7em;
    margin-left:20px;
    display:block;
    padding: 4px 0px 4px 10px;
    font-weight: normal;
}

div#navigation ul.nav li a:hover, div#navigation ul.nav .current 
{
    border-right: 3px solid #FF9900;
}


/*
+------------+
+ div#inhalt +       
+------------+    */

div#inhalt 
{   
    width:700px;
    float:left;
    padding-top: 10px;
    padding-bottom:2em;
    font-size:0.75em;   
    
}

div#inhalt a, div#inhaltleft a, div#inhaltright a, div#musikerleft a, div#musikerright a
{ 
    text-decoration:none;
    color:#3399CC;
}

div#inhalt a:hover, div#inhaltleft a:hover, div#inhaltright a:hover, div#musikerleft a:hover, div#musikerright a:hover
{ 
    color: #669900;
    text-decoration:underline;
}

div#inhalt h3 a, div#inhaltleft h3 a, div#inhaltright h3 a, div#musikerleft h3 a, div#musikerright h3 a
{ 
    text-decoration:none;
    color: #434547;
}

div#inhalt h3 a:hover, div#inhaltleft h3 a:hover, div#inhaltright h3 a:hover, div#musikerleft h3 a:hover, div#musikerright h3 a:hover
{ 
    color: #434547;
    text-decoration:underline; 
}


/*
+----------------+
+ div#inhaltleft +       
+----------------+    */

div#inhaltleft 
{   
    width:480px;
    float:left;
    padding-bottom:2em;
    font-size:0.75em;   
}

div#musikerleft 
{   
    width:400px;
    float:left;
    padding-top: 10px;
    padding-bottom:2em;
    font-size:0.75em;
}

.newsdatum 
{
    font-size:0.75em;
    margin-top:0.1em;
    margin-bottom:0.3em;
}

.newstext
{
    font-size: 1em;
}


/*
+-----------------+
+ div#inhaltright +       
+-----------------+    */

div#inhaltright 
{   
    width:240px;
    float:right;
    padding-bottom:2em;
    padding-right:5px;
    font-size:0.75em;
}

div#musikerright 
{   
    width:240px;
    float:left;
    padding-top: 10px;
    padding-bottom:2em;
    padding-right:5px;
    font-size:0.75em;
}

div#inhaltright img 
{
    border: 1px solid #D1D3D5; 
    padding: 6px; 
}

div#inhaltright a:hover img 
{ 
    border-color: #B1B5B9; 
}


/*
+-----------------+
+ div#seitentitel +       
+-----------------+    */


div#seitentitel 
{   
    margin-left:0px;
    padding-top:0.8em;
    height:30px;
    font-size:0.8em;
    vertical-align: middle;
}


/*
+-----------+
+ div#album +       
+-----------+    */

div#inhalt div#album2
{ 
    overflow: auto; /* Vermeidet "clear: both" für nachfolgende Elemente */
    width:750px;
}

div#inhalt div#album div 
{
    float: left; 
    margin: 2px; 
    padding: 5px; 
    height: 120px;
    width: 120px;
    text-align: center;
    background-image: url(Images/foto_back.gif);
    background-repeat:no-repeat;
}

div#inhalt div#album div img.horiz 
{
    margin: 0;
    padding-top: 22px;
    vertical-align: middle;
}

div#inhalt div#album div img.vert 
{
    margin: 0;
    padding: 10px;
    vertical-align: middle;
}


div#comments 
{
    width: 700px;
    float: left;
    text-align:center;
    font-size: 0.9em;
}

div#inhalt div#comments  .divcomment
{
    text-align: center;
    background-image: url(Images/comment_back_row.jpg);
    background-repeat:repeat-y;
    background-position:center;
    width:435px;
    margin:auto;
    padding:10px;
    height:100px;

}
div#inhalt div#comments  .divcommenttop
{
    text-align: center;
    background-image: url(Images/comment_back_top.jpg);
    background-repeat:no-repeat;
    background-position:center;
    visibility:visible;
    height: 20px;
    width:435px;
    margin:auto;
        
}
div#inhalt div#comments  .divcommentbott
{
    text-align: center;
    background-image: url(Images/comment_back_bottom.jpg);
    background-repeat:no-repeat;
    background-position:center;
    visibility:visible;
    height: 20px;
    width:435px;
    margin:auto;
}

/*
+------------+
+ div#bottom +       
+------------+    */

div#bottom
{
    height:20px;
    width:940px;
    text-align:center;
    margin:auto;
    font-size:0.7em;
    color:White;
    clear:left;
    vertical-align:middle;
    background-image: url(Images/top_leiste.jpg);
    background-repeat:repeat-x;
}

div#bottom a
{
    color:#FFFFFF;
    text-decoration:none;
    font-weight:bold;
    line-height:1.8em;
}

div#bottom a:hover
{
    text-decoration:underline;
    font-weight:bold;
}

div#bottom .copy
{
    font-size:0.9em;
    font-weight:bold;
    line-height:2em;
}


/*
+---------+
+ Klassen +       
+---------+    */
 
p.more
{ 
    border-bottom: 1px solid #D1D3D5; 
    margin-top: 0.5em;
    margin-bottom: 0.75em; 
    padding-bottom: 1.0em;
    font-size:1em;
}

p.more a
{ 
    background: transparent url("Images/more.gif") no-repeat 100% 0%; 
    border: 0; 
    padding: 0 21px 3px 0;
    text-decoration:none;
    color:#3399CC;
}

p.more a:hover
{ 
    background-position: 100% -100px; 
    color: #669900; 
    border: 0; 
    text-decoration:underline;
}

p.more a span
{ 
    display: none; 
}


p.text
{ 
    margin-bottom: 1em; 
    font-size:1em;
}

p.text a
{ 
    text-decoration:none;
    color:#3399CC;
}

p.text a:hover
{ 
    color: #669900; 
    border: 0; 
}

p.text a span
{ 
    display: none; 
}


p.lefty 
{
    text-align: left;
}


p.boxtext
{ 
    margin-bottom: 0.4em;
    font-size: 0.9em;
}


p.center
{ 
    margin-bottom: 1em; 
    font-size:1em;
    text-align:center;
}

p.center a
{ 
    text-decoration:none;
    color:#3399CC;
}

p.center a:hover
{ 
    color: #669900; 
    border: 0; 
}

p.center a span
{ 
    display: none; 
}


p.fototext
{ 
    margin-bottom: 0.5em; 
    margin-top: 0.5em;
    font-size:0.9em;
    text-align:center;
}

p.fototext a
{ 
    text-decoration:none;
    color:#3399CC;
}

p.fototext a:hover
{ 
    color: #669900; 
    border: 0; 
}

p.fototext a span
{ 
    display: none; 
}


.imgborder
{
    border: 1px solid #D1D3D5; 
    padding: 6px; 
}

a .imgborder
{
    border: 1px solid #D1D3D5; 
    padding: 6px; 
    margin-bottom: 5px;
}

a:hover .imgborder
{ 
    border-color: #B1B5B9; 
}

p.kommedit
{ 
    padding-top: 1em; 
    font-size:0.5em;
    text-align:center;
    font-style:italic;
}


/*
+---------+
+ Termine +       
+---------+    */

.tabletermine 
{

}

.terminewt 
{
   width:2em;
}

.terminedat
{
    width:4em;
}

.terminezeit
{
    width: 10em;        
}

.terminetext
{
    width: 30em;

}


.left 
{
    float: left; 
    margin-right: 8px; 
    border: 1px solid #D1D3D5; 
    padding: 6px; 
    
}

.right
 { float: right; 
     margin-left : 8px; }



/*
+--------+
+ Paging +       
+--------+    */

div#pagingfull
{
    width: 700px;
    /*text-align: left;*/
    float: left;
    font-size: 0.9em;
    margin-bottom: 10px;
    text-align:center;
}

div#paging a.aktiv, div#pagingfull a.aktiv
{
    text-decoration:none;
    font-weight:bold;
    color:black;    
}

div#paging a.aktiv:hover, div#pagingfull a.aktiv:hover {
    text-decoration:none;
    font-weight:bold;
    color:#000000;
}

div#paging a, div#pagingfull a {
	color: #003F7D;
	text-decoration: none;
    font-weight:normal;
}

div#paging a:hover, div#pagingfull a:hover 
{
    text-decoration:underline;
    display:inline-table;

}

#tblpaging 
{
    font-size:1em;
    border-collapse:collapse;
    border:1px solid black;
    margin:auto;
    width:30em;
}

#tblpaging th, #tblpaging td, #tblpagingmz th, #tblpagingmz td
{
    padding:0.2em;
    border-right:1px solid black;
    text-align: center;
}

.pagecount
{
    width:10em;
    background-color:#EBEBEB;
}

#tblpagingmz
{
    font-size:1em;
    border-collapse:collapse;
    border:1px solid black;
    margin:auto;
    width:40em;
}

/*
+-----------+
+ Gästebuch +       
+-----------+    */

div#gbform 
{
    margin-top: 1em;
    width:725px;
    float:left;   
}

div#gbformbut 
{
    margin-top: 1em;
    width:400px;
    float:left;
    padding-left: 310px;
}

div#gberror 
{
    width:700px;
    float:left;
}

div#gbform legend
{
    font-size: 1.2em;
	font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, helvetica, sans-serif;
	text-align:left;
	color:Black;
	margin-left:0.5em;
	font-weight:bold;
}

div#gbleft label
{
    float:left;
    clear:left;
    width:80px;
    margin-left:0.5em; 
}

div#gbform input 
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-bottom: 0.7em;
}

div#gbleft
{
    float:left;
    /*height: 100px;*/
    width:310px;
}

div#gbright 
{
    float:left;
    /*height:100px;*/
    width:400px;
}

div#gbform .button
{
    /*margin-left:140px; */
}

div#smileybox
{
	float:left;
	width:260px;
	margin-top:-5px;
}	
	
.smilies
{		
	margin: 5px;	
}


.smsfeld 
{
    padding-left:2em;
}


/*
+----------+
+ Formular +       
+----------+    */

dl {
  position: relative;
  width: 350px;
}
dt {
  clear: both;
  float:left;
  width: 130px;
  padding: 4px 0 2px 0;
  text-align: left;
}
dd {
  float: left;
  width: 200px;
  margin: 0 0 8px 0;
  padding-left: 6px;
}
