/* LiPPERT Style Sheet für iFrames usw., alle Seiten in den Verzeichnissen "admin, user und wrapper" */

body {
	background-color: #FFFFFF; 
	font-family: Arial,Helvetica,sans-serif; 
	font-weight: bold; 
	font-size: 74%;
	text-align: left;
	vertical-align: top; 
	color: #676b70; 
	margin: 0; 
	padding: 15px;
	border: 1px solid #cccccc;
	}
	
p, td {
	font-size: 74%;
	}
	
a, a:link, a:visited {
	text-decoration: none; 
	color:#5fa82f;
	}
	
a:hover, a:active, a:focus {
	color:#5fa82f; 
	text-decoration:underline;
	}

h1, h2, h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}


h1 { font-size:1.5em; color:#5fa82f; font-weight: bold; }
h2 { font-size:1.3em; color:#676b70; font-weight: bold; }
h3 { font-size:1.1em; color:#5fa82f; font-weight: bold; }

b, strong {
	margin: 0;
	padding: 0;
	font-weight: bold;
	}
.red {
	margin: 0;
	padding: 0;
	color:#FF3333;
	font-weight:bold;
	}

.klein, 
td .klein {
	font-size: 65%;
	}
	
	
/* Ab Hier spezielle Einstellungen fuer die Kundenverwaltung in den Verzeichnissen "admin und user" */	
	
/*	
	body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
*/	

#customer, 
#newcustomer,
#editcustomer {
	width: 700px;
	border: 1px solid #676b70;
	margin: 30px;
	padding: 10px;
	font-size: 1.0em;
	font-weight: normal;
	color: #676b70;
	}

#newcustomer #new 
	{
	color:#5fa82f; 
	font-weight: bolder;
	text-decoration:underline;
	}

#editcustomer #edit {
	color:#5fa82f; 
	font-weight: bolder;
	text-decoration:underline;
	}

#msg { 
	padding-bottom: 10px;
	color:#FF3333;
	font-weight:bold;
	text-align: center;
	}

/* ----------- stylized ----------- */
#stylized p,
#stylized h1,
#stylized form,
#stylized button {border:0; margin:0; padding:0;}

#stylized {
	color:#676b70;
	border:solid 1px #449944;
	background:#ffffcc;
	margin-top:30px;
	padding: 5px;
	width:670px;
	text-align: left;
	vertical-align: top;
	}

/*
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
*/

#stylized p{
/*	font-size:12px; */
	margin-bottom:20px;
	border-bottom:solid 1px #449944;
	padding-bottom: 5px;
	}

#stylized label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:160px;
	float:left;
	}

#stylized input {
	float:left;
/*	font-size:12px; */
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:405px;
	margin:2px 0 20px 10px;
	}

#stylized button {
	clear:both;
	margin-left:170px;
	width:125px;
	height:31px;
	background:#666666 url(img/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
/*	font-size: 0.8em; */
	font-weight:bold;
	}



.menu 
	{
	border: 1px solid #449944;
	background-color: #ffee99;
	background-color:#ffffcc;
	height:20px;
	padding: 5px;
	width:670px;
	margin:0 auto;
	text-align: left;
	vertical-align: middle;
	}
	

.content
	{
	border:solid 1px #449944;
	background-color:#ffee99;
	background-color:#ffffcc;
	margin:0 auto;
	margin-top:30px;
	width:670px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	}

.spacer{clear:both; height:1px;}


/* ----------- My Form ----------- */
.myform {
	margin:0 auto;
	width:652px;
	padding:14px;
	text-align: left;
	vertical-align: top;
	}

table {
/*	font-size: .9em; */
	width:670px;
	border-collapse:collapse;
	margin:0 auto;
	text-align: left;
	vertical-align: top;
	}

.caption {
	width: 350px;
}

.data {
	width: 320;
}

/*
a:link              { color:black; text-decoration:none; }
a:visited           { color:black; text-decoration:none; }
a:hover             { color:black; text-decoration:underline; }
a:active            { color:#aaddaa; text-decoration:none; }
*/
