/**
 * CSS styles for Contenido sample client.
 * 
 * @author Rudi Bieller
 * @copyright four for business AG <www.4fb.de>
 * @version 1.0.0
 * 
 * created 2008-03-04
 */

/* ----------------- general html structure */
html, body, div, p, td, a, input, textarea, select {
	font-family:Arial, sans-serif;
	color:#000;
}
html, body {
	margin:0;
	padding:0;
	/*overflow:auto;*/
}
html {
	background-image:url('../images/head_bg.jpg');
	background-repeat:repeat-x;
	background-position:0 0px;
	background-color:#333333;
	height:100%;
}
body {
	background-image:url(../images/bg_.gif);
	background-repeat:repeat-y;
	background-position:240px 0;
	height:100%;
}
form {
	margin:0;
	padding:0;
}

textarea {
	width:418px;
	height:85px;
}

img {
	border:0;
}
/* /----------------- general html structure */
/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

