/*
Theme Name: NORMAN LIEBOLD NETZWERK
Author URI: http://www.norman-liebold.de/
Version: V1
Author: Norman Liebold
Description: Theme for Mr. Norman Liebold
*/

body {color:#666666; font-family: Arial; font-size:9pt; }

a:link { color:#6A3C06; text-decoration:none }
a:visited { color:#6E3614; text-decoration:none }
a:hover {  color:#E00000; text-decoration:underline }
a:active { color:#E00000; text-decoration:underline }
a:focus { color:#D31111; }

h1 { font-family: Arial; text-transform:Uppercase; text-align:right; font-size: 14pt;} 
h2 { font-family: Arial; text-align:right; text-transform:Smallcaps; font-size: 12pt;}
h3 { font-family: Arial; text-align:right; font-size: 11pt;}
h4 { font-family: Arial; text-align:right; font-weight:bolder; font-size: 11pt;}
p { font-family: Arial; font-size: 9pt; }
li { font-family: Arial; font-size: 9pt; }
td { font-family: Arial; font-size: 9pt; }

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
