/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

	#header {
		height: 150px;
		width: 100%;
	}

		#logo { margin: 0 }

			#logo a {
				/* background: url(images/logo.png) no-repeat; */
				cursor: pointer;
				position: absolute;
				top: 66px; left: 7px;
				display:block;
			}

h1, h2, h3 {
	color: #cc0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
        margin-bottom: 10px;
}
h4 {
	color: #dd0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
        margin-bottom:8px;
}


/* Anchors */
a, a:link, a:visited {
	color: #aa0000;
	text-decoration: none;
}
a:hover, a:active, a.active {
	text-decoration: underline;
}

	#footer #footerWrap #copy a {
		color: #880000;
	}


/*Spruch rechts oben */
div#hi {
	color: #ff2b2b;
	font: 18px/18px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	width: 440px;
	position: absolute;
	top: 95px; right: 0;
}

body#woothemes {
	color: #333333;

}

em {
   color:#000000;
}

#nav a {
  color:#E7E7E7;
  display:block;
  font-size:14px;
  font-weight:bold;
  padding:14px 15px;
  text-decoration:none;
  text-transform:uppercase;



}

#main div.box1 ol 
{
   padding:5px;
   list-style-position:outside; /* Einrückung des Folgetextes auf Höhe der Zahl */
}

#main div.box1 ul {
   list-style-position:outside; /* Einrückung des Folgetextes auf Höhe des Bullet-Points */
}

#main div.box1 ol li
{
   margin:15px;

}


/*
  border:1px inset #777777;

	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
*/

blockquote {
	margin:15px 0; padding:10px 20px;
	border-bottom:1px solid #444444;
	font:1.00em Georgia, "Times New Roman", Times, serif; color:#000000;
	background:url(images/bg-box.png) repeat scroll 0 0 !important;
	background: #222;
}

/* Border Images */
div.post img {
     border: none;
     padding:5px !important;
}

h2.title {
    color:#FFFFFF;
    margin:0 14px 14px;
}
