/*
#=============================================================
#
#	Standard-Stylesheets
#	
#	Erstellt von:		
#	Erstellt am:		
#	Letzte Änderung:	
#	
#	Farben:
#		xyz:			
#	
#=============================================================
#	© by Joy Kirchhoff
#===========================================================*/

/* Allgemeine Deklarationen */
/** {margin: 0;} Problem mit Tabellenzentrierung*/
* {padding: 0;}

body {
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

img, a img {border: 0;}
tr, td, th {padding: 5px;}

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}

h1 {font-size: 2em;	padding-top: 0px; margin-top: 0px;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.2em;}

/* Texte und Links */
p {
	margin-bottom: 0px;
	font-size: 95%;
}

a:link { color: black; }
a:hover a:active a:focus { color: black; }
a:visited { color: black; }

.courier12 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.courier12fett {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
}

.tabelle {
	width: 100%;
}

/* DIV */
#sitecontainer {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 744px;
	background-color: #FFFFFF;
}

#headercontainer {
	height: 110px;
	width: 724px;
	margin-bottom: 4px;
	padding: 10px;
	border: 1px solid #000000;
	text-align: left;
}

#menuecontainer {
	height: 33px;
	width: 100%;
	margin-bottom: 4px;
	padding-left: 0px; 
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#menuecontainer li { display: inline; padding-left: 0px; }

.menue1 { background-image: url(../grafik/haus.png); }
.menue2 { background-image: url(../grafik/sprechblasen.png); }
.menue3 { background-image: url(../grafik/haken.png); }
.menue4 { background-image: url(../grafik/dokumente.png); }
.menue5 { background-image: url(../grafik/kalender.png); }
.menue6 { background-image: url(../grafik/liste.png); }
.menue7 { background-image: url(../grafik/kamera.png); }

#menuecontainer a {
	width:75px;
	height:20px;
	float: left;
	display: block;
	padding-left: 27px;
	padding-top: 8px;
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
}

#logincontainer {
	height: 30px;
	font-family:"Courier New", Courier, monospace;
	font-size: 0.9em;
	text-align: right;
	color: #CCCCCC;
}

#logincontainer a, a:visited, a:active, a:focus {
	color: #CCCCCC;
}

#logincontainer a:hover {
	color: #999999;
}

#submenuecontainer {
	float: left;
	width: 170px;
	margin-bottom: 15px;
	margin-right: 30px;
	text-align: left;
}

#submenuecontainer ul { list-style-type: none; }

#contentcontainer {
	overflow: visible;
	text-align: left;
}

#footercontainer {
	clear:both;
	height: 20px;
	width: 100%;
	text-align: right;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dashed;
	margin-top: 20px;
}

.zeilenrahmen {
	border: 1px solid #999999;
}

.benutzer {
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 3px;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 100px;
}

.benutzerdaten {
	margin-top: 5px;
	margin-right: 100px;
	margin-bottom: 20px;
	margin-left: 100px;
}
.aktuell {
	color: #FF0000;
}
