/* CSS Document */

/*allgmeine Linkformatierung*/
a:link {color:rgb(255,209,129); text-decoration:underline}
a:visited{color: rgb(255,209,129)}
a:hover{ text-decoration:none}

/* verbindet die Tabellen */
table {
border-collapse   :collapse;
}

table.newstable{
width             : 500px;
}

body.hintergrund{
background-color: rgb(255,209,129);
}

table.main{
width       : 950px;
}

body.gaestebuch{
background-color: white;
}

a.link_farbe_navi{
font-family : arial;
font-size   : 14px;
font-weight : bold;
margin-left : 7px;
margin-right: 7px;
}

a.link_farbe{
font-family : arial;
font-size   : 11px;
text-align  : center;
font-weight : bold;
margin-left : 20px;
margin-right: 20px;
}

a.link_farbe_in_text{
font-family : arial;
font-size   : 15px;
text-align  : center;
font-weight : bold;
}

h1.ueberschrift{
text-align  : center;
color       : rgb(0,0,0);
font-family : arial;
}

h2.ueberschrift2{
font-family : arial;
color       : rgb(0,0,0);
}

h3.ueberschrift3{
font-family : arial;
color       : rgb(0,0,0);
}

h2.ueberschrift2_news{
font-family : arial;
margin-left : 15px;
color       : rgb(0,0,0);
}

div.text{
text-align  : justify;
font-family : arial;
font-size   : 15px;
}

div.text_news{
text-align  : justify;
font-family : arial;
font-size   : 15px;
margin-left : 10px;
}

#myframe{
background-color: white;
border-color    : white;
}

body.impressum{
margin-bottom: 10px;
}

/*Bilder für die Seite Bilder*/

table.bilder_tabelle{
margin-top  : 20px;
margin-bottom  : 20px;
}

a.link_farbe_bilder{
text-decoration : none;
color       : blue;
font-family : arial;
font-size   : 11px;
font-weight : bold;
}

tr.color{
background-color: rgb(255,209,129);
}

td.extrabox{
background-color: rgb(255,209,129);
width: 300;
text-align: center;
vertical-align: top;
}

div.bilder_fasching{
background: url(../bilder/fasching.jpg) no-repeat;
width: 200px;
height: 267px;
}

div.bilder_winterbild{
background: url(../bilder/winterbild.jpg) no-repeat;
width: 200px;
height: 150px;
}

div.bilder_autobild{
background: url(../bilder/autobild.jpg) no-repeat;
width: 200px;
height: 150px;
}

div.bilder_sonstige{
background: url(../bilder/sonstige.jpg) no-repeat;
width: 200px;
height: 150px;
}
