/** BASIC */

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #CECECE;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 8px 0px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 130%;
	color: #6699CC;
}

/** TEXTS */

body, th, td, tt, input, textarea, select {
	line-height: 120%;
	font-family: Verdana, Geneva, Lucida, "Lucida Grande", Arial, Helvetica, Swiss, SunSans-Regular, sans-serif;
	font-size: 11px;
	color: #6F6F6F;
}

.smaller {
	line-height: 13px;
	font-size: 10px;
}

acronym,abbr 
{
	cursor:help;
	border-bottom:1px dotted #222;
}

p, blockquote, ul, ol, dl
{
	margin-top: 0px;
	margin-bottom: 1em;
}

tt
{
	color: #222;
	background-color: yellow;
}

.rot {
	color: #900;
}

.grau
{
	color: #777;
}

.navibottom {
	text-align: center;
	font-size: 10px;
}

.copyright {
	padding-top: 1em;
	text-align: center;
	font-size: 9px;
	color: #777;
}

/** LINKS */

a {
	color: #FFF;
}

a:hover {
	text-decoration: none;
}

a.link {
	color: #FFF;
}

a.grau, a.grau:hover, a.grau:link {
	color: #777;
}

.copyright a, .copyright a:hover, .copyright a:link {
	color: #777;
}

div a.extern
{
	padding: 0 0 0 14px;
	background-image: url(images/exlink.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
}

/** BACKGROUNDS */

.hline01 {
	background: url(images/hline01.gif) repeat-x left bottom;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

hr { display: none; }

.hr1
{
	height: 1px;
	padding: 10px 0px;
	background: url(images/hline02.gif) repeat-x left center;
	margin-right: 106px;
	margin-left: 105px;
}

