/*
''''''''''''''''''''''''''''''''''''''''
''''''      ESCPOR FreeTemplate   ''''''
'''''''''Copyright (C) 2004-2007''''''''
'''''''''''Michael Brinsteiner '''''''''
'''''''''''http://www.escpro.de ''''''''
''''''''''''''''''''''''''''''''''''''''
*/

/* default elements */
*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff url(esc/wrapper.png) repeat-y;
	background-position: center;
	color: #000;
	font: normal 62.5% arial;
	padding: 0;
	margin: 0;
}

a { color: #ffffff; }
a:hover { color: #ffffff; }
big { font-size: 1.1em; }

h1,h2,h3
{
	color: #fff;
	padding: 0px 0 0px;
}

h1 { font: normal 1.4em arial; }
h1 a { text-decoration: none; }
h1 a:hover { text-decoration: underline; }
h2 { font: normal 1.6em arial; }
h3 { font: bold 1.2em arial; }

blockquote
{
	background: url('esc/opp.png') no-repeat;
	display: block;
	font: bold 1.2em arial;
	padding-left: 26px;
}

form,table { margin-bottom: 1.2em; }
img { border: none; }
label { display: block; }
li { line-height: 1.5em; }
p { padding: 2px 0 10px; }
small,.small { font: normal 0.9em arial; }
ul { padding: 0 2em 1.2em; }

/* structure */
#wrapper
{
	background: #ffffff url(esc/wrapper.png) repeat-y;
	background-position: center;
	margin: 0 auto;
	padding: 0 auto;
	/*width: 920px;*/
}

#container
{
	background: #FF8400; url(esc/bgm.png);
	background-position: center;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 859px;
}

/* header */
.title
{
	background: #ffffff url(esc/showm2.png) repeat-x;
	border-bottom: 1px solid #F1F1F1;
	height: 35px;
	color: #323232;
}

.title a
{
	float: right;
	color: #323232;
}

.title h1
{
	color: #323232;
	font: normal 1.2em arial,"verdana";
	padding: 20px 0 20px 20px;
	text-align: right;
}

.header
{
	border-bottom: 0px solid #C0C0C0;
	background: #ffffff url(esc/deinheaderandern.png) no-repeat left bottom;
	height: 35px;
}

.header h1
{
	color: #FF8400;
	padding: 0px 0px 0px 17px;
}

/* navigation */
.navigation
{
	background: #fff url(esc/menu.png) repeat-x;
	height: 76px;
}

.navigation a
{
	background: #C0C0C0 url(esc/menua.png) no-repeat;
	border-right: 0px solid #AFAFAF;
	color: #4F4F4F;
	float: right;
	font: bold 1em Tahoma,sans-serif;
	padding: 12px 14px;
	line-height: 52px;
	text-align: center;
	text-decoration: none;
}

.navigation .navigation
{
	background-position: left bottom;
	color: #fff;
	background: #FF8400;
}

.navigation a:hover, a#active
{
	background-position: left bottom;
	color: #ffffff;
	background: #FF8400 url(esc/menuo.png) no-repeat;
}

/* misc */
.clear,.clearer { clear: both; }
.clearer { font-size: 0; }
.col2 .left { width: 64%; }
.col2 .right .content { background: #FF8400; }
.col2 .right { width: 33%; }
.content { padding: 18px 20px; }
.left { float: left; }
.right { float: right; }

.right .content
{
	background-position: left top;
	color: #ffffff;
	background: #FF8400 url(esc/bgm.png);
	padding: 18px 12px 12px;
}

/* block list */
ul.search
{
	margin: 0;
	background: #FF8400 url(esc/rechts.png) no-repeat;
	padding: 18px 12px 12px;
}

ul.block
{
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}

.block li
{
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}

.block li a,.block li em
{
	border-bottom: 1px dashed #BCBAAC;
	color: #fff;
	display: block;
}

.block li em
{
	font-size: 0.9em;
	font-style: normal;
}

.block li a
{
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}

.block li a span { font-weight: bold; }

.block li a:hover
{
	background: #fff;
	color: #FF8400;
}

/* footer */
.footer
{
	background: #FF8400 url(esc/footer.png) no-repeat;
	color: #5E5E5E;
	/*padding: 29px;*/
	height: 76px;
}

.footer .left { width: 66%; }

.footer .right
{
	width: 33%;
	text-align: right;
}

.footer a
{
	color: #5E5E5E;
	text-decoration: none;
}

.footer a:hover
{
	color: #5E5E5E;
	text-decoration: underline;
}

.right .block,.right .block li { border-color: #fff; }
.right .block li a:hover { background: #F2F0EA; }

