/* Allgemein **************************************************************/
body{
	background-color: #B08162;
}

.top_line{
	font-size: 11px;
	color: #555599;
	text-align: center;
}

.main_table{
	border: 4px outset #000000;
	width: 96%;
	background-color: #D5C29D;
}

.title_table{
	border: 3px outset #000000;
	width: 100%;
	height: 100px;
    background-image: url(australia_panorama.jpg);
	text-align: center;
}

.headline{
	color: #000000;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	font-family: western;
}

.action_td{
	align: top;
	margin: 0px;
}

.action_table{
	border: 3px outset #000000;
	width: 100%;
}

.menue_table{
	background-color: #3A240A;
	width: 100%;
	height: 20px;
}

.menue_td_blank{
	width: 10px;
}

.menue_td_activ{
	color: #FFE401;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 25px;
}

.menue_td{
	height: 20px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 25px;
}

.menue_td a:link {
    color: #DE9404;
    text-decoration: none;
}

.menue_td a:visited {
    color: #D68F4A;
    text-decoration: none;
}

.menue_td a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.menue_td a:active {
    color: #FF7A19;
    text-decoration: underline;
}

.news_table{
	border: 2px outset #000000;
	text-align: center;
}

.news_txt{
    font-family: sans-serif, verdana, arial, helvetica;
	font-size: 11px;
	font-style: italic;
	border: 1px solid #000000; 
}

.news_input{
	width: 400px;
	height: 120px;
	font-weight: bold;
	font-size: 10px;
	background-color: #DED4B2;
	border: 2px inset #000000;
}

.welcome_table{
	border: 2px inset #000000;
	width: 100%;
}

.welcome_title{
    font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.welcome_txt{
    font-family: sans-serif, verdana, arial, helvetica;
	font-size: 14px;
	font-style: italic;
}

.gallery_title{
	text-align: center;
	border: 2px outset #afafaf;
	font-size: 16px;
	font-weight: bold;
#	background-color: #E3D2AD;
    background-image: url(bg_linkshead.jpg);
	width: 400px;
}

.gallery_pic{
	width: 100px;
	height: 100px;
	border: 2px outset #000000;
	text-align: center;
	background-color: #C7B693;
}

.pic_detail{
	border: 3px outset #000000;
}

.bericht_shortlist{
	font-size: 12px;
	border: 2px outset #000000;
	background-color: #E4D8B0;
}

.bericht{
	background-color: #DAD5C4;
	border: 2px outset #000000;
}

.bericht_title{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.info_title{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.info_input_s{
	width: 100px;
	font-weight: bold;
	font-size: 10px;
	background-color: #DED4B2;
}

.info_input{
	width: 150px;
	font-weight: bold;
	font-size: 10px;
	background-color: #DED4B2;
}

.info_input_l{

	font-weight: bold;
	font-size: 10px;
	background-color: #DED4B2;
}

.info_bt{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.info_bt_s{
	font-size: 12px;
	#font-weight: bold;
	text-align: center;
}

.error{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #B5010E;
}


a:link {
    color: #656cc9;
    text-decoration: none;
}

a:visited {
    color: #1621B4;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

a:active {
    color: #000000;
    text-decoration: underline;
}