html {
    height: 100%;
}

body {
    background: #aaa url(http://www.porkyspornlinks.com/images/redminimalist/hintergrund.gif) fixed center bottom repeat-x;
    text-align: center;
    font: 12px verdana, arial, sans-serif; /* Hoch lebe das heilige Pixel! Nieder mit dem bösen em-Tyrann ;-) */
    margin: 0;
    padding: 20px 0 0 0;
    height: 100.01%; /* Ich hasse solche "Konstrukte, aber leider notwendig */
}

pre, code, samp {
    font: 1em 'courier new', courier, monospace;
    color: #c60;
}

acronym, abbr, dfn {
    border-bottom: 1px dashed #999;
    font-style: normal;
    cursor: help;
}

blockquote {
    padding: 0 15px 0 10px;
    margin: 15px 0 15px 5px;
    text-align: justify;
    color: #555;
    line-height: 1.35;
    font-size: 11px;
    border-left: 5px solid #eee;
}

a {
    color: #b00;
    text-decoration: none;
}
a:hover {
    color: #333;
}

img a{
    border: 1px;
		
}

#clearer {
    clear: both;
}


.center {
    text-align: center;
}

/* small */
.klein {
    font-size: .9em;
}
/* smaller */
.kleiner {
    font-size: .8em; /* Und jetzt brauchst du eine Lupe */
}

/* Hiermit "positioniert" man die imageer (links = left; rechts = right) */
.image-links {
    float: left;
    margin: 2px 10px 5px 0;
}

.image-rechts {
    float: right;
    margin: 2px 0 5px 10px;
}

/* container sog. Wrapper */
#container {
    width: 760px; /* "Die Rente ist sicher" ... "Ja, dieses Layout ist elastisch" */
    margin: 0 auto;
    text-align: left;
    padding-bottom: 20px;
}

/*  Header */
#header {
    background: url(http://www.porkyspornlinks.com/images/redminimalist/kopf.gif) no-repeat;
    height: 110px;
		padding:20px 20px 0px 46px;
}
#header h1 {
    margin: 0;
    padding:20px 20px 0px 40px;
    height: 120px;
}

#header a {
    color: #fd5;
    font: bold 36px 'trebuchet ms', arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    
}
#header h2 {
		color: #fd5;
		font: bold 19px 'trebuchet ms', arial, sans-serif;
    margin: 0;
    padding:10px 20px 0px 10px;
    height: 120px;
}
/* 2.2 Mitte (beinhaltet die sidebar und den Inhalt) */
#mitte {
    background: #fff url(http://www.porkyspornlinks.com/images/redminimalist/mitte.gif) repeat-y;
    padding: 10px 15px 15px 20px;
}

/* 2.2.1 sidebar aka Sidebar */
#sidebar {
    width: 200px;
    float: right;
    line-height: 1.55;
    color: #444;
    background: transparent;
}

#sidebar h2 {
    margin: 5px 0;
    text-transform: uppercase;
    background: url(http://www.porkyspornlinks.com/images/redminimalist/kopf.gif) no-repeat center center;
    padding: 1px 5px;
    color: #fd5;
    font-size: 11px;
}
#sidebar form {
    margin: 0 0 20px 0;
    padding-top: 2px;
    padding-left: 5px;
}
#sidebar ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
#sidebar li {
    border-bottom: 1px solid #ddd;
    line-height: 1.6;
    padding-left: 5px;
}
#sidebar ul li a {
    text-transform: lowercase; /* Großbuchstaben sind ein unnötiger Luxus */
}

#sidebar li li {
    margin-left: 10px;
}

/* 2.2.2 Inhalt */
#inhalt {
    float: left;
    width: 500px;
    padding-bottom: 15px;
    line-height: 1.45;
    color: #444;
    background: transparent;
}

/* 2.3 footer bzw. Fußbereich aka Footer */
#footer {
    background: #f5f5f5 url(http://www.porkyspornlinks.com/images/redminimalist/footer.gif) repeat-y;
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;
    color: #555;
}
#footer p {
    margin: 0;
   
}

/* 3. Spezielle Formatierungen z.B. nur für Plugins */
#ed_toolbar input {
    border: 1px solid #ccc;
    background: #ddd;
    font-size: 11px;
    margin-right: 1px;
    padding-top: 0;
    padding-bottom: 0;
}

#wp_grins {
    margin-top: 2px;
}

.pagebar {
    text-align: center;
    line-height: 1.4;
    padding-bottom: 10px;
}

.pagebar .this-page {
    font-weight: bold;
}

.boxgreatlinks {
font-size:11px;
color: #ac0000;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

.boxgreatlinks a:link {

	color: #ac0000;
}

.boxgreatlinks a:visited {

	color: #ac0000;
}

.boxgreatlinks a:hover {

	text-decoration:none;
	color:#333333;
}

h2 {
		color: #a70000;
		font: bold 14px 'trebuchet ms', arial, sans-serif;
}
