/*  kartereo main.css 
	Original design based on an open source template by Boris Cherny (www.bcdesignplace.com)
*/

*
{
	border: 0;
	margin: 0;
	padding: 0;
}


img
{
	behavior:	url("pngbehavior.htc");
}

body
{
	background: #000000 url(images/background.jpg) center repeat-y;
	color: #616161;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 89%;
}

td
{
	color: #616161;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 89%;
	line-height: 190%;
}

div.topmar
{
	margin-top: 15px;
}

span.caption
{
	font-size: 80%;
}

a
{
	color: #6799b1;
	text-decoration: underline;
}

a:hover
{
	color: #838f96;
	text-decoration: none;
}


a.abslink
{
	padding-left: 10px;
	font-size: 75%;
	color: #6799b1;
	text-decoration: underline;
}

a:hover.abslink
{
	padding-left: 10px;
	font-size: 75%;
	color: #838f96;
	text-decoration: none;
}


h1
{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #9D3A06;
	font-size: 140%;
	font-weight: normal;
	margin: 5px 0;
}

h2
{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #9D3A06;
	font-size: 100%;
	font-weight: normal;
	margin: 5px 0;
}

input.efield
{
	border: 1px solid #9d3a06;
	color: #616161;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 89%;
}

textarea
{
	border: 1px solid #9d3a06;
	color: #616161;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 89%;
}


input.button
{
	border: 1px solid #9d3a06;
	color: #616161;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 102%;
	cursor:pointer;
}


#alles
{ 
	/* preload */
	background-image: url(images/head3.png);
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position:  -5000px;
	margin-left: auto;
	margin-right: auto;
	width: 720px
}

#li_spalte
{
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
}

#li_spalte img
{
	border: 1px solid #666;
	margin: 5px 20px;
	padding: 10px 20px;
}

#re_spalte
{
	margin-left: 180px;
	margin-right: 0;
	padding: 12px 40px 30px 9px;
	text-align: left;
}

#re_spalte p
{
	line-height: 190%;
}

#re_spalte ul
{
	margin: 10px 0;
}

#re_spalte li
{
	color: #999999;
	list-style: square inside;
	text-indent: 10px;
}

#header
{
    background: #000000 url(images/background.jpg) center repeat-y;
	color: #e0e0e0;

/*	font-size: 327%;
	font-weight: bold;
	height: 100px;
	line-height: 120px;
	text-indent: 150px;
*/
}

#nav
{
	padding-bottom: 40px;
	width: 179px;
}

#nav ul li
{
	display: inline;
	line-height: 16px;
	list-style: none;
}

#nav ul li a
{
	border-bottom: 1px solid #666;
	color: #fff;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 169px;
}

#nav li a:hover
{
	background: #f1daac;
	color: #9d3a06;	
}


#links div
{
	float: left;
	width: 140px;
}

#links div li
{
	list-style: none;
}

#links div li a
{
	background: url(images/arrow_outline.gif) left no-repeat;
	padding-left: 15px;
	text-decoration: none;
}

#links div li a:hover
{
	background-image: url(images/arrow.gif);
	color: #ac835c;
	text-decoration: underline;
}

#footer
{
	height: 40px;
	clear: both;
	color: #999;
	font-size: 9px;
	padding: 30px 0 10px 0;
	text-indent: 185px;
}

#footer a
{
	color: #999999;
	text-decoration: underline;
}

div.abstract
{
	margin: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #e0e0e0;
	color: #616161;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: oblique;
	text-align: left;
}