@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);

/*
font-family: 'Roboto Condensed', sans-serif;
*/


*					{
					padding : 0;
					margin : 0;
					border : 0;
					}

body 				{
					background-image: url(large.jpg);
					background-size: 195px 107px;
					background-repeat: repeat;
					font-size:11pt;
					color:#555;
					margin: 0;
    				padding: 0;
    				border: 0;
					width:100%;
					font-family:'helvetica';
					font-family: 'Roboto Condensed', sans-serif;
    				font-size: 13pt;
					}
					
a.menue:link		{text-decoration:none;}						
a.menue:visited	{text-decoration:none;}	
a.menue:focus		{text-decoration:none;}	
a.menue:hover 		{text-decoration:none;}	
a.menue:active		{text-decoration:none;}					
					
					
div.site		{	width:85%;
					min-height: 1000px;
					height: 90%;
					margin:auto;
					border:solid 1px black;
					}
div.top	{
			height: 280px;
			background-color:rgba(0, 0, 0, 0.5);
			border-bottom:solid 1px #555; 
			}
										
div.content	{
			height: 1800px;
			background-color:rgb(24, 24, 24);
			}						
div.c_left{
			height: 1500px;
			background-color:rgb(150, 150, 150);
			float:left;	
			width: 65%;
}
div.c_right{
			height: 1500px;
			background-color:rgb(24, 24, 24);
			float:right;	
			width: 35%;
}

ul {		list-style-type: none;
			color:white;
			font-size: 15px;
			background-color:rgb(20, 20, 20);
			width:80%;
			margin:auto;
			border: 1px solid #606060;
			outline: 1px solid #454545;
			outline-offset: 5px;
			margin-top:20px;
			}


li {		padding: 14px;
margin: 0px;}

hr { 
  border : 0;
  height: 1px; 
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(56, 56, 56, 0.75), rgba(0, 0, 0, 0)); 
}

.dotted {

  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
}