/* Globals */
body {
  font-size: 12px;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}


a:hover {
  color: white;
  background: black;
  text-decoration: none;
}

p {
  margin: 0;
}

/* Main */
#main {
  margin: auto;
  background: #fff;
  width: 541px;
}

#main form{
  padding: 0;
  margin: 0;
}

/* Header */
#header {
  text-align: center;
  border-bottom: 0px solid #ccc;
  padding-bottom: 3px;
  margin-bottom: 36px;
}

#header h1{
  display: none;
}

#header a{
  text-decoration: none;
}

#header a.sachenlink{
  color: #cfcfcf;
  text-decoration: none;
  margin: none !important;
}


#header p{
  font-size: 1.5em;
  color: #cfcfcf;
  }

#header span.logo {
  font-size: 2.3em;
  display: block;
}

#header a.logo {
  color: red;
  text-decoration: none;
  background: #fff;
}

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

#header span.admin {
  float: right;
}

#header span.tags {
  float: right;
}

#header img {
  border: none;
}


/* Content */
#content {
  padding: 0 44px 0 46px;
}

#content h1{
  font-size: 2em;
  font-weight: bold;
  color: #BA3B3B;
  letter-spacing: -2px;
  border-bottom: 1px solid #cfcfcf;
  }

#content img {
  margin: 0px;
  padding: 0px;
}

#content blockquote{
	font-size: 1.5em;
	background-image: url(/images/pkk-zitat.png);
	background-repeat: no-repeat;
	margin-left: 0;
	margin-right: 0;
	padding-left: 32px;
	padding-right: 32px;
}

p.permalink {
	margin-top: 1em;
	text-align: right;
}

p.permalink a{
  color: #cfcfcf !important;
  font-size: 1em;
  text-decoration: none;
  }

a.post-date {
  font-size: 2em;
  font-weight: bold;
  color: #BA3B3B;
  letter-spacing: -2px;
  text-decoration: none;
}

a:hover.post-date {
  background: #eee;
}

/* Typen */

/* Standardpost */
div.post {
  margin-bottom: 30px;
  font-size: 1.5em;
}

div.post a{
	color: #020202;
}

div.post a:hover{
	color: #FFFFFF !important;
}

/* Code */
div.code {
font-family: courier, monospace;
  margin-bottom: 30px;
  font-size: 1.5em;
}

div.code a{
	color: #020202;
}

div.code a:hover{
	color: #FFFFFF !important;
}

/* Zitat */
div.zitat {
  margin-bottom: 30px;
  font-size: 1.5em;
}

div.zitat a{
	color: #020202;
}

div.zitat a:hover{
	color: #FFFFFF !important;
}

/* Lyrics */
div.lyrics {
  margin-bottom: 30px;
  font-size: 1.5em;
}

div.lyrics blockquote{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.8em !important;
	line-height: 1.5em;
}

div.lyrics a{
	color: #020202;
}

div.lyrics p{
	font-variant: small-caps;
}

div.lyrics a:hover{
	color: #FFFFFF !important;
}

/* Bild */
div.bild {
  margin-bottom: 30px;
  text-align: center;
}

div.bild a{
	color: #020202;
}

div.bild a:hover{
	color: #FFFFFF !important;
}

div.bild p{
	font-size: 0.9em;
}

/* Bild2 */
div.bild2 {
  margin-bottom: 30px;
  text-align: center;
}

div.bild2 a{
	color: #020202;
}

div.bild2 a:hover{
	color: #565656 !important;
	background-color: transparent;
}

div.bild2 p{
	font-size: 0.9em;
}

div.bild2 img{
	border: 0;
}

/* Footer */
#pagination {
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding: 10px 44px 0 46px;
}

#pagination a{
	font-size: 1.5em;
	color: #a2a2a2;
}


/* Footer */
#footer {
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding: 10px 44px 0 46px;
}

#footer img{
	border: none;
	margin-left: 8px;
}

#footer p{
  font-size: 1.5em;
  color: #cfcfcf;
  text-align: center;
  }

#footer a{
	color: #cfcfcf;
	text-decoration: none;
}

#footer div.powered-by {
  float: right;
}

#footer span.bracket {
  color: red;
}


/* Autoren */
.ralf {
	color: #444444;
}
.ralf img{
	border: 10px solid #444444;
}
.ralf a{
	color: #444444 !important;
}
.ralf a:hover{
	color: #FFFFFF;
}

 
.beate {
	color: #aac325;
}
.beate img{
	border: 10px solid #aac325;
}
.beate a{
	color: #aac325 !important;
}
.beate a:hover{
	color: #FFFFFF;
}


.dee {
	/* color: #003c8b; */
	/* color: #ea8f00; */
	color: #5b73ae;
}
.dee img{
	border: 10px solid #5b73ae;
}
.dee a{
	color: #5b73ae !important;
}
.dee a:hover{
	color: #FFFFFF;
}


/* backend */
div#menu p {
	margin-top: 0px;
	font-size: 1.5em;
	background-color: #cfcfcf;	
}
div#menu p a {
	text-decoration: none;	
	color: #BA3B3B;
}

p.notice {
	padding: 5px;
	background-color: #898989;
	margin: 4px 0;
}

div#content a {
	color: #BA3B3B;
}

table {
	width: 100%;
	margin: 0 0 10px 0;
}

td {
	border: 1px solid #cfcfcf;
	font-size: 1.2em;
}

#formular p {
	margin-bottom: 20px;
}

#formular #titel{
	width: 98%;
}
#formular #tags{
	width: 98%;
}

form {
	border: 5px solid #cfcfcf;
	background-color: #cfcfcf;
	font-size: 1.5em;
}

label {
	font-size: 0.7em;
}
input { font-size: 0.8em;}
textarea {
	width: 98%;
	font-size: 0.8em;
	padding: 1px;
	margin-bottom: 1.5em;
}
select {
	font-size: 0.8em;
}


