/*
Theme Name: Afro Lifestyle
Theme URI: http://www.polarismedia.de/
Description: Afro Lifestyle Design by Polaris Media UG
Version: 1.0
Author: Karl Kowald
Author URI: http://karl.kowald.info/
*/



/* Begin Typography & Colors */
body
{
	font-family:  Verdana, Arial, Sans-Serif;
	background-image: url('images/bg.jpg');
	background-position: top center;
	background-repeat: repeat;
	color: #111111;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
}

h2, h2 a, h3, h3 a
{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	color: #1d1102;
}

a
{
	color: #5d5142;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#oben
{
	margin: 0px;
	padding: 0px;
	height: 25px;
	float: left;
	width: 100%;
	text-align: center;
	background-color: #353500;
}

#oben2
{
	margin: auto;
	padding: 0px;
	padding-top: 6px;
	height: 19px;
	width: 1000px;
	text-align: center;
	background-color: #353500;
}

#oben2 ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#oben2 ul li
{
	margin: 0px;
	padding: 0px;
	margin-left: 12px;
	margin-right: 12px;
	display: inline;
}


#oben2 ul li a
{
	color: #efb589;
	font-weight: bold;
}

#oben ul li a:hover
{
	color: #fef1b2;
	text-decoration: none;
}


#bglaufend
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 1000px;
	background-image: url('images/hg-fortlaufend.jpg');
	background-position: center top;
	background-repeat: repeat-y;
	float: left;
}

#headoben
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url('images/hg-header.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
}

#zentrierer
{
	width: 1000px;
	margin: auto;
	padding: 0px;
}

#hintergrund
{
	margin: 0px;
	padding: 0px;
	width: 1000px;
	text-align: justify;
	float: left;
}

#linkeseite
{
	margin: 0px;
	padding: 0px;
	padding-top: 75px;
	width: 175px;
	float: left;
}

#logo
{
	margin: 0px;
	padding: 0px;
	width: 625px;
	float: left;
}

.logolink
{
	margin: 0px;
	padding: 0px;
	margin-right: 12px;
	margin-top: 3px;
	width: 233px;
	height: 131px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	float: right;
	background-repeat: no-repeat;
}

* html .logolink
{
	margin-right: 6px;
}

#inhalt
{ 
	margin: 0px;
	padding: 25px 60px 0px 90px;
	float: left;
	width: 475px;
	text-align: left;
}


#rechteseite
{
	margin: 0px;
	padding: 0px;
	padding-top: 75px;
	width: 200px;
	float: right;
}

#linkeseite a, #rechteseite a
{
	margin: 0px;
	padding: 0px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	background-repeat: no-repeat;
}

#rauchwelten
{
	width: 175px;
	height: 200px;
	background-image: url('images/rauchwelten.jpg');
}

#rauchwelten:hover
{
	background-image: url('images/rauchwelten_over.jpg');
}

#kosmetik
{
	width: 175px;
	height: 185px;
	background-image: url('images/kosmetik.jpg');
}

#kosmetik:hover
{
	background-image: url('images/kosmetik_over.jpg');
}

#afroshop
{
	width: 175px;
	height: 210px;
	background-image: url('images/afro-shop.jpg');
}

#afroshop:hover
{
	background-image: url('images/afro-shop_over.jpg');
}

#newsletter
{
	width: 200px;
	height: 75px;
	background-image: url('images/newsletter.jpg');
}

#newsletter:hover
{
	background-image: url('images/newsletter_over.jpg');
}

#anfahrt
{
	width: 100px;
	height: 200px;
	background-image: url('images/anfahrt.jpg');
}

#anfahrt:hover
{
	background-image: url('images/anfahrt_over.jpg');
}

#philosophie
{
	width: 100px;
	height: 200px;
	background-image: url('images/philosophie.jpg');
}

#philosophie:hover
{
	background-image: url('images/philosophie_over.jpg');
}

#schatzkiste
{
	width: 200px;
	height: 175px;
	background-image: url('images/schatzkiste.jpg');
}

#schatzkiste:hover
{
	background-image: url('images/schatzkiste_over.jpg');
}

#gaestebuch
{
	width: 200px;
	height: 75px;
	background-image: url('images/gaestebuch.jpg');
}

#gaestebuch:hover
{
	background-image: url('images/gaestebuch_over.jpg');
}

#kontakt
{
	width: 100px;
	height: 125px;
	background-image: url('images/kontakt.jpg');
}

#kontakt:hover
{
	background-image: url('images/kontakt_over.jpg');
}

#impressum
{
	width: 100px;
	height: 125px;
	background-image: url('images/impressum.jpg');
}

#impressum:hover
{
	background-image: url('images/impressum_over.jpg');
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

#comment {width: 450px;}