/***
	made & (c) by Sebastian Golubski
	http://www.sebastian-golubski.de
***/

@import url("page_css/mm_verwaltung_ausgaben.css");
@import url("page_css/mm_verwaltung_paket.css");
@import url("page_css/mm_verwaltung_kunde.css");
@import url("page_css/mm_verwaltung_rechnung.css");
@import url("page_css/mm_verwaltung_umsatzsteuer.css");
@import url("page_css/mm_verwaltung_normale_rechnung.css");
@import url("page_css/mm_verwaltung_managing.css");
@import url("page_css/mm_verwaltung_domain.css");

/***** GENERAL START**********************************************/
	* { 
		margin: 0;
		padding: 0;
		font-family:Arial;
	}

	div {
		text-align: left;
		margin: 0;
		padding: 0;
	}

	body {
		margin:0; 
		padding:0; 
		height: 100%;
		font-size: 12px;
		background: url(back_mm.jpg) repeat top left;
		background-color:#dedede;
		background-attachment:fixed;
		font-size:14px;
		/*color:#acacac;*/
		color:#505050;
	} 
	
	img{
		border:0;
	}
	
	div {
		text-align: left;
		margin: 0;
		padding: 0;
	}
	h1 {
		font-size: 16px;
		color:#fc9b00;
		margin-bottom:15px;
	}
	
	.input_text{
		border:0;
		background:url(input_text.jpg);
		background-repeat:no-repeat;
		width:193px;
		height:30px;
		padding-left:5px;
	}
	
	.right{
		text-align:right;
	}
/***** GENERAL END**********************************************/

div#head {
	width: 1060px;
	height: 205px;
	margin-top:30px;
	background-image:url('mm_verwaltung_head2.png');
	background-position:bottom;
	margin-left:auto;
	margin-right:auto;
}

div#main {
	/*position: relative;*/
	width: 1060px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	background: url(mm_verwaltung_strech2.png) repeat-y;
	margin: 0 auto;
}

div#navi {
	padding-left:76px;
	width: 199px;/*275*/
	float: left;
}

div#inhalt {
	margin-left: 280px;
	margin-right: 70px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding-left:15px;
}

div#unten {
	clear: both;
	width: 1060px;
	height:230px;
	background:url('mm_verwaltung_foot2.png');
	background-repeat:no-repeat;
	background-position:top;
	margin: 0 auto;
}

.invisible, #iframe_upload{
	display:none;
}

.warn {
	color:red;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*** NAVI ***/
	#nav, #nav ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#nav li a {
		display: block;
		width:140px;/*173*/
		height:26px;/*32*/
		background:url('mm_verwaltung_nav.png');
		background-repeat:no-repeat;
		background-position:top;
		color:#ffffff;
		padding:8px 0px 0px 33px;
		font-size: 10pt;
		font-weight:bold;
		text-decoration: none;
	}
	#nav li a:hover {
		/*width: 140px;*/
		color:#fc9b00;
	}

/*** NAVI ***/



/***** LOGIN START *********************************************/

input#username, input#password{
	/*margin-left:30px;*/
	margin-left:5px;
	border:0;
    background:url(./login/login_input.png);
    background-repeat:no-repeat;
    width:254px;
    height:35px;
    color:#ffffff;
    padding-left:7px;
}

div#login_button {
	padding-left:160px;
	padding-top:0px;
}

/***** LOGIN END    *********************************************/