@charset "utf-8";
/*
Theme Name: Reputation Blog
Theme URI: http://www.reputation-management-blog.de/
Description: Reputation Blog Theme
Version: 1.0
Author: Ann-Kristin Werner
Author URI: http://www.new-communication.de
*/



@import url("css/style_navi.css");
@import url("css/style_content.css");
@import url("css/style_tiny.css");

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;	
	line-height: 1.5em;
	text-align: center;
	background-image: url(images/bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
body * {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, form, input {
	font-size: 1em;
}
ul {
	list-style: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
.hide {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	left: -999em;
}
div#OUTER-CONTAINER {
	background-image: url(images/bg_right.gif);
	background-repeat: no-repeat;
	background-position: right 150px;
}
div#CONTAINER {
	width: 841px;
	margin: 0 auto;
	text-align: left;
}
div#HEADER {
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 155px;
	position: relative;
}
	div#HEADER a#satellit img {
		display: block;
	}
	div#HEADER a#title img {
		position: absolute;
		top: 65px;
		left: 204px;
		display: block;
	}
	
div#CONTENT {
	padding: 0 20px 0 20px;	
}
	
div#FOOTER {
	background-color: #bbbbbb;
	background-image: url(images/bg_footer.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 77px;
	padding-left: 225px;
	color: #ffffff;
	font-size: 0.8em;
	line-height: 1em;
}
	div#FOOTER p {
		padding: 3px 0 2px 0;	
	}

