/**
 * Stylesheet for S'Rössl Cavallino
 *
 * Screen/Projection Stylesheet
 *
 * @author		Alexander Tumler
 * @link			http://www.desein.it
 * @copyright	Copyright 2008, akanai web technologies
 */
 
/**
 * Global properties and bugfixes
 */

/* set global values */
* {
	padding: 0;
	margin: 0;
}

body, html {
	height: 100%;
}

body {
	background-color: #000;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	letter-spacing: .05em;
	color: #333;
}

/* Container */
#col1 {
	float: left;
	width: 669px;
	padding: 0 15px 0 10px;
}

#col2 {
	float: right;
	width: 236px;
}

#col2 .image {
	padding-bottom: 15px;
}

#content-container {
	float: left;
	margin-top: 10px;
	width: 940px;
	background: url('../img/inner.content.bkg.gif') repeat-y;
}

#created-container {
	float: left;
	width: 200px;
	font-size: 11px;
	color: #bfbfbf;
	padding-bottom: 10px;
}

#footer-container {
	padding: 10px 0 0 10px;
}

#image {
	float: left;
	margin-left: 10px;
	width: 448px;
	height: 323px;
	background-repeat: no-repeat;
}

#inner-container {
	background-color: #fff;
	padding: 10px;
}

#logo .language {
	position: absolute;
	width: 236px;
	margin-top: 10px;
}

#logo {
	float: left;
	width: 236px;
}

#mainmenu {
	float: right;
	width: 236px;
	height: 323px;
	background: url('../img/menu.bkg.gif') no-repeat;
}

#mainmenu .book {
	position: absolute;
	margin: 289px 0 0 10px;
	width: 216px;
	height: 25px;
}

#mainmenu .menu {
	position: absolute;
	margin: 15px 0 0 10px;
	width: 216px;
}

#outer-container {
	margin: 10px auto;
	width: 960px;
}

#submenu-container {
	float: right;
	width: 730px;
	color: #fff;
	text-align: right;
}

/* Content */
#content-container a {
	color: #333;
	text-decoration: underline;
}

#content-container a:hover {
	color: #990648;
	text-decoration: none;
}

#content-container h2 {
	font-size: 13px;
	color: #990648;
	padding-top: 17px;
}

#content-container p {
	line-height: 17px;
	padding-top: 12px;
}

#content-container li {
	line-height: 17px;
}

#content-container ol {
	padding: 12px 0 0 20px;
}

#content-container ol ol {
	padding: 0 0 0 20px !important;
	list-style: lower-alpha;
}

#created-container a {
	color: #bfbfbf;
	text-decoration: none;
}

#created-container a:hover {
	color: #fff;
}

#submenu-container a {
	color: #fff;
	text-decoration: underline;
}

#submenu-container a:hover {
	color: #990648;
	text-decoration: none;
}

#submenu-container a.active {
	color: #990648;
	font-weight: bold;
	text-decoration: none;
}

/* Elements */
#col2 .image img {
	border: 1px solid #d49d1f;
}

#content-container h1 span {
	display: none;
}

#image img {
	border-width: 2px 0 0 2px;
	border-color: #fff;
	border-style: solid;
}

#image table {
	width: 100%;
	height: 323px;
}

#image table td {
	vertical-align: bottom;
	text-align: right;
}

#logo img {
	border: none;
}

#logo .language {
	font-size: 11px;
	text-align: center;
}

#logo .language a {
	color: #000;
	text-decoration: none;
}

#logo .language a:hover {
	text-decoration: underline;
}

#mainmenu dt {
	padding-bottom: 6px;
}

#mainmenu img {
	border: none;
}

.wheater {
	width: 100%;
}

.wheater a {
	color: #990648;
	text-decoration: none;
}

.wheater img {
	padding: 5px 0;
}

.wheater td {
	width: 50%;
	font-size: 11px;
	text-align: center;
	line-height: 17px;
}

.wheater th {
	text-align: left;
	color: #990648;
	padding: 0 0 6px 10px;
}

.csc-mailform {
	border: none;
}

.csc-mailform-field {
	padding-bottom: 3px;
}

.csc-mailform-field label {
	float: left;
	width: 80px;
	text-align: right;
}

.csc-mailform-field input, .csc-mailform-field textarea {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	letter-spacing: .05em;
	color: #333;
	padding: 2px;
	border: 1px solid #999;
}

.csc-mailform-submit {
	margin-left: 80px;
}