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


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

html {
/*background-color: rgb(190,80,0);*/
}
body {
background-color: #fff;
}

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

#page {
background-color: #fff;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
}

#header {
background-color: rgb(208,96,3);

}

#headerimg {
border-right: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
}

.description {
}

#menu {
border-bottom: 1px solid #000;
}

#submenu-wrapper {
background-color: rgb(190,80,0);
border-bottom: 1px solid #000;
}

#submenu {

}

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

#content {
}

.post {
}

.entry {

}

.post small {

}

p.postmetadata {

}

p.alt {

}

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

div.navigation {
border-top: 1px dotted #666;
}

div.alignleft {
}

div.alignright {
}

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

#sidebar {

}

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

#footer {

}

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

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

#links .blogroll{

}


