/* ======================================
Datei: markusmf.css
Stand vom: 23.07.2009
Autor: Speicherfrei / Markus Mueller-Fassbender

Aufbau: 1. Kalibrierung
        2. Allgemeine Styles
        3. Styles fuer Layoutbereiche
        4. Sonstige Styles
========================================
=======================================*/

/* =====================================
  1. Kalibrierung
  =====================================*/
html, body, div, span, applet, object, iframe,
table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
        vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

:focus { outline: 0; }

body {
	background: #ffffff;
	line-height: 1;
	color: #000000;
}

ol, ul { list-style: none; }

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* =================================
  2. Allgemeine Styles
  ==================================*/
body {
        background: #000;
        color: #DFDDD1;
        font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
        font-size: 100%;
}

h1 {
	font-size: 1.4em;
	color: #FFFFFF;
	line-height: 1.5;
	text-align: center;
	background-color: #34302B;
	padding: 4px 0;
	margin-bottom: 10px;
	-moz-border-radius: 10px 10px 0 0;
}

h2 {
	font-size: 1.1em;
	line-height: 1.5;
	text-align: center;
	background-color: #34302B;
	margin-bottom: 7px;
	padding: 2px;
	-moz-border-radius: 10px 10px 0 0;
}

h3 {
	font-size: 1.1em;
	line-height: 1.5;
	text-align: center;
	background-color: #34302B;
	margin-bottom: 5px;
	padding: 2px;
	-moz-border-radius: 10px 10px 0 0;
}

a { color: #ffffff; text-decoration: none; outline: none;}
a:link a:visited { color: #ffffff; text-decoration: none;}
a:hover { color: #ffb062; text-decoration: none;}

a img {
	border: 0 none;
}

/* **********************
  Klassen und IDs      */

.skiplink {
        position: absolute;
        top: -5000px;
        left: -5000px;
        width: 0;
        height: 0;
        overflow: hidden;
        display: inline;
}

.clearing {
        clear: both;
}

/* ======================================
  3. Styles fuer Layoutbereiche
  =====================================*/
#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
        height: 110px;
        padding-top: 15px;
}

#header p.lastmod {
        font-size: 0.7em;
	text-align: center;
}

/* **********************
  Hauptnavigation      */

#navigation {
	background: url(../images/navibg_2.png) no-repeat;
	width: 31.25em;
	margin: 10px auto 0;
}

#navigation ul {
        width: 31.25em;
	height: 45px;
	margin-left: 22px;
}

#navigation ul li {
        display: block;
        float: left;
}

#navigation a,
#navigation span {
        font-size: 1.2em;
        color: #fff;
        display: block;
        padding: 4px 10px;
        margin-top: 9px;
        margin-right: 2px;
}

#navigation a:hover,
#navigation a:active,
#navigation a:focus,
#navigation span {
        background: url(../images/navihover.png);
}

/*********************************************************************
 Breadcrumb Menu + Horizontale Trennlinie
**********************************************************************/
div#breadcrumb {
	width: 50em;
	height: 1em;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #EF943B;
	margin: 0 auto;
	text-align: left;
	font-family: verdana, geneva, arial, sans-serif;
}

#breadcrumb .B_crumbBox {
	font-size: 0.83em;
	text-transform: lowercase;
	letter-spacing: .1em;
}

/*********************************************************************
 Content
**********************************************************************/
#content-main {
	margin: 10px auto 0;
}

/**************************************************************
 Textboxen
***************************************************************/	
#textbox {
        width: 640px;
	margin: 0 auto 20px;
	background-color: #262626;
	line-height: 1.7;
	text-align: justify;
	-moz-border-radius: 10px;
}

#textbox p {
	padding: 15px;
}

#textbox .downloads {
	margin: 0 auto;
	padding:0 13px 13px;
	text-align: center;
}

#textbox img {
	border: 0;
	margin: 0;
}

.textboxPlugin {
	width: 640px;
	margin: 0 auto 20px;
	background-color: #262626;
	line-height: 1.7;
	text-align: justify;
	-moz-border-radius: 10px;
}
.textboxPlugin p {
	padding: 15px;
}
/*********************************************************************
 linker Block
**********************************************************************/
#leftBlock {
	float: left;
	width: 150px;
	margin-top: 10px;
	background-color: #262626;
	font-size: 0.7em;
	-moz-border-radius:10px;
}

#leftBlock p {
	padding: 5px;
	line-height: 1.1;
}

/**************************************************************
 rechter Block
***************************************************************/
#rightBlock {
	display: none;
	float: right;
	width: 176px;
	padding: 4px;
	background-color: rgb(38, 38, 38);
	font-size: 11px;
	-moz-border-radius:10px;
}


.articleText { 
	margin-bottom: 3px;
	text-align: left;
}

/*************************************************************
 Audio-Plugins Haupt Block
**************************************************************/
div#abc {
	margin: 20px 15px 0;
	padding-bottom: 15px;
	font-size: 1.7em;
	overflow: hidden;
}

div#abc li {
	float: left;
	padding-top: 10px;
	margin-right: 10px;
}

div#abc li a {
	float: left;
	width: 39px;
	height: 46px;
	background-color: #2F2929;
	padding-left: 15px;
	border: 1px solid #3F3C37;
}
div#abc li a:hover {
	background-color: #2F271A;
	border: 1px solid #DFAB6F;
	color: #CFC2A8;
}

div.list {
	margin-top: 15px;
	margin-left: 20px;
	padding-bottom: 15px;
	font-size: 0.9em;
	line-height: 1.6;
}

/* Liste in mehrere Spalten aufteilen */
div.col {
  	float: left;
  	width: 18em;
  	text-align: left;
	margin-right: 50px;
}
div.col a {
  	display: block;
	padding: 0 2px;
	border: 1px solid #262626;
}
div.col a:hover {
	background-color: #2F271A;
	border: 1px solid #DFAB6F;
	color: #CFC2A8;
}

/* clear float after lists */
br {
  	clear: both;
}

div.article {
	width: 680px;
	margin: 20px auto;
	background-color: #313131;
	line-height: 1.6;
	-moz-border-radius:10px;
}

div.article p {
	text-align: justify;
	margin: 10px;
}

span.plug_name {
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
}

img.plugimg_right {
	float: right;
	margin: 7px 10px 2px 15px;
	padding: 0;
}

img.plugimg_left {
	float: left;
	margin: 7px 15px 9px 10px;
	padding: 0;
}

span.nottested {
	font-family: courier, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	color: red;
	padding: 50px;
}

div.top {
	clear: both;
	text-align: right;
	font-family: verdana, geneva, arial, sans-serif;
	font-weight: normal;
	font-size: .8em;
	margin: 10px 10px 5px 0;
}

/*********************************************************************
 Formularfelder
**********************************************************************/
form {
	background-color: #262626;
	margin: 0 auto 20px;
	padding: 0 15px 15px;
	-moz-border-radius: 0 0 10px 10px;
}

label {
	display: block;
	cursor: pointer;
	margin-bottom: 0.6em;
}

fieldset {
	border: 0;
}

input#cfName,
input#cfEmail, textarea {
	font-family: 'Lucida Grande', arial, helvetica, sans-serif;
	font-size: 1.1em;
	color: #C1BFAD;
        background-color: #181818;
        width: 20em;
        border: 1px solid #8F8E86;
        margin-bottom: 1em;
}

input#cfName:focus,
input#cfEmail:focus,
textarea:focus {
        color: #C1BFAD;
        border: 1px solid #8F6B47;
}

.button {
	margin-top: 20px;
	padding: 2px 4px;
	font-size: 1.1em;
	color: #2F1700;
}

/***************************************************
 Galerie auf Fotoübersicht
****************************************************/
#pixbox {
	text-align: center;
	padding-bottom: 2px;
}

#pixbox a img {
	float: left;
}

#pixbox a {
	display: block;
	border-bottom: 1px solid #262626;
	margin: 5px 0 25px;
}

#pixbox a:hover {
	background-color: #2F271A;
	color: #CFC2A8;
	border-bottom: 1px solid #DFAB6F;
}
/*********************************************************************
 Foto-Galerie
**********************************************************************/	
#pix {
	width: 600px;
	margin: 15px auto;
	padding-bottom: 10px;
	background-color: #262626;
	overflow: hidden;
	-moz-border-radius: 10px;
}

#pix .galerie {
	margin: 0 auto;
	padding: 0 10px;
}

#pix li {
	float: left;
	margin: 10px;
	background-color: #000;
}

#pix img {
	display: block;
	width: 115px;
	height: 90px;
	padding: 1px;
	margin: 3px;
	border: 1px solid #000;
}

#pix li a span {
	font: 10px Geneva, Verdana, Arial, sans-serif;
	color: #c1bfad;
	text-transform: lowercase;
	margin-top: 2px;
}
 #pix li a:hover span {
 	color: #ffb062;
	text-decoration: none;
}

/*********************************************************************
 Listen
**********************************************************************/
li {
	list-style: none;
}

/******************************************************
Text durchgestrichen
******************************************************/
p.durchstrich {
	text-decoration: line-through;
}

/*********************************************************************
 Footer Block
**********************************************************************/
#footer {
	clear: both;
	margin: 20px auto 0;
	font-size: 0.65em;
	text-align: center;
}
