/* Globale Einstellungen */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

body {
    line-height: 180%;
    text-align: left;
    font-family: "Lucida Grande", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Tahoma, "Arial", sans-serif;
    color: white;
    font-size: 80%;
    margin: 0px;
    background-color: black;
}

caption, th, td {
    text-align: left;
    font-weight: 400;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: none;
}

input, textarea {
    margin: 0;
}

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

h1 {
    font-size: 2em;
    font-weight: lighter;
    line-height: 1;
    letter-spacing: 0.1em;
    border-bottom: solid 1px blue;
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
}

h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
}

h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
}

h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
}

h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

a, a:visited {
    text-decoration: none;
    color: black;
    background: #fff694;
    padding: 2px 4px;
}

a:hover {
    text-decoration: none;
    color: yellow;
} .main {
    margin-left: auto;
    margin-right: auto;
    width: 1130px;
    padding-top: 60px;
} .main a {
    font-family: "Lucida Grande", Tahoma;
    font-size: 12px;
    font-weight: lighter;
    font-variant: normal;
    text-transform: uppercase;
    margin: 20px 0px;
    text-align: center !important;
    letter-spacing: 0.3em;
} #navigation h1 a {
    background: url(/assets/images/logo_oks.jpg) no-repeat;
    float: left;
    width: 220px;
    height: 220px;
    text-indent: -99999px;
    margin: 0;
    padding: 0;
} #navigation h1 {
    border: none;
    line-height: 0;
    margin: 0;
    padding: 0;
} #navigation {
	float: left;
} #navigation ul {
    list-style:none;
	margin:0;
	padding-left:24px;
	clear:left;
} #navigation ul li {
	margin-bottom: 5px;
} #navigation ul a.active {
	background: blue;
	color: white;
}

/* HP */
.content {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 20px;
    float: left;
    width: 300px;
} .content a {
    color:yellow;
	text-decoration: none;
	background: none;
	padding: 0;
} .content a:visited {
    text-decoration: none;
    color: blue;
	background: none;
} .content a:hover {
    text-decoration: underline;
    color: #fff694;
	background: none;
} .main_image {
    background: url(/assets/images/issue1_main_pic.jpg) no-repeat;
    float: left;
    width: 460px;
    height: 625px;
    text-indent: -99999px;
}

/* Issue Content */
.content_issue {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 50px;
    float: left;
    width: 600px;
} .content_issue h2, .content_newsletter h2 {
	padding: 10px 0;
	font-size:1.5em;
	font-weight: lighter;
    line-height: 1;
    letter-spacing: 0.1em;
    border-bottom: solid 1px blue;
} .content_issue p, .content_newsletter p {
	color:#FFF694;
	font-family:georgia;
	font-weight:lighter;
	letter-spacing:0.4em;
	padding-bottom:10px;
} .content_issue img {
	padding-bottom: 10px;
}

/* Newsletter Signup */
.content_newsletter {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 50px;
    float: left;
    width: 460px;
} #mc_embed_signup .fieldset {
    border: none;
} #mc_embed_signup .mc-field-group {
    margin: 10px 0px;
} #mc_embed_signup label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    width: 120px;
} fieldset input.btn {
    font-family: "Lucida Grande", Tahoma;
    font-size: 12px;
    font-weight: lighter;
    font-variant: normal;
    text-transform: uppercase;
    margin: 10px 0px;
    text-align: center !important;
    letter-spacing: 0.3em;
    color: black;
    background: #fff694;
    padding: 2px 4px;
    border: 1px solid black;
} fieldset input.btn:hover {
    color: yellow;
    cursor: pointer; /* cursor: hand; for IE5 */
}#mc_embed_signup .mce_inline_error {
    color: blue;
}#mc_embed_signup #mce-success-response {
    color: #a4f4e9;
}#mc_embed_signup .mc_embed_close {
    background-color: white;
}

