@CHARSET "UTF-8";

html, body {
	margin: 0px;
	color: #000000; 
    background-color: #ffffff;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    height: 100%;
}

	#border {
		position: relative;
		min-height: 100%;
	    height: auto !important;
	    height: 100%;
		width: 1000px;
		background: url(/skin/urmel/images/urmel/bg_line.gif) repeat-y;
		border-style: solid solid solid solid;
	    border-width: 1px;
	    border-color: #000000;
	    margin: 0px auto;
	    z-index: 1;
	}

		#logoBar {
			margin: 0px;
			background: #ffffff url(/skin/urmel/images/urmel/logo_urmel.gif) no-repeat;
			height: 150px;
		}
		
			#navigationBelow {
			 	height: 77px;
			}
			
				#navigationBelow div {
					padding-top: 41px;
					float: right;
				}
				
				#navigationBelow ul li {
					list-style-type: none;
					display: inline;
					color: #444444;
				}
				
				#navigationBelow a {
					color: #717171;
					text-decoration: none;
				}
				
				#navigationBelow a:hover {
					color: #717171;
					text-decoration: underline;
				}
			
			#dotLine {
				height: 1px;
				width: 655px;
				float: right;
				clear: right;
				background: url(/skin/urmel/images/urmel/dot_line.gif) repeat-x;
			}
			
			#greyBar {
				height: 37px;
				width: 655px;
				float:right;
				background: #dfe1e1;
				text-align: right;
			}
			
			#greyBar div {
				float: right;
				padding-top: 13px;
				padding-right: 10px;
			}
			
			* html #greyBar {
				margin-top: -12px;
			}
			
			#blackBar {
				height: 26px;
				width: 755px;
				float: right;
				clear: right;
				background: #444444;
				border-top-style: solid;
				border-top-width: 1px;
			    border-bottom-style: solid;
			    border-bottom-width: 8px;
			    border-color: #FFFFFF;
			}
			
			#blackBar div {
				padding-top: 6px;
				padding-left: 10px;
			}
			
				#blackBar a {
					color: white;
					text-decoration: none;
				}
			
				#blackBar .h_entry:hover {
					color: white;
					text-decoration: underline;
				}
		
		#mainSite_MenuArea{
		    float: left;
		    clear: left;
		}
		
			* html #mainSite_MenuArea{
			    margin-left: 10px;
			}	

			div:after {
				content: ".";
				display: block;
				height: 0px;
				clear: both;
				visibility: hidden;
			}
			
			#mainMenu {
				width: 208px;
				float: left;
				font-size: 10px;
			}
			
				#mainMenu ul li {
					list-style-type: none;
				}
				
				.mainMenuLink_layer1 {
					margin-top: 20px;
				}
				
				.mainMenuLink_layer1 a {
					color: #972A1E;	
					font-weight : bold;
					text-decoration: none;
				}
				
				.mainMenuLink_layer1 a:hover {
					text-decoration: underline;
				}
				
				.mainMenuLink_layer2 {
					color: #444444;
					text-decoration: none;
				}
				
				.mainMenuLink_layer2:hover {
					text-decoration: underline;
				}

		#mainSite_ContentArea{
			width: 770px;
			float: right;
			clear: right;
		}

			* html #mainSite_ContentArea {
				width: 753px;
			}
			
			#contentArea hr {
			    height: 2px;
			    color: #15516E;
			    background-color: #E5EFEE;
			    border-style: none;
			    
			}
			
			#contentArea a {
			    color: #972A1E;
			    text-decoration: none;
			    font-weight : normal;	
			}
			
			#contentArea a:hover {
			    text-decoration: underline;
			}
			
			#contentArea .headline {
			    font-weight : bold;
			    color : #972A1E;
			    padding: 3px;
			    margin-bottom: 15px;
			    font-size: 12px;
			    border-style: none none solid none;
			    border-width: 1px;
			    border-color: #444444;
			}
			
			#contentArea h1 {
			    font-weight : bold;
			    color : #972A1E;
			    font-size: 12px;
			}
			
			#contentArea {
				padding-top: 14px;
			   	margin-left: auto;
			   	margin-right: auto;
			   	width : 90%;
			    color: #444444;
			    font-family: Verdana, Arial, Helvetica, sans-serif;
			    font-weight : normal;
			    text-decoration: none;
			}
			#contentArea img {
				border: none;
			}

		#footer {
			position: absolute;
			bottom: 0px;
			margin-left: 35px;
			background: #dfe1e1;
			clear: both;
		}

			#footer a, #footer span{
				padding-top: 10px;
				margin-left: 3px;
				margin-right: 3px;
				float: left;
			}

			#thulb{
				display: block;
				height: 21px;
				width: 65px;
				background: url(/skin/urmel/images/urmel/logo_thulb.gif) no-repeat;
				border-width: 1px;
			}

			#thulb:hover {
				background-image: url(/skin/urmel/images/urmel/logo_thulb_red.gif);
			}

			#footer a {
				color: #717171;
				text-decoration: none;
			}
			
			#footer a:hover {
				color: #972A1E;
				text-decoration: underline;
			}