/*
Theme Name: Phantastische Welten - Verein
Author URI: http://www.norman-liebold.de/
Version: V1
Author: Norman Liebold
Description: Theme for the Phantastische Welten e.V.
*/

body {
		color:#2A2A2A; 
		font-family: Arial; 
		font-size:11pt;
}

img, div {behavior: url(/wp-content/iepngfix/iepngfix.htc) }

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:none; 
	text-align:left; 
	font-size: 16pt;
	font-stretch:normal;
	letter-spacing:0;
	font-weight:bolder;
	line-height:30pt;
	} 


h2 { 
	text-align:left; 
	font-size: 12pt;
	line-height:30pt;
	}

	
h3 { 
	text-align:center; 
	font-size: 11pt;
	text-transform:none; 
	font-style:normal;
	text-decoration:none;
	}


h4 { 
	text-align:right; 
	font-size: 11pt;
	text-transform:none; 
	font-style:normal;
	text-decoration:none;
}

p {	text-align:justify; }


/* 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 */
