a				{ font-family: sans-serif, Helvetica, Arial; font-size: 11px; TEXT-DECORATION: none; color: #FBBA00; font-weight: bold; }
a:visited		{ font-family: sans-serif, Helvetica, Arial; font-size: 11px; TEXT-DECORATION: none; color: #FBBA00; font-weight: bold; }
a:active		{ font-family: sans-serif, Helvetica, Arial; font-size: 11px; TEXT-DECORATION: none; color: #FBBA00; font-weight: bold; }
a:hover			{ font-family: sans-serif, Helvetica, Arial; font-size: 11px; TEXT-DECORATION: none; color: #FBBA00; font-weight: bold; }

html {
	margin,padding: 0;
}

body {
	background-image:url(pictures/site/bg.jpg);
	background-repeat:repeat;
	font-family: sans-serif, Helvetica, Arial;
	font-size: 11px;
}

div {
	border: none;
}

div.head {
	width: 780px;
	height: 248px;
	margin: auto;
	background-image:url(pictures/site/head.png);
	background-repeat:no-repeat;
}

div.content {
	width: 780px;
	margin: auto;
	background-image:url(pictures/site/content.png);
	background-repeat:repeat-y;
}

div.footer {
	width: 780px;
	height: 21px;
	margin: auto;
	background-image:url(pictures/site/bottom.png);
	background-repeat:no-repeat;
}

div.banner {
	width: 709px;
	height: 146px;
	padding-top: 25px;
	padding-left: 35px;
}

div.mainnavi {
	height: 21px;
	width: 740px;
	margin-left: 35px;
	margin-top: 15px;
}

div.subnavi {
	width: 164px;
	margin-left: 35px;
	border-top: 1px solid black;
	float: left;
}

div.contenttext {
	margin-left: 215px;
	padding-bottom: 10px;
	padding-right: 35px;
}

div.right {
	text-align: right;
	width: 164px;
	margin-right: 35px;
	margin-left: 10px;
	border-top: 1px solid black;
	float:right;
	height: 400px;
}

div.right img {
	margin: 5px 0px;
}

div.clear {
	clear:both;
}

div.mainnavi img {
	border: none;
	float: left;
}

div.subnavi img {
	border-bottom: 1px solid black;
}

div.subnavi p {
	margin: 0px;
	border-bottom: 1px solid black;
	padding: 10px 0px;
}

div.subnavi a				{ font-family: sans-serif, Helvetica, Arial; font-size: 11px; TEXT-DECORATION: none; color: #000000; font-weight: bold; }
div.subnavi a:visited		{ font-family: sans-serif, Helvetica, Arial; font-size: 11px; TEXT-DECORATION: none; color: #000000; font-weight: bold; }
div.subnavi a:active		{ font-family: sans-serif, Helvetica, Arial; font-size: 11px; TEXT-DECORATION: none; color: #000000; font-weight: bold; }
div.subnavi a:hover			{ font-family: sans-serif, Helvetica, Arial; font-size: 11px; TEXT-DECORATION: none; color: #FBBA00; font-weight: bold; }
div.subnavi a.aktiv			{ font-family: sans-serif, Helvetica, Arial; font-size: 11px; TEXT-DECORATION: none; color: #FBBA00; font-weight: bold; }	

div.fusszeile {
	font-size: 0.8em;
	text-align: right;
	color: #CCC;
	width: 740px;
	margin: auto;
	margin-top: -10px;
}

div.fusszeile a
{
	font-size: 1em;	
}

div.fusszeile span
{
	text-align: left;
	float: left;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

input {
	border: 1px solid #999999;
	margin: 3px 0px;
	padding: 0px 2px;
	font-size: 1em;
	background-color: #EBEBEB;
}

input.lang {
	width: 250px;
}

.submit {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-weight: bolder;
	font-size: 10px;
	padding: 2px;
	color:#999999;
	float: right;
}

select {
	border: none;
	font-size: 11px;
}

textarea {
	border: none;
	font-size: 1em;
	background-color: #EBEBEB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}

hr {
	border: 1px solid #EEEEEE;
	margin: 10px 0px;
	clear: both;
}	

td {
	border: 1px solid #CCCCCC;
	text-align: left;
	padding: 3px;
}

td.empty {
	border: none;
}

th {
	border: 1px solid #999999;
	background-color: #EAEAEA;
	text-align: center;
	padding: 4px;
}

table {
	width: 100%;
}

p.error {
	width: 500px;
	margin: 15px auto;
	padding: 10px;
	font-size: 0.9em;
	border: 1px solid red;
	background-color:#FFE1E1;
}

p.info {
	width: 500px;
	margin: 15px auto;
	padding: 10px;
	font-size: 0.9em;
	border: 1px solid green;
	background-color: #DDFFDD;
}

h3 {
	margin-top: -10px;	
	border-bottom: 1px solid #CCC;
}

.tinycell {
	font-size: 0.8em;
	text-align: right;
	border: none;
}

.tinytext {
	font-size: 0.8em;
	color:#666;
}

.newstable {
	border: 1px solid #999999;
	margin-top: 10px;
	width: 355px;
}

.jubitable {
	border: 1px solid #014898;
	margin-top: -15px;
	width: 354px;
}

.jubitable th {
	font-size: 14px;
	background-color:#94ffa2;
}

.jubitable td {
	font-size: 14px;	
	text-align: center;
	font-weight: bold;
	background-color:#fff9a4;
}

.jubitable a {
	font-size: 14px;
	color: #00F;
}
