/* @override 
	http://www.soulsister.loc/intro/screen.css
	http://www.soulsister.loc/style/screen.css
*/

body {
	background: #000 url(images/background.gif) repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.85em;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #fff;
}

#content a {
	color: #eee;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#content a:hover {
	color: #fff;
}

/* @group Structure */

#content h1 {
	padding-top: 0.8em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.25em;
	font-size: 220%;
}

#content h2 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 180%;
}

#alt_content h1 {
	padding-top: 0.8em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.25em;
	font-size: 130%;
	text-transform: uppercase;
	color: #666;
}

.skipnav {
	display: none;
}

#wrap {
	margin: 0px auto 0 auto;
	width: 800px;
}

/* @end */

/* @group Header */

#header {
	background: transparent url(images/header.jpg) no-repeat center center;
	height: 300px;
	width: 800px;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 30px;
}

#header h1 {
	display: none;
}

/* @end */

/* @group Navigation */

#navigation {
	text-align: left;
	float: left;
	padding: 4px 0;
}

#navigation ul,
#navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

#navigation li {
	display: inline;
}

#navigation a {
	font-size: 130%;
	color: #eee;
	text-decoration: none;
	margin-right: 1em;
	padding: 0.25em 1em;
	border: 1px solid #ccc;
}

#navigation a:hover {
	color: #fff;
	border: 1px solid #fff;
}

#navigation li.selected a {
	background-color: #333;
}

/* @end */

/* @group Content */

#content #main_content {
	width: 480px;
	float: left;
	text-align: left;
}

#content #alt_content {
	width: 280px;
	float: right;
	text-align: left;
}

.bigger {
	font-size: 150%;
	margin: 0.5em 0 0.25em 0;
	padding: 0;
	line-height: 1em;
}

.quote {
	padding-left: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
}


.record {
	border: 2px solid #fff;	
}

.float_left {
	float: left;
	margin: 0 10px 10px 0;
}


.float_right {
	float: right;
	margin: 0 0 10px 10px;
}

.much_bigger {
	font-size: 210%;
	margin: 0.5em 0 0.25em 0;
	padding: 0;
	line-height: 1em;
}

.smaller {
	font-size: 46%;
}

#bestellen a {
	font-size: 100%;
}



/* @end */

/* @group Footer */

#footer {
	clear: both;
	width: 800px;
	padding: 2em 0 5em 0;
	margin: 0 auto 0 auto;
	color: #777;	
}

#footer a {
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	color: #eee;
}

/* @end */

/* @group Messages */

#messages #post_message_wrap {
	padding: 0.5em 1.2em;
	border: 1px solid #666;
	background: #333;
}

#messages #post_message_wrap h2 {
	padding-top: 0.8em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.25em;
	font-size: 130%;
	text-transform: uppercase;
	color: #999;
	padding: 0;
}

#messages label {
	float: left;
	width: 100%;
	font-size: 90%;
}

#messages input.text {
	width: 95%;
}

#messages #message {
	width: 95%;
}

div.message {
	border: 1px solid #666;
	margin-top: 1em;
	padding: 0.5em 1.2em;
	background: #333;
}

div.message div.caption {
	font-size: 90%;
	color: #bbb;
	text-align: right;
	margin-right: 1em;
}

/* @end */