/* *** styles www.triosorrentino.com homepage *** */

html {
	margin: 0;
	padding: 0;
}

body {
	/* ### margin für moz/ie || padding für opera ### */
	margin: 0;
	padding: 0;
	background-color: #800000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E7E7E7;
}

* {
	padding: 0;
	margin:0;
}

img {
	border: none;
}

a {
	color: #FFF000 !important;
	text-decoration : none;
}
a:active  {
	text-decoration : none;
}
a:hover  {
	text-decoration : underline;
}

h1 {
	font-size: 12px;
	font-weight : bold;
	color: #FFF000;
}

h2 {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.2em;
}

ul {
	margin: 10px 0 0 20px;
	list-style-position: outside;
	list-style-image: url(../images/inhalt_liste.gif);
}

/* ######################################### */
/* container content */
/* ######################################### */

#ganze_seite {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index:1;

}

#content_outer {
	margin-left: -384px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 767px;
	height: 500px;
	visibility: visible;
	text-align: left;
}

#mycustomscroll {
	width: 375px;
	height: 285px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding-right: 25px;
	margin-left:30px;
	margin-top:15px;
}



/* *** kontakt *** */

#kontakt {
	float: right;
	margin: 27px 10px 0 0;
}

#kontakt .kl {
	margin-right: 32px;
}

#kontakt #flag_en {
	margin-right: 7px;
}

#validate a {
	font-size: 0.8em;
	color: #E7E7E7;
	line-height: 1.1em;
}

#inhalt_kopf {
	padding-left:30px;
}

#kopf {
	display: none;
}


/* *** content *** */

#rahmen {
	border: 2px solid #BF7300;
	width: 745px; /* change also in triosorrentinocom_ie6.css, triosorrentinocom_opera.css */
	height: 380px;
	float: right;
}

#img_s {
	margin: 4px 0 0 4px; /* change also margin-left in triosorrentinocom_ie5.css */
	float: left;
}

#language {
	padding: 53px 0 0 10px;
	clear: both;
}

#drucken {
	padding: 15px 0 0 10px;
	font-size: 0.8em;
}

#inhalt {
	width: 400px;
	float: left;
	line-height:18px;
}

#inhalt_ueberschrift {
	text-align: center;
	margin-top: 26px;
}

#ueberschrift {
	display: none;
}

#info {
	display: none;
}

#scroll_hintergrund {
	float: left;
	margin-top: 100px;
	width: 15px;
}

#img_auswahl {
	float: right;
	width: 130px;
	margin-right: 6px;
}

#img_auswahl img {
	margin-top: 10px;
}

#lupe {
	font-size: 0.8em;
	margin-top: 4px;
}

#lupe img {
	float: left;
	vertical-align: top;
	margin: 0 2px 0 0;
}

.pdf_download {
	margin-top: 7px;
	vertical-align:middle;
}

.form_req {
	color: white;
}


/* ######################################### */
/* end content */
/* ######################################### */



/* ######################################### */
/* navigation | copyright */
/* ######################################### */



#navigation {
	text-align: center;
	color: #FFF000;
	line-height: 24px;
}

#copyright {
	margin-top: 87px; /* change also triosorrentinocom_hp.css */
	float: left;
	vertical-align: bottom;
	text-align: right;
}

#validate {
	position: absolute;
	top: 438px;
	left: 2px;
	width: 40px;
	height: 20px;
}

/* ######################################### */
/* end page_footer */
/* ######################################### */




/* forms */

input {
		background-color: #800000;
		color: #FFF;
		border: 1px solid #FFF;
		width: 200px;
}

textarea {
		background-color: #800000;
		border: 1px solid #FFF;
		color: #FFF;
		width: 200px;
		height: 100px;
}

input.button {
	background-color: #800000;
	border: 1px solid #FFF;
	color: #FFF;
	width: 100px;
	margin-right: 8px;
}

select { 
		background-color: #800000; 
		border: 1px solid #FFF;
		color: #FFF;
}