/*   
Theme Name: Pyro
Theme URI: http://ich-checks.net/~felix/themes/pyro
Description: theme for the pro pyro page
Author: Felix Kiss
Author URI: http://ich-checks.net/~felix
Version: 1.0
.
General comments/License Statement if any.
.
*/

* {
	margin: 0px;
}

blockquote {
	margin-bottom: 20px;
}

p {
	margin-bottom: 10px;
}

h2 a, h2 a:visited {
	color: black;
}

a, a:visited {
	color: blue;
}

a img {border: none; } /* remove blue borders around image links in IE, Firefox */

h1 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	
	margin-bottom: 10px;
}

h2 {
	text-decoration: underline;
	font-weight: normal;
	font-size: 16px;
	
	margin-top: 25px;
	margin-bottom: 10px;
}

.pdfdown {
	height: 16px;
	padding-left: 25px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
	
	background: url('images/pdf.gif') no-repeat;
}

.articlelink {
	height: 16px;
	padding-left: 20px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
	
	background: url('images/paper.gif') no-repeat;
}

#content ul.gesetz li {
	margin-bottom: 20px;
}

#content ul {
	margin-bottom: 20px;
}

#content li {
	margin-bottom: 5px;
	list-style-type: disc;
	list-style-position: outside;
}

h1.header {
	width: 900px;
	height: 322px;
	position: relative;
	margin-bottom: 0px;
}

h1.header span {
	background: url('images/header-image.jpg');
	position: absolute;
	width: 100%;
	height: 100%;
}

/* structure */
#page {
	background-color: white;
	margin: 8px auto;
	padding: 0px;
	width: 900px;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 322px;
	width: 900px;
}

#header:hover {
	cursor: pointer;
}

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
}

#page {
	background-color: white;
	text-align: left;
}

#bg-start-left {
	width: 58px;
	height: 488px;
	
	background: url('images/start-left.jpg');
	
	float: left;
}

#bg-start-right {
	width: 58px;
	height: 488px;
	
	background: url('images/start-right.jpg');
	
	margin-left: 842px;
}

#main {
	width: 900px;
	
	background: url('images/content-image.jpg');
	background-repeat: repeat-y;
}

#sidebar {
	float: left;
	width: 200px;
	
	font-size: 1.5em;
}

#sidebar ul {
	margin: 0px;
	padding-left: 10px;
	list-style: none;
	
	font-size: 1.1em;
}

#sidebar li {
	margin: 10px;
}

#sidebar a {
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: black;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar a:hover img {
	border-bottom: 1px solid black;
	padding-bottom: 1px;
}

#content {
	font-size: 1.2em;
	width: 564px;
	
	float: left;
}

#footer {
	width: 770px; /* 900px - paddings */
	height: 89px;
	padding-left: 65px;
	padding-right: 65px;
	
	background: url('images/footer-image.jpg');
	background-repeat: no-repeat;
	
	text-align: center;
}

#footer p {
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}


/* Zitate - Formatierungen */
blockquote {
	font-style: italic;
}

.cite {
	padding-bottom: 15px;
}

.cite > p {
	font-weight: bold;
}

.citeimg {
	width: 70px;
	float: left;
}

.citebox {
	margin: 5px;
	margin-left: 80px;
}

/* stimmungssatz am anfang */
blockquote.starttext {
	font-size: 14px;
}

/* formular - unterstuetzung */
#formular {
	float: right;
	
	width: 250px;
	text-align: left;
	padding: 10px;
	margin-left: 10px;
	/*margin-left: 82px;*/
	
	background-color: #ebffb4;
	border: 2px solid #F7E163;
}

#formular label {
	float: left;
	width: 80px;
	
	line-height: 1.5em;
	font-weight: bold;
	text-align: right;
}

#formular input, #formular select {
	margin-left: 5px;
	width: 120px;
	height: 1.5em;
}

#formular #submitbutton {
	width: 120px;
	margin-left: 85px;
}

#formular p {
	clear: both;
}

p.error {
	text-align: center;
	font-weight: bold;
	
	height: 40px;
	line-height: 40px;
	
	background-color: #FF7070;
	border: 1px dashed #FF0000;
}

p.success {
	text-align: center;
	font-weight: bold;
	
	height: 40px;
	line-height: 40px;
	
	background-color: #9ADB9A;
	border: 1px dashed #008A00;
}

#fb-widget {
	position: relative;
	right: 8px;
}

#english-ribbon {
	height: 1px;
	width: 1px;
	position: relative;
	bottom: 87px;
	left: 496px;
}

#german-ribbon {
	height: 1px;
	width: 1px;
	position: relative;
	bottom: 87px;
	left: 496px;
}