/**
 * Stylesheet for TO Partschins, Rabland & Toell
 *
 * Style No. 7 Stylesheet
 *
 * @author		Alexander Tumler
 * @link			http://www.partschins.com
 * @copyright	Copyright 2009, akanai web technologies
 */
 
/* Container */

/* Content */
.col-right a {
	color: #a9bf03;
	border-bottom: 1px dotted #a9bf03;
}

.col-right h1, .col-right h2, .col-right h3 {
	color: #a9bf03;
}

#content .col-right hr {
	border-top: 1px solid #a9bf03 !important;
}

/* Elements */
#path a.active {
	color: #a9bf03;
	border-bottom: 1px dotted #a9bf03;
}

/* Menu */
.left-nav li.active a {
	color: #fff;
	background: url('../img/themes/style7/left.nav.bullet.gif') #a9bf03 no-repeat 10px 8px;
}

.left-nav h1 {
	color: #fff;
	background: url('../img/themes/style7/nav.header.gif') no-repeat;
}

#nav a.active {
	background-color: #a9bf03;
}

/* Newsletter */
.newsletter-tbl {
	width: 1%;
	margin: 12px auto 0 auto;
}

.newsletter-tbl td {
	white-space: nowrap;
	padding: 0 5px 3px 0;
}

.newsletter-tbl .button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border: none;
	background-color: #a9bf03;
	padding: 2px 3px;
	margin-top: 5px;
	cursor: pointer;
}

.newsletter-tbl .button:hover {
	color: #a9bf03;
	background-color: #fff;
}

.newsletter-tbl .input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	width: 200px;
	border: 1px solid #a9bf03;
	padding: 2px 3px;
}