/* Standard-CSS für www.meinProjekt.de */

/* Wichtige Farben
background = #FAF0E6
quasi-weiss = #F7F5F1
quasi-schwarz = #666666
soft-schwarz = #998877
font-family:kelt; src:url(kelt.ttf);
*/

html, body, div, p, h1, h2, h3, 
span, a, table, td, th, form, img, li {
   margin: 0;
   padding: 0;
   font-family: sans-serif, Verdana, Geneva, Arial, Helvetica;
	font-size: small;
	color: #444444;
}


html, body {
	vertical-align: middle;
	background: #FFFFFF;
}

img {
	border: 1px solid #444444;
	text-align: left;	
}

hr {
	margin: 0px;
	padding:0px;
	border-top: 1px dotted #444444;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: x-small;
}

a:link {
   color: #000000;
   text-decoration: underline;
	border: 0px solid withe;
}

a:visited {
   color: #aa1100;
   text-decoration: underline;
	border: 0px solid withe;
}

a:hover {
   color: #CC3300;
   text-decoration: underline;
	border: 0px solid withe;
}

a:active {
   color: #CC3300;
   text-decoration: underline;
	border: 0px solid withe;
}

.invisible {
	background-color: transparent;
	border: 0px;
}

.light {
	color: #F1F5F7;
}

table {
	margin: 0px;
	padding: 0px;
}

td {
	vertical-align: top;
}

th {
	background-color: transparent;
	font-size: 17px;
	padding-left: 10px;
	padding-right: 10px;
}

tr {
}

.vspace {
	padding-left: 5px;
	padding-right: 5px;
}

.topic{
	width: 100%;
	color: #444444;
	font-weight: bold;
	text-align: center;
	background: url(gfx/taxi.gif);
}

.topic_l {
	width: 100%;
	color: #444444;
	font-weight: bold;
	text-align: left;
	background: url(gfx/taxi.gif);
}

.topic2{
	width: 100%;
	background-image: url(gfx/buttonbg_y.gif);
	font-weight: bold;
	text-align: center;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
}

.topic2_l{
	width: 100%;
	background-image: url(gfx/buttonbg_y.gif);
	font-weight: bold;
	text-align: left;
	background-position: bottom;
	margin: 4px;
}

.error{
	width: 100%;
	background-color: #F6C93E;
	color: #444444;
	text-align: left;
}

.header{
	margin: 2px;
	color: #A79415;
	font-weight: bold;
}

.important{
	color: #A79415;
	width: 20%;
}

.alert{
	color: #B22222;
	font-weight: bold;
}

.navi {
	padding: 0px;
	margin-bottom: 10px;
	font-size: larger;
	vertical-align: bottom;
	text-align: left;
	background: url(gfx/body.jpg);
	background-attachment: scroll;
	height: 125px;
	width:800px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.logofont {
	font-family: "Americana Dreams Expanded"; src:url(amerdexp.ttf);
	font-size: 18 px;
	font-weight: lighter;
}

.center {
	text-align: center;	
}

.number {
	text-align: right;
	vertical-align: bottom;
}

.mini {
	font-size: xx-small;
	vertical-align: bottom;
	margin-right: 4px;
}

.menueleft {
	border: 1px dashed #A0A7A0;
	width: 130px;
	height: 100%;
	margin-right: 10px;
	background-color: #F9F9FF;
	padding: 0px;
	margin: 0px;
}

.menueright {
	border: 1px dashed #A0A7A0;
	width: 130px;
	height: 100%;
	margin-left: 10px;
	background-color: #F9F9FF;
	text-align: center;
}

.menuemid {
	border: 1px solid #A0A7A0;
	width: 504px;
	height: 100%;
	background-color: #F9F9FF;
}

.menue {
	margin-top: 5px;
	border: 1px solid #A0A7A0;
	width: 800px;
	height: 17px;
	background-image: url(gfx/buttonbg.gif);
	
}

.box {
	border: 1px dashed #A0A7A0;
	background-color: #F9F9FF;
}

.menuebox {
	border: 1px solid #A0A7A0;
	background-image: url(gfx/buttonbg_l.gif);
	width: 90px;
	height: 17px;
	vertical-align: sub;
}

.buttonbox {
	border: 1px solid #A0A7A0;
	background-image: url(gfx/buttonbg_l.gif);
	text-align: center;
	width: 60px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;	
}

.solidbox {
	background-color: #F9F9FF;
	border: 0px solid #A0A7A0;
	width: 504px;
}

.solidboxlist {
	background-color: #F9F9FF;
	background-image: url(gfx/taxi.gif);
	background-repeat: repeat-x;
	/*border: 1px solid #A0A7A0;*/
   text-align:right;
}

.upperboxline {
	font-weight: bold;
	text-align:left; 
	float:left; 
	width:360px; 
	margin-left: 4px;
	margin-right: 4px;

}

.avatar {
	border: 1px solid #F7F5F1;
	text-align: center;
	vertical-align: bottom;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
}

.field {
	margin: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #A0A7A0;
	background-color: #F9F9FF;
}

.picleft {
	float:left; 
	margin-left:10px; 
	margin-right:10px; 
	vertical-align:text-top;
}

.picright {
	float:right; 
	margin-left:10px; 
	margin-right:10px; 
	vertical-align:text-top;
}

input, select, option {
	font-size: xx-small;
}

.gallery {
	border: 1px solid #444444;
	text-align: center;
	vertical-align: bottom;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
}
.hidden {
	width: 800px;
	text-align: right;
	color: #EEE8AA;
	font-size: 9px;
	font-variant: small-caps;
}
