a:link {
				text-decoration: none;
				color: #000;
			}
			a:visited {
				text-decoration: none;
				color: #000;
			}
			a:hover {
				text-decoration: underline;
				color: #729ac7;
			}
			a:active {
				text-decoration: underline;
				color: #729ac7;
			}

			
			body
			{
				background: #ff7676;
				margin: 0 0 0 0;
				font-family: Verdana;
				font-size: 11px;
			}
			
			#wrapper
			{
				background: #ffe;
				border-left: solid 1px #d35959;
				border-right: solid 1px #d35959;
				width: 1000px;
				margin: 0 auto 0 auto;
			}
			
			#logo
			{
				background: url(../img/logo.png);
				width: 1000px;
				height: 150px;
			}
			
			#content
			{
				width: 1000px;
				margin-top: 10px;
			}
			
			#menul
			{
				float: left;
				background: #ffe;
				width: 200px;
			}
			
				#menul .titel
				{
					margin-left: 8px;
				}
				
				#menul .text
				{
					margin-left: 15px;
					padding: 5px 0 5px 0;
				}
			
			#page
			{
				float: left;
				background: #ffe;
				width: 600px;
			}
			
				#page .text
				{
					
				}
			
			#menur
			{
				float: right;
				background: #ffe;
				width: 150px;
			}
			
				#menur .titel
				{
					margin-left: 8px;
				}
				
				#menur .text
				{
					margin-left: 15px;
					padding: 5px 0 5px 0;
				}
				
			#footer
			{
				margin-top: 30px;
				margin-left: 20px;
				width: 1000px;
			}
			
			h6
			{
				margin: 0 0 0 0;
				font-size: 12px;
			}
			
			ul
			{
				margin: 0 0 0 0;
				padding: 0 0 0 0;
			}