:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,form,input,textarea,
h1,h2,h3,h4,h5,h6,p,hr,th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
img {
    border: 0;
} 


hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}

/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }

/* Layout ----------------------------------------------------------------- */

#header, #content, #alpha, #beta, #footer {
    position: relative;
}

#alpha, #beta {
    display: inline;
    float: left;
}

#footer-inner, #alpha-inner, #beta-inner {
    position: static;
}

#alpha-inner, #beta-inner {
    overflow: hidden;
}

/* Wide-Medium */

#alpha {
    width: 610px;
}

#beta {
    width: 300px;
    left: 30px;
}

/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
    margin-bottom: .75em;
}

ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }

/* Assets */

.asset-body {
    clear: both;
}

.asset {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content {
    position: static;
    clear: both;
}

.asset,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body {
    margin-bottom: .75em;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0px 20px;
}

.widget-search ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li {
    margin: 5px 0;
}

.widget-about {
    font-size: 12px;
}

/* Header */

#header-inner {
    position: relative;
    overflow: hidden;
}

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}

/* Content */


.page-title a {
    text-decoration: none;
}

.page-title a:hover {
    text-decoration: underline;
}

.asset-content {
    margin: 5px 0;
}


.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

/* Utility */

.widget-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}

/* Global ----------------------------------------------------------------- */

body {
    text-align: left;
    background: #fff;
    color: #666;  
    font:normal 13px verdana;
}

a {
    outline: none;
    color: #AA0A19;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}

/* Layout ----------------------------------------------------------------- */

#container-inner,
#content {
    background-color: #fff;
}

#header-inner, #content-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

#content { 
    margin-top: 10px;  
    margin-bottom: 30px;  
}

#container-inner {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header-inner,
#main-navigation-inner,
#content-inner {
    position: relative;
    width: 940px;
    margin: 0 auto;
}

/* Header ----------------------------------------------------------------- */

#header { 
    background: #ffffff;
}

#header a {
    color: #AA0A19;
}

#header-content {
    width: 842px; 
    margin: 10px 20px;
    text-align: center;
	font-weight: bold;
}

#header-name {
    font-size: 30px;
    margin-bottom: 5px;
}

#header-description {
    margin-bottom: 0;
    color: #99cc00;
    font-size: 15px;  
	font-weight: bold;  
}

/* Navigation ----------------------------------------------------------------- */

#main-navigation {
    background: #eee url(/blog/css/nav-bg.gif) repeat-x 0 0;
    border-bottom: 1px solid #ccc;
    font-family: verdana;
}

#main-navigation-inner {
    position: relative;
}

#main-navigation ul {
    margin: 0;
    list-style: none;
}

#main-navigation ul li {
    float: left;
    padding-top: 2px;
}

#main-navigation ul li a {
    display: block;
    text-decoration: none;
    padding: 7px 15px 7px 16px;
    border-left: 1px solid #ccc;
    color: #000;
}

#main-navigation ul li a:hover {
    text-decoration: underline;
    color: #000;
}

#main-navigation ul li.on a {
    color: #fff;
    background: #AA0A19 url(/blog/css/nav-arrow-on.gif) no-repeat 50% bottom;
}

#main-navigation ul li.last {
    border-right: 1px solid #ccc;
}

/* Search ---------------------------------------------------------------- */

.widget-search {
    float: right;
    width: 230px;
    position: absolute;
    top: 2px;
    right: 0;
    text-align: right;
}

#search {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px;
    width: 125px;
}

#search-submit {
    border: 1px solid #75120e;
    border-top: 1px solid #b25c59;
    border-left: 1px solid #b25c59;
    background: #3C8CC2;
    color: #fff;
    padding: 0px 5px 1px 5px;
    font-size: 11px;
}

/* Content ---------------------------------------------------------------- */

#content {
    line-height: 1.5;
}

#group-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

.page-title, .archive-title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;
    color: #AA0A19;
    font-weight: bold;
}

.archive-title {
margin-left: 10px;
}

#homepage-image {
    width: 905px;
    height: 170px;
    background: url(/images/structure/logo.jpg) no-repeat 0 0;
    overflow: hidden;
    margin: 0 0 10px 20px;
}

#main-navigation .search-options {
    display: none;
}

/* Forms ---------------------------------------------------------------- */

input.text, textarea {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px 2px;
    background-color: #fafafa;
}

/* Widget ----------------------------------------------------------------- */

.widget-header, .comments-open-header, .comments-header {
    height: 20px;
    margin-bottom: 8px;
    font-size: 10px;
    border: none;
    line-height: 20px;
    padding: 0 6px 0 20px;
    font-family: verdana;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
.comments-open-header, .comments-header {
    background: url(/blog/css/header-arrow-wide.gif) no-repeat 0 0;
}
.widget-header {
    background: url(/blog/css/header-arrow-medium.jpg) no-repeat 0 0;
}

/* Footer ----------------------------------------------------------------- */

#footer { 
    background: #eee url(/blog/css/nav-bg.gif) repeat-x 0 0;
    color: #666;
    width: 100%;
    font-size: 0.7em;
}

#footer a {
    color: #666;
}

#footer-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
}

/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#main-navigation:after,
.entry-asset .asset-meta:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#header-inner,
#content-inner,
#main-navigation,
.entry-asset .asset-meta,
.asset-body {
    height: 1%;
}

.g1 {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.g2 {
    text-align: center;
}

#beta ul {
	margin-left: 20px;
}
#beta li {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style:none;
}
#beta li a {
	text-decoration:none;
        font-weight: normal;
        color: #666;
}

#beta li a:hover {
	text-decoration: underline;
        font-weight: normal;
        color: #666;
}

.li1 {
	padding-left:15px;
	background:transparent url("/blog/css/bg_li.gif") no-repeat 2px 5px;
}
.li2 {
	padding-left:30px;
	background:transparent url("/blog/css/bg_li.gif") no-repeat 17px 5px;
}

.floatleft, .floatright {
        margin-bottom: 20px;
        text-align: center;
        font-size: 0.8em;
}

.floatleft {
        float: left;
        margin-right: 20px;
}

.floatright {
        float: right;
        margin-left: 20px;
}

#alpha p, #alpha h3 {
text-align: justify;
}

#alpha h3 {
        font-weight: bold;
	color: #AA0A19;
	font-size: 1.2em;
        text-decoration: underline;
}

.b {
        font-weight: bold;
}

/* Tables -------------------------------------------------------------- */

td.vendor
{
	text-align:center;
	vertical-align:middle;
	border-bottom: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	padding: 3px;
}

td.vendor a.vendor
{
	color:#000000;
	font-weight:bold;
}

td.product
{
	text-align:left;
	vertical-align:middle;
	border-right: 4px solid #ffffff;
}

td.blue
{
	text-align:center;
	vertical-align:middle;
	background-color:#aedaf8;
	border-bottom: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	padding: 3px;
	
}

td.grey
{
	text-align:center;
	vertical-align:middle;
	background-color:#eeeeee;
	border-bottom: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	padding: 3px;
}

table.vergleich
{
	font-size:12px;
}

.hinweis
{
	font-size:12px;
}


.hl {
        background: url(/blog/css/geschenke-vergleichen.gif) no-repeat 0px 10px;
        margin-left: 25px;
        margin-right: 30px;
        padding-left: 35px;
        min-height: 30px;
        vertical-align: middle;
        margin-bottom: 10px;
}

.hl a {
        color: #9ece28;
        font-weight: bold;	
}

.ent {
        font-size: 0.8em;
        text-align: center;
        float: right;
        margin: 0 0 15px 15px;
}

.content-nav {
    margin: 15px 30px 10px 10px;
    color: #737373;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
}

.content-nav a {
    color: #737373;
    font-weight: normal;
    font-size: 11px;
}

.content-nav a:hover {
    text-decoration: underline;
}

.post {
	padding-bottom: 0px;
}

.post .title {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px dashed #B9B9B9;
	font-size: 22px;
}

.post .title a {
	text-decoration: bold;
        color:#AA0A19;
}

.post .entry {
	padding: 10px 10px 0px 10px;
        text-align: justify;
}

.post .meta {
	height: 26px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}

.post .linkmore {
        padding: 0px 10px;
}

.entry-meta {
    font-size: 11px;
    text-align:right;
    margin-top: 1em;
    margin-bottom: 20px;
    padding: 0px 10px;
}

.comments {
margin-top: 50px;
width: 550px;
}

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
    margin-bottom: 0.75em;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
    margin-bottom: 0.75em;
}

.comment-footer {
    margin-bottom: 1.5em;
    font-size: 0.8em;
}

.gallery_image {
	border:1px solid #ddd !important; 
	padding:3px;
}
