/* CSS für / TakeIt Travel / 6037 Root */
/* generelle Formatierungen */

/*--- Seiteneigenschaften ---*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#00245D;
}

/*--- Zelleneigenschaften ---*/
td {
	font-size:12px;
	vertical-align:top;
}

/*--- Überschriften Inhaltseiten ---*/
.Seitentitel {
	font-size:18px;
	font-weight:bold;
	color:#00245D;
}

.Titel_kl {
	font-size:14px;
	font-weight:bold;
	color:#00245D;
}

.Titel_dest {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

/*--- Formatierung für Formular ---*/
form {
	margin-bottom:5px;
}

/*--- Formatierungen für Inhaltstext ---*/
.text_inhalt {
	font-size:12px;
	font-weight:normal;
	color:#00245D;
	text-align:left;
	padding-right:15px;
}

.text_inhalt a:link {
	font-size:12px;   color:#00245D;   text-decoration:underline;
}
.text_inhalt a:hover {
	font-size:12px;   color:#00245D;   text-decoration:underline;
}
.text_inhalt a:visited {
	font-size:12px;   color:#00245D;   text-decoration:underline;
}
.text_inhalt a:active {
	font-size:12px;   color:#00245D;   text-decoration:underline;
}

.text_mini {
	font-size:10px;
	color:#00245D;
}

.text_mini a {
	font-size:10px;
	color:#00245D;
}

.text_golf {
	background-color:#00245D;
	height:50px;
	margin-left:10px;   padding-bottom:5px;   padding-left:5px;   padding-top:5px;
	font-size:10px;   text-decoration:underline;
	color:#B5B5D0;
}

.text_golf div {
	margin-bottom:6px;
}

.text_golf a:link {
	font-size:10px;   font-weight:bold;
	color:#B5B5D0;
}

.text_golf a:hover {
	font-size:10px;   font-weight:bold;
	color:#B5B5D0;
}
.text_golf a:active {
	font-size:10px;   font-weight:bold;
	color:#B5B5D0;
}
.text_golf a:visited {
	font-size:10px;   font-weight:bold;
	color:#B5B5D0;
}


/*--- allgem. Linkformatierungen ---*/
a {
	font-size:12px;
	color:#00578D;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#00245D;
	text-decoration:underline;
}

a:active {
	color:#00245D;
}

.LinkSubMenu a {
	font-size:12px;
	color:#00245D;
	font-weight:normal;
	text-decoration:none;
}
.LinkSubMenu a:hover {
	font-size:12px;
	color:#00245D;
	font-weight:normal;
	text-decoration:none;
}.LinkSubMenu a:visited {
	font-size:12px;
	color:#00245D;
	font-weight:normal;
	text-decoration:none;
}.LinkSubMenu a:active {
	font-size:12px;
	color:#00245D;
	font-weight:normal;
	text-decoration:none;
}
