﻿
/*
Theme Name: AKITKRAFT
Theme URI: http://www.akitakraft.de/
Description: Standardfarben
Version: 1.0
Author: Andreas Jannot / AJ
*/

body {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #000000;
     }
	 
strong {color: #000000; font-weight: bold }
small { font-size: 12pt; font-weight: normal}
img { border: 0 }

a { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:normal; }
a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #910000; text-decoration: none; }

/* Linien */
hr	{ height: 1px; color: #910000; }

/* Hauptüberschriften */
h1	{ font-size:20px; padding-top:20px; color:#910000; font-family: Verdana, Helvetica, sans-serif; font-weight:bold; font-style: none; text-align: left; border-bottom:solid; margin-right:28px;}

/* Überschriften im Text */
h2	{ font-size:14px; color:#910000; font-weight:bold; font-style: none; text-align: left;}

/* Normaler Text*/
h3	{ font-size:12px; color:#000000; font-weight:normal; font-style: normal; text-align: left;}

/* Zaehler */
h4	{ font-size:11px; color:#CCCCCC; font-family: Verdana; font-weight:bold; font-style: none; text-align: left}

/* Footer */
h5	{ font-size:11px; color:#000000; font-family: Verdana; font-weight:normal; font-style: none; text-align: right}


ul {
	line-height: 1.1em;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style: square;
}
li {font-size:14px; color:#000000; font-weight:normal; font-style: none; text-align: left;}


