/* CSS Angaben Deutsche Gesellschaft fŸr Soziologie */

p,h1,h2,h3,h4,table,tr,td,ol,ul,li,div {
		font-family:  Avenir, HELVETICA, ARIAL,SANS-SERIF;
		font-size:11px;
		color: rgb(77,77,77);
		}

a  {
		font-family:  Avenir, HELVETICA, ARIAL,SANS-SERIF;
		font-size:11px;
		color: #ff3333;
		}


h1, h2, h3, h4, h5 {
		margin-left: 0px;
		margin-bottom: 5px;
		margin-right: 0;
		margin-top: 0px;
		}


/* h1 */


h1 {
		
		font-size: 12px; 
		font-weight: bold;
		text-transform:uppercase;
		padding-bottom:10px;
		}
		

h2	{
		font-size:16px; 
		font-weight:700; 
		display: block;
		padding-left:20px;
		}

h3	{
		font-size:14px; 
		font-weight:700;
		}		


h4 {
		font-size:14px; 
		font-weight:500;
		}

h5 { 
		font-size: 12px; 
		font-weight: 700;
		}


		
p { 
		line-height: 16px; 
		text-align: justify;
		margin: 5px 0; 
		
		}

a 	{
	text-decoration:none;
	font-weight: normal;
	} 

a:link	{
	color: #ff3333;
	font-weight: bold;
	padding: 0px;
	}
	
	
a:hover	{
	color: rgb(77,77,77);
	font-weight: bold;
	}
	
	
a:visited 	{
	color: #ff3333;
	font-weight: bold;
	padding: 0px;
	}



#ContentCenter ol,#ContentCenter ul { 
		line-height: 16px; 
		margin-bottom: 5px; 
		margin-top: 5px; 
		margin-left: 40px; 
		text-align: left; 
		/*margin: 10px 0 10px 20px;*/
		}

#ContentCenter li { 
		text-align: left;
		/*padding: 3px 0; */
		}

#ContentCenter p 	{
	}
		
