/*
Theme Name: Tristess in Farbe
Version: 1.0
Author: Matthias Herzberg
*/

/* GENERAL */
body {
	background-image: url(images/body_background.png);
	background-repeat: no-repeat;
         background-position: right bottom;
         background-attachment:fixed;
         background-color: #ffffff;
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	color: #808080;
         text-align: justify;
	margin: 0 auto; /* 0 auto */
	padding: 0;
	}

#page {
	margin: 0 10em;
	width: 264px; /* 264 */
         margin-left: 7px;
	}

h1 {
	background-image: url(images/headline.png);
	width: 220px; /* 264 */
	height: 21px;
	color: #c34168;
	font-weight: bold;
	font-size: 14px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

b {
	letter-spacing: 1px;
	color: #ff729f;
	}

i {
	letter-spacing: 0px;
	color: #808080;
	font-style: italic;
	}

a {
	color: #808080;
         text-decoration:underline;
	}

a:hover {
	color: #ff729f;
         text-decoration: none;
         text-transform: uppercase;
         border-bottom: dotted 1px #c34168;
	}

/* LAYOUT */

.blank {
	background-image: url(images/blank.gif);
	height: 10px;
	font-size: 0px;
	}

.content_top {
	background-image: url(images/content_top.png);
	width: 264px; /* 264 */
	height: 10px;
	margin: 0; /* 0 auto */
	}

.content_middle {
	background-image: url(images/content_mid.png);
	width: 239px; /* 264 */
	margin: 0; /* 0 auto */
	padding-left: 15px;
	padding-right: 7px;
	padding-bottom: 0px;
	}

.content_middle_l {
	background-image: url(images/content_mid.png);
	width: 264px; /* 264 */
	margin: 0; /* 0 auto */
	}

.content_bottom {
	background-image: url(images/content_btm.png);
	width: 264px; /* 264 */
	height: 10px;
	margin: 0; /* 0 auto */
	}

.logo {
	background-image: url(images/logo.png);
	width: 346px; /* 354 */
	height: 210px;
	margin: 0 auto; /* 0 auto */
	}