/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration:none;
}
html,body,div,li,h1,h2,h3,h4,h5,h6,p,td {
    margin:0;
    padding:0;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}

table {
    border-spacing:0;
}

fieldset,img,abbr,acronym {
    border:0;
} 

a {
    text-decoration:underline;
    outline:none;
}

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

a:hover {
    text-decoration: none;
}

/* Color Setup ------------------------------------------------------------ */

a, .asset-name, .widget-content a {
    color: #2E3A6E; 	
}

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

.widget-header {
    color: #2E3A6E; 	
}


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

body {
    background:#fff;
    font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
    font-family: trebuchet ms;
    color: #333;
}

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


#content { 
    margin: 20px auto 50px;
    display: inline-block;
}

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

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

#header  {
    background: url(/bilder/nabelschnurblut-ratgeber.jpg) no-repeat center top;
    text-align: left;
    padding-left: 170px;
    height: 120px;
    min-height: 120px;
    max-height: 120px;
    overflow: hidden;
}

#header h1 {
    padding-top: 25px;
}

#header h1 a, #header p {
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
}

#header h1 a {
    text-decoration: none;
}

#header p {
    margin-top: 1em;
}

#navbar  {
    text-align:left;
}

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

#alpha-inner {
    overflow: hidden;
    padding-right: 26px;
    padding-left: 4px;
}



/* Layout */

 #alpha {
    width: 558px;
}

#beta {
    width: 230px;
}

#footer {
    margin: 0 auto;
    padding-bottom: 10px;
    font-size: 0.8em;
}

#footer, #footer a {
    color: #999999;
}


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



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

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


ol { 
	list-style: decimal; 
}
ul {
	list-style: disc;
	margin-left: 15px;
	padding: 0px;
}


/* Assets */

.asset-name {
    margin-bottom: .25em;
    font-size: 22px;
    font-weight: bold;
}

.asset-content {
    margin: 5px 0;
    color: #333;
    text-align:justify;
}


/* Widgets */


.widget-header {
    margin: 0px 15px 8px 15px;
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #ccc; 
    padding-bottom: .3em; 
    font-size:14px;
    font-weight: bold;
}



.widget-content {
    position: relative;
    margin: 5px 15px 20px 15px;
    font-size: 11px;
}

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

.g2 {
    text-align: center;
}

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

