/*
bg-colors.css
gliedert erstmal die Seite neu auf bestimmt Hintergrundfarben usw.
*/


/*
Hintergrundfarben der Hauptelemente zur besseren Positionierung
im Design
*/


body {

}

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

#page {

}

#wrapper-header {
border-bottom: 1px solid rgb(150,70,64);
background-color: rgb(67,24,16);
}

#header {
}

#headerimg {
border-top: 1px solid rgb(150,70,64);
border-right: 1px solid rgb(150,70,64);
border-left: 1px solid rgb(150,70,64);
}

#wrapper-categories-1 { /*eigentlich die hintergrund ebene zu dem*/
background-color: rgb(254,195,95); /*Kat-Menu Groesse passt sich nicht dynamsich an*/
filter:alpha(opacity=40);  /*for IE */
-moz-opacity:0.4; /* for mozilla */
opacity: 0.4; /* for safari */
khtml-opacity: 0.4; /* for konquerer and older safari */
}

.description {
}

#menu-1 {
border-right: 1px solid rgb(150,70,64);
}

#menu-2 {
}

#submenu {

}

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

#content {
}

.post {
}

.entry {

}

.post small {

}

p.postmetadata {
border-top: 1px dotted rgb(67,24,16);
border-bottom: 1px dotted rgb(67,24,16);
}

p.alt {
border: 1px dotted rgb(140,73,0);
}

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

div.navigation {
}

div.alignleft {
}

div.alignright {
}

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

#sidebar {

}

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

#footer {
}

#footer div#shortlinks {
border-top: 1px dashed #fff;
border-bottom: 1px dashed #fff;
}

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

#links .blogroll{
}



