/* *** styles www.triosorrentino.com homepage *** */


html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
}

img {
	border: none;
}

h1 {
	font-size: 12pt;
	font-weight : bold;
	color: #800000;
}

h2 {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.2em;
}

ul {
	margin: 10px 0 0 20px;
	list-style-position: outside;
}

/* ######################################### */
/* container content */
/* ######################################### */


/* #################################*/
/* für den Druck deaktivierte Elemente */
/* #################################*/
#kontakt {
	display: none;
}

#validate {
	display: none;
}

#rahmen {
	border: none;
}

#img_s {
	display: none;
}

#drucken {
	display: none;
}

#inhalt_kopf img {
	display: none;
}

img#technik {
	display: none;
}

#noscroll {
	display: none;
}

#lupe {
	display: none;
}

#lupe img {
	display: none;
}

#navigation {
	display: none;
}

#copyright {
	display: none;
}
.formular{
	display: none;
}

/* #################################*/
/* ende für den Druck deaktivierte Elemente */
/* #################################*/


#inhalt_kopf {
	position: absolute;
	top: 0cm;
	left: 0cm;
}

#kopf {
	display: inline;
	font-weight: bold;
	font-size: 1.4em;
	color: #800000;
}

#inhalt_ueberschrift {
	position: absolute;
	top: 1cm;
	left: 0cm;
}

#inhalt_ueberschrift img {
	display: none;
}

#ueberschrift {
	display:block;
	font-weight: bold;
}

#contentClip {
	position: absolute;
	overflow: auto;
	top: 3cm;
	left: 0cm;
	width: 11cm !important;
	height: 20cm !important;
	clip: auto !important;
}

#content {
	float:right;
	line-height: 18pt;
	height: 20cm;
}

#info { 
	display: block; 
}

#scroll_hintergrund {
	display: none;
}

#img_auswahl {
	width: 5cm;
	float: right;
	display: inline;
}

#img_auswahl img {
	margin-top: 10px;
}

.form_req {
	color: red;
}


/* ######################################### */
/* end content */
/* ######################################### */

/* forms */

input {
		background-color: #FFF;
		color: #000;
		border: 1px solid #000;
		width: 200px;
}

textarea {
		background-color: #FFF;
		border: 1px solid #000;
		color: #000;
		width: 200px;
		height: 100px;
}

input.button {
	background-color: #FFF;
	border: 1px solid #000;
	color: #000;
	width: 100px;
	margin-right: 8px;
}

select { 
		background-color: #FFF; 
		border: 1px solid #000;
		color: #000;
}