﻿/* CSS layout */
body {	FONT-FAMILY: Arial, sans-serif, Helvetica;
		FONT-SIZE: 13px;
		TEXT-COLOR:#000080;
		background: #ffffff;
		text-align: center;
		margin: 0;
		padding: 0;
}

#Kopfzeile {	width: 1023px;
				height: 150px;
				background-image: url('http://www.naturalis-traunstein.de/fp/templates/images/kopfzeile1023.gif');
				margin: 0px auto;
				border: 1px solid #3D7648;
				text-align: left;
}

#top_nav {
}

#container {	width: 1023px; 
				background: #FFFFFF;
				margin: 0px auto;
				margin-top: -13px;
				border-left: 1px solid #3D7648;
				border-right: 1px solid #3D7648;
				border-top 1px solid #3D7648;
				text-align: left;
}

#left_col {	width: 180px; 
			border-left: 0px solid #3D7648;
			padding: 0px 0px 0px 0px;
			float: left;
}

#right_col {	float: right; 
				width: 153px; }

#page_content {
				margin-left: 180px;
				margin-right: 200px;}

#footer {		width: 1023px;
				margin: 0px auto;
				text-align: right;
				FONT-SIZE: 13 px;
				FONT-FAMILY: ARIAL, sans-serif, HELVETICA;
				border: 1px solid #3D7648;
				clear: both;}

#Navigation {
	float: left; 
	width: 180px; 
	border-left: 0px solid #3D7648;
	padding: 10px 0px 0px 0px; }

#Hauptrubrik {
	background-image: url(http://www.naturalis-traunstein.de/fp/templates/images/Navi-Punkt-off.gif);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 15px; }
	
#Hauptrubrikon {
	background-image: url(http://www.naturalis-traunstein.de/fp/templates/images/Navi-Punkt-on.gif);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 15px; }


#Unterrubrik {
	padding: 0px 0px 0px 20px; }


.SpalteRechtsbreitKopf { 	height: 19px;
			background-image: url(http://www.naturalis-traunstein.de/fp/templates/images/bg-borduere.gif);
			background-repeat:no-repeat;
			text-align: left;
			margin-top: 10px;
			padding: 2px 0px 0px 10px;
			border-top: 1px solid #3D7648;
			border-left: 1px solid #3D7648;
			border-bottom: 1px solid #3D7648;
			FONT-SIZE: 13px;
			COLOR: #FFFFFF;
			FONT-FAMILY: ARIAL, sans-serif, HELVETICA;
			TEXT-DECORATION: none;
			font-weight : regular;}
			
.SpalteRechtsbreitLexikon { 
			height: 130px;
			background-image: url(http://www.naturalis-traunstein.de/fp/templates/images/bg-borduere-content.gif);
			background-repeat:no-repeat;
			border-left: 1px solid #3D7648;
			border-bottom: 1px solid #3D7648;
			text-align: left;
			padding-left: 3px;}

.Alphabet {float: left;
			background-image: url(http://www.naturalis-traunstein.de/fp/templates/images/bg-alphabet.gif);
			background-repeat:no-repeat; 
			width: 17px;
			border: 1px solid #3D7648;
			margin: 2px 2px 0px 0px;
			text-align: center;}
			
.SuchfeldLexikon { 	background-image: url(http://www.naturalis-traunstein.de/fp/templates/images/bg-suchfeld.gif);
					background-repeat:no-repeat;
					margin-top: 3px;
					width: 136px;
					height: 20px;
					border: 1px solid #3D7648;
					padding: 2px 2px 0px 5px;
					COLOR: #FFFFFF}
					
.SubmitSuchfeldLexikon { 
					margin-top: 3px;
					margin-bottom: 3px;
					width: 145px;
					height: 20px;
					border: 1px solid #3D7648;
					COLOR: #3D7648;}



			
.TextstyleBorduere {
	text-align: center;
}


	#NewestArticleContainer {
		width:500px;
		padding:10px;
	}
	#NewestArticleListElement {
		width:20px;
		float:left;
		padding-top:3px;
		cursor:pointer;
	}
	#NewestArticleListHeadline {
		padding-left:11px;
  font-weight: bold;
		font-family:  ARIAL, sans-serif, HELVETICA;
		color: #000080;
		text-decoration:none;
		font-size: 14px;
		float:left;
		cursor:pointer;
	}
	#NewestArticleClearBoth {
		clear:both;
	}
	.NewestArticlePreview {
		padding:10px;
		padding-left:30px;
		font-family:  ARIAL, sans-serif, HELVETICA;
		font-size: 12px;
	}

