/**
 * Style for frontend
 * Author: Jan Horak
 * Date: 18.10.2009
 */
 
@import "default.css";
@import "../../Common/css/cleanform.css";
@import "../../Common/css/common.css";


/**
 *------------------------------------------------
 * basic form
 *------------------------------------------------
 */ 
label {
	width: 30%;
	font-weight: bold;
}

input, textarea, button, label {
	float: left;
	margin: 3px 5px;
}

input, textarea, button {
	width: 60%;
	border: 1px #aaaaaa solid;
	background: #dedede;
}

input.submit, button {
	width: auto;
	height:30px;
	line-height:20px;
	
	background-color:#f5f5f5;
    border:1px solid #dedede;
	
    font-size:110%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
	
	padding: 0px 30px;
}

input.submit:hover, button:hover {
	background-color:#E6EFC2;
    color:#529214;
}

input.checkbox, button {
	width: auto;
}

/**
 *------------------------------------------------
 * base layout 
 *------------------------------------------------
 */ 
body {
	text-align: center;
}

.clear {
	clear: both;
}

div.list a {
	display: block;
}

.border {
	border: 5px #cccccc solid;
}

#page {
	text-align: left;
	margin: 0 auto;
	width: 990px;
}

#upper, #lower {
	/*border-left: 5px #cccccc solid;
	border-right: 5px #cccccc solid;*/
}

#upper {
	
}

#lower {
	
}

#middle {
	width: 100%;
	padding-top: 80px;
}
	
#left {
	float: left;
	width: 65%;
}
	
#right {
	float: right;
	width: 33%;
}
	
/**
 *------------------------------------------------
 * header 
 *------------------------------------------------
 */ 
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	line-height: 80px;
	color: #000000;
	font-size: 250%;
	text-indent: 20px;
}	

#header a {
	color: #000000;
}


/**
 *------------------------------------------------
 * footer 
 *------------------------------------------------
 */ 
#footer {
	padding: 15px 45px;
}

#footer, #footer a {
	color: #d0d0d0;
}


/**
 *------------------------------------------------
 * content 
 *------------------------------------------------
 */ 
#content {
	padding: 20px;
}
	
#content h2 {
	width: 80%;
	line-height: 200%;
}
	
#content h2 a {
	color: #000000;
	font-weight: normal;
}
	
#content a {
	font-weight: bold;
}


/**
 *------------------------------------------------
 * right 
 *------------------------------------------------
 */ 
#right a {
	color: #333333;
}

/**
 *------------------------------------------------
 * end 
 *------------------------------------------------
 */ 


