/*

	Copyright © 2005 Krystian Miruchna 
	Images, CSS and HTML © 2005 Krystian Miruchna 
	http://www.miruchna.de     

*/

html, body {
	background: #648FB6;
	background: transparent url(../img/background-miruchna.jpg);
	margin: 0;
	padding: 0;
	color: #ffffff;
	font: 11px tahoma,verdana, arial, sans-serif;
}

h1 {
	line-height:12px;
}

/*--------------*/
/*	LINK 		*/
/*--------------*/

a.navi {
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}
a.navi:hover {
	color: #B9CCDD;
}

a {
	color: #ffffff;
	font: 11px tahoma,verdana, arial, sans-serif;
}


/*------------------------------------------------------------------*/
/*	CONTAINER */
/*------------------------------------------------------------------*/

#maincontainer { 
	background: #ffffff;
	width: 720px;
	margin: auto;
	border: 5px solid #ffffff;
}

#headermiruchnalogo{
	background: transparent url(../img/header-miruchna-logo.jpg);
	height: 85px;
	width: 720px;
	margin-bottom: 5px;
}

#navimiruchna{
	background: #546A7E;
	padding-top: 4px;	
	padding-bottom: 4px;	
	margin-bottom: 5px;
}

#textmiruchna{
	background: #252926;
	padding: 15px;
}

#footermiruchna{
	background: transparent url(../img/footer-miruchna.jpg) no-repeat;
	height: 20px;
	width: 720px;
}

#footermiruchna span{
	font-size:1px;
	display:none;
}

.textbox1 {
float: left;
width:510px;
padding-right: 40px;
}

.textbox2 {
border-left: 5px solid white;
margin:0px 5px 0 540px;
 }




/*--------------*/
/*	FORM 		*/
/*--------------*/

form { 
	margin:0;
	}

input {
	border: 1px solid #CFD8E0;
	background: #8FB2D1;
	color: #000000;
	font: 11px verdana, arial, tahoma;
}

textarea {
	border: 1px solid #CFD8E0;
	background: #8FB2D1;
	color: #000000;
	font: 11px verdana, arial, tahoma;
}



.senden {
	border: 1px solid #CFD8E0;
	background: #8FB2D1;
	color: #000000;
	font-size: 11px;
	font-weight:bold;
}

/*--------------*/
/*	FONT 		*/
/*--------------*/

.headline {
	font-size:15px;
	font-weight:bold;
}

#emessage {
	color: #DA0000;
	width: 350px;	
	font-weight: bold;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #B9CCDD;
	padding: 3px;
}

#findmiruchna{
	display:none;
}










