/** ALLGEMEIN **/

body{
	margin:0px;
	padding:0px;
	background-color:#FFF;
	line-height:16px;
	background-image:url(../images/bg_body.gif);
	background-repeat:repeat-y;
	background-position:50%;
	text-align:center;
}

*{
	font-size:12px;
	color:#000;
	font-family:garamount;
}

form{
	padding:0px;
	margin:0px;
}

.right{
	text-align:right;
}

.line{
	width:100%;
	height:30px;
	background-image:url(../images/line.gif);
	background-repeat:repeat-x;
	background-position:50% 50%;
}

.content{
	padding:20px;
}

h1{
	color:#ed8c28;
	font-size:14px;
}

.grey{
	color:#666;
}

/** CONTAINER **/

#container{
	width:820px;
	margin:0px auto;
	text-align:left
}

#con_header{
	width:800px;
	height:100px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	background-position:right;
	cursor:pointer;
}

#con_content{
	width:800px;
	margin:0px auto;
}	


