/*
Theme Name: Modekatalog
Theme URI: http://www.berkedesign.com
Description: "Modekatalog" is a dynamic theme for WordPress 2.x.
Version: 1.0
Author: Stefan Berke
Author URI: http://www.berkedesign.com
*/

html, body {
    padding: 20px 0px 40px 20px;
    margin: 0px;
    min-width: 980px;
    }
/**************************************************************************************************/
/* Hier stehen alle verwendeten Farbwerte

#644183 / Schriftfarbe
#9681A9 / Hintergrundfarbe Webseite 
#644183 / Footerlinks Impressum usw.
#FDEAF7 / Hintergrundfarbe Buch
#F7D2EB / Überschriftenlink
#ffffff / Hover Überschriftenlink
#644183 / Sidebarlinks
#9377AD / Hover Sidebarlinks
#B5058B / Border Googlewerbung

*/
/**************************************************************************************************/

/* Grafik CSS *************************************************************************************/

body {
    background: #9681A9 url(/wp-content/themes/modekatalog/images/ornament.png);
		font-size: 14px;
		color: #644183;
    }

.hintergrundfarbe-buch {
    background: #FDEAF7;
    }

img {
    border:none;
    }

p {text-align:justify;}

#blaetterrand_unten {
    width: 20px;
    background: transparent url(/wp-content/themes/modekatalog/images/blaetterrand_unten.gif) repeat-y;
    }

#schatten_ml {
    width: 55px;
    background: transparent url(/wp-content/themes/modekatalog/images/schatten_15.png) repeat-y;
    }

#schatten_mr {
    width: 55px;
    background: transparent url(/wp-content/themes/modekatalog/images/schatten_16.png) repeat-y;
    }

#schatten_ul {
    background: transparent url(/wp-content/themes/modekatalog/images/schatten_52.png) repeat-x;
    }

#welle_unten {
    width: 406px;
    background: transparent url(/wp-content/themes/modekatalog/images_hintergrundfarbe/schatten_25.png) no-repeat;
    }

#schatten_ur {
    background: transparent url(/wp-content/themes/modekatalog/images/schatten_55.png) repeat-x;
    }

#schatten_rm {
    width: 80px;
    background: transparent url(/wp-content/themes/modekatalog/images/schatten_18.png) repeat-y;
    }
	
#fashion_logo {
    background: transparent url(/wp-content/themes/modekatalog/images/fashion_logo.png) no-repeat;
    }

div.register a {
    display: block;
    width: 25px;
    }
	
.footerschriftfarbe{
    color: #644183;
    }

/* Allgeimeine Formatierungen *********************************************************************/

#menuelinks1 ul {list-style-type: none;}
#menuelinks1 li {list-style-type: none;}
#menuelinks1 ul li {list-style-type: none;}
#menuelinks1 ul ul li {list-style-type: none;}
#menuelinks1 ul ul ul li {list-style-type: none;}

#menuelinks2 ul {list-style-type: none;}
#menuelinks2 li {list-style-type: none;}
#menuelinks2 ul li {list-style-type: none;}
#menuelinks2 ul ul li {list-style-type: none;}
#menuelinks2 ul ul ul li {list-style-type: none;}

#menuerechts1 ul {list-style-type: none;}
#menuerechts1 li {list-style-type: none;}
#menuerechts1 ul li {list-style-type: none;}
#menuerechts1 ul ul li {list-style-type: none;}
#menuerechts1 ul ul ul li {list-style-type: none;}

#menuerechts2 ul {list-style-type: none;}
#menuerechts2 li {list-style-type: none;}
#menuerechts2 ul li {list-style-type: none;}
#menuerechts2 ul ul li {list-style-type: none;}
#menuerechts2 ul ul ul li {list-style-type: none;}

#pagenav {list-style-type: none;}
#pagenav ul {list-style-type: none;}
#pagenav ul li {list-style-type: none;}

/* Menueueberschriften */
div#menuelinks1 h3, div#menuerechts1 h3, div#menuelinks2 h3, div#menuerechts2 h3, div#menueblog1 h3, div#menueblog2 h3, h2 {
    color: #860059;  
    }
	
h3, h2 {
    font-weight: bold;
    font-size: 18px;
    }

div#sidebar h2 {
    padding: 0px 140px 0px 0px;
    background: transparent url(/wp-content/themes/modekatalog/images/schatten_xx.png) repeat-y;
    }
    
td#today {
    font-weight: bold;
    text-decoration: underline;
    }

/* Googlewerbung **********************************************************************************/
	
div#google_werbung {
    overflow: hidden;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
		border-top-width: 1px;
		border-top-style:solid;
		border-top-color: #B5058B;
		border-bottom-width: 1px;
		border-bottom-style:solid;
		border-bottom-color: #B5058B;
    background: #ffffff;
    }
	
div#google_werbung_468x60 {
    overflow: hidden;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
		border-top-width: 1px;
		border-top-style:solid;
		border-top-color: #B5058B;
		border-bottom-width: 1px;
		border-bottom-style:solid;
		border-bottom-color: #B5058B;
    background: #ffffff;
    }
	
div#google_werbung_336x280 {
    overflow: hidden;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
		border-top-width: 1px;
		border-top-style:solid;
		border-top-color: #B5058B;
		border-bottom-width: 1px;
		border-bottom-style:solid;
		border-bottom-color: #B5058B;
    background: #ffffff;
    }
	
/* Linkformatierungen *****************************************************************************/

a:link, a:visited {
    /* Standartformatierung der Links im Hauptmenuelinks1 */
		font-size: 12px;
    color: #644183;
    text-decoration: underline;
    }
	
a:focus, a:hover, a:active {
    /* gesonderter "Maus ueber" Status */
		color: #9377AD;
		text-decoration: none;
    }

a.footerlinks:link, a.footerlinks:visited {
    /* Standartformatierung der Links im Hauptmenuelinks1 */
    color: #644183;
    text-decoration: none;
    }
	
a.footerlinks:focus, a.footerlinks:hover, a.footerlinks:active {
    /* gesonderter "Maus ueber" Status */
    text-decoration: underline;
    }
	
div#header_rechts h1 a:link, div#header_rechts h1 a:visited {
    /* Standartformatierung*/
		position: relative;
		top: 100px;
		left: 60px;
		font-size: 32px;
    color: #FDEAF7;
    text-decoration: none;
    }
div#header_rechts h1 a:focus, div#header_rechts h1 a:hover, div#header_rechts h1 a:active {
    /* gesonderter "Maus ueber" Status */
		color: #F7D2EB;
    }

div#header_links h1 a:link, div#header_links h1 a:visited {
    /* Standartformatierung*/
		position: relative;
		top: 100px;
		right: -60px;
		font-size: 32px;
    color: #FDEAF7;
    text-decoration: none;
    }
div#header_links h1 a:focus, div#header_links h1 a:hover, div#header_links h1 a:active {
    /* gesonderter "Maus ueber" Status */
		color: #F7D2EB;
    }

div#header_links h2 a:link, div#header_links h2 a:visited {
    /* Standartformatierung */
		position: relative;
		top: 30px;
		right: -70px;
    font-size: 20px;
    color: #F7D2EB;
		font-style: italic;
    text-decoration: none;
		}
	
div#header_links h2 a:focus, div#header_links h2 a:hover, div#header_links h2 a:active {
    /* gesonderter "Maus ueber" Status */
		color: #ffffff;
    }

div#header_rechts h2 a:link, div#header_rechts h2 a:visited {
    /* Standartformatierung */
		position: relative;
		top: 30px;
		left: 70px;
    font-size: 20px;
    color: #F7D2EB;
		font-style: italic;
    text-decoration: none;
		}
div#header_rechts h2 a:focus, div#header_rechts h2 a:hover, div#header_rechts h2 a:active {
    /* gesonderter "Maus ueber" Status */
		color: #ffffff;
    }

div#menuelinks1 a:link, div#menuelinks1 a:visited {
    /* Standartformatierung der Links im Hauptmenuelinks1 */
		font-size: 14px;
		font-weight: bold;
    color: #644183;
    text-decoration: underline;
    }
	
div#menuelinks1 a:focus, div#menuelinks1 a:hover, div#menuelinks1 a:active {
    /* gesonderter "Maus ueber" Status */
		color: #9377AD;
		text-decoration: none;
    }
    
div#menuelinks2 a:link, div#menuelinks2 a:visited {
    /* Standartformatierung der Links im Hauptmenuelinks1 */
		font-size: 14px;
		font-weight: bold;
    color: #644183;
    text-decoration: underline;
    }
	
div#menuelinks2 a:focus, div#menuelinks2 a:hover, div#menuelinks2 a:active {
    /* gesonderter "Maus ueber" Status */
		color: #9377AD;
		text-decoration: none;
    }
    
div#menuerechts1 a:link, div#menuerechts1 a:visited {
    /* Standartformatierung der Links im Hauptmenuelinks1 */
		font-size: 14px;
		font-weight: bold;
    color: #644183;
    text-decoration: underline;
    }
	
div#menuerechts1 a:focus, div#menuerechts1 a:hover, div#menuerechts1 a:active {
    /* gesonderter "Maus ueber" Status */
		color: #9377AD;
		text-decoration: none;
    }
    
div#menuerechts2 a:link, div#menuerechts2 a:visited {
    /* Standartformatierung der Links im Hauptmenuelinks1 */
		font-size: 14px;
		font-weight: bold;
    color: #644183;
    text-decoration: underline;
    }
	
div#menuerechts2 a:focus, div#menuerechts2 a:hover, div#menuerechts2 a:active {
    /* gesonderter "Maus ueber" Status */
		color: #9377AD;
		text-decoration: none;
    }
    
div.post h2 a:link, div.post h2 a:visited {
    /* Standartformatierung der Links im Hauptmenuelinks1 */
		font-size: 18px;
    color: #644183;
    text-decoration: none;
    }
	
div.post h2 a:focus, div.post h2 a:hover, div.post h2 a:active {
    /* gesonderter "Maus ueber" Status */
	color: #9377AD;
    }

p.postmetadata a:link, p.postmetadata a:visited {
    /* Standartformatierung der Links im Hauptmenuelinks1 */
		font-size: 12px;
    color: #644183;
    text-decoration: underline;
    }
	
p.postmetadata a:focus, p.postmetadata a:hover, p.postmetadata a:active {
    /* gesonderter "Maus ueber" Status */
		color: #9377AD;
		text-decoration: none;
    }

/**************************************************************************************************/