/************************************************************/
/*** BODY ***/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-color: #D10041;
	background-repeat: repeat-x;
	color: #fff;
}

a:link, a:visited, a:hover, a:active {
	color: #000;
}

.error {
	font-weight: bold;
	color: #ff0000;	
}

h1 {
	text-transform: uppercase;
	margin-top: 0px;
}

td {
	vertical-align: top;
	text-align: left;
}


/************************************************************/
/*** FORMS ***/
form{padding:0; margin:0;}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input.button {
	color: #ffffff;
	background-color: #ca003e;
	border: 1px solid #ffffff;
}

/************************************************************/
/*** CONTAINER ***/
#container {
	position: relative;
	width: 770px;
	height: auto;
	margin: auto;
}

#inner-container {
	position: relative;
	width: 770px;
	/* height: auto; */
	height: 900px; 
}

#inner-box {
	width: 500px;
}

/************************************************************/
/*** HEAD ***/
#head {
	width: 770px;
	height: 80px;
	
	background-color: #99947B;
}

#head-corner-upper-left  {
	position: absolute;
	top: 0px;
	left: 0px;
}

#head-corner-upper-right  {
	position: absolute;
	top: 0px;
	left: 768px;
}

#head-corner-bottom-left  {
	position: absolute;
	top: 67px;
	left: 0px;
}

#head-corner-bottom-right  {
	position: absolute;
	top: 67px;
	left: 757px;
}

#head-logo {
	position: relative;
	top: 5px;
	left: 17px;
	width: 274px;
	height: 63px;
	
	float: left;
}

/************************************************************/
/*** CONTACT ***/
#contact {
	position: absolute;
	top: 30px;
	left: 530px;
}

/************************************************************/
/*** HEAD-NAV ***/
#head-nav {
	position: relative;
	top: 5px;
	left: 210px;
	width: 270px;
	height: 20px;
	
	float: left;
}

#head-nav ul {
	display: inline;
	list-style: none;
}

#head-nav li {
	display: inline;
	list-style: none;
	
	border-right: 1px solid #000;
	
	padding-left: 8px;
	padding-right: 12px;
	_padding-right: 8px;
	*padding-right: 8px;
}

#head-nav .last {
	border: none;
}

#head-nav  a:link, #head-nav a:visited, #head-nav a:hover, #head-nav a:active {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

/************************************************************/
/*** SEARCH ***/
#search {
	position: relative;
	top: 45px;
	left: -11px;
	width: 210px;
	height: 20px;
	
	color: #000;
	font-size: 12px;

	float: left;
}

.input-search {
	position: relative;
	top: 2px;
	left: 5px;
	height: 14px;
	width: 133px;
	
	border: 1px solid #000;
}

.search-button {
	position: relative;
	top: 5px;
	left: 8px;
}

/************************************************************/
/*** MAIN-MENU ***/
#main-menu {
	position: relative;
	top: 12px;
	left: 0px;
	width: 758px;
	height: 40px;
	
	padding-left: 12px;
	
	background-color: #3c392f;
}

#main-menu a:link, #main-menu a:visited, #main-menu a:hover, #main-menu a:active {
	color: #fff;
	text-decoration: none;
}


#main-menu-corner-upper-left {
	position: absolute;
	top: 0px;
	left: 0px;
	
	float: left;
}

#main-menu-corner-upper-right {
	position: absolute;
	top: 0px;
	left: 759px;

	float: left;
}

#main-menu-corner-bottom-left {
	position: absolute;
	top: 28px;
	left: 0px;
	
	float: left;
}

#main-menu-corner-bottom-right {
	position: absolute;
	top: 28px;
	left: 759px;

	float: left;
}

#main-menu ul {
	display: inline;
	list-style: none;
	padding: 0px;
}

#main-menu li {
	width: 148px;
	height: 33px;
	
	padding-top: 7px;
	text-align: center;
	
	font-size: 12px;
	font-weight: bold;
		
	
	display: table-cell;
	
	border-right: 1px dotted #fff;

	float: left;
}

#main-menu .single {
	padding-top: 12px;
	height: 28px;
}

#main-menu .last {
	border-right: none;
}

#main-menu .act {
	background-color: #ca003e;
}

#main-menu .short {
	width: 100px;
}

/************************************************************/
/*** HEAD-IMAGES ***/
#head-images {
	position: relative;
	top: 25px;
	left: 0px;
	width: 769px;
	height: 144px;
}

.head-image {
	float: left;
}

/************************************************************/
/*** CONTENT ***/
#content {
	position: relative;
	top: 37px;
	left: 0px;
	width: 730px;
	_width: 743px;
	height: auto !important;
	height: 400px;
	min-height: 400px;
	
	padding: 9px 18px 9px 21px;
	_padding-top: 18px;
	_padding-left: 8px;
	*padding-top: 18px;
	

	font-size: 12px;
	color: #000;
	
	background-color: #e4e3dc;
	float: left;
}

#content-corner-ul {
	position: absolute;
	top: 0px;
	left: 0px;
}

#content-corner-ur {
	position: absolute;
	top: 0px;
	left: 756px;
}

#content-corner-bl {
	position: absolute;
	bottom: 0px;
	_bottom: -1px;
	left: 0px;
}

#content-corner-br {
	position: absolute;
	bottom: 0px;
	_bottom: -1px;
	left: 756px;
}

#content h1 {
	font-size: 13px;
	font-weight: bold;
}

/************************************************************/
/*** PRINT BUTTON ***/
#print-button {
	position: absolute;
	top: 10px;
	right: 10px;
	float: right;
}

/************************************************************/
/*** NEWS ***/
.newsitem {
	width: 340px;
	padding-left: 15px;
	padding-bottom: 10px;
	
	float: left;
}

.tx-hornernewsletter-pi1 { width:220px;float:left;margin-bottom:20px;margin-left:20px;}
.newsletterformplugin {width:200px;height:auto;padding:0px 0px;}

.newsletterformpluginheader {padding:5px 10px;height:26px;color:#FFFFFF;font-weight:bold;font-size:11px;text-transform:uppercase;margin-bottom:0px;
                            background-image: url(/typo3conf/ext/horner_newsletter/res/img/newsletterboxHead.gif);background-position: left top; background-repeat:no-repeat;}

.newsletterformplugincontent {padding:10px;background-image: url(/typo3conf/ext/horner_newsletter/res/img/newsletterboxMiddle.gif);background-position: left top; background-repeat:repeat-y;}
.newsletterformpluginbtm {height:15px;background-image: url(/typo3conf/ext/horner_newsletter/res/img/newsletterboxBtm.gif);background-position: left top; background-repeat:no-repeat;}

.newsletter_subscription_backlink {text-decoration:none; font-weight:bold;}
