/**
*	Deutsch Projekt: Schriftsteller im Exil
*	CSS Styles
*	@author	Markus Konrad <mako@mako-home.de>
*/

html, body
{
	background-color:	#FFFFFF;
	font-size:			12px;
	font-family:		georgia, arial, sans-serif;
	margin:				0;
	padding:			0;
	text-align: 		center;
	height:				100%
}

img
{
	border:				0px;
}

img.icon
{
	border:				0px;
	width:				16px;
	height:				16px;
}

img.icon_l
{
	border:				0px;
	width:				16px;
	height:				16px;
	margin-left:		5px;
}

img.icon_r
{
	border:				0px;
	width:				16px;
	height:				16px;
	margin-right:		5px;
}

img.icon_margin
{
	width:				16px;
	height:				16px;
	margin:				3px;
}

img.country_flag
{
	width:				18px;
	height:				12px;
}

.error
{
	color:				#800000;
}

.left
{
	float:				left;
}

.right
{
	float:				right;
}

div.imgbox
{
	margin:				7px;
	border:				2px solid #CAC4AD;
	background-color:	#CAC4AD;
	font-family:		arial;
	font-size:			9px;
}

#main
{
	width:				750px;
	min-height:			900px;
	text-align: 		left;
	margin-right: 		auto;
	margin-left: 		auto;
	margin-top:			0px;
	margin-bottom:		-25px;
	background-color:	#FFFFFF;
	background-image: 	url(../img/bg.jpg);
	background-position:top center;
	background-repeat:	repeat-y;
}

#pagetitle
{
	margin-top:			10px;
	margin-left:		20px;
	float:				left;
	font-size:			25px;
	color:				#96915F;
	z-index:			5;
}

#pagetitle em
{
	font-size:			40px;
	font-style:			italic;
	color:				#7A754D;
}

#pagetitle .quote
{
	font-size:			25px;
	font-style:			italic;
	color:				#7A754D;
}

#top
{
	height:				226px;
	margin-right:		40px;
	background-image: 	url(../img/dampfer-tx.jpg);
	background-position:top right;
	background-repeat:	no-repeat;
}

#header
{
	margin-top:			10px;
	text-align:			right;
	font-size:			30px;
	margin:				10px;
	color:				#96915F;
	height:				216px;
	float:				right;
}

#header em
{
	font-size:			40px;
	font-style:			italic;
	color:				#7A754D;
}

#header .small
{
	font-size:			20px;
	color:				#96915F;
	font-weight:		bold;
}

#navi
{
	clear:				both;
	font-family:		courier new, courier, georgia, arial, sans-serif;
	margin-left:		30px;
	margin-right:		30px;
	text-align:			center;
	border-bottom:		1px solid #000000;
}

#navi div.item
{
	display:			inline;
	margin:				4px;
}

#navi div.item strong
{
	font-style:			normal;
	font-weight:		bold;
	font-size:			20px;
	text-decoration:	none;
}

#navi div.item em
{
	font-style:			normal;
	text-decoration:	none;
}

#navi div.item a
{
	color:				#000000;
	text-decoration:	none;
}

#content
{
	font-family:		courier new, courier, georgia, arial, sans-serif;
	margin:				30px;
	margin-left:		60px;
	font-size:			14px;
}

#content .small
{
	font-size:			9px;
}

#content a, #footer a
{
	color:				#000000;
	text-decoration:	underline;
}

#footer
{
	clear:				both;
	font-family:		courier new, courier, georgia, arial, sans-serif;
	margin:				30px;
	padding-top:		20px;
	padding-bottom:		20px;
	font-size:			11px;
	text-align:			right;
}

h1
{
	font-family:		courier new, georgia, arial, sans-serif;
	font-size:			20px;
	font-weight:		bold;
}

h2
{
	font-family:		courier new, georgia, arial, sans-serif;
	font-size:			17px;
	font-weight:		bold;
}

h3
{
	font-family:		courier new, georgia, arial, sans-serif;
	font-size:			15px;
	font-weight:		bold;
}

blockquote
{
	margin-left:		20px;
	font-style:			italic;
}