
html, body
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
	color: black;
}

table { border-collapse: collapse; }

.mainframe
{
	height: 100%;
	border: 0px solid black;
}

.footer
{
	background-color: #EEEEEE;
	height: 50px;
	color: #666666;
	font-size:14px;
}

.footer_link
{
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}

.login
{
	font-size: 12px;
	font-weight: bold;
}

.pass_vergessen
{
	color: #485D86;
	font-size: 12px;
	font-weight: normal;
}

h1
{
	font-size: 32px;
	line-height: 30px;
	font-weight: bold;
	color: #EA940D;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

h2
{
	font-size: 32px;
	line-height: 35px;
	font-weight: bold;
	color: white;
	margin: 0px;
	padding: 0px;
}

h3
{
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: white;
	text-align: right;
	margin: 0px;
	padding: 25px 245px 25px 0px;
}

.h1_black
{
	font-size: 26px;
	font-weight: bold;
	color: black;
	padding: 0px 0px 6px 0px;
}

a
{
	outline: none;
}

.new_user
{
	float: left;
	height: 142px;
	padding-bottom: 20px;
	width: 930px;
	background-color: #EFEFEF;
}

.standard_font
{
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
	color: black;
	line-height: 1.2em;
}

a.check
{
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 1.2em;
	color:#005d86;
	text-decoration: none;
}
a.check:hover { text-decoration: underline; }

.standard
{
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
	color: black;
}

a.menuBlack
{
	display: block;
	line-height: 40px;
	width: 150px;
	background-repeat: no-repeat;
	background-image: url(gfx/button_black.gif);
	font-size: 18px;
	font-weight: normal;
	color: white;
	margin: 0px;
	width: 150px;
	text-align: center;
	text-decoration: none;
}
a.menuBlack:link, a.menuBlack:visited, a.menuBlack:active { }
a.menuBlack:hover { }

a.menuBlack_fj
{
	display: block;
	line-height: 40px;
	width: 150px;
	background-repeat: no-repeat;
	background-image: url(gfx/button_black_fj.gif);
	font-size: 18px;
	font-weight: normal;
	color: white;
	margin: 0px;
	width: 150px;
	text-align: center;
	text-decoration: none;
}
a.menuBlack_fj:link, a.menuBlack_fj:visited, a.menuBlack_fj:active { }
a.menuBlack_fj:hover { }

a.menuOrange
{
	display: block;
	line-height: 40px;
	width: 150px;
	background-repeat: no-repeat;
	background-image: url(gfx/button_orange.gif);
	font-size: 18px;
	font-weight: normal;
	color: white;
	margin: 0px;
	width: 150px;
	text-align: center;
	text-decoration: none;
}
a.menuOrange:link, a.menuOrange:visited, a.menuOrange:active { }
a.menuOrange:hover { }

.titlebar_extralong
{
	width: 735px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	font-weight: normal;
	color: white;
	cursor: pointer;
	background-image: url(gfx/titlebar_expand_extralong.gif);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

.titlebar_info_extralong
{
	width: 735px;
	height: 15px;
	background-color: #e8e8e8;
	padding: 3px 0px 3px 0px;
}

.titlebar_long
{
	width: 480px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	font-weight: normal;
	color: white;
	cursor: pointer;
	background-image: url(gfx/titlebar_expand.gif);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

.titlebar_info_long
{
	width: 480px;
	height: 15px;
	background-color: #e8e8e8;
	padding: 3px 0px 3px 0px;
}


.titlebar_short
{
	width: 230px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	font-weight: normal;
	color: white;
	cursor: pointer;
	background-image: url(gfx/titlebar_expand_short.gif);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

.titlebar_info_short
{
	width: 230px;
	height: 15px;
	background-color: #e8e8e8;
	padding: 3px 0px 3px 0px;
}


.titlebar_categorie
{
	width: 480px;
	height: 21px;
	line-height: 21px;
	font-family: Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
	cursor: pointer;
	background-image: url(gfx/titlebar_categorie_expand.gif);
	background-repeat: no-repeat;
}


.info
{
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
}

.info a
{
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 1.2em;
	color:#005d86;
	text-decoration: none;
	line-height: 17px;
}

.info h1
{
	position: relative;
	top: 0px;
	left: -4px;
	font-size: 31px;
	line-height: 30px;
	font-weight: bold;
	color: black;
}

hr
{
	height: 1px;
	color: green;
	background-color: green;
	border: none;
}

.hr_country
{
	height: 1px;
	color: green;
	background-color: #c0c0c0;
	border: none;
	margin: 0px;
	margin-bottom: 4px;
}

.hrextralong
{
	position: relative;
	left: 0px;
	top: -7px;
	width: 735px;
	height: 1px;
	color: green;
	background-color: green;
	border: none;
}

.hrlong
{
	position: relative;
	left: -12px;	top: -7px;
	width: 480px;
	height: 1px;
	color: green;
	background-color: green;
	border: none;
}

.hrshort
{
	position: relative;
	left: 0px;	top: -7px;
	width: 230px;
	height: 1px;
	color: green;
	background-color: green;
	border: none;
}

.hrcategorie
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 735px;
	height: 1px;
	color: #c0c0c0;
	background-color: #c0c0c0;
	border: none;
}




/* traveltags starts here */

.tagcloud {
	text-align: center;
	padding: 0px 10px 0px 10px;
	line-height: 17px;
}

.tagcloud h1
{
	font-size: 33px;
	font-weight: normal;
	margin: 0px;
	color: white;
	padding: 0px 0px 10px 0px;
	text-align: left;
}

.tagcloud a {
	color: #005d86;
	text-decoration: none;
}
.tagcloud a:hover { text-decoration: underline; }

.tagcloud a.tag-1 {
	font-size: 12px;
}

.tagcloud a.tag-2 {
	font-size: 15px;
}

.tagcloud a.tag-3 {
	font-size: 17px;
}

.tagcloud a.tag-4 {
	font-size: 26px;
	line-height: 27px;
}


/* traveltags ends here */

.module
{
	background-color: #fdfdfc;
}

a.search_button
{
	width: 100px;
	line-height: 24px;
	background-image: url(gfx/search_button.gif);
	background-repeat: no-repeat;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: block;
	text-decoration: none;
	margin-left: 10px;
}

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


a.button_long
{
	width: 240px;
	line-height: 24px;
	background-image: url(gfx/button_long.gif);
	background-repeat: no-repeat;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: block;
	text-decoration: none;
	margin-left: 10px;
}

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


.chat_nick
{
	font-family: verdana;
	font-size: 10px;
	color: #12743b;
	font-weight: bold;
	text-decoration: none;
}

a.news_font { font-family: arial, Helvetica; font-size: 11px; font-weight: bold; color: #076626; }
a.news_font:link, a.news_font:visited, a.news_font:active { text-decoration: none; }
a.news_font:hover { text-decoration: underline; }
