@CHARSET "ISO-8859-1";
@import url(content.css);

/******************************************/
/*	STYLES für TEMPLATE main.html
/*
/*
/*
/*
/*
/******************************************/

*{
	padding:0;
	margin:0;
}

html, body {
	height:100%;
	position:relative;
}

body{
	min-height:101%;
	font-size:12px;
	font-family:Arial, "Times New Roman", Times, serif;
	color:#767676;
	background:#ffffff;
}

img{
	border:none;
}


#container{
	width:100%;
}

#innercontainer{
	margin: 30px 0 0 60px;
	width: 730px;
}



#head{
	height: 330px;
	width: 730px;
	/*background: url(../img/head.jpg) no-repeat top left;*/
}

#title{
	height: 120px;
	width: 730px;
	background: url(../img/trenner.jpg) bottom left repeat-x;
	padding-left:65px;
}

#content{
	width: 505px;
	*width:570px;
	min-height:100px;
	/*padding: 25px 75px 25px 65px;*/
	padding:25px 0px 25px 65px;
	line-height:20px;
}

#spacer{
	width:570px;
	height:20px;
	border-top: 1px solid #e8e8e8;
}

#con{
	float:left;
}

#rcon{
	float:right;
}

.clearer {
	clear:both;
}

.links{
	width:300px;
	padding-right:30px;
}

.rechts{
	width:170px;
}