/*===================================================================================================
Allgemeine Definitionen
===================================================================================================*/
body
{
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana,sans-serif;
	font-size: 90%;
	padding: 0px;
	margin: 10px;
}

a,
a:link,
a:active,
a:visited
{
	color: #0000FF;
	text-decoration: none;
}
a:hover
{
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}


/*===================================================================================================
Klassen
===================================================================================================*/
.table_balken
{
	background-color: #D0D0FF;
	border: 0px;
	width: 100%;
}

td.rightAlignedCell
{
	text-align: right;
}

.hiddenOverflow
{
	overflow: hidden;
}

.container
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.noWrap
{
	white-space: nowrap;
	overflow: hidden;
}

a.activeLink
{
	color: #FF0000;
}


.alignLeft
{
	text-align: left;
}
.alignCenter
{
	text-align: center;
}
.alignRight
{
	text-align: right;
}

.rightSpacedCell
{
	padding-right: 10px;
}

.contactTextField
{
	width: 350px;
}

.table_tourenuebersicht
{
	width: 100%;
}
.table_tourenuebersicht td
{
	border-top: 1px solid #0000FF;
	border-bottom: 1px solid #0000FF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

fieldset.comment
{
	background-color: #e8eaff;
}


.description
{
	font-style: italic;
	font-size: 0.8em;
}
.input_tourensuche
{
	width: 75px;
}
.input_tourensuche_gross
{
	width: 320px;
}
.error
{
	font-weight: bold;
	color: #FF0000;
}
input.error
{
	background-color: #FFCCCC;
}


/*===================================================================================================
IDs
===================================================================================================*/
#head_menu
{
	background-color: #140084;
	color: #FFFFFF;
	padding: 2px;
	padding-left: 5px;
}
#head_menu a,
#head_menu a:link,
#head_menu a:active,
#head_menu a:visited
{
	color: #FFFFFF;
}
#head_menu a.activeLink
{
	color: #FF0000;
}

#logoArea
{
	height: 154px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

#side_menu_left
{
	width: 200px;
	vertical-align: top;
	background-color: #EEEEFF;
	padding-bottom: 15px;
}
#side_menu_left ul
{
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
}
#side_menu_left li
{
	list-style: none;
	width: 190px;
	margin: 3px;
	padding: 0;
	background-color: #DDDDEE;
	text-align: center;
	font-weight: bold;
}
#side_menu_left a.activeLink
{
	color: #FF0000;
}

#page_content
{
	padding: 10px;
	vertical-align: top;
}

#contentSplitter
{
	background-color: #BBBBEE;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

#contactSubjectField
{
	width: 425px;
}
#contactMessageField
{
	width: 425px;
	height: 200px;
}
#contactCaptchaField
{
	width: 425px;
}

#commentNameField
{
	width: 400px;
}
#commentMessageField
{
	width: 100%;
	height: 75px;
}

