/* HTML grunddaten */

html {
	padding: 0;
	margin: 0;
}

body {
	background: #A9B9C4;
	margin: 5px 5px 5px 5px;
	text-align: left;
	font-size: 12px;
	text-decoration: none;
}

/* Structure */

.container {
	border: #0B198C 1px solid;  
	background: #FAFAFA;
	margin: auto; 
	width: 800px;
}
.logo	{
	height: 82px;
	background: #eee;
	padding-top: 1px;
	padding-right: 10px;
	font-size: 11px;
	text-align: center;
}
.topmenuright	{
	background: #eee url('images/menu_bg.gif') repeat-x top left;
        float: right;
	height: 16px;
	width: 657px;
	text-align: left;
	padding-top: 2px;
}
.topmenuleft	{
	background: #eee url('images/menu_bg-left.gif') no-repeat top right;
        float: left;
	height: 18px;
	width: 143px;
}
.menuleft {
	background-color: #eee;
	border-right: 1px solid #ccc; 
	width:130px;
	padding-bottom: 10px;
	vertical-align: top;
}
a.mlitem {
	clear:left;
	background-color: #eee;
	border-top: 1px solid #ccc;
	width:120px;
	float:left;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000066;
}
a.mlitem:hover {
	border-right: 3px solid #000066;
	padding-right: 2px;
	color: #000099;
	background-color: #F3F3F3;
}
a.mlitem:active {
	background-color: #eee;
}
span.mlitem {
	clear:left;
	background-color: #eee;
	border-top: 1px solid #ccc;
	width:120px;
	float:left;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000066;
}
a.mliteme {
	clear:left;
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-left: 3px solid #000066;
	width:115px;
	float:left;
	padding: 5px;
	margin-left: 2px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000066;
}
a.mliteme:hover {
	border-right: 3px solid #000066;
	padding-right: 2px;
	color: #000099;
	background-color: #F3F3F3;
}
a.mliteme:active {
	background-color: #eee;
}
.content {
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 10px;
	width: 653px;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
}

/* Tabellen */
.tablehead {
	border-bottom: #000 1px solid;
	padding-top: 10px;
	color: #000066;
	text-align:left;
}
td	{
	text-align:left;
}

.display {
	display:none;
}
textarea, input	{
	border: #ccc 1px solid;
	background-color: #F3F3F3;
}
textarea:focus, input:focus	{
	background-color: #fff;
}
hr	{
	color:#ccc;
	background-color:#ccc;
	height:1px;
}
/* Texte */
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: none;
}
a.artists {
	border: 1px solid #ccc;
	width: 150px;
	margin: 2px;
	padding: 3px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000066;
}
a.abc	{
	margin: 2px;
	width: 10px;
	color: #000;
	text-decoration: none;
}
a.abc:hover	{
	border-top: 2px solid #000066;
	color: #000099;
	text-decoration: none;
}
.title {
	color: #5C6F9F;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
/* Bilder */

.content img {
	background: #FFF;
	padding: 4px;
	border:1px solid #E3E3E3;
}

img {
	border:0;
}
#extra {
background: #FAFAFA url('images/extra-bg.gif') repeat-x top left;
width: 521px;
height: 140px;
padding-bottom: 15px;
padding-top: 2px;
padding-left: 98px;
padding-right: 21px;
text-align: left;
font-size: 12px;
	text-decoration: none;
}
#tagebuch {
background: #FAFAFA;
width: 650;
padding-bottom: 20px;
padding-top: 20px;
padding-left: 5px;
padding-right: 5px;
text-align: left;
font-size: 12px;
	text-decoration: none;
}

#extra .head, #tagebuch .head {
font-size: 15px;
font-weight: bold;
padding-bottom: 5px;
color: #000066;
}

.pagecurrent {
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
}
.pagelink {
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
}
