/* allgemeine Angaben */

body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: rgb(240, 240, 240);
	text-align: center;
}

body, table { font-size: 12px; }
h1 { font-size: 22px; color: #4E76AC; }
h2 { font-size: 17px; }
h3 { font-size: 14px; }
img { border: 0px; }
td { vertical-align: top; text-align: left; padding-right: 5px; }
dt { margin-top: 10px; font-weight: bold; }


/* Layout spezifische Definitionen */

a:visited { color: blue; }
a:hover { color: rgb(254,102,0); }

div#main {
	margin: 0px auto;
	height: auto;
	min-height: 600px;
	height: 600px;
	width: 882px;
	text-align: left;
}

img.title {
	background-image: url(/images/titel.jpg);
	height: 171px;
	border: 1px solid black;
	border-bottom-width: 0px;
	margin-left: 180px;
}

#maincol {
	background-color: white;
	border: 1px solid black;
	text-align: left;
	min-height: 400px;
	overflow: visible;
	margin-left: 180px;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#footer {
	background-color: white;
	border: 1px solid black;
	font-size: 80%;
	text-align: center;
	margin-top: 5px;
	margin-left: 180px;
	padding: 1px;
}

.titelhauptspalte {
	float: right;
	width: 400px;
}

.titelhauptspaltenstrecker {
	clear: right;
	width: 400px;
	height: 1px;
}

.newsspalte {
	width: 280px;
}

.newsblock {
	margin: 2px;
	margin-bottom: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCD7E0;
	padding: 1px;
}

.newsblocktitle {
	margin: 0px;
	border-bottom: 1px solid rgb(254,102,0); 
	background : #A6B8D0;
	color: #FFFFFF;
	padding: 3px;
}

.newsblocktitle a { color: #ffffff; text-decoration:none; }
.newsblocktitle a:link { color: #ffffff; text-decoration:none; }
.newsblocktitle a:visited { color: #ffffff; text-decoration:none; }
.newsblocktitle a:hover { color: yellow; text-decoration:underline; }

.newsblockitem {
	margin: 0px;
	margin-bottom: 3px;
	padding: 3px;
}

.artikelbild {
	padding: 5px;
	margin: 5px;
	background: rgb(240, 240, 240);
	border: 1px solid black;
	max-width: 600px;
	width: expression(this.width > 600 ? "600px" : (this.width < 300 ? 300 : this.width) );
/*	width: expression(this.width > 600 ? "600px" : this.width ); */
}

.titelbildtabelle {
	width: 360px;
}

.titelbildzelle {
	text-align: center;
	width: 100%;
}

.titelbild {
	padding: 5px;
	margin: 5px;
	background: rgb(240, 240, 240);
	border: 1px solid black;
	max-width: 350px;
	width: expression(this.width > 350 ? "350px" : (this.width < 150 ? 150 : this.width) );
	max-height: 350px;
/*	height: expression(this.height > 300 ? "300px" : (this.height < 150 ? 150 : this.height));*/
}

.bilderrahmen {
	font-style: italic;
	text-align: center;
}

textarea, input {
	font-size: 100%;
	border: 1px solid grey;
}


/* Touren-Ãœbersicht */

td#tDatum { width: 150px; }
td#tKategorie { width: 20px; }
td#tTitel { width: 300px; }
td#tLeiter { width: 180px; }
.tourenleiter { font-weight: bold; }

/* Menu stuff */

.navigation {
	width: 180px;
	border: 1px solid black;
	border-right-width: 0px;
	background-color: #A6B8D0;
	float: left;
}

a.mainNav  {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	display: block;
}
a.mainNav:link { color: #ffffff; text-decoration:none; }
a.mainNav:visited { color: #ffffff; text-decoration:none; }
a.mainNav:hover { background-color: yellow; color: #999999; text-decoration:none; }

a.headNav  {
	background-color: rgb(61,103,145);
	padding-top: 4px;
	padding-bottom: 3px;
	border-bottom: 1px solid rgb(254,102,0);
	padding-left: 10px;
	display: block;
}
a.headNav:link { color: #FFFFFF; text-decoration:none; }
a.headNav:visited { color: #FFFFFF; text-decoration:none; }
a.headNav:hover { background-color: yellow; color: #999999; text-decoration:none; }

.Nav {
	background-color: #EEEEEE;
	color: #000000;
	display: block;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}
a.Nav:link { color: #000000; text-decoration:none; }
a.Nav:visited { color: #000000; text-decoration:none; }
a.Nav:hover { background-color: yellow; color: #999999; text-decoration:none; }

.actNav {
	color: #000000;
	display: block;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-bottom: 1px solid rgb(254,102,0);
}
a.actNav:link { color: #000000; text-decoration:none; }
a.actNav:visited { color: #000000; text-decoration:none; }
a.actNav:hover { background-color: yellow; color: #999999; text-decoration:none; }


/* Übler Hack, um IE das Layout nicht zerreissen zu lassen....
   http://www.communitymx.com/content/article.cfm?page=2&cid=C37E0
   http://www.positioniseverything.net/explorer/threepxtest.html
   Hide from IE5-mac. Only IE-win sees this. \*/
* html .navigation { height: 1%; }
/* End hide from IE5/mac */

