body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
  	scrollbar-arrow-color: #336699;
	scrollbar-track-color: #FFFFFF; /*#ECEEF4;*/
  	scrollbar-face-color: #F5F7FA;
  	scrollbar-base-color: #9FAEC6;
	scrollbar-shadow-color: #9FAEC6;
	scrollbar-darkshadow-color: #336699;
	scrollbar-highlight-color: #FFFFFF;
}

td, th { 
	font-family: Verdana, sans-serif; 
	color: #333399;
	vertical-align: top;
}

/* ---------------------------------------------------------- */
/*                        Top Page                          */
/* ---------------------------------------------------------- */
#logo { 
	background: url(../images/logo.gif) no-repeat; 
	width: 177px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#top {
	background: url(../images/italia.jpg) no-repeat;
	background-position:left;
	white-space: nowrap;
	height:100px;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
	font-size: 11px;
	font-style: oblique;
	font-weight: bold;
	color: #FFFFFF;
}

#indexBottom {
	height: 24px;
	width: 100%;
	background: #F3F7FE url(../images/wave-bg.gif) repeat-x bottom;
	font-size: 9px;
	letter-spacing: 1px;
	color: #FFFFFF;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}

#bottom {
	height: 24px;
	width: 100%;
	background: #F3F7FE url(../images/wave-bg.gif) repeat-x bottom;
	font-size: 9px;
	letter-spacing: 1px;
	color: #FFFFFF;
	white-space: nowrap;
}
#bottom a, #indexBottom a { 
	text-decoration: none; 
	letter-spacing: 1px;
	color: #FFFFFF;
}
#bottom a:hover, #indexBottom a:hover { text-decoration: underline; }

#bottomRand {
	height: 6px;
	width: 100%;
	background: url(../images/wave-bg.gif) repeat-x bottom;
}

#content {
	padding: 10px;
	background: #F3F7FE;
}

#index { background: #FFFFFF url(../images/wave-index.gif) repeat-x bottom; }
#indexTop {
	background: url(../images/header.jpg) no-repeat;
	background-position:left;
	background-position:top;
	white-space: nowrap;
	height:100px;
	font-size: 11px;
	font-style: oblique;
	font-weight: bold;
	color: #FFFFFF;
}

#nav { width: 178px; }
#nav td {
	display: block;
	height: 21px;
	font: bold 11px Verdana, sans-serif;
	background: url(../images/menu.gif) no-repeat;
	text-indent: 10px;
	vertical-align: middle;
	white-space: nowrap;
}
#nav a {
	display: block;
	height: 20px;
	padding-top: 3px;
	color: #E72144;
	text-decoration: none;
}
#nav a:hover, #nav a:active { color: #FFFFFF; background: #E72144; }

#subnav { width: 150px; }
#subnav td {
	display: block;
	height: 17px;
	padding-left: 10px;
	font: 10px Verdana, sans-serif;
	/*text-indent: 22px;*/
	white-space: nowrap;
	vertical-align: middle;
}
#subnav a {
	display: block;
	height: 16px;
	padding-top: 2px;
	color: #E72144;
	text-decoration: none;
}
#subnav a:hover, #subnav a:active { color: #FFFFFF; background: #E72144; }

/* ------- */
/* Inhalt  */
/* ------- */
.big { 
	font-size: 20px;
	color: #0066CC;
	letter-spacing: 1px;
	padding: 20px; 
}

.bigger { 
	font-size: 24px;
	color: #0066CC;
	letter-spacing: 1px; 
}

.text {
	width: 100%;
	padding: 0px 6px 0px;
	font-size: 11px;
	letter-spacing: 1px;
}
.text a { text-decoration: none; color: #A50017; }
.text a:hover { text-decoration: underline; }

.small, .small a { 
	font-size: 10px; 
	text-decoration: none; 
	letter-spacing: 1px;
}


.small a:hover { text-decoration: underline; }

.white, .white a { color: #FFFFFF; }

.title {
	font-weight: bold;
	letter-spacing: 1px;
	padding: 1px;
	/*background: #ECEEF4;
	border-top: 1px solid #DFE4EC;
	border-right: 1px solid #9FAEC6;
	border-bottom: 1px solid #9FAEC6;
	border-left: 1px solid #DFE4EC;*/
	padding-left: 6px;
}

.box {
	letter-spacing: 1px;
	padding: 1px;
	border: 1px solid #333399;
}

.square ul {
	list-style-type: square;
	margin-left: 16px;
	padding: 0px;
}

.news {
	/*text-indent: 16px;*/
	text-align: justify;
}

.fett { font-weight: bold; }

.red, .red a { color: #A50017; font-weight: bold;}
.red a.red2 { text-decoration: underline;}

.gelb { color: #F4F41C; }

.italic { font-style: italic; }

.unterstrichen { text-decoration: underline; }

img.right {
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
img.left {
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* ------ */
/* Forms  */
/* ------ */
input, select { 
	font-size: 11px; 
	color: #333399;
}

.textbox {
	border-top: 1px solid #9FAEC6;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #9FAEC6;
}

.formButton {
	font-weight: bold;
	/*background-color: #C8CEDF;*/
	padding:1px;
}

.select1 { background-color: #FFFFEA; }
.select2 { background-color: #F0F7FF; }
.select3 { background-color: #FDEEF1; }

/* ------------------- */
/* Print Formular CSS  */
/* ------------------- */
.underlined { border-bottom: 1px solid #333399; }
.underlined2 { border-bottom: 1px dotted #333399; }

/* ---------- */
/* Index CSS  */
/* ---------- */
.small2 td { font-size: 10px;  letter-spacing: 1px;}
.small2 a { color: #AF0097; text-decoration: none; }
.small2 a:hover { text-decoration: underline; }
.small2 ul {
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	padding-left: 18px;
	list-style-image: url(../images/arrow1.gif);
}
.small2 ul li {
	margin: 15px;
	padding: 0px;
}

.heading { 
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 1px solid #333399;
}

.intro { 
	font-size: 11px;
	letter-spacing: 1px;
}
.intro a { color: #333399; text-decoration: none; font-weight: bold;}
.intro a:hover { background-color: #336699; color: #FFFFFF; }

.flagOut {
	background-color: #9F9F9F;
	border: 1px solid;
  	border-color: #C7C7C7 #333333 #333333 #C7C7C7;
	padding: 3px;
}

.flagOver {
	background-color: #838383; 
  	border: 1px solid;
  	border-color: #333333 #C7C7C7 #C7C7C7 #333333;
  	padding: 3px;
}

.flagDown {
	background-color: #838383; 
  	border: 1px solid;
  	border-color: #333333 #C7C7C7 #C7C7C7 #333333;
  	padding: 3px;
}
.Stil21 {font-weight: bold}

.untertitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
        font-weight: bold;
	line-height: 10px;
	color: #E72144;
	margin-bottom: 5px;
	margin-top: 0px;
}

