/*STYLES.css*/
html {
overflow:scroll;
}

body {/*default-werte*/
background: #800000 url(../../images/background/bild1.jpg) repeat-x;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: Arial, Helvetica, Verdana, "Lucida Grande", Georgia, Sans-Serif;
}

#root {/*seiten-bereich*/
background:#FFFFFF;
width:780px;
border: #444444 solid 5px;
border-top: none;
border-bottom: none;
/*MITTIG*/
left:50%;
margin: 0px 0px 0px -395px; /*RAHMEN + PADDING beachten*/
position:relative;
/*MITTIG ENDE*/
}

/*links*/
a {
color: #BB2222;
}

a:
/*links*/

#banner {
background:#800000 url(../../images/banner/banner1.jpg);/* url(../../images/banner/banner1.jpg);*/
padding: 0px;
margin: 0px;
height: 230px;
border: none;
}


/*MENU neu*/
#menu {
width: 715px;
position: absolute;
left: 50%;
top: 207px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px -325px;/*-390 oder so +65 (wegen menüeinrückung bla)*/
z-index: 40;
}


.menubutton {
position: relative;
float:left;
text-transform: uppercase;
width: 100px;
height: 23px;
background: #b36666 url(../../images/background/menu2.png) bottom repeat-x;
}

#menue2,#menue4,#menue6 {
margin: 0px 0px 0px 0px;
padding: 0px 0px 5px 0px;
background: #b36666 url(../../images/background/menu1.png) bottom repeat-x;
/*border-left: 3px solid #555555;
border-right: 3px solid #555555;
border-bottom: 3px solid #555555;*/
}

.menubereich {
position: relative;
display: block;
text-align: center;
width: 100px;
float: left;
margin: 0px 10px 0px 0px;
border: none;
}


a:link.menu {
text-decoration:none;
font-weight: bold;
font-size: 14px;
color:#222222;
}
a:hover.menu {
text-decoration:underline overline;
font-weight: bold;
font-size: 14px;
color:#333333;
}
a:visited.menu {
text-decoration:none;
font-weight: bold;
font-size: 14px;
color:#555555;
}
a:active.menu {
text-decoration:underline overline;
font-weight: bold;
font-size: 14px;
color:#DDDDDD;
}

a:link.menu2 {
text-transform: none;
text-decoration: none;
display: block;
color: #222222;
font-size: 13px;
}
a:visited.menu2 {
text-transform: none;
text-decoration: none;
display: block;
color: #444444;
font-size: 13px;
}

#dummy {
position: relative;
/*background: url(../Images/bg/leiste2.png) #bb0000;*/
left: 50%;
margin: 0px 0px 0px -390px;
padding: 0px;
top: -20px;
width: 780px;
height: 20px;
}

/*MENU NEU*/


#inhalt {
position: absolute;
top: 250px;
width: 750px;
left:50%;
margin: -20px 0px 0px -395px; /*wegen doppeltem Rahmen -395!!!!! */
font-size: 12px;
padding: 15px;
background: #FFEEBB;
border: #444444 solid 5px;
border-top: none;
}

/*ÜBERSCHRIFTEN*/
h1 {
font-size: 36px;
font-family: Georgia, "Times New Roman", Arial, Helvetica, "Lucida Grande", Sans-Serif;
font-weight: normal;
color: #FFFFFF;
background: #800000;
display:block;
margin: 0px 0px 30px -10px;
border: 3px solid #112244;
text-indent: 5px;
padding: 3px;
text-transform: uppercase;
letter-spacing: 3px;
}

h2 {
font-size: 20px;
font-weight: bold;
color: #662222;
}

h3 {
font-size: 17px;
font-weight: bold;
color: #880000;
margin: 5px 0px 10px 5px;
}

h4 {
font-size: 13px;
font-weight: bold;
color: #662222;
}
/*ÜBERSCHRIFTEN*/

/*LISTEN*/
/*menü-liste*/
li.menu {
margin: 3px 0px 3px 0px;
list-style: square outside; /*url(../../images/list/bullet1.png) */
}

a.liste {
text-decoration: none;
color: #444444;
}

a.liste:hover {
background: #DDBBBB;
}
/*LISTEN*/

/*SCHRIFT-FORMATIERUNG*/
strong {
font-weight: bold;
color: #664444;
}

p {
margin: 5px;
padding: 0px;
}
/*SCHRIFT-FORMATIERUNG*/

/*SEITEN-INHALT*/
#maincontent {
float: left;
width: 550px;
font-size:13px;
margin: 0px 0px 0px 0px;
margin-bottom: 15px;
}

#sidebar {
width: 150px;
float: right;
padding: 5px 5px 5px 5px;
border: 4px solid #DDCC88;
border-right: none;
margin-bottom: 15px;
}

/*SEITEN-INHALT*/

/*TABELLE(PROBEN)*/
table.proben {
border-spacing: 4px;
border-style: solid solid solid solid;
border-color: #666666;
border-collapse: collapse;
border-width: 2px;
width: 100%;
}

table.proben th {
border-width: 1px;
border-style: solid;
padding: 2px 2px 2px 5px;
text-align:left;
font-weight: bold;
color: #444444;
font-size:14px;
border-color: #666666;
}

table.proben td {
border-width: 1px;
padding: 10px 10px 10px 10px;
border-style: solid;
vertical-align: middle;
border-color: #666666;
}
/*TABELLE(PROBEN)*/

/*TABELLE (Gästebuch)*/

table.guestbook {
border-spacing: 4px;
border-style: none;
border-color: #666666;
border-collapse: collapse;
border-width: 2px;
width: 100%;
font-size: 13px;
empty-cells:show;
}

table.guestbook td {
border-width: 4px;
padding: 10px 10px 10px 10px;
border-style: solid;
vertical-align: top;
border-color: #DDCC88;
}

/*TABELLE (Gästebuch)*/
/*LINKS (Gästebuch)*/
a.guestbook {
color: #886644;
font-weight:bold;
}
/*LINKS (Gästebuch)*/

/*SONSTIGES*/
hr {
border: 2px solid #CCBB77;
}
/*SONSTIGES ENDE*/

/*BILDER*/
.panel {
background: #EEDDAA;
border: 4px solid #DDCC88;
padding: 10px 10px 10px 20px;
margin: 5px 15px 10px 15px;
width: 460px;
}

div.panel img {
border: 1px solid #222222;
}

a img {
border: none;
}

.bild {
float: left;
text-align: center;
margin: 5px 5px 5px 5px;
border: 2px solid #444444;
background: #FFDDBB;
padding: 0px;
width: 120px;
height: 120px;
}

.bild:hover {
background: #AAAAAA;
cursor:pointer;
}

#picpanel {
position: absolute;
padding: 10px;
background: #FFFFFF;
border: 4px solid #222222;
left: 50%;
top: 0px;/*geht net weil der IE mir leider die Buttons drüber schiebt... arschlcoh*/
text-align: center;
z-index: 50;
}

div#picpanel img {
margin: 0px 0px 10px 0px;
}

#altertext {
text-align: center;
font-weight: bold;
color: #880000;
}

#hidden {
display:none;
position: absolute;
top: 15px;
border: 3px solid #444444;
background: #FFFFFF;
padding: 10px;
}
/*BILDER*/

/*BLOG*/

.shortnews {
float: right;
width: 160px;
border: 4px solid #DDCC88;
background: #EEDDAA;
margin: 27px 0px 0px 0px;
/*position: relative;*/
}

.blog {
/*width:740px;*/
}

h2.blog {
width: 510px;
font-size: 24px;
}

.blogentry {
/*float: left;*/
/*font-family: 'Trebuchet MS', Trebuchet, Verdana, Helvetica, Sans-Serif;*/
font-family: 'Tretbuch MS', Georgia, 'Times New Roman', Serif;
}

.blogtext {
border: 4px solid #DDCC88;
padding: 10px 10px 0px 10px;
margin: -40px 0px 30px 15px;
width: 510px;
font-size: 13px;
text-align: justify;
/*font-weight: bold;*/
font-size: 12px;
}

.blogfuss {
font-family: Arial, Verdana, Helvetica, Sans-Serif;
font-size: 12px;
text-align: right;
background: #BBAA66;
color:  #FFEEDD;
margin: 5px -10px 0px -10px;
}

div.blogfuss strong {
color: #FFFFFF;
}

/*BLOG*/
/*GAESTEBUCH*/
.versteckt {
display: none;
}


/*TABELLE ORDERS*/
.zahl {
text-align: center;
font-size:30px;
color: #888888;
font-weight: bold;
}
/*TABELLE ORDERS*/

#subleiste {
clear: both;
background: #BBAA66;
color: #FFEEDD;
text-align: center;
font-size: 10px;
padding: 2px;
margin: 0px -15px -15px -15px;
}

#subleiste a {
color: white;
}

#subleiste a:visited {
color: white;
}

#material {
margin-bottom: 15px;
}
